
/* 动画过渡 */
.navmodel2 .navbox li:hover span.nav-title,
.navmodel2 .navbox li:hover span.icon,
.ulmodel5 li:hover,
.imgtextmodel1 .modelright li:hover a h2,
.imgtextmodel2 li:hover a h2.title,
.imgtextmodel3 li:hover a .imgbox img,
.imgtextmodel4 li:hover a .topimg img,
.imgtextmodel5 .rightcon .listtop .topcon:hover h4,
.imgtextmodel5 .rightcon ul li:hover p,
.imgtextmodel5 .rightcon .title a:hover,
.imgtextmodel6 .modelright li:hover a .leftcon .txtbox h2,
.imgtextmodel6 .modelright li:hover a  .time p,
.imgtextmodel6 .modelright li:hover a .time .p1,
.imgtextmodel8 ul li:hover a img,
.imgtextmodel9 li:hover a .imgbox img,
.footermodel2 .footbox ul li .txtbox a:hover,
.imgtextmodel16 .leftcon ul li .img:hover,
.imgtextmodel15 li:hover a h2,
.bannermodel3.style1 .swiper-container .swiper-slide:hover a,
.bannermodel3.style1 .swiper-container .swiper-slide:hover h2,
.bannermodel3.style1 .swiper-container .swiper-slide:hover p,
.imgtextmodel26 li:hover{
    transition: all 0.5s ease;
}

.imgtextmodel14 ul li:hover .imgbox img,
.imgtextmodel16 .leftcon ul li:hover .img{
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.imgtextmodel15 li:hover a h2{
    position: relative;
    margin-top: 16px;
}

/* 搜索 */
.searchbox{
    position: relative;
}
.searchbox input{
    background: #eee;
    width: 180px;
    height: 36px;
    line-height: 36px;
    padding: 0 32px 0px 10px;
    color: #333;
    float: left;
}
.searchbox .btnbox{
    width: 60px;
    height: 36px;
    padding: 0;
    line-height: 36px;
    border-radius: 4px;
    float: left;
}

.searchbox .btnbox input{
    background: #5880b4;
    color: #fff;
    width: 100%;
    padding: 0 ;
    text-align: center;
}
.searchbox.style1 input{
    border: solid 1px #ffcf83;
    background: none;
    width: 180px;
    height: 30px;
    line-height: 30px;
    padding: 0 32px 0px 10px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
}
.searchbox.style1 .btnbox input {
    width: 29px;
    height: 26px;
    background: url(../icon/icon-search-c2.png) no-repeat;
    padding: 0;
    border: none;
    position: absolute;
    top: 2px;
    right: 2px;
    text-indent: 9999px;
}
.searchbox.style2 input{
    width: 190px;
    height: 30px;
    line-height: 30px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    margin-right: 5px;
    padding: 0 10px;
}
.searchbox.style2 .btnbox{
    width: 56px;
    height: 30px;
}
.searchbox.style2 .btnbox input{
    width: 100%;
    height: 100%;
    background: #5880b4;
    color: #fff;
    border-radius: 4px;
}
/* 头部样式集合 */
/* headertopmodel1 */
.headertopmodel1{
    width: 100%;
    padding: 46px 0;
    background: #222;
    position: relative;
    z-index: 100;
}
.headertopmodel1 .box{
    /*width: 630px;*/
}
.headertopmodel1 .box ul{
    max-width: 612px;
    min-width: 550px;
    position: relative;
}
.headertopmodel1 .box ul li{
    width: 68px;
    float: left;
    position: relative;
}
.headertopmodel1 .box ul li a{
    color: #fff;
    font-size: 24px;
    width: 50%;
    display: block;
    float: right;
    position: relative;
    border-right: solid 2px #c5a364;
}
.headertopmodel1 .box ul li a:before{
    width: 8px;
    height: 8px;
    background: #c5a364;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -4px;
    display: block;
    content: '';
}
.headertopmodel1 .box ul li .twonav{
    position: absolute;
    top: 100%;
    right: 0;
    width: 500%;
    display: none;
    text-align: right;
    padding: 10px 0 0;
    border-right: solid 1px #950000;
}
.headertopmodel1 .box ul li .twonav a{
    padding: 10px 8px 2px 4px;
    line-height: 26px;
    font-size: 20px;
    display: inline-block;
    width: 36px;
    border: none;
}
.headertopmodel1 .box ul li .twonav a:before{
    display: none;
}
.headertopmodel1 .box .morelink{
    display: none;
    width: 100%;
    position: absolute;
    top: 72px;
    right: 0;
    border-right: solid 2px #c5a364;
    text-align: right;
    padding: 30px 10px 0 0;
}
.headertopmodel1 .box .morelink:after{
    display: block;
    content: '';
    background: url(../icon/icon-line.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 6px;
    right: 10px;
}
.headertopmodel1 .box .morelink li{
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 30px;
    border: none;
    line-height: 22px;
    float: none;
}
.headertopmodel1 .box .morelink li a{
    width: 100%;
    float: none;
    border-right: none;
    line-height: 30px;
}
.headertopmodel1 .box .morelink a:before{
    display: none;
}
.headertopmodel1 .box ul li .morelink li .twonav{
    border-right: none;
}
.headertopmodel1 .box ul li .morelink li .twonav a{
    padding-right: 3px;
}
.headertopmodel1 .box ul li:hover a,
.headertopmodel1 .box ul li.limore:hover .morelink a:hover{
    color: #c5a364;
}
.headertopmodel1 .box ul li.limore:hover .morelink a{
    color: #fff;
}
.headertopmodel1 .box .login{
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
    text-align: right;
}
.headertopmodel1 .box ul li:hover .twonav a{
    color: #fff;
}
.headertopmodel1 .box ul li .twonav a:hover{
    color: #c5a364;
}
.headertopmodel1 .box ul li:hover .twonav{
    display: block;
}
.headertopmodel1 .box ul li:hover .morelink li .twonav{
    display: none;
}
.headertopmodel1 .box ul li .morelink li:hover .twonav{
    display: block;
}
/* headertopmodel2 */
.headertopmodel2{
    height: 160px;
    background: #f2f2f2;
    background-size: 100% 100%;
    position: relative;
    z-index: 100;
}
.headertopmodel2 .logo {
    padding: 30px 0;
}
.headertopmodel2 .logo img{
    height: 50px;
    vertical-align: top;
}
.navmodel1{
    height: 50px;
    line-height: 50px;
    background: #197eb8;
}
.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;
    text-align: center;
}
.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 .twonav{
    display: none;
    background: #04659d;
}
.navmodel1 ul li:hover .twonav{
    display: block;
}

/* headertopmodel3 */
.headertopmodel3{
    background: #222;
    padding: 30px 0;
    position: relative;
}
.navmodel2{
    position: relative;
    width: 960px;
    margin: 0 auto;
}
.navmodel2 .navlogo {
    position: absolute;
    top: 0;
    width: 296px;
    left: 50%;
    margin-left: -148px;
}
.navmodel2 .navlogo img{
    width: 100%;
    vertical-align: top;
}
.navmodel2 .navbox li{
    width: 80px;
    height: 90px;
    padding: 13px 13px 0px 0px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    float: left;
    border-right: solid 1px hsla(0,0%,100%,.3);
} 
.navmodel2 .navbox li a{
    color: #fff;
    display: block;
}
.navmodel2 .navbox li a span{
    display:block;
    float:right;
}
.navmodel2 .navbox li a span.nav-title{
    width:28px;
    padding-top:8px;
}
.navmodel2 .navbox li a span.icon{
    width: 18px;
    height: 78px;
}
.navmodel2 .navbox li.li3{
    margin-right: 479px;
}
.navmodel2 .navbox li:hover span.nav-title{
    padding-top: 5px;
}
.navmodel2 .navbox li:hover span.icon{
    margin-top: 5px;
}

/* .headertopmodel4 */
.headertopmodel4{
    height: 70px;
    line-height: 70px;
    background: #eeeeee;
    position: relative;
}
.navmodel3 .logo{
    width: 180px;
    height: 60px;
    padding: 10px 0 0;
    display: table-cell;
}
.navmodel3 .logo img{
    width: 100%;
}
.navmodel3 ul{
    width: 1000px;
    height: 70px;
    text-align: right;
}
.navmodel3 ul li {
    display: inline-block;
    padding: 0 15px;
    height: 70px;
    line-height: 70px;
    position: relative;
}
.navmodel3 ul li a{
    font-size: 18px;
    display: block;
    color: #333;
}
.navmodel3 ul li.more{
    width: 100px;
    text-align: center;
    padding: 0;
}
.navmodel3 ul li.more:hover{
    background: #eee;
}
.navmodel3 ul li.more ul{
    display: none;
    width: 100%;
    background: #eee;
    position: absolute;
    top: 70px;
    left: 0;
    padding: 10px 0 ;
    height: auto;
    text-align: center;
}
.navmodel3 ul li.more ul li{
    padding: 8px 10px;
    float: none;
    width: 100%;
    display: block;
}
.navmodel3 ul li.more ul li a,
.navmodel3 ul li.more ul li{
    height: auto;
    line-height: 22px;
    font-size: 16px;
}
.navmodel3 ul li.more:hover ul{
    display: block;
}
.navmodel3 ul li:hover a,
.navmodel3 ul li.more ul li:hover a{
    color: #b4273a;
}
.navmodel3 ul li.more:hover a{
    color: #333;
}
/* headertopmodel5 */
.headertopmodel5{
    height: 160px;
    background: #f2f2f2;
    background-size: 100% 100%;
    position: relative;
    z-index: 100;
}
.headertopmodel5 .logo {
    padding: 30px 0;
}
.headertopmodel5 .logo img{
    height: 50px;
    vertical-align: top;
}
.headertopmodel5 .navmodel5{
    height: 50px;
    line-height: 50px;
    background: #197eb8;
}
.headertopmodel5 .navmodel5 ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.headertopmodel5 .navmodel5 ul li a{
    padding: 0 15px;
    font-size: 15px;
    display: block;
    text-align: center;
    color: #fff;
}
.headertopmodel5 .navmodel5 ul li .abox{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #1b446d;
    display: none;
    padding: 10px 0;
}
.headertopmodel5 .navmodel5 ul li .abox a{
    line-height: 34px;
    padding: 0 5px;
}
.headertopmodel5 .navmodel5 ul li:hover .abox{
    display: block;
    font-size: 14px;
}
/* headertopmodel6 */
.headertopmodel6{
    background: #374729;
    border-bottom: solid 6px #f0bb68;
}
.headertopmodel6 .container{
    position: relative;
    z-index: 100;
}
.headertopmodel6 .logo{
    padding-top: 42px;
    margin-right: 120px;
}
.headertopmodel6 .logo img{
    height: 40px;
}
.headertopmodel6 .navbar{
    width: 600px;    
    margin-left: 60px;
}
.headertopmodel6 .navbar ul li{
    width: 64px;
    float: left;
    position: relative;
}
.headertopmodel6 .navbar ul li a.one,
.headertopmodel6 .navbar ul li .twonav a{
    color: #ffcf83;
    font-family: '楷体';
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
}
.headertopmodel6 .navbar ul li a.one span{
    width: 20px;
    height: 124px;
    display: table-cell;
    line-height: 16px;
    margin: 15px 5px 0px 28px;
    position: relative;
    vertical-align: middle;
    left: 30px;
}
.headertopmodel6 .navbar ul li a.one i{
    display: block;
    content: '';
    position: absolute;
    width: 6px;
    height: 70px;
    background: url(../icon/icon-navbar.png) no-repeat;
    top: 27px;
    left: 14px;
    z-index: 9999;
}
.headertopmodel6 .navbar ul li .twonav{
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    display: none;
}
.headertopmodel6 .navbar ul li .twonav a{
    width: auto;
    padding: 0 10px;
    display: block;
    float: left;
    line-height: 60px;
    font-size: 16px;
}
.headertopmodel6 .navbar ul li:hover {
    background: #f0bb68;
}
.headertopmodel6 .navbar ul li:hover a.one,
.headertopmodel6 .navbar ul li .twonav a{
    color: #70582f;
}
.headertopmodel6 .navbar ul li:hover a.one i{
    background: url(../icon/icon-navbar_h.png) no-repeat;
}
.headertopmodel6 .navbar ul li.on .twonav{
    position: absolute;
    left: 50%;
}
.headertopmodel6 .headerright{
    padding: 42px 0 0;
    width: 180px;
}
.headertopmodel6 .headerright .searchbox{
    position: relative;
}
.headertopmodel6 .headerright .searchbox input{
    border: solid 1px #ffcf83;
    background: none;
    width: 180px;
    height: 30px;
    line-height: 30px;
    padding: 0 32px 0px 10px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
}
.headertopmodel6 .headerright .searchbox .btnbox input{
    width: 29px;
    height: 26px;
    background: url(../icon/icon-search-c2.png) no-repeat;
    padding: 0;
    border: none;
    position: absolute;
    top: 2px;
    right: 2px;
    text-indent: 9999px;
}
.headertopmodel6 .hoverbg {
    height: 60px;
    background: #f0bb68;
    display: none;
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    z-index: 99;
}
/*headertopmodel7*/
.headertopmodel7 .topbox{
    background: #052e80;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    color: #F6F6F6;
    width: 100%;
    position: relative;
    margin-bottom: 120px;
}
.headertopmodel7 .topbox ul li{
    float: left;
}
.headertopmodel7 .headerright{
    padding: 15px 0 0;
}
.headertopmodel7 .headerright .searchbox{
    position: relative;
}
.headertopmodel7 .headerright .searchbox input{
    background: rgba(255,255,255,0.1);
    width: 180px;
    height: 30px;
    line-height: 30px;
    padding: 0 32px 0px 10px;
    color: #fff;
    float: left;
}
.headertopmodel7 .headerright .searchbox .btnbox{
    width: 60px;
    height: 30px;
    padding: 0;
    background: #5880b4;
    color: #fff;
    line-height: 30px;
    border-radius: 4px;
    float: left;
    margin-left: 4px;
    overflow: hidden;
}

.headertopmodel7 .headerright .searchbox .btnbox input{
    width: 100%;
    padding: 0 ;
    text-align: center;
}
.headertopmodel7 .topbox .logo{
    position: absolute;
}
.headertopmodel7 .navbar{
    padding: 30px 0;
}
.headertopmodel7 .navbar ul{
    text-align: center;
}
.headertopmodel7 .navbar ul li{
    display: inline-block;
    position: relative;
}
.headertopmodel7 .navbar ul li a{
    display: block;
    line-height: 40px;
    text-align: center;
    color: #052e81;
    cursor: pointer;
    background: url(../icon/icon-navbg1.png) no-repeat;
    margin: 5px;
    font-size: 18px;
    width: 110px;
    height: 42px;
    font-weight: bold;
}
.headertopmodel7 .navbar ul li a:hover{
    background: url(../icon/icon-navbg1h.png) no-repeat;
    color: #fff;
}
.headertopmodel7 .navbar ul li .twonav{
    display: none;
}
.headertopmodel7 .navbar ul li:hover .twonav{
    display: block;
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    padding: 10px 0;
}
.headertopmodel7 .topbox .logo{
    width: 312px;
    left: 50%;
    margin-left: -156px;
    z-index: 2;
}
.headertopmodel7 .navbar ul li .twonav .three{
    position: relative;
}
.headertopmodel7 .navbar ul li .twonav .threenav{
    position: absolute;
    left: 100%;
    top: -6px;
    display: none;
}
.headertopmodel7 .navbar ul li .twonav .three:hover a + div{
    display: block;
}
.headertopmodel8{
    position: absolute;
    background: rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99191919, endcolorstr=#99191919);
    padding: 0px 24px;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    line-height: 50px;
    height: 50px;
}
.headertopmodel8 .logo img{
    vertical-align: middle;
}
.headertopmodel8 .nav ul{
    margin: 0 0 0 20px;
}
.headertopmodel8 .nav ul li{
    float: left;
}
.headertopmodel8 .nav ul li a{
    color: #fff;
    padding: 0 8px;
}
.headertopmodel8 .nav .nav-child{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
}
.headertopmodel8 .nav .nav-child .child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    background: rgba(103,79,43,0.4);
}
.headertopmodel8 .nav .nav-child .child .p{
    display: inline-block;
}
.headertopmodel8 .nav .nav-child .child a {
    margin-left: 10px;
    padding-right: 20px;
    background: url(../icon/icon-nav.png) no-repeat right center;
    color: #fff;
}
.headertopmodel8 .nav .nav-child .child a:last-child {
    background: none;
}
.headertopmodel8 .nav .nav-child .child.now {
    height: 50px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
.headertopmodel8 .search{
    height: 50px;
    margin-right: 40px;
    position: relative;
}
.headertopmodel8 .search .searchbox{
    position: absolute;
    top: 60px;
    right: 0;
    width: 242px;
    border-radius: 4px;
    border: solid 1px #fff;
    display: none;
}
.headertopmodel8 .search .searchbox input{
    background: none;
    width: 200px;
    padding: 0 10px;
    color: #fff;
}
.headertopmodel8 .search .searchbox .btnbox,
.headertopmodel8 .search .searchbox .btnbox input{
    width: 40px;
}
.headertopmodel8 .search .icon-search1{
    display: block;
    position: relative;
    top: 0px;
    width: 50px;
    height: 50px;
    background: url(../icon/icon_search.png) no-repeat!important;
    background-position: center center!important;
    cursor: pointer;
}
.headertopmodel8 .search .icon-search{
    background: url(../icon/icon_search.png) no-repeat!important;
    background-position: center center!important;
}
.headertopmodel8 img.imglogo1 {
    display: none;
}
.headertopmodel8 img.imglogo2 {
    display: block;
}
.headertopmodel8 .menu {
    width: 3rem;
    height: 3rem;
    background: url(../icon/icon-menu.png) no-repeat;
    background-size: 40% 40%;
    background-position: center center;
}

/* 轮播组件样式 */
/* banner1 */
.banner1{
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.banner1 .swiper-container{
    width: 100%;
    height: 100%;
}
.banner1 .swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
    vertical-align: top;
    position: relative;
    left: 50%;
    margin-left: -50%;
}
.banner1 .swiper-pagination{
    width: 100%;
    bottom: 10%;
    z-index: 99;
}
.banner1 .swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    margin: 0 7px;
    opacity: 1;
}
.banner1 .swiper-pagination .swiper-pagination-bullet-active{
    width: 164px;
    background: #c5a364;
}
.banner1.height450{
    height: 450px;
    margin: 0;
}
.banner1.radiusbtn .swiper-pagination {
    bottom: 6%;
}
.banner1.radiusbtn .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.banner1 .searchbtn{
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    margin-left: -35px;
    z-index: 99;
    border-radius: 50%;
    background: url('../icon/icon-search.png') no-repeat center center #c5a364;
    cursor: pointer;
}
.banner1 .searchbtn a{
    display: block;
    width: 100%;
    height: 100%;
}

/* 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(../icon/icon-arrow-right.png);
}
.bannermodel1 .swiper-button-prev, 
.bannermodel1 .swiper-container-rtl .swiper-button-next{
    background-image: url(../icon/icon-arrow-left.png);
}
.bannermodel1 .swiper-container .swiper-slide.style1{
    margin-bottom: 20px;
}
.bannermodel1 .swiper-container .swiper-slide.style1,
.bannermodel1 .swiper-container .swiper-slide.style1 .inner{
    border: none;
    text-align: center;
}
.bannermodel1 .swiper-container .swiper-slide.style1 .imgbox{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: solid 1px #a92f2f;
    padding: 8px;
    overflow: hidden;
    margin: 0 auto;
}
.bannermodel1 .swiper-container .swiper-slide.style1 .imgbox img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    float: none;
}
.bannermodel1 .swiper-container .swiper-slide.style1 .inner .contxt{
    float: none;
    width: 100%;
}
.bannermodel1 .swiper-container .swiper-slide.style1 .inner .contxt h2{
    height: 46px;
    line-height: 46px;
    padding: 0;
}
.bannermodel1 .swiper-container .swiper-slide.style1 .inner .contxt p{
    display: inline-block;
}

/* 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;
}


/* bannermodel3 */
.bannermodel3{
    width: 100%;
    height: 156px;
    position: relative;
}
.bannermodel3 .swiper-container,
.bannermodel3 .container,
.bannermodel3 .swiper-container .swiper-slide .inner,
.bannermodel3 .swiper-container .swiper-slide a{
    height: 100%;
}
.bannermodel3 .swiper-container .swiper-slide a{
    display: block;
}
.bannermodel3 h2{
    position: absolute;
    width: 100%;
    height: 36px;
    line-height: 36px;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(75));
    color: #fff;
    padding: 0px 20px 0px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
}
.bannermodel3 .swiper-pagination{
    width: auto!important;
    right: 15px;
    left: auto;
    bottom: 7px;
}
.bannermodel3 .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    margin: 0 4px;
    background: #fff;
    opacity: 0.2;
}
.bannermodel3 .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
}
.bannermodel3.style1 .swiper-container{
    width: 940px;
}
.bannermodel3.style1 .swiper-container .swiper-slide a{
    padding: 10px;
    background: #fff;
}
.bannermodel3.style1 .swiper-container .swiper-slide a,
.bannermodel3.style1 .swiper-container .swiper-slide .inner,
.bannermodel3.style1{
    height: auto;
}
.bannermodel3.style1 .swiper-container .swiper-slide a .imgbox{
    height: 190px;
}
.bannermodel3.style1 .swiper-container .swiper-slide a .contxt{
    padding: 20px 10px;
}
.bannermodel3.style1 .swiper-container .swiper-slide a h2{
    position:static;
    bottom: auto;
    left: auto;
    background: none;
    opacity: 1;
    font-size: 24px;
    color: #333;
    padding: 0;
}
.bannermodel3.style1 .swiper-container .swiper-slide a p{
    color: #666;
    line-height: 30px;
}
.bannermodel3.style1 .swiper-container .swiper-slide:hover a{
    position: relative;
    background: #b7964b;
}
.bannermodel3.style1 .swiper-container .swiper-slide:hover h2,
.bannermodel3.style1 .swiper-container .swiper-slide:hover p{
    color: #fff;
}
.bannermodel3 .swiper-button-next,
.bannermodel3 .swiper-button-prev{
    width: 50px;
    height: 84px;
    margin-top: -32px;
}
.bannermodel3 .swiper-button-next.swiper-button-orange{
    background: url('../icon/icon-arrow-right.png') no-repeat;
    background-size: 100% 100%;
}
.bannermodel3 .swiper-button-prev.swiper-button-orange{
    background: url('../icon/icon-arrow-left.png') no-repeat;
    background-size: 100% 100%;
}
.bannermodel4 .focus {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.bannermodel4 .focus ul {
    overflow: hidden;
    height: 100%;
    position: relative;
}
.bannermodel4 .focus ul li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.bannermodel4 .focus ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.bannermodel4 .focus .page {
    position: absolute;
    left: 0;
    bottom: 3%;
    width: 100%;
    text-align: center;
}
.bannermodel4 .focus .page i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    line-height: 3px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: rgba(255,255,255,0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66ffffff, endcolorstr=#66ffffff);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.bannermodel4 .focus .page i.now {
    background: #fff;
}
.bannermodel4 ul li .item0{
    display: block;
}
.bannermodel4 ul li .item1{
    display: none;
}


/* 图文集合 */
/* imgtextmodel1 */
.imgtextmodel1{
    padding: 10px 0;
}
.imgtextmodel1 .modelleft{
    width: 610px;
    float: left;
    padding: 10px;
    border: solid 1px #c5a364;
}
.imgtextmodel1 .modelleft img{
    width: 100%;
    height: 390px;
    vertical-align: top;
}
.imgtextmodel1 .modelright{
    width: 550px;
    float: right;
}
.imgtextmodel1 .modelright li{
    position: relative;
    margin: 20px 0 32px;
}
.imgtextmodel1 .modelright li a .time {
    width: 90px;
    border-right: solid 1px #c9c7c3;
    position: absolute;
    top: 0;
    left: 0;
}
.imgtextmodel1 .modelright li a .time .p1{
    font-size: 40px;
    color: #c9c7c3;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    position: relative;
    top: -5px;
}
.imgtextmodel1 .modelright li a .time .p2{
    font-size: 12px;
    color: #c9c7c3;
    height: 12px;
    line-height: 12px;
    position: relative;
    bottom: -2px;
}
.imgtextmodel1 .modelright li a h2{
    margin: 0 0 0 120px;
    font-size: 20px;
    line-height: 36px;
    position: relative;
    top: -10px;
    height: 72px;
    overflow: hidden;
}
.imgtextmodel1 .modelright li:hover a h2{
    color: #c5a364;
}
.imgtextmodel1 .modelright li:last-child{
    margin-bottom: 0;
}

/* imgtextmodel2 */
.imgtextmodel2 {
    margin: 0 -40px;
}
.imgtextmodel2 li{
    width: 25%;
    padding: 0 40px;
    float: left;
}
.imgtextmodel2 li a{
    display: block;
}
.imgtextmodel2 li a .imgbox{
    width: 100%;
    height: 270px;
    margin: 0 0 8px 0;
}
.imgtextmodel2 li a .imgbox img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.imgtextmodel2 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('../icon/ulbg1.png') no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel2 li:hover a h2.title{
    color: #fff;
    background: url('../icon/ulbg1h.png') no-repeat;
    background-size: 100% 100%;
}

/* imgtextmodel3 */
.imgtextmodel3 {
    margin: 0 -40px;
}
.imgtextmodel3 li{
    width: 33.3333333%;
    padding: 0 40px;
    float: left;
}
.imgtextmodel3 li a{
    display: block;
}
.imgtextmodel3 li a .imgbox{
    width: 100%;
    height: 200px;
    margin: 0 0 8px 0;
    overflow: hidden;
}
.imgtextmodel3 li a .imgbox img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.imgtextmodel3 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;
}
.imgtextmodel3 li:hover a .imgbox img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}
/* imgtextmodel4 */
.imgtextmodel4 {
    margin: 0 -57px;
    position: relative;
}
.imgtextmodel4:before{
    display: block;
    content: '';
    height: 1px;
    width: 1200px;
    background: #999999;
    position: absolute;
    top: 119px;
    left: 50%;
    margin: 0 0 0 -600px;
}
.imgtextmodel4 li{
    width: 16.6666667%;
    float: left;
    padding: 0 57px;
}
.imgtextmodel4 li a{
    display: block;
}
.imgtextmodel4 li a .topimg{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}
.imgtextmodel4 li a .topimg img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.imgtextmodel4 li a .middle{
    width: 100%;
    height: 30px;
    position: relative;
    margin: 5px 0;
}
.imgtextmodel4 li a .middle:before,
.imgtextmodel4 li a .middle:after{
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    background: #3d96c9;
    border-radius: 50%;
    top: 50%;
}
.imgtextmodel4 li a .middle:before{
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
}
.imgtextmodel4 li a .middle:after{
    width: 6px;
    height: 6px;
    margin: -3px 0 0 10px;
}
.imgtextmodel4 li a .bottomimg{
    width: 50px;
    height: 170px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 26px 10px 0 18px;
}
.imgtextmodel4 li.li1 a .bottomimg,
.imgtextmodel4 li.li4 a .bottomimg{
    background: url(../icon/t1icon2.png) no-repeat center top;
    background-size: 100%;
}
.imgtextmodel4 li.li2 a .bottomimg,
.imgtextmodel4 li.li5 a .bottomimg{
    background: url(../icon/t1icon3.png) no-repeat center top;
    background-size: 100%;
}
.imgtextmodel4 li.li3 a .bottomimg,
.imgtextmodel4 li.li6 a .bottomimg{
    background: url(../icon/t1icon4.png) no-repeat center top;
    background-size: 100%;
}
.imgtextmodel4 li:hover a .topimg img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}
/* imgtextmodel5 */
.imgtextmodel5 .leftcon {
    width: 520px;
    border: solid 1px #aaa;
    padding: 4px;
    float: left;
}
.imgtextmodel5 .leftcon .con {
    border: solid 1px #aaa;
    position: relative;
}
.imgtextmodel5 .leftcon .con a{
    display: block;
}
.imgtextmodel5 .leftcon .con a img {
    width: 100%;
    height: 310px;
    vertical-align: top;
}
.imgtextmodel5 .leftcon .con a .imgtxt {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100px;
    background: rgba(91,8,3,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#995b0803, endcolorstr=#995b0803);
    z-index: 11;
    color: #fff;
    padding: 20px;
}
.imgtextmodel5 .leftcon .con a .imgtxt h3 {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
}
.imgtextmodel5 .leftcon .con a .imgtxt p,
.imgtextmodel5 .leftcon .con a .imgtxt div{
    font-size: 14px;
    color: #fff;
    height: 40px;
    overflow: hidden;
}
.imgtextmodel5 .rightcon {
    float: right;
    width: 640px;
}
.imgtextmodel5 .rightcon .title {
    padding: 10px 10px 18px;
}
.imgtextmodel5 .rightcon .title h3 {
    float: left;
    font-family: 'æ¥·ä½“';
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.imgtextmodel5 .rightcon .title a {
    float: right;
    position: relative;
    top: 6px;
    padding: 1px 5px;
    border: solid 1px #999;
    color: #333;
    font-size: 12px;
}
.imgtextmodel5 .rightcon .listtop {
    position: relative;
}
.imgtextmodel5 .rightcon .listtop img {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 110px;
}
.imgtextmodel5 .rightcon .listtop .topcon {
    margin-left: 160px;
}
.imgtextmodel5 .rightcon .listtop .topcon h4 {
    padding: 10px 0;
    color: #333;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.imgtextmodel5 .rightcon .listtop .topcon p,
.imgtextmodel5 .rightcon ul li a {
    color: #333;
    height: 60px;
    overflow: hidden;
}
.imgtextmodel5 .rightcon ul {
    margin-top: 35px;
}
.imgtextmodel5 .rightcon ul li {
    border-top: solid 1px #eee;
    height: 40px;
    line-height: 40px;
}
.imgtextmodel5 .rightcon ul li p {
    width: 80%;
    float: left;
    padding-left: 20px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.imgtextmodel5 .rightcon ul li p:before {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: solid 2px #ddd;
    border-radius: 50%;
    top: 13px;
    left: 0;
}
.imgtextmodel5 .rightcon ul li span {
    width: 20%;
    float: right;
    text-align: right;
}
.imgtextmodel5 .rightcon .title a:hover,
.imgtextmodel5 .rightcon .listtop .topcon:hover h4,
.imgtextmodel5 .rightcon ul li:hover p{
    color: #c5a364;
}
/* imgtextmodel6 */
.imgtextmodel6{
    padding: 10px 0;
}
.imgtextmodel6 .modelleft{
    width: 600px;
    float: left;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.imgtextmodel6 .modelleft img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.imgtextmodel6 .modelleft .title{
    height: 86px;
    line-height: 86px;
    padding: 0 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(27, 68, 109, 0.74);
    z-index: 2;
}
.imgtextmodel6 .modelright{
    width: 580px;
    float: right;
}
.imgtextmodel6 .modelright li{
    position: relative;
    margin: 25px 0 55px;
}
.imgtextmodel6 .modelright li a .time {
    width: 90px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}
.imgtextmodel6 .modelright li a .time .p1{
    font-size: 78px;
    color: #4e4e4e;
    height: 88px;
    line-height: 74px;
    margin-bottom: 5px;
    border-bottom: solid 2px #4e4e4e;
    position: relative;
    top: -5px;
}
.imgtextmodel6 .modelright li a .time .p2{
    font-size: 18px;
    color: #4e4e4e;
    height: 30px;
    line-height: 12px;
    position: relative;
    bottom: -2px;
}
.imgtextmodel6 .modelright li a .leftcon{
    position: relative;
}
.imgtextmodel6 .modelright li a .leftcon .imgbox{
    position: absolute;
    width: 168px;
    height: 114px;
    left: 0;
    top: 0;
    border-radius: 8px;
    overflow: hidden;
}
.imgtextmodel6 .modelright li a .leftcon .imgbox img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.imgtextmodel6 .modelright li a .leftcon .txtbox{
    margin: 0 125px 0 190px;
    height: 114px;
}
.imgtextmodel6 .modelright li a .leftcon .txtbox h2{
    margin: 5px 0 10px 0;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.imgtextmodel6 .modelright li a .leftcon .txtbox .desc{
    height: 46px;
    overflow: hidden;
}
.imgtextmodel6 .modelright li a .leftcon .txtbox .desc,
.imgtextmodel6 .modelright li a .leftcon .txtbox .desc p,
.imgtextmodel6 .modelright li a .leftcon .txtbox .desc span{
    color: #6b6b6b!important;
    line-height: 23px!important;
}
.imgtextmodel6 .modelright li a .leftcon .txtbox .desc img{
    display: none!important;
}
.imgtextmodel6 .modelright li:hover a .leftcon .txtbox h2,
.imgtextmodel6 .modelright li:hover a .time p{
    color: #c5a364;
}
.imgtextmodel6 .modelright li:hover a .time .p1{
    border-color: #c5a364;
}

.imgtextmodel6 .modelright li:last-child{
    margin-bottom: 0;
}
/* imgtextmodel7 */
.imgtextmodel7 {
    height: 426px;
}
.imgtextmodel7 .container,
.imgtextmodel7 .leftcon,
.imgtextmodel7 .rightcon,
.imgtextmodel7 .rightcon,
.imgtextmodel7 .rightcon li{
    height: 100%;
}
.imgtextmodel7 .leftcon{
    width: 300px;
    float: left;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: 100% 100%;
    border-radius: 8px;
    padding: 45px 0 0;
    overflow: hidden;
}
.imgtextmodel7 .leftcon h2{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 0 0 50px 0;
}
.imgtextmodel7 .leftcon ul{
    padding: 0 15px 0 55px;
}
.imgtextmodel7 .leftcon ul li{
    width: 48%;
    float: left;
    padding: 0 15px 20px 0;
}
.imgtextmodel7 .leftcon ul li a{
    display: block;
    font-size: 18px;
    color: #fff;
}
.imgtextmodel7 .rightcon{
    width: 900px;
    float: left;
}
.imgtextmodel7 .rightcon li{
    width: 292px;
    margin: 0 0 0 8px;
    float: left;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.imgtextmodel7 .rightcon li img{
    width: 100%;
    height: 100%;
}
.imgtextmodel7 .rightcon li .txtbox{
    position: absolute;
    background: rgba(27,68,109,0.6);
    z-index: -1;
    padding: 30px;
    top: 0;
    left: 0;
    opacity: 0;
}
.imgtextmodel7 .rightcon li .txtbox h2{
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.imgtextmodel7 .rightcon li .txtbox .desc{
    height: 90%;
    margin: 20px 0 0;
    overflow: hidden;
}
.imgtextmodel7 .rightcon li .txtbox .desc,
.imgtextmodel7 .rightcon li .txtbox .desc p,
.imgtextmodel7 .rightcon li .txtbox .desc span{
    color: #fff!important;
    font-size: 16px!important;
}
.imgtextmodel7 .rightcon li .txtbox .desc img{
    display: none!important;
}
/* .imgtextmodel8*/
.imgtextmodel8 ul li{
    width: 184px;
    height: 456px;
    margin-right: 20px;
    border-radius: 8px;
    overflow: hidden;
    float: left;
}
.imgtextmodel8 ul li.li5,
.imgtextmodel8 ul li.li6,
.imgtextmodel8 ul li.li7{
    width: 120px;
    height: 210px;
    margin: 0 12px 22px 0;
}
.imgtextmodel8 ul li.li7,
.imgtextmodel8 ul li.li8{
    margin-right: 0;
}
.imgtextmodel8 ul li.li8{
    width: 384px;
    height: 224px;
    background: url(../images/bg2.jpg) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel8 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.imgtextmodel8 ul li a img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.imgtextmodel8 ul li.li8 a{
    padding: 30px 35px;
    overflow: hidden;
    overflow-y: auto;
}
.imgtextmodel8 ul li .desc p{
    margin-bottom: 10px;
}
.imgtextmodel8 ul li .desc,
.imgtextmodel8 ul li .desc p,
.imgtextmodel8 ul li .desc span{
    color: #fff!important;
    font-size: 14px!important;
}
.imgtextmodel8 ul li:hover a img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}
/* imgtextmodel9 */
.imgtextmodel9 {
    margin: 0 -6px;
}
.imgtextmodel9 li{
    width: 33.3333333%;
    padding: 0 6px;
    float: left;
}
.imgtextmodel9 li a{
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.imgtextmodel9 li a .imgbox{
    width: 100%;
    height: 220px;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}
.imgtextmodel9 li a .imgbox img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.imgtextmodel9 li a .txtbox{
    background: #f2f2f2;
    padding: 10px 20px 30px;
}
.imgtextmodel9 li a .txtbox 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;
}
.imgtextmodel9 li a .txtbox span{
    display: block;
    width: 106px;
    height: 28px;
    color: #1b446d;
    margin: 10px auto 0;
    border: solid 1px #1b446d;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
}
.imgtextmodel9 li:hover a .imgbox img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}
/*.imgtextmodel10*/ 
.imgtextmodel10 .leftcon{
    width: 380px;
}
.imgtextmodel10 .leftcon h3,
.imgtextmodel10 .rightcon .listbox .inner h4{
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    font-family: '楷体';
    color: #374729;
    text-align: center;
    width: 160px;
    height: 60px;
    line-height: 60px;
    background: url(../icon/iconbg2.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 28px;
}
.imgtextmodel10 .leftcon .item{
    padding: 25px 35px 25px;
    background: #75694a;
    color: #fff;
    margin-bottom: 8px;
}
.imgtextmodel10 .leftcon .item:last-child{
    margin-bottom: 0;
}
.imgtextmodel10 .leftcon .item .iteminner{
    position: relative;
}
.imgtextmodel10 .leftcon .item .iteminner .icon{
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
}
.imgtextmodel10 .leftcon .item .iteminner .icon img{
    width: 100%;
    height: 100%;
}
.imgtextmodel10 .leftcon .item .iteminner .icon.icon1{
    background: url(../icon/t1icon5.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel10 .leftcon .item .iteminner .icon.icon2{
    background: url(../icon/t1icon7.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel10 .leftcon .item .iteminner .txtbox{
    margin-left: 60px;
}
.imgtextmodel10 .leftcon .item .iteminner .txtbox h5{
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
    color: #fff;
}
.imgtextmodel10 .leftcon .item .iteminner .txtbox .desc{
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    overflow-y: auto;
    color: #fff;
}
.imgtextmodel10 .leftcon .item .itembtn{
    width: 80px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: solid 1px #ffcf83;
    color: #ffcf83;
    margin-top: 10px;
}
.imgtextmodel10 .leftcon .item2 .itembtn{
    margin: 10px 0 0;
}
.imgtextmodel10 .rightcon{
    width: 750px;
}
.imgtextmodel10 .rightcon .leftul li,
.imgtextmodel10 .rightcon .listbox{
    width: 180px;
    height: 370px;
    float: left;
    padding: 10px;
    margin-right: 10px;
    background: url(../images/imgbg1.png) no-repeat #374729;
    background-size: 100% 100%;
}
.imgtextmodel10 .rightcon .listbox{
    margin-right: 0;
}
.imgtextmodel10 .rightcon .leftul li a{
    padding: 70px 8px 0;
}
.imgtextmodel10 .rightcon .leftul li a,
.imgtextmodel10 .rightcon .listbox .inner{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffcf83;
    border: solid 1px #ffcf83;
}
.imgtextmodel10 .rightcon .leftul li a h5{
    color: #ffcf83;
}
.imgtextmodel10 .rightcon .leftul li a .imgbox{
    width: 142px;
    height: 180px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.imgtextmodel10 .rightcon .leftul li a .imgbox img{
    max-width: 100%;
}
.imgtextmodel10 .rightcon .leftul li a h5{
    color: #efc072;
    margin: 30px 0 10px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imgtextmodel10 .rightcon .leftul li a span{
    color: #efc072;
    border: solid 1px #efc072;
    width: 120px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    display: block;
    margin: 0 auto;
}
.imgtextmodel10 .rightcon .listbox .inner ul li{
    width: 78%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #b5b184;
    color: #374729;
    margin: 0 auto 6px;
}
.imgtextmodel10 .rightcon .listbox .inner h4{
    width: 140px;
    height: 50px;
    margin: 12px auto 35px;
    background: url(../icon/iconbg1.png) no-repeat;
    background-size: 100% 100%;
    width: 140px;
    height: 50px;
    color: #ffcf83;
    line-height: 50px;
    display: block;
}
/*.imgtextmodel11*/
.imgtextmodel11 li{
    width: 20%;
    float: left;
}
.imgtextmodel11 li a .topimg{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.imgtextmodel11 li a .topimg img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.imgtextmodel11 li a h2{
    width: 26px;
    margin: 35px auto 0;
    font-family: '楷体';
    font-size: 24px;
    color: #374729;
    font-weight: bold;
    text-align: center;
}
/*.imgtextmodel12*/
.imgtextmodel12{
    position: relative;
}
.imgtextmodel12 h2{
    width: 160px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -80px;
    z-index: 4;
}
.imgtextmodel12 ul li{
    height: 320px;
    width: 50%;
    position: relative;
    float: left;
}
.imgtextmodel12 ul li a,
.imgtextmodel12 ul li a .imgbox,
.imgtextmodel12 ul li a .imgbox img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.imgtextmodel12 ul li:after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,0.6);
}
.imgtextmodel12 ul li h3{
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 148px;
    right: 148px;
    text-align: right;
    z-index: 3;
}
.imgtextmodel12 ul li:last-child h3{
    text-align: left;
    right: 0;
    left: 148px;
}
.imgtextmodel12 h2 img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
/* imgtextmodel13 */
.imgtextmodel13 .leftcon{
    width: 290px;
    height: 450px;
    background: #e3e6eb;
    color: #333;
    padding: 30px;
}
.imgtextmodel13 .leftcon .item {
    margin-bottom: 30px;
}
.imgtextmodel13 .leftcon .item h2,
.imgtextmodel13 .rightcon .txtbox h2{
    font-size: 26px;
    color: #052e80;
}
.imgtextmodel13 .leftcon .item ul{
    margin-top: 6px;
    width: 100%;
}
.imgtextmodel13 .leftcon .item ul li{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}
.imgtextmodel13 .rightcon{
    width: 844px;
    height: 450px;
    position: relative;
}
.imgtextmodel13 .rightcon .img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.imgtextmodel13 .rightcon .txtbox{
    bottom: 0px;
    width: 100%;
    height: 110px;
    background: rgba(0,0,0,.5);
    padding: 22px 40px;
    color: #fff;
    position: absolute;
    z-index: 11;
}
.imgtextmodel13 .rightcon .txtbox h2{
    color: #fff;
    margin-bottom: 10px;
}
.imgtextmodel13 .rightcon .txtbox p{
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.imgtextmodel13 .rightcon .txtbox ul li{
    float: left;
    margin: 0 10px 0 0;
}
.imgtextmodel13 .rightcon .txtbox ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
}

/* imgtextmodel14 */
.imgtextmodel14 ul {
    float: left;
    overflow: hidden;
}
.imgtextmodel14 ul li {
    position: relative;
    overflow: hidden;
}
.imgtextmodel14 ul li .imgbox img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.imgtextmodel14 ul li .textbox {
    overflow: hidden;
    position: relative;
}
.imgtextmodel14 ul li .textbox h2 {
    font-size: 16px;
    line-height: 32px;
    height: 39px;
    color: #444;
    border-bottom: dashed 1px #999a9c;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.imgtextmodel14 ul li .textbox span.date {
    font-size: 12px;
    color: #888;
    position: absolute;
    right: 10px;
    top: 10px;
}

.imgtextmodel14 ul li .textbox .desc {
    margin-top: 10px;
    height: 48px;
    overflow: hidden;
}

.imgtextmodel14 ul li .textbox .desc,
.imgtextmodel14 ul li .textbox .desc p,
.imgtextmodel14 ul li .textbox .desc span {
    font-size: 14px !important;
    color: #888 !important;
    line-height: 25px !important;
}

.imgtextmodel14 ul li .textbox .desc img {
    display: none !important;
}
.imgtextmodel14 .leftul {
    width: 480px;
    position: relative;
}

.imgtextmodel14 .rightul {
    width: 650px;
    float: right;
    position: relative;
}

.imgtextmodel14 .leftul li {
    background: #e3e6ea;
}

.imgtextmodel14 .leftul li .imgbox {
    display: block;
    width: 100%;
    height: 300px;
    float: none;
    overflow: hidden;
}

.imgtextmodel14 .leftul li .textbox {
    padding: 0 10px 11px;
    overflow: hidden;
}
.imgtextmodel14 .leftul li .textbox{
    padding: 18px;
}
.imgtextmodel14 .leftul li .textbox .desc{
    height: 80px;
    margin-top: 5px;
}
.imgtextmodel14 .leftul li .textbox h2 {
    border-bottom: none;
}
.imgtextmodel14 .rightul li {
    margin-bottom: 20px;
}
.imgtextmodel14 .rightul li:last-child {
    margin-bottom: 0;
}
.imgtextmodel14 .rightul li .imgbox {
    display: block;
    width: 160px;
    height: 100px;
    float: left;
    overflow: hidden;
}
.imgtextmodel14 .rightul .textbox {
    float: right;
    width: 470px;
}
.imgtextmodel14 .rightul li:hover .textbox a,
.imgtextmodel14 .leftul li:hover .textbox a {
    color: #c9060e;
}
/*.imgtextmodel15*/
.imgtextmodel15 {
    position: relative;
}
.imgtextmodel15:before,
.imgtextmodel15:after{
    width: 470px;
    height: 130px;
    display: block;
    content: '';
    background: #052e80;
    position: absolute;
    top: 0;
    visibility: visible;
}
.imgtextmodel15:before{
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    left: 0;
}
.imgtextmodel15:after{
    border-top-left-radius: 65px;
    border-bottom-left-radius: 65px;
    right: 0;
}
.imgtextmodel15 .container{
    width: 960px;
}
.imgtextmodel15 li{
    width: 20%;
    float: left;
}
.imgtextmodel15 li a h1{
    width: 116px;
    height: 116px;
    margin: 0 auto;
    text-align: center;
    line-height: 116px;
    font-size: 46px;
}
.imgtextmodel15 li a h2{
    width: 26px;
    margin: 28px auto 0;
    font-family: '楷体';
    font-size: 24px;
    color: #374729;
    font-weight: bold;
    text-align: center;
}
/* imgtextmodel16 */
.imgtextmodel16 .leftcon{
    width: 835px;
}
.imgtextmodel16 .leftcon ul li{
    float: left;
    width: 265px;
    height: 130px;
    margin: 0 20px 20px 0;
    background: #444;
    position: relative;
    overflow: hidden;
}
.imgtextmodel16 .leftcon ul li.li4,
.imgtextmodel16 .leftcon ul li.li5{
    height: 300px;
}
.imgtextmodel16 .leftcon ul li.li4{
    width: 550px;
}
.imgtextmodel16 .leftcon ul li.li3,
.imgtextmodel16 .leftcon ul li.li5{
    margin-right: 0;
}
.imgtextmodel16 .leftcon ul li .img{
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: top;
    top: 0;
    left: 0;
    z-index: 1;
}
.imgtextmodel16 .leftcon ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.imgtextmodel16 .leftcon ul li a .txtbox{
    padding: 50px 0px 0px 30px;
}
.imgtextmodel16 .leftcon ul li a .txtbox h2{
    font-size: 26px;
    color: #fff;
}
.imgtextmodel16 .leftcon ul li.li4 a .txtbox{
    position: absolute;
    padding: 20px 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 10;
}
.imgtextmodel16 .leftcon ul li a .txtbox h2{
    line-height: 30px;
    margin-bottom: 10px;
}
.imgtextmodel16 .leftcon ul li.li4 a .txtbox .desc{
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #fff;
}
.imgtextmodel16 .rightcon{
    width: 295px;
    position: relative;
    background: #e3e6eb;
    padding: 50px 44px;
    height: 450px;
}
.imgtextmodel16 .rightcon h2{
    font-size: 26px;
    color: #00287a;
}
.imgtextmodel16 .rightcon .item{
    padding: 20px 0 10px;
}
.imgtextmodel16 .rightcon .item h4{
    font-size: 18px;
    color: #00287a;
    margin-bottom: 10px;
}
.imgtextmodel16 .rightcon .item .desc{
    color: #666;
    max-height: 64px;
    overflow: hidden;
}
.imgtextmodel16 .rightcon .item:last-child{
    margin: 0;
}
.imgtextmodel16 .rightcon .item .itembtn {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: solid 1px #00287a;
    color: #00287a;
    margin-top: 26px;
}
.imgtextmodel17 .title{
    padding: 10px 0px 18px;
}
.imgtextmodel17 .title h3 {
    float: left;
    font-family: '楷体';
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.imgtextmodel17 .title a {
    float: right;
    position: relative;
    top: 6px;
    padding: 1px 5px;
    border: solid 1px #999;
    color: #333;
    font-size: 12px;
}
.imgtextmodel17 .imgbox img{
    width: 100%;
    height: 200px;
    vertical-align: top;
}
.imgtextmodel17 ul {
    margin-top: 35px;
}
.imgtextmodel17 ul li {
    height: 40px;
    line-height: 40px;
}
.imgtextmodel17 ul li p {
    width: 70%;
    float: left;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.imgtextmodel17 ul li span {
    width: 25%;
    text-align: right;
    float: right;
}

.imgtextmodel18 .leftcon,
.imgtextmodel18 .rightcon{
    width: 50%;
}
.imgtextmodel18 .leftcon{
    padding: 0 40px 0 0;
}
.imgtextmodel18 .leftcon .con h3{
    font-size: 16px;
    margin: 50px 0 15px 0;
}
.imgtextmodel18 .leftcon .con .desc{
    max-height: 164px;
    overflow-y: auto;
}
.imgtextmodel18 .leftcon .con .desc,
.imgtextmodel18 .leftcon .con .desc p,
.imgtextmodel18 .leftcon .con .desc span{
    color: #666!important;
    font-size: 14px!important;
    line-height: 20px!important;
}
.imgtextmodel18 .leftcon .con .desc a,
.imgtextmodel18 .leftcon .con .desc img,
.imgtextmodel18 .leftcon .con .desc video,
.imgtextmodel18 .leftcon .con .desc audio{
    display: none!important;
}
.imgtextmodel18 .rightcon .con{
    width: 530px;
    height: 332px;
    float: right;
    position: relative;
}
.imgtextmodel18 .rightcon .con i{
    width: 92px;
    height: 92px;
    position: absolute;
    top: 50%;
    left: -46px;
    z-index: 1;
    margin: -46px 0 0;
}


.imgtextmodel19 ul{
    float:left;
}
.imgtextmodel19  .first_ul{
    width: 430px;
}
.imgtextmodel19  .last_ul{
    width: 730px;
    float:right;
}
.imgtextmodel19 li{
    position:relative;
    overflow:hidden;
}
.imgtextmodel19 .first_ul li .imgbox{
    display:block;
    width:100%;
    height:240px;
    float:none;
    overflow:hidden;
}
.imgtextmodel19 li .imgbox img{
    width:100%;
    height:100%;
}
.imgtextmodel19 li:hover .imgbox img{
    -o-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
    -o-transition:all 1s;
    -ms-transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    transition:all 1s;
    -o-transform-origin:center center;
    -ms-transform-origin:center center;
    -moz-transform-origin:center center;
    -webkit-transform-origin:center center;
    transform-origin:center center;
}
.imgtextmodel19 li .textbox{
    overflow:hidden;
    position:relative;
}
.imgtextmodel19 .first_ul li .textbox{
    padding: 20px 0px 19px;
}
.imgtextmodel19 li span{
    display:block;
    width:100px;
    height:90px;
    line-height:28px;
    font-size:14px;
    color:#ccc;
    text-align:right;
    padding-right:15px;
    white-space:nowrap;
    border-right:1px solid #eee;
    position:absolute;
    left:0px;
    top:20px;
    font-family:"宋体";
    z-index:2;
}
.imgtextmodel19 li:hover span{
    border-right:1px solid #c10d14;
    color:#c10d14;
}
.imgtextmodel19 li:hover span{
    border-right:1px solid #c10d14;
}
.imgtextmodel19 li span strong{
    display:block;
    font-size:30px;
    color:#999;
    font-weight:normal;
}
.imgtextmodel19 .first_ul li span{
    height: 60px;
}
.imgtextmodel19 li:hover span strong{
    color:#c10d14;
}
.imgtextmodel19 .first_ul li .textbox h2{
    display:block;
    padding-left:114px;
    font-size:16px;
    color:#111;
    line-height:24px;
    height:48px;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.imgtextmodel19 .first_ul li:hover .textbox h2{
    color:#c10d14;
}
.imgtextmodel19 li .textbox .desc{
    font-size:14px;
    color:#666;
    margin-top:15px;
    line-height:24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.imgtextmodel19 li a .textbox .desc,
.imgtextmodel19 li a .textbox .desc p,
.imgtextmodel19 li a .textbox .desc span{
    color: #666!important;
    font-size: 14px!important;
    line-height: 24px!important;
}
.imgtextmodel19 li a .textbox .desc a,
.imgtextmodel19 li a .textbox .desc img,
.imgtextmodel19 li a .textbox .desc video,
.imgtextmodel19 li a .textbox .desc audio{
    display: none!important;
}
.imgtextmodel19 .last_ul{
    position:relative;
}
.imgtextmodel19 .last_ul li{
    padding: 0px 0 46px 0;
}
.imgtextmodel19 .last_ul li:last-child{
    padding-bottom: 0;
}
.imgtextmodel19 .last_ul li .imgbox{
    display:block;
    width:120px;
    height:90px;
    float:left;
    overflow:hidden;
    margin-left:140px;
}
.imgtextmodel19 .last_ul li span{
    top:0;
    left: 15px;
    padding:10px 20px 20px 0;
}
.imgtextmodel19 .last_ul li span:after{
    display: block;
    width: 1px;
    height: 47px;
    position: absolute;
    content: '';
    bottom: -47px;
    left: 99px;
    background: #eee;
}
.imgtextmodel19 .last_ul li:last-child span:after{
    display: none;
}
.imgtextmodel19 .last_ul .textbox{
    float:right;
    width:410px;
}
.imgtextmodel19 .last_ul .textbox h2{
    font-size:18px;
    padding: 8px 0 0;
    color:#111;
    display:block;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.imgtextmodel19 .last_ul .textbox .desc{
    margin-top: 10px;
}
.imgtextmodel19 .last_ul li:hover span,
.imgtextmodel19 .last_ul li:hover span strong,
.imgtextmodel19 .last_ul li:hover .textbox h2 {
    color:#a43a22;
}

.imgtextmodel20{
    margin: 0 -12px;
}
.imgtextmodel20 li{
    width:33.33333%;
    float:left;
    padding: 0 12px;
}
.imgtextmodel20 li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow:hidden;
    border: solid 1px #ececec;
}
.imgtextmodel20 li:last-child{
    margin-right:0;
}
.imgtextmodel20 li .imgbox{
    height:258px;
    overflow:hidden;
}
.imgtextmodel20 li .imgbox img{
    width:100%;
    height:100%;
    vertical-align: top;
}
.imgtextmodel20 li:hover .imgbox img{
    -o-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
    -o-transition:all 1s;
    -ms-transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    transition:all 1s;
    -o-transform-origin:center center;
    -ms-transform-origin:center center;
    -moz-transform-origin:center center;
    -webkit-transform-origin:center center;
    transform-origin:center center;
}
.imgtextmodel20 li .textbox{
    border:1px solid #ececec;
    background:#fff;
    padding:20px 20px;
    overflow:hidden;
}
.imgtextmodel20 li .textbox h3{
    font-size:16px;
    color:#111;
    padding:0;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.imgtextmodel20 li:hover .textbox h3{
    color:#c10d14;
}
.imgtextmodel20 li .textbox p{
    font-size:12px;
    color:#999;
    height: 20px;
    margin: 10px 0 0;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.imgtextmodel21 li a{
    display: block;
    width: 100%;
    position: relative;
}
.imgtextmodel21 li a .imgbox{
    width: 600px;
    height: 320px;
    float: left;
    position: relative;
}
.imgtextmodel21 li a .imgbox span{
    display: block;
    width: 100px;
    height: 100px;
    font-size: 60px;
    background: #a43a22;
    color: #fff;
    text-align: center;
    line-height: 100px;
    position: absolute;
    bottom: 30px;
    right: -50px;
    z-index: 22;
}
.imgtextmodel21 li a .imgbox img{
    width: 100%;
    height: 100%;
}
.imgtextmodel21 li a .txtbox{
    width: 500px;
    height: 220px;
    position: absolute;
    right: 0;
    top: 80px;
}
.imgtextmodel21 li a .txtbox h3{
    font-size: 18px;
    margin: 0 0 40px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.imgtextmodel21 li a .txtbox .desc{
    max-height: 130px;
    overflow-y: auto;
}
.imgtextmodel21 li a .txtbox .desc,
.imgtextmodel21 li a .txtbox .desc p,
.imgtextmodel21 li a .txtbox .desc span{
    color: #666!important;
    font-size: 14px!important;
    line-height: 26px!important;
}
.imgtextmodel21 li a .txtbox .desc a,
.imgtextmodel21 li a .txtbox .desc img,
.imgtextmodel21 li a .txtbox .desc video,
.imgtextmodel21 li a .txtbox .desc audio{
    display: none!important;
}
.imgtextmodel21 li.li1{
    margin: 0 0 60px 0;
}
.imgtextmodel21 li.li2 a .imgbox{
    float: right;
}
.imgtextmodel21 li.li2 a .imgbox span{
    right: auto;
    left: -50px;
}
.imgtextmodel21 li.li2 a .txtbox{
    right: auto;
    left: 0;
}
.imgtextmodel22 {
    height: 300px;
    border-left: solid 1px rgba(255,255,255,0.5);
}
.imgtextmodel22 li{
    width: 20%;
    height: 100%;
    float: left;
    text-align: center;
    border-right: solid 1px rgba(255,255,255,0.5);
}
.imgtextmodel22 li a{
    display: block;
    padding: 65px 0 0;
}
.imgtextmodel22 li a img{
    display: block;
    margin: 0 auto;
}
.imgtextmodel22 li a h4{
    color: #fff;
    font-size: 24px;
    margin: 30px 0 0;
}

.imgtextmodel23 .itemmodel1,
.imgtextmodel23 .itemmodel2,
.imgtextmodel23 .itemmodel3{
    height: 394px;
}
.imgtextmodel23 .itemmodel1{
    width: 380px;
    margin: 0 85px 0 0;
}
.imgtextmodel23 .itemmodel2{
    width: 425px;
    margin: 0 85px 0 0;
}
.imgtextmodel23 .itemmodel3{
    width: 225px;
}
.imgtextmodel23 .title{
    border-bottom: solid 1px #6a4d0b;
}
.imgtextmodel23 .title h2{
    text-align: center;
    line-height: 60px;
}
.imgtextmodel23 .itemmodel1 .title img,
.imgtextmodel23 .itemmodel2 .title img,
.imgtextmodel23 .itemmodel3 .title img{
    display: block;
    margin: 0 auto;
    position: relative;
    top: 12px;
}
.imgtextmodel23 .itemmodel1 .item,
.imgtextmodel23 .itemmodel2,
.imgtextmodel23 .itemmodel3{
    padding: 0 30px;
    background: #f7f2e6;
}
.imgtextmodel23 .itemmodel1 .item .iteminner{
    position: relative;
}
.imgtextmodel23 .itemmodel1 .item .iteminner .icon{
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
}
.imgtextmodel23 .itemmodel1 .item .iteminner .icon.icon1{
    background: url(../icon/t1icon51.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel23 .itemmodel1 .item .iteminner .icon.icon2{
    background: url(../icon/t1icon61.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel23 .itemmodel1 .item .iteminner .icon.icon3{
    background: url(../icon/t1icon71.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel23 .itemmodel1 .item .iteminner .txtbox{
    margin-left: 60px;
}
.imgtextmodel23 .itemmodel1 .item .iteminner .txtbox h5{
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}
.imgtextmodel23 .itemmodel1 .item .iteminner .txtbox .desc{
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.imgtextmodel23 .itemmodel1 .item .itembtn{
    width: 80px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: solid 1px #6a4d0b;
    color: #6a4d0b;
}
.imgtextmodel23 .itemmodel1 .item1{
    height: 154px;
}
.imgtextmodel23 .itemmodel1 .item1 .iteminner{
    margin: 22px 0 0;
}
.imgtextmodel23 .itemmodel1 .item2{
    height: 86px;
    margin: 10px 0;
    padding-top: 20px;
}
.imgtextmodel23 .itemmodel1 .item2 .iteminner .txtbox{
    width: 180px;
}
.imgtextmodel23 .itemmodel1 .item2 .iteminner .txtbox .desc{
    height: 22px;
}
.imgtextmodel23 .itemmodel1 .item3{
    height: 134px;
    padding-top: 20px;
}
.imgtextmodel23 .itemmodel1 .item3 .itembtn{
    margin: 5px 0 0;
}
.imgtextmodel23 .itemmodel1 .item:hover{
    background: #caae14;
    cursor: pointer;
}
.imgtextmodel23 .itemmodel1 .item:hover .itembtn{
    border-color: #fff;
}
.imgtextmodel23 .itemmodel1 .item:hover .itembtn,
.imgtextmodel23 .itemmodel1 .item:hover,
.imgtextmodel23 .itemmodel1 .item:hover .iteminner .txtbox h5{
    color: #fff;
}
.imgtextmodel23 .itemmodel1 .item:hover .iteminner .icon.icon1{
    background: url(../icon/t1icon51h.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel23 .itemmodel1 .item:hover .iteminner .icon.icon2{
    background: url(../icon/t1icon61h.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel23 .itemmodel1 .item:hover .iteminner .icon.icon3{
    background: url(../icon/t1icon71h.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel23 .itemmodel2 .txtbox{
    padding: 40px 0 16px;
    border-bottom: solid 1px #e1dcd1;
    margin: 0 0 10px 0;
}
.imgtextmodel23 .itemmodel2 .txtbox h2{
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-left: 5px;
    margin: 0 0 10px 0;
}
.imgtextmodel23 .itemmodel2 .txtbox .desc{
    position: relative;
    height: 80px;
}
.imgtextmodel23 .itemmodel2 .txtbox .desc img{
    width: 110px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}
.imgtextmodel23 .itemmodel2 .txtbox .desc .box{
    margin: 0px 0 0 120px;
    height: 66px;
    line-height: 22px;
    position: relative;
    top: 5px;
    overflow: hidden;
}
.imgtextmodel23 .itemmodel2 ul li{
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-left: 5px;
}
.imgtextmodel23 .itemmodel2 .txtbox h2:after,
.imgtextmodel23 .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: '';
}
.imgtextmodel23 .itemmodel1 .title:hover{
    border-color: #fff;
}
.imgtextmodel23 .itemmodel1  .title:hover h2{
    color: #fff;
}
.imgtextmodel23 .itemmodel3 ul {
    padding: 5px 0 0;
}
.imgtextmodel23 .itemmodel3 ul li{
    height: 34px;
    line-height: 34px;
    background: url(../icon/ulbg2.png) no-repeat;
    background-size: 100% 100%;
    margin: 26px 0 0 0 ;
    text-align: center;
    overflow: hidden;
}
.imgtextmodel23 .itemmodel3 ul li a{
    display: block;
}
.imgtextmodel23 .itemmodel3 ul li:hover{
    background: url(../icon/ulbg2h.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.imgtextmodel24 ul li{
    float: left;
    width: 320px;
    height: 125px;
    margin: 0 0 25px 0;
    background: #444;
    position: relative;
    overflow: hidden;
}
.imgtextmodel24 ul li.li2{
    height: 150px;
}
.imgtextmodel24 ul li.li1{
    width: 805px;
    height: 450px;
    margin-right: 25px;
}
.imgtextmodel24 ul li .img{
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: top;
    top: 0;
    left: 0;
    z-index: 1;
}
.imgtextmodel24 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.imgtextmodel24 ul li a .txtbox h2{
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 48px 0 0;
}
.imgtextmodel24 ul li.li1 a .txtbox{
    position: absolute;
    padding: 20px 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(106, 77, 11, 0.7);
    z-index: 10;
    padding: 20px 30px 20px 30px;
}
.imgtextmodel24 ul li.li1 a .txtbox h2{
    padding-top: 0;
    text-align: left;
}
.imgtextmodel24 ul li.li2 a .txtbox h2{
    padding: 60px 0 0;
}
.imgtextmodel24 ul li.li1 a .txtbox .desc{
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #fff;
}
.imgtextmodel25 ul li{
    width: 33.333333%;
    float: left;
    height: 250px;
    position: relative;
}
.imgtextmodel25 ul li a,
.imgtextmodel25 ul li a .txtbox,
.imgtextmodel25 ul li a .imgbox{
    display: block;
    width: 100%;
    height: 100%;
}
.imgtextmodel25 ul li a .txtbox{
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(166, 76, 4, 0.8);
    z-index: 10;
    padding: 20px;
}
.imgtextmodel25 ul li a .txtbox::before,
.imgtextmodel25 ul li a .txtbox::after {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .4s,-webkit-transform .4s;
    -moz-transition: opacity .4s,-moz-transform .4s;
    -o-transition: opacity .4s,-o-transform .4s;
    transition: opacity .4s,transform .4s;
}

.imgtextmodel25 ul li a .txtbox::before {
    top: 8%;
    right: 6%;
    bottom: 8%;
    left: 6%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.imgtextmodel25 ul li a .txtbox::after {
    top: 8%;
    right: 6%;
    bottom: 8%;
    left: 6%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.imgtextmodel25 ul li:hover .txtbox{
    visibility: visible;
}
.imgtextmodel25 ul li:hover .txtbox::before,
.imgtextmodel25 ul li:hover .txtbox::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.imgtextmodel25 ul li a .txtbox h2{
    font-size: 24px;
    text-align: center;
    padding: 60px 0 0;
    color: #fff;
}
.imgtextmodel25 ul li a .txtbox span{
    display: block;
    width: 46px;
    height: 46px;
    background: url(../icon/icon10.png) no-repeat;
    background-size: 100% 100%;
    margin: 28px auto 0;
}



.imgtextmodel26,
.imgtextmodel26 li{
    height: 300px;
}
.imgtextmodel26 li {
    width: 25%;
    float: left;
    text-align: center;
    background: rgba(76, 33, 0, 0.4);
    border-right: solid 1px #af5d16;
}
.imgtextmodel26 li:last-child{
    border-right: none;
}
.imgtextmodel26 li a{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 90px;
}
.imgtextmodel26 li a img{
    position: relative;
}
.imgtextmodel26 li a h4{
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}
.imgtextmodel26 li:hover{
    background: none;
}
.imgtextmodel27{
    position: relative;
    background: #fff;
    border: solid 1px #dcdcdc;
    padding: 20px;
}
.imgtextmodel27 .imgbox{
    position: absolute;
    width: 280px;
    height: 150px;
    top: 20px;
    left: 20px;
}
.imgtextmodel27 .txtbox{
    margin-left: 300px;
    overflow-y: auto;
    height: 150px;
}
.imgtextmodel27 .txtbox img,
.imgtextmodel27 .txtbox video,
.imgtextmodel27 .txtbox audio{
    display: none!important;
}
.imgtextmodel27 .txtbox p,
.imgtextmodel27 .txtbox span{
    font-size: 14px!important;
    color: #657180!important;
    line-height: 30px!important;
}
.imgtextmodel28 .bgcolor1,
.imgtextmodel28 .ul6 li:nth-child(1) .litxt,
.imgtextmodel28 .ul6 li:nth-child(6) .litxt{
    background-color: #737857;
}
.imgtextmodel28 .bgcolor2,
.imgtextmodel28 .ul6 li:nth-child(5) .litxt{
    background-color: #4c6089;
}
.imgtextmodel28 .bgcolor3,
.imgtextmodel28 .ul6 li:nth-child(3) .litxt,
.imgtextmodel28 .ul6 li:nth-child(4) .litxt{
    background-color: #d9a45c;
}
.imgtextmodel28 .bgcolor4,
.imgtextmodel28 .ul6 li:nth-child(2) .litxt{
    background-color: #b5273b;
}
.imgtextmodel28 .title h2{
    position: relative;
    padding: 0 22px;
    line-height: 24px;
    font-size: 24px;
    color: #fff;
}
.imgtextmodel28 .title h2:before,
.imgtextmodel28 .title h2:after{
    width: 12px;
    height: 24px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
}
.imgtextmodel28 .title h2:before{
    left: 0;
    background: url(../icon/icon-arrow-left1.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel28 .title h2:after{
    right: 0;
    background: url(../icon/icon-arrow-right1.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel28 .title.c33 h2{
    color: #333;
}
.imgtextmodel28 .title.c33 h2:before{
    background: url(../icon/icon-arrow-left2.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel28 .title.c33 h2:after{
    background: url(../icon/icon-arrow-right2.png) no-repeat;
    background-size: 100% 100%;
}
.imgtextmodel28 .title.center h2{
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.imgtextmodel28 .ul1 li{
    margin: 40px 0 0;
}
.imgtextmodel28 .ul1 li h4{
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
.imgtextmodel28 .ul1 li .desc{
    height: 90px;
    overflow: hidden;
}
.imgtextmodel28 .ul2{
    margin: 20px 0 0;
}
.imgtextmodel28 .ul2 li a{
    color: #fff;
    line-height: 36px;
    display: block;
    font-size: 15px;
}
.imgtextmodel28 .ul3{
    margin: 25px 0 0;
}
.imgtextmodel28 .ul3 li a {
    line-height: 32px;
    width: 80%;
    display: block;
    float: left;
    font-size: 15px;
}
.imgtextmodel28 .ul3 li span {
    float: right;
    line-height: 32px;
    color: #999;
}
.imgtextmodel28 .ul4 {
    margin: 40px -20px;
}
.imgtextmodel28 .ul4 li {
    width: 50%;
    padding: 0 20px;
    float: left;
    margin-bottom: 20px;
}

.imgtextmodel28 .ul4 li a {
    color: #fff;
    line-height: 40px;
    display: block;
    font-size: 16px;
    background: url(../icon/cangpin_h.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.imgtextmodel28 .ul4 li a:hover {
    background: url(../icon/cangpin_n.png) no-repeat;
    background-size: 100% 100%;
}

.imgtextmodel28 .ul5 li {
    width: 33.3333333%;
    float: left;
    position: relative;
    height: 494px;
    overflow: hidden;
    text-align: center;
}
.imgtextmodel28 .ul5 li .licon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    background: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    text-align: left;
}
.imgtextmodel28 .ul5 li .licon a {
    display: block;
    color: #fff;
}
.imgtextmodel28 .ul5 li .licon a h2 {
    color: #fff;
}
.imgtextmodel28 .ul5 li .licon a .desc {
    margin-top: 10px;
    line-height: 26px;
    height: 380px;
    overflow: hidden;
}
.imgtextmodel28 .ul5 li img {
    display: block;
    position: absolute;
    max-height: none;
    max-width: none;
}
.imgtextmodel28 .ul6 {
    margin: 0 -15px;
}

.imgtextmodel28 .ul6 li {
    width: 33.3333333%;
    float: left;
    position: relative;
    height: auto;
    padding: 0 15px;
    overflow: hidden;
    margin-bottom: 30px;
}
.imgtextmodel28 .ul6 li a {
    display: block;
    overflow: hidden;
}
.imgtextmodel28 .ul6 li .imgbox{
    height: 480px;
    overflow: hidden;
}
.imgtextmodel28 .ul6 li .litxt {
    padding: 15px 30px 30px;
    background-image: url(../icon/indexbg1.png);
    color: #fff;
}
.imgtextmodel28 .ul6 li .litxt h2 {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}
.imgtextmodel28 .ul6 li .litxt .desc{
    height: 60px;
    overflow: hidden;
}
.imgtextmodel28 .ul6 li:nth-child(n+4){
    margin-bottom: 0;
}
.imgtextmodel28 .ul7 {
    margin-top: 40px;
}
.imgtextmodel28 .ul7 li {
    width: 100%;
    height: 44px;
    margin: 20px 0 0;
}
.imgtextmodel28 .ul7 li a {
    display: block;
    background: url(../icon/ulbg4.png);
    background-size: 100% 100%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
}
.imgtextmodel28 .ul7 li a:hover {
    background: url(../icon/ulbg4h.png);
    background-size: 100% 100%;
}
.imgtextmodel28 .ul8 {
    padding: 100px 0px 0px 170px;
}
.imgtextmodel28 .ul8 li {
    width: 72px;
    height: 298px;
    float: left;
    background: url(../icon/xueshu_h.png) no-repeat;
    margin: 0 40px;
}
.imgtextmodel28 .ul8 li a {
    display: block;
    font-size: 28px;
    color: #fff;
    padding: 90px 0px 0px 22px;
    width: 24px;
    line-height: 30px;
    font-family: "楷体";
    font-weight: bold;
}
.imgtextmodel28 .ul8 li:hover {
    background: url(../icon/xueshu_n.png) no-repeat;
}

.imgtextmodel28 .ul8 li:hover a {
    color: #fff;
}

.imgtextmodel28 .item1{
    width: 346px;
    height: 494px;
    padding: 50px 40px;
    background-image: url(../icon/indexbg1.png);
}
.imgtextmodel28 .item1.style1{
    background: #eff4ee;
    padding: 0;
}
.imgtextmodel28 .item2{
    width: 748px;
    height: 494px;
    margin: 0 30px;
    position: relative;
}
.imgtextmodel28 .item2 .txtbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    padding: 15px 25px 20px;
}
.imgtextmodel28 .item2 .txtbox h2{
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 5px;
}
.imgtextmodel28 .item2 .txtbox .desc{
    height: 52px;
    overflow: hidden;
}
.imgtextmodel28 .item3{
    width: 1124px;
    margin-right: 30px;
    height: 494px;
}
.imgtextmodel28 .item3 .lcon{
    width: 494px;
    height: 494px;
    overflow: hidden;
}
.imgtextmodel28 .item3 .rcon{
    width: 630px;
    height: 494px;
    padding: 50px;
    background: #eff4ee;
}
.imgtextmodel28 .item3.ml3{
    margin-left: 30px;
    margin-right: 0;
}

.imgtextmodel28 .imgtxt .img1{
    height: 210px;
}
.imgtextmodel28 .imgtxt .txtbox {
    padding: 25px;
}
.imgtextmodel28 .imgtxt .txtbox h2{
    font-size: 16px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 5px;
}
.imgtextmodel28 .imgtxt .txtbox .desc{
    height: 150px;
    overflow: hidden;
}
.section6 .con1{
    margin: 40px 0 110px;
    padding: 14px;
    border: solid 1px #a43a22;
}

.slideGroup {
    position: relative;
}
.slideGroup .parHd {
    position: absolute;
    right: 60px;
    top: -52px;
}
.slideGroup .parHd ul li{
    float: left;
    width: 128px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 30px 0 0;
}
.slideGroup .parBd{
    padding: 50px 0 0;
}


/* 搜索 */
.searchtitle{
    font-size: 16px;
    padding: 20px 0 10px;
}
.searchtitle span{
    color: #d11933;
    padding: 0 5px;
}
.searchmodel1 {
    width: 680px;
    margin: 0 auto;
    border-radius: 2px;
    overflow: hidden; 
}
.searchmodel1 input{
    width: 500px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    float: left;
    border: none;
    background: #fff;
}
.searchmodel1 button{
    width: 140px;
    height: 46px;
    line-height: 46px;
    background: #b52831;
    color: #fff;
    text-align: center;
    display: block;
    float: left;
    cursor: pointer;
    border: none;
    outline: none;
}


/* 标题 */
/* titlemodel */
.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;
}

/* titlemodel1 */
.titlemodel1 {
    text-align: center;
    position: relative;
    margin: 0 0 20px;
}
.titlemodel1 img{
    display: block;
    height: 64px;
    margin: 0 auto;
}
.titlemodel1 a.more{
    position: absolute;
    right: 0;
    top: 22px;
    font-size: 18px;
}
.titlemodel1.white a{
    color: #fff;
}

/* titlemodel2 */
.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(../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;
}

/* titlemodel3 */
.titlemodel3 .img{
    display: block;
}
.titlemodel3 a{
    display: block;
    line-height: 86px;
}

/* titlemodel4 */
.titlemodel4 {
    width: 260px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 40px;
}

/* 底部集合 */
.footermodel1{
    background: rgba(0,0,0,0.8);
    height: 70px;
    padding: 25px 0;
    text-align: center;
}
.footermodel1 p{
    color: #fff;
}
.footermodel2 .footbox{
    background: url(../icon/footer.png) repeat-x #2b2b2b center 5px;
    padding: 70px 0px 40px;
    margin-top: 70px;
    height: auto;
}
.footermodel2 .footbox ul{
    text-align: center;
}
.footermodel2 .footbox ul li{
    display: inline-block;
    margin: 0 20px;
    width: 90px;
    vertical-align: top;
}
.footermodel2 .footbox ul li h2{
    text-align: left;
    margin-bottom: 8px;
    font-size: 16px;
}
.footermodel2 .footbox ul li h2 a{
    color: #eee;
}
.footermodel2 .footbox ul li .txtbox a{
    color: #aaa;
    display: block;
    text-align: left;
    margin-bottom: 5px;
}
.footermodel2 .footbox ul li.li1,
.footermodel2 .footbox ul li.li4,
.footermodel2 .footbox ul li.li5{
    width: 160px;
}
.footermodel2 .footbox ul li.li1 .txtbox a,
.footermodel2 .footbox ul li.li4 .txtbox a,
.footermodel2 .footbox ul li.li5 .txtbox a{
    width: 50%;
    float: left;
}
.footermodel2 .footbottom{
    background: #242223;
    padding: 20px 0;
    text-align: center;
} 
.footermodel2 .footbottom p{
    display: inline-block;
    color: rgba(255,255,255,0.4);
}
.footermodel2 .footbox ul li .txtbox a:hover{
    color: #fff;
}

.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;
    margin-top: 40px;
}
.amoremodel:hover{
    background: #c5a364;
    color: #fff;
}
.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;
}


/* ul组件 */


.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;
}
.ulmodel2 li a .imgbox img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.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;
}

.ulmodel5{
    margin:-4px -4px 0 -4px;
}
.ulmodel5 li{
    width: 146px;
    height: 146px;
    margin: 4px;
    float: left;
    position: relative;
}
.ulmodel5 li a{
    display: block;
    width: 100%;
    height: 100%;
}
.ulmodel5 li a .lititle h3{
    font-size: 18px;
    padding: 15px 20px 0;
    color: #FFF;
}
.ulmodel5 li a img{   
    position: absolute;
    bottom: 20px;
    left: 18px;
}
.ulmodel5.bg1 li a{
    background: url(../icon/bg1.jpg) no-repeat;
}
.ulmodel5.bg1 li.li2 a{
    background-position: -146px 0;
}
.ulmodel5.bg2 li a{
    background: url(../icon/bg2.jpg) no-repeat;
}
.ulmodel5.bg2 li.li2 a{
    background-position: -146px 0;
}
.ulmodel5.bg2 li.li3 a{    
    background-position: -292px 0;
}
.ulmodel5.bg2 li.li4 a{
    background-position: -440px 0;
}
.ulmodel5 li:hover{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}
.ulmodel5 li.vertical:hover{
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
}
.ulmodel5 li.vertical{
    width: 300px;
}
.ulmodel5 li.vertical .verticaltitle{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../icon/bg3.jpg) no-repeat;
}
.ulmodel5 li.vertical .verticaltitle h3{
    color: #fff;
    width: 300px;
    height: 146px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
    font-size: 18px;
}
.ulmodel5 li.vertical .verticalcon{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #258323;
    display: none;
    padding: 18px 20px 20px;
}
.ulmodel5 li.vertical .verticalcon a{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    background: none;
    width: auto;
    height: auto;
}
.ulmodel5 li.vertical .verticalcon h3{
    color: #fff;
    margin-bottom: 8px;
}
.ulmodel5 li.vertical .verticalcon h3 a{
    float: right;
    font-size: 12px;
    line-height: 16px;
}


/* 内页轮播组件 */
/* 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;
}
/* crumbmodel2 */
.crumbmodel2 .container{
    padding: 10px 15px;
    background: #eee;
}

.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: 5px 40px;
    border-bottom: solid 1px #eee;
}
.listhasnav .leftcon ul li a{
    text-align: left;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    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;
}
.search .nodata{
    display: none;
}

/* 内页列表组件 */
/* listulmodel */
.listulmodel{
    margin: 0 -10px;
    min-height: 500px;
}
.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{
    height: 260px;
    position: relative;
    width: 100%;
    background: #f2f2f2;
    overflow: hidden;
}
.listulmodel li a .imgbox img{
    width: 100%;
    vertical-align: top;
    height: 100%;
}
.listulmodel li a .imgbox i{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../icon/icon-enlarge.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    display: none;
}
.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 a .txtbox.bg777{
    background: #777;
}
.listulmodel li a .txtbox.bg777 h2{
    color: #fff;
}
.listulmodel li:hover a{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transition: all 0.5s ease;
}
.listulmodel li:hover a .imgbox i{
    display: block;
}
.listhasnav .rightcon .listulmodel li a .imgbox{
    height: 150px;
}

/* 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;
}
.listulmodel1 li a .imgbox img{
    vertical-align: top;
    width: 100%;
    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: 10px;
    line-height: 30px;  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listulmodel1 li a .txtbox .desc{
    height: 44px;
    min-height: 44px;
    line-height: 22px!important;
    overflow: hidden;
}
.listulmodel1 li a .txtbox span{
    font-size: 14px;
    line-height: 36px;
}
.listulmodel1 li.style1 .imgbox{
    width: 120px;
    height: 180px;
}
.listulmodel1 li.style1 a .txtbox{
    margin: 0 0 0 140px;
}
.listulmodel1 li.style1 a .txtbox .desc{
    height: 66px;
    min-height: 66px;
}


/* page */
.page{
    margin: 40px 0 0;
    text-align: center;
/*    display: none;*/
}
.page a,
.page span{
    font-size: 16px;
    display: inline-block;
    margin: 0 5px 10px;
}
.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;
}
.detailcontent .content video{
    width: 80%!important;
    margin: 0 auto !important;
    display: block;
}
.detailcontent .content code{
    font-family: 'Microsoft YaHei';
}
.detailcontent.modelcontent .imgbox{
    margin-bottom: 50px;
}
.detailcontent .content iframe{
    border: none;
    outline: none;
    margin: 0 0 20px;
}

/* movetop */
.moveTop{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    overflow: hidden;
    border-radius: 50%;
    background: url(../icon/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;
}


.ydshow{
    display: none;
}
.pcshow{
    display: block;
}
