@charset "utf-8";

ul,
li {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none !important;
}

/*header*/

/*banner*/
#banner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 435px;
    overflow: hidden;
}

#banner .pics {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}

#banner .pics li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: no-repeat center 0;
}

#banner .pics li a {
    display: block;
    width: 100%;
    height: 100%;
}

#banner .pics .b1 {
    /*display:list-item;*/
    display: block;
}

#banner .btns a {
    position: absolute;
    top: 50%;
    z-index: 4;
    margin-top: -25px;
    width: 60px;
    height: 60px;
    -ms-transition: left 400ms, right 400ms;
    transition: left 400ms, right 400ms;
    -webkit-transition: left 400ms, right 400ms;
    -moz-transition: left 400ms, right 400ms;
    -o-transition: left 400ms, right 400ms;
}

#banner .btns .prev {
    left: 120px;
    top: 220px;
}

#banner .btns .next {
    right: 120px;
    top: 220px;
}

#banner .btns .prev.on {
    left: 120px;
}

#banner .btns .next.on {
    right: 120px;
}

#banner .btns a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transition: -ms-opacity 300ms;
    transition: opacity 300ms;
    -webkit-transition: -webkit-opacity 300ms;
    -moz-transition: -moz-opacity 300ms;
    -o-transition: -o-opacity 300ms;
    cursor: pointer;
}

#banner .btns a span.off {
    -webkit-opacity: 1;
    opacity: 1;
    display: block\9;
}

#banner .btns a span.on {
    -webkit-opacity: 0;
    opacity: 0;
    display: none\9;
}

#banner .btns .prev .off {
    background: url(../imgs/banner-left.png) no-repeat 0 0;
}

#banner .btns .prev .on {
    background: url(../imgs/banner-left-hover.png) no-repeat 0 0;
}

#banner .btns .next .off {
    background: url(../imgs/banner-right.png) no-repeat 0 0;
}

#banner .btns .next .on {
    background: url(../imgs/banner-right-hover.png) no-repeat 0 0;
}

#banner .btns a:hover .off {
    -webkit-opacity: 0;
    opacity: 0;
    display: none\9;
}

#banner .btns a:hover .on {
    -webkit-opacity: 1;
    opacity: 1;
    display: block\9;
}

/*gg*/
.content-top {
    width: 100%;
    height: 50px;
    background: #f5f5f5;
}

.gsgg-module {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    position: relative;
    margin-top: 0px;
    overflow: hidden;
}

.gsgg-module-title {
    background: url(../imgs/notice.jpg);
    width: 119px;
    height: 39px;
    float: left;
    margin-top: 5px;
}

.gsgg-module-content {
    float: left;
    width: 1080px;
}

.gsgg-item-title {
    float: left;
    width: 550px;
}

.gsgg-item-title a {
    color: #333;
}

.gsgg-item-date {
    float: left;
    color: #aeaeae
}

.gsgg-item {
    line-height: 50px;
    margin-left: 60px;
    width: 800px;
    font-size: 16px;
}

.gsgg-module-more {
    position: absolute;
    right: 60px;
    top: 15px;
    font-size: 14px;
}

.gsgg-module-more a {
    color: #1d5da8;
}

/*news*/
.topnews-module {
    width: 1198px;
    margin: 0 auto;
    height: 70px;
    margin-top: 28px;
    margin-bottom: 28px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 70px;
    background: url(../imgs/topnews-icon.png) no-repeat -25px -23px;
    overflow: hidden;
}

.topnews-item-title {
    font-size: 26px;
}

.topnews-item-title a {
    color: #4866af
}

.content-news {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
}

.picnews,
.tabnews {
    width: 575px;
    float: right;
}

.textnews {
    width: 592px;
    float: left;
    margin-top: -6px;
    background: url(../imgs/news-bg.png) no-repeat;
    height: 349px;
}

.ztnews {
    width: 375px;
    float: right;
    border-top: 2px solid #4866af;
    background: #f5f5f5;
    height: 275px;
}

.i-news {
    position: relative;
}

.i-news-content {
    height: 336px;
}

.i-news-item {
    position: relative;
    height: 336px;
}

.i-news-item-active {}

.i-news-item-pic {
    width: 100%;
    height: 100%;
}

.i-news-item-pic img {
    width: 100%;
    height: 100%;
}

.i-news-item-title {
    height: 46px;
    position: absolute;
    bottom: 0;
    line-height: 46px;
    background: url(../imgs/tmbg.png) repeat;
    width: 98%;
    padding-left: 2%;
    font-size: 16px;
}

.i-news-item-title a {
    color: #fff;
}

.i-news-nav {
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 46px;
    line-height: 46px;
}

.i-news-page {
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
    width: 12px;
    height: 12px;
    background: url(../imgs/titleitem.png) no-repeat;
}

.i-news-page-active {
    background: url(../imgs/titleactive.png) no-repeat;
}

.textnews .i-tabs .i-tabs-nav .i-tabs-items {
    width: 540px;
    margin: 0 auto;
    padding: 25px 0px 15px 0px;
    border-bottom: 1px solid #d9d9d9;
}

.textnews .i-tabs .i-tabs-nav .i-tabs-items .i-tabs-item {
    font-size: 22px;
    padding-right: 30px;
    font-weight: bold;
    cursor: pointer;
}

.textnews .i-tabs .i-tabs-nav .i-tabs-items .i-tabs-item-active {
    border-radius: 5px;
    color: #4866af;
}

.news-module {
    position: relative;
}

.news-module-more {
    position: absolute;
    top: -35px;
    right: 35px;
    font-size: 12px;
    font-family: "Arial";
}

.news-module-more a {
    color: #4665a1;
}

.news-module-con {
    width: 525px;
    margin: 0 auto;
    margin-top: 6px;
}

.news-module-title {
    height: 66px;
    line-height: 85px;
    width: 525px;
    margin: 0 auto;
    font-size: 22px;
    color: #4866af;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}

.news-item {
    font-size: 16px;
    overflow: hidden;
    line-height: 36px;
    display: flex;
    justify-content: space-between;
}

.news-item-title {
    padding-left: 15px;
    background: url(../imgs/title.png) no-repeat left center;
}

.news-item-title a {
    color: #333;
}

.news-item-date {
    text-align: right;
}

.tabnews .i-tabs {
    line-height: 48px;
    border-top: 2px solid #ccc;
}

.tabnews .i-tabs .i-tabs-nav {
    border-bottom: 1px solid #ccc;
}

.tabnews .i-tabs .i-tabs-nav .i-tabs-items {}

.tabnews .i-tabs .i-tabs-nav .i-tabs-items .i-tabs-item {
    font-size: 22px;
    margin: 5px 10px 0px;
    display: inline-block;
    line-height: 51px;
}

.tabnews .i-tabs .i-tabs-nav .i-tabs-items .i-tabs-item-active {
    color: #4866af;
    border-bottom: 2px solid #4866af;
}



.tabnews-module {
    position: relative;
}

.tabnews-module-more {
    position: absolute;
    top: -54px;
    right: 10px;
    font-size: 22px;
    color: #4866af;
}

.tabnews-module-con {}

.tabnews-item {
    font-size: 16px;
    line-height: 38px;
}

.tabnews-item-title {
    float: left;
    width: 78%;
    background: url(../imgs/title.png) no-repeat left center;
    padding-left: 2%;
}

.tabnews-item-title a {
    color: #333;
}

.tabnews-item-date {
    float: right;
    width: 20%;
    text-align: right;
}

.shu {
    font-size: 18px;
    color: #ccc;
}


.news-zt-title {
    font-size: 22px;
    margin: 5px 10px 0px 22px;
    display: inline-block;
    line-height: 51px;
    color: #4866af;
}

.i-news1 {
    position: relative;
}

.i-news-content1 {}

.i-news-item1 {
    width: 328px;
    height: 110px;
    margin: auto;
}

.i-news-item-pic1,
.i-news-item-pic1 img {
    width: 100%;
    height: 100%;
}

.news-zt-more {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 22px;
    color: #4866af;
}

.i-news-page1 {
    display: inline-block;
    width: 25px;
    height: 6px;
    background: #ccc;
    margin-right: 5px;
}

.i-news-page-active1 {
    background: #4866af;
}

.i-news-nav1 {
    width: 95px;
    margin: auto;
}

.zttext-item-module {
    width: 328px;
    margin: auto;
}

.zttext-item {}

.zttext-item-title {
    font-size: 16px;
    line-height: 30px;
    background: url(../imgs/title.png) no-repeat left center;
    padding-left: 3%;
}

.zttext-item-title a {
    color: #333;
}

.bottom {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.bottomleft {
    width: 795px;
    float: left;
}

.bottomright {
    width: 365px;
    float: right;
}

.ggl-module {
    background: #f5f5f5;
    border-top: 2px solid #4866af;
    height: 280px;
    position: relative;
    margin-bottom: 40px;
}

.ggl-module-title {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #fff;
    padding: 0px 20px;
    font-size: 22px;
    color: #4866af;
    margin-bottom: 12px;
}

.ggl-module-con {
    width: 325px;
    margin: 0 auto;
}

.ggl-item-title {
    /* width:200px; */
    /* float:left; */
    font-size: 16px;
    /* padding-left:12px; */
    /* background:url(../imgs/title.png) no-repeat left center; */
    ;
    font-weight: bold;
    line-height: 28px;
}

.ggl-item-sum {
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    line-height: 29px;
}

.ggl-item-title a {
    color: #333;
}

.ggl-item-date {
    width: 110px;
    float: right;
    text-align: right;
    font-size: 16px;
    color: #666666;
}

.ggl-item {
    overflow: hidden;
    /* line-height: 33px; */
}

.ggl-module-more {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 9px;
    height: 13px;
    background: url(../imgs/more-icon.png) no-repeat;
}

.ggl-module-more a {
    width: 9px;
    height: 13px;
    display: inline-block;
}

.ggl-item-more {
    font-size: 14px;
    float: right;
}

.ggl-item-more a {
    color: #4866af
}

.i-tabs-gyyq .i-tabs-nav {
    width: 470px;
    float: right;
    margin-top: 20px;
}

.i-tabs-gyyq .i-tabs-item {
    width: 225px;
    height: 35px;
    background: #f5f5f5;
    display: inline-block;
    margin-left: 10px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
}

.i-tabs-gyyq .i-tabs-item-active {
    background: #4866af;
    color: #fff;
}

.gyyq-img {
    float: left;
    width: 290px;
    height: 217px;
    margin-top: -38px;
}

.gyyq-img img {
    width: 100%;
    height: 100%;
}

.gyyq-sum {
    float: right;
    width: 475px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 27px;
    text-indent: 2em;
    text-align: justify;
}

.i-tabs-gyyq {
    position: relative;
}

.gyyq-more {
    position: absolute;
    right: 0px;
    top: -44px;
    width: 9px;
    height: 13px;
    background: url(../imgs/more-icon.png) no-repeat;
}

.gyyq-more a {
    width: 9px;
    height: 13px;
    display: inline-block;
}

.ggl-module-img {
    width: 328px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.zszx-module-title {
    height: 56px;
    line-height: 56px;
    padding: 0px 20px;
    font-size: 22px;
    color: #4866af;
}

.product {
    height: 530px;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
}

.product-inner {
    width: 1200px;
    margin: 0 auto;
}

.zr-module {
    width: 1200px;
    margin: auto;
}

.home-ztzl-module-module {}

.zr-news-item {
    float: left;
    width: 600px;
}

.zr-news-item-pic {
    float: left;
    width: 300px;
    height: 260px;
}

.zr-news-item-pic img {
    width: 100%;
    height: 100%;
}

.zr-news-item-lpic {
    float: right;
    width: 300px;
    height: 260px;
}

.zr-news-item-1pic img {
    width: 100%;
    height: 100%;
}

.rightall {
    float: right;
    width: 270px;
    height: 260px;
    background: #36c4d1;
    padding: 0 15px;
}

.leftall {
    float: left;
    width: 270px;
    height: 260px;
    background: #36c4d1;
    padding: 0 15px;
}

.zr-news-item-title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 30px;
}

.zr-news-item-title a {
    color: #fff;
}

.zr-news-item-sum {
    font-size: 14px;
    text-align: justify;
    color: #e2e6f0;
    margin-top: 28px;
    line-height: 24px;
}

.zr-news-item-more {
    font-size: 14px;
    text-align: right;
    margin-top: 15px;
}

.zr-news-item-more a {
    color: #fff;
}

#G_left,
#G_right {
    width: 39px;
    height: 71px;
    position: absolute;
}

.zr-module {
    position: relative;
}

#G_left {
    background: url(../imgs/product-left.png) no-repeat;
    z-index: 9;
    top: 227px;
    left: -70px;
}

#G_right {
    background: url(../imgs/product-right.png) no-repeat;
    z-index: 9;
    top: 227px;
    right: -70px;
}

.zr-news-item {
    position: relative;
}

.zr-news-item-jtl {
    background: url(../imgs/product-jtl.png) no-repeat;
    position: absolute;
    width: 17px;
    height: 29px;
    left: 283px;
    top: 20px;
}

.zr-news-item-jtr {
    background: url(../imgs/product-jtr.png) no-repeat;
    position: absolute;
    width: 17px;
    height: 29px;
    left: 300px;
    top: 20px;
}

.i-tabs-gsgg .i-tabs-item {
    font-size: 22px;
    font-weight: bold;
    margin-right: 35px;
    padding-bottom: 16px;
    display: inline-block;
}

.i-tabs-gsgg .i-tabs-item-active {
    color: #4866af;
    border-bottom: 3px solid #4866af;
}

.i-tabs-gsgg .i-tabs-nav {
    padding-top: 15px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 2px solid #e6e6e6;
    margin-bottom: 20px;
}

.hzal-module-content {
    margin-left: -35px;
}

.hzal-module-content .list {
    overflow: hidden;
}

.hzal-item {
    width: 375px;
    height: 360px;
    float: left;
    margin-left: 35px;
    background: #f5f5f5;
    position: relative;
}

.hzal-item-pic {
    width: 375px;
    height: 200px;
}

.hzal-item-pic img {
    width: 100%;
    height: 100%;
}

.hzal-item-title {
    font-size: 20px;
    font-weight: bold;
    width: 325px;
    margin: 0 auto;
    line-height: 70px;
    height: 60px
}

.hzal-item-title a {
    color: #333;
}

.hzal-item-sum {
    width: 325px;
    margin: 0 auto;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: justify;
}

.hzal-item-more {
    font-size: 14px;
    position: absolute;
    right: 21px;
    bottom: 24px;
}

.hzal-item-more a {
    color: #4866af;
}

#demo {
    width: 100%;
    position: relative;
}

#demobg {
    /* width: 98%; */
    overflow: hidden;
}

#indemo {
    width: 2000em;
    padding-top: 26px;
}

#demo1 {
    float: left
}

#demo2 {
    float: left;
}