.index_focus {
    position: relative;
    width: 100%;
    height: 930px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9;
}

.tab .index_focus {
    height: 600px;
}

.index_focusn {
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -960px;
    height: 100%;
    z-index: 99;
}

.index_focus .bd li {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
    z-index: 999;
}

.index_focus .slide_nav {
    position: absolute;
    bottom: 37px;
    left: 50%;
    margin-left: -52px;
    z-index: 9998;
}

.tab .index_focus .slide_nav {
    bottom: 13px;
}

.index_focus .slide_nav a {
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    margin: 0 5.5px;
    background: #FFFFFF;
}

.index_focus_post {
    z-index: 10;
}

.index_focus .pic {
    height: auto;
    display: block;
    margin: 0 auto;
}

.index_focus .pic:hover {
    text-decoration: none;
}

.index_focus .slide_nav li:hover,.index_focus .slide_nav .on {
    text-decoration: none;
    background: none;
}

.index_focus_pre,.index_focus_next {
    display: none;
    position: absolute;
    top: 414px;
    width: 64px;
    height: 64px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999;
}

.tab .index_focus_pre,.tab .index_focus_next {
    top: 319px;
}

.index_focus_pre {
    left: 110px;
    background: url(../img/banner_pre.png) no-repeat left center;
}

.index_focus_next {
    right: 110px;
    background: url(../img/banner_next.png) no-repeat left center;
}

.index_focus_pre:hover,.index_focus_next:hover {
    background-position: right center;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
    .index_focus {
        height: 744px;
    }

    .tab .index_focus {
        height: 480px;
    }

    .index_focusn img {
        width: 80%;
    }

    .index_focus2 {
        height: 327px;
    }

    .index_focusn2 img {
        width: 80%;
    }

    .index_focus_pre2,.index_focus_next2 {
        margin-top: -28px;
    }

    .index_focus_pre {
        left: 20px;
    }

    .index_focus_next {
        right: 20px;
    }

    .index_focus_pre:hover {
        left: 20px;
    }

    .index_focus_next:hover {
        right: 20px;
    }

    .index_focus .center {
        position: absolute;
        left: 50%;
        margin-left: -490px;
        height: 10px;
        bottom: 11px;
        z-index: 9999;
    }

    .index_focus2 .center {
        position: absolute;
        left: 50%;
        margin-left: -490px;
        height: 10px;
        bottom: 11px;
        z-index: 9999;
    }
}

@media screen and (min-width:1000px) {
    .carousel {
        display: none;
    }
}

@media screen and (max-width:999px) {
    .index_focus,.index_focus2 {
        display: none;
    }

    .carousel {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .carousel ul {
        width: 100%;
        height: 100%;
    }

    .carousel ul li {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .carousel ul li img {
        width: 100%;
        vertical-align: middle;
    }

    .carousel ol {
        position: absolute;
        z-index: 2;
        width: 110px;
        height: 5px;
        bottom: 5px;
        left: 50%;
        -webkit-transform: translate3d(-50%,0,0);
    }

    .carousel ol li {
        float: left;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        border-radius: 5px;
        background-color: #fff;
        transition: all 0.3s ease 0s;
    }

    .carousel ol li.cur {
        width: 20px;
        background-color: #12669e;
    }

    .carousel ol li:last-child {
        margin: 0;
    }
}

.main {
    background: #ececec url(../img/bg-main.png) no-repeat bottom right;
    padding-top: 344px;
    padding-bottom: 950px;
    margin-top: -280px;
}

.main .title {
    font-family: 'AvenirNextLTProDemi';
    font-size: 36px;
    font-size: 3.6rem;
    color: #333;
}

.main .cont {
    padding-top: 40px;
}

.main .contl {
    float: left;
    position: relative;
    z-index: 2;
    width: 50%;
}

.main .contl .imgbg {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 2px solid #12669e;
}

.main .contl .img {
    display: block;
}

.main .contl .img img {
    width: 100%;
    max-width: 600px;
    max-height: 510px;
}

.main .contr {
    float: right;
    width: 554px;
}

.main .contr p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    line-height: 30px;
}

.main .contr .more {
    display: block;
    width: 162px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #12669e;
    border: 2px solid #12669E;
    text-align: center;
    margin-top: 40px;
}

.main .contr .more:hover {
    color: #fff;
    background: #12669e;
}

@media screen and (max-width:1219px) {
    .main {
        padding-bottom: 700px;
    }

    .main .contr {
        width: 430px;
        padding-top: 0px;
    }
}

@media screen and (max-width:999px) {
    .main {
        padding-bottom: 700px;
    }

    .main .contr {
        width: 45%;
    }

    .main .contr p {
        font-size: 16px;
        font-size: 1.6rem;
        max-height: 300px;
        overflow: hidden;
    }

    .main .contr .more {
        margin-top: 40px;
    }
}

@media screen and (max-width:899px) {
    .main {
        padding-bottom: 720px;
    }
}

@media screen and (max-width:639px) {
    .main {
        margin-top: -330px;
        /*padding-bottom: 220px;*/
    }

    .main .title {
        font-size: 28px;
        font-size: 2.8rem;
        text-align: center;
    }

    .main .cont {
        padding-top: 30px;
    }

    .main .contl,.main .contr {
        float: none;
        width: auto;
    }

    .main .contr {
        padding-top: 40px;
    }

    .main .contl .imgbg {
        display: none;
    }
}

@media screen and (max-width:425px) {
    .main {
        padding-bottom: 160px;
    }

    .main .title {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

@media screen and (max-width:375px) {
    .main {
        padding-bottom: 140px;
    }

    .main .contr {
        padding-top: 20px;
    }
}

.main1 {
    padding-top: 4px;
}

.main1 .cont {
    position: relative;
    margin-top: -26.9%;
}

.main1 .cont > img {
    width: 100%;
    max-width: 100%;
}

.main1 .outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main1 .outer .center {
    position: relative;
    height: 100%;
}

.main1 .inner {
    position: absolute;
    top: 45.4%;
    right: 0;
}

.main1 .spe .inner {
    left: 0;
    right: auto;
}

.main1 .title {
    font-family: 'AvenirNextLTProDemi';
    font-size: 36px;
    font-size: 3.6rem;
    color: #fff;
}

.main1 .more {
    display: block;
    width: 162px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    margin: auto;
    margin-top: 46px;
}

.main1 .more:hover {
    color: #333;
    background: #fff;
}

@media screen and (max-width:979px) {
    .main1 {
        padding-bottom: 30px;
    }

    .main1 .title {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .main1 .inner {
        top: 40%;
    }

    .main1 .more {
        margin-top: 30px;
    }
}

@media screen and (max-width:639px) {
    .main1 .title {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .main1 .more {
        font-size: 12px;
        font-size: 1.2rem;
        width: 130px;
        height: 30px;
        line-height: 30px;
        margin-top: 20px;
    }
}

@media screen and (max-width:425px) {
    .main1 .title {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .main1 .more {
        border: 1px solid #fff;
        margin-top: 10px;
    }
}

@media screen and (max-width:375px) {
    .main1 .inner {
        top: 36%;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:320px) {
    .main1 .inner {
        top: 38%;
    }

    .main1 .title {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .main1 .more {
        width: 128px;
        height: 24px;
        line-height: 2.4rem;
        margin-top: 8px;
    }
}

.main2 {
    background: url(../img/bg-main2.png) no-repeat left bottom;
    padding-bottom: 132px;
}

.main2 .title {
    font-family: 'AvenirNextLTProDemi';
    font-size: 36px;
    font-size: 3.6rem;
    color: #333;
}

.main2 .cont {
    background: url(../img/bg-main2-c.png) no-repeat top center;
    padding-top: 44px;
}

.main2 .item {
    float: left;
    width: 583px;
}

.main2 .item.fr {
    float: right;
    padding-top: 343px;
}

.main2 .item .tit {
    font-family: 'AvenirNextLTProDemi';
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    margin-top: 19px;
}

.main2 .item .time {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    margin-top: 15px;
}

.main2 .item .des {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    line-height: 30px;
    margin-top: 10px;
}

.main2 .item .img img {
    width: 100%;
    max-width: 583px;
    max-height: 400px;
}

.main2 .item a {
    display: block;
}

.main2 .item a:hover {
    color: #12669e;
}

.main2 .more {
    display: block;
    position: relative;
    z-index: 1;
    width: 162px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #12669e;
    border: 2px solid #12669E;
    text-align: center;
    margin: auto;
    margin-top: 78px;
}

.main2 .more:hover {
    color: #fff;
    background: #12669e;
}

@media screen and (max-width:1219px) {
    .main2 .item {
        width: 460px;
    }

    .main2 .item.fr {
        padding-top: 0;
    }
}

@media screen and (max-width:979px) {
    .main2 {
        padding-bottom: 80px;
    }

    .main2 .title {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .main2 .cont {
        padding-top: 20px;
    }

    .main2 .item {
        width: 48%;
    }
}

@media screen and (max-width:639px) {
    .main2 {
        padding-bottom: 60px;
    }

    .main2 .cont {
        background: none;
    }

    .main2 .item {
        width: 100%;
        margin-top: 20px;
    }

    .main2 .item:first-child {
        margin-top: auto;
    }

    .main2 .more {
        margin-top: 40px;
    }
}

@media screen and (max-width:425px) {
    .main2 .title {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .main2 .item .tit {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .main2 .item .des {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.footer {
    background: url(../img/bg-footer.jpg) no-repeat bottom center;
    padding-top: 42px;
    padding-bottom: 10px;
}

.footer.index {
    background: url(../img/bg-footer.png) no-repeat bottom center;
    padding-top: 267px;
    padding-bottom: 15px;
    margin-top: -210px;
}

.footer .title {
    display: block;
    font-family: 'AvenirNextLTProDemi';
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}

.footer .cont {
}

.footer .item {
    float: left;
}

.footer .item.it1 {
    width: 200px;
    margin-left: auto !important;
}

.footer .item.it2 {
    width: 196px;
    margin-left: 156px;
}

.footer .item.it3 {
    width: 128px;
    margin-left: 153px;
}

.footer .item.it4 {
    float: right;
    width: 126px;
}

.footer ul {
    padding-top: 6px;
}

.footer li,.footer li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer .it1 li {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.footer .it1 li a {
    display: inline;
}

.footer .copyr {
    padding-top: 62px;
    padding-bottom: 10px;
}

.footer .copyr .fl p,.footer .copyr .fl p a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 36px;
}

.footer .copyr .fl p a:hover {
    color: #12669E;
}

.footer .copyr .fr {
    float: right;
}

.footer .copyr .fr .img {
    float: left;
    display: block;
    width: 29px;
    height: 29px;
    margin-left: 14px;
}

.footer .copyr .fr .img:first-child {
    margin-left: auto;
}

.footer .copyr .fr .d1 {
    background: url(../img/icon-facebook.png) no-repeat center;
}

.footer .copyr .fr .d2 {
    background: url(../img/icon-twiter.png) no-repeat center;
}

.footer .copyr .fr .d3 {
    background: url(../img/icon-google.png) no-repeat center;
}

.footer .copyr .fr .d4 {
    background: url(../img/icon-linkedin.png) no-repeat center;
}

.footer .links,.footer .links a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
}

.footer a:hover {
    color: #12669E !important;
}

@media screen and (max-width:1219px) {
    .footer .item.it2,.footer .item.it3 {
        margin-left: 76px;
    }
}

@media screen and (max-width:999px) {
    .footer .item.it2,.footer .item.it3 {
        margin-left: 60px;
    }
}

@media screen and (max-width:979px) {
    .footer .item.it2,.footer .item.it3 {
        margin-left: 40px;
    }

    .footer.index {
        background: url(../img/bg-footer.jpg) no-repeat bottom center;
        padding-top: 42px;
        padding-bottom: 10px;
        margin-top: auto;
    }
}

@media screen and (max-width:899px) {
    .footer .item.it2,.footer .item.it3 {
        margin-left: 30px;
    }
}

@media screen and (max-width:879px) {
    .footer .item.it2,.footer .item.it3 {
        margin-left: 20px;
    }
}

@media screen and (max-width:849px) {
    .footer .item {
        width: 270px !important;
        padding-bottom: 20px;
    }

    .footer .item.it3 {
        clear: both;
        margin-left: auto;
    }

    .footer .item.it4 {
        float: left;
        margin-left: 20px;
    }
}

@media screen and (max-width:640px) {
    .footer .links {
        display: none;
    }

    .footer .copyr .fr {
        padding-top: 10px;
    }
}

@media screen and (max-width:599px) {
    .footer .item,.footer .item.it1 {
        width: 47% !important;
        margin-left: 1.5% !important;
        margin-right: 1.5%;
    }
}

@media screen and (max-width:425px) {
    .footer .title {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .footer li,.footer li a {
        line-height: 36px;
    }

    .footer .copyr {
        padding-top: 40px;
    }
}

@media screen and (max-width:374px) {
    .footer {
        background-attachment: fixed !important;
    }

    .footer .copyr {
        padding-top: 20px;
    }

    .footer .item,.footer .item.it1 {
        width: 97% !important;
    }
}

.mianbao {
    padding: 10px 0;
}

.mianbao a,.mianbao span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    line-height: 24px;
}

.mianbao a:hover,.mianbao a.on {
    color: #12669e;
}

.pages {
    text-align: center;
}

.pages.spe {
    float: left;
}

.pages a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 34px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: arial;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-right: 4.5px;
    margin-bottom: 20px;
}

.pages a.on,.pages a:hover {
    color: #fff;
    background: #12669e;
    border-color: #12669e;
}

.pages-btn {
    width: 59px !important;
}

.pr-addlist {
    float: right;
    width: 170px;
    background: url(../img/bg-addlist.png) no-repeat right center;
}

.pr-addlist input {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    background: #12669e;
    text-align: center;
}

.pr-addlist input:hover {
    background: #0b5688;
}

.no:hover {
    color: #333 !important;
    background: #fff !important;
    border: 1px solid #dcdcdc !important;
}

.pro {
}

.procat {
    padding-top: 19px;
}

.procat>li {
    position: relative;
    float: left;
    max-width: 258px;
    width: 240px\9;
    border: 2px solid #9a9a9a;
    margin-bottom: 10px;
    margin-left: 75px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.procat>li.li4 {
    float: right;
    margin-left: auto;
}

.procat>li:first-child {
    margin-left: auto;
}

.procat>li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 40px;
    padding: 3px 18px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.procat>li.on,.procat>li:hover {
    border-color: #12669E;
}

.juse {
    color: #12669E !important;
}

.procat>li:hover>a,.procat>li.on>a {
    color: #fff;
    background-color: #12669E;
}

.procat ul {
    position: absolute;
    top: -9999px;
    left: 0;
    left: calc(-2px);
    z-index: 1;
    width: 100%;
    width: calc(100% + 4px);
    background: #000;
    background: rgba(0,0,0,0.7);
    margin-top: 48px;
}

.procat ul a {
    color: #fff;
}

.procat ul a:hover {
    text-decoration: underline;
}

.procat>li:hover ul {
    top: 0;
}

.pro-cont {
    padding-top: 38px;
}

.pro-cont .item {
    float: left;
    width: 295px;
    border-bottom: 1px solid #444;
    padding-bottom: 22px;
    margin-left: 6px;
    margin-bottom: 66px;
}

.pro-cont .item a {
    display: block;
}

.pro-cont .item .img img {
    width: 100%;
    max-width: 295px;
    max-height: 295px;
}

.pro-cont .item .tit {
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    padding: 14px 2px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-cont .item .tit:hover {
    color: #12669E;
}

.pro-cont .item .inq {
    position: relative;
    margin-top: 5px;
}

.pro-cont .item .inq input {
    position: absolute;
    top: 50%;
    left: 24%;
    margin-top: -6px;
}

.pro-cont .item .inq a {
    width: 116px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    border: 1px solid #666;
    text-align: center;
    margin: auto;
    margin-left: 100px;
}

.pro-cont .item .inq a:hover {
    color: #fff;
    background: #12669E;
    border-color: #12669E;
}

.pro .pages,.pro .pr-addlist {
    margin-top: -26px;
}

.pro .pages {
    margin-left: 326px;
}

.pro .pr-addlist {
    margin-right: 330px;
}

@media screen and (max-width:1219px) {
    .procat>li {
        width: 24%;
        margin-left: 0.85%;
        margin-left: calc(1.3% - 5px);
    }

    .pro-cont .item {
        width: 24%;
        margin-left: 1%;
    }

    .pro-cont .item .inq a {
        margin: auto;
    }

    .pro-cont .item .inq input {
        left: 10%;
    }

    .pro .pages {
        margin-left: auto;
    }

    .pro .pr-addlist {
        margin-right: auto;
    }

    .pro .pages,.pro .pr-addlist {
        margin-top: auto;
    }
}

@media screen and (max-width:980px) {
    .pro-cont .item .inq input {
        left: 0;
    }

    .procat ul {
        position: relative;
        top: 0;
        margin-top: auto;
    }
}

@media screen and (max-width:640px) {
    .procat>li a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 8px;
    }

    .pro-cont .item {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width:569px) {
    .procat>li {
        width: 47%;
        width: calc(48% - 4px);
        margin-left: 1% !important;
        margin-right: 1%;
    }

    .pro .pages,.pro .pr-addlist {
        float: none;
    }

    .pro .pages {
        margin-top: 20px;
    }

    .pro .pr-addlist {
        margin: auto;
        margin-right: 0;
    }

    .procat>li:nth-child(3) {
        clear: both;
    }
}

@media screen and (max-width:320px) {
    .pro-cont .item {
        width: 98%;
    }
}

.latnews {
    padding-top: 47px;
    padding-bottom: 89px;
}

.latnews .title {
    display: block;
    font-family: 'AvenirNextLTProDemi';
    font-size: 36px;
    font-size: 3.6rem;
    color: #333;
    background: url(../img/bg-xian.jpg) repeat-x center;
    text-align: center;
}

.latnews .cont {
    padding-top: 28px;
}

.latnews .item {
    float: right;
}

.latnews .item:first-child {
    float: left;
}

.latnews .item .img {
    float: left;
    width: 220px;
}

.latnews .item .img img {
    width: 100%;
    max-width: 220px;
    max-height: 152px;
}

.latnews .item .con {
    float: left;
    width: 334px;
    margin-left: 18px;
}

.latnews .item .tit {
    font-family: 'AvenirNextLTProDemi';
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    margin-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latnews .item .time {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    padding: 10px 0;
    margin-top: 3px;
}

.latnews .item .des {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    line-height: 30px;
}

.latnews .item a {
    display: block;
}

.latnews .item a:hover {
    color: #12669E;
}

@media screen and (max-width:1219px) {
    .latnews .item .con {
        width: 240px;
    }
}

@media screen and (max-width:999px) {
    .latnews {
        padding-bottom: 60px;
    }

    .latnews .item {
        float: none !important;
        margin-top: 20px;
    }

    .latnews .item .con {
        width: 70%;
    }
}

@media screen and (max-width:879px) {
    .latnews .item .con {
        width: 60%;
    }
}

@media screen and (max-width:639px) {
    .latnews .item .con {
        width: 54%;
    }
}

@media screen and (max-width:549px) {
    .latnews .item .img,.latnews .item .con {
        float: none;
        width: 100%;
        margin: auto;
        text-align: center;
    }
}

@media screen and (max-width:425px) {
    .latnews {
        padding-top: 20px;
    }

    .latnews .cont {
        padding-top: 10px;
    }

    .latnews .title {
        font-size: 28px;
        font-size: 2.8rem;
    }
}

.pro1 .groups {
    width: 726px;
    padding-top: 51px;
    margin: auto;
}

.pro1ml {
    float: right;
    width: 550px;
    text-align: center;
}

.pro1ml .img1 {
    width: 550px;
    height: 550px;
    max-width: 550px;
    max-height: 550px;
}

.pro1mr {
    float: left;
    width: 142px;
}

.pro1mr span {
    display: block;
    height: 13px;
    margin: auto;
    cursor: pointer;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.pro1mr span:hover {
    background-position: bottom center !important;
}

.pro1mr .top {
    background: url(../img/bg-pro1-top.png) no-repeat top center;
}

.pro1mr .bot {
    background: url(../img/bg-pro1-bot.png) no-repeat top center;
    margin-top: 21px;
}

.pro1mr ul {
    height: 502px;
    overflow: hidden;
    margin-top: 21px;
}

.pro1mr li {
    border: 1px solid #ececec;
    text-align: center;
    margin-top: 33px;
    cursor: pointer;
}

.pro1mr li:first-child {
    margin-top: auto;
}

.pro1mr li img {
    width: 140px;
    height: 140px;
}

.pro1mr li:hover {
    border-color: #12669e;
}

.groups-m {
    display: none;
    padding-top: 20px;
}

.groups-m li {
    float: left;
    width: 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 20px;
}

.groups-m li img {
    width: 100%;
    max-width: 550px;
}

.pro1 .title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #333;
    text-align: center;
    padding-top: 14px;
}

.pro1 .caoz {
    padding-top: 26px;
}

.pro1 .caoz a {
}

.pro1 .caoz a:hover {
    background: #12669E;
}

.pro1 .caoz .inqnow {
    margin-left: 299px;
    float: left;
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    background: #b4b4b4;
    text-align: center;
}

.pro1 .caoz .nextp {
    margin-left: 43px;
    float: left;
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    background: #b4b4b4;
    text-align: center;
}

.pro1 .caoz .share {
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    margin-top: 12px;
    margin-left: 30px;
}

.pro1 .caoz .share > span {
    position: relative;
    top: -6px;
}

.pro1 .caoz .share > div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.pro1des {
    padding-top: 40px;
}

.pro1des .tit {
    border-bottom: 1px solid #d9d9d9;
}

.pro1des .tit div {
    position: relative;
    top: 1px;
    width: 190px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    background: #12669E;
    text-align: center;
    font-weight: bold;
}

.pro1des .tit div:before {
    position: absolute;
    right: -29px;
    bottom: 0;
    display: block;
    content: '';
    width: 29px;
    height: 32px;
    background: url(../img/bg-pro1dtitle.png) no-repeat center;
}

.pro1des .cont {
    padding: 33px 0;
}

.pro1des .cont img {
    max-width: 100%;
}

.pro1des .cont a {
    color: #12669E;
}

.pro1des .cont table {
    width: 90%;
    border-collapse: collapse;
    line-height: 22px;
    border: 1px solid #ccc;
}

.pro1des .cont table tr td {
    padding: 3px;
    border: 1px solid #ccc;
}

.relpro {
    padding-top: 18px;
    padding-bottom: 11px;
}

.relpro .title {
    display: block;
    font-family: 'AvenirNextLTProDemi';
    font-size: 36px;
    font-size: 3.6rem;
    color: #333;
    background: url(../img/bg-xian1.jpg) repeat-x center;
    text-align: center;
}

.relpro .pro-cont .item {
    padding-bottom: 2px;
}

@media screen and (max-width:1919px) {
    .MagicZoomBigImageCont {
        left: auto !important;
        right: 101%;
        width: 410px !important;
        height: 410px !important;
    }
}

@media screen and (max-width:1219px) {
    .MagicZoomBigImageCont {
        display: none !important;
    }
}

@media screen and (max-width:980px) {
    .pro1 .groups {
        display: none;
    }

    .pro1 .title {
        text-align: left;
    }

    .pro1 .caoz .inqnow {
        margin-left: auto;
    }

    .groups-m {
        display: block;
    }
}

@media screen and (max-width:639px) {
    .pro1 .caoz .share {
        clear: both;
        float: none;
        padding-top: 20px;
        margin-left: auto;
    }

    .pro1 .caoz .nextp {
        float: right;
        margin-left: auto;
    }
}

@media screen and (max-width:550px) {
    .groups-m li {
        width: 99%;
    }
}

@media screen and (max-width:425px) {
    .relpro .title {
        font-size: 28px;
        font-size: 2.8rem;
    }
}

@media screen and (max-width:374px) {
    .pro1 .title {
        text-align: center;
    }

    .pro1 .caoz .inqnow,.pro1 .caoz .nextp {
        float: none;
        margin: auto;
    }

    .pro1 .caoz .nextp {
        margin-top: 20px;
    }
}

.factory {
    padding-top: 16px;
    padding-bottom: 18px;
}

.factory .title {
    font-size: 26px;
    font-size: 2.6rem;
    color: #333;
    text-align: center;
}

.factory .img {
    max-width: 1000px;
    margin: auto;
    padding-top: 25px;
}

.factory .img img {
    width: 100%;
    max-width: 1000px;
    max-height: 743px;
}

.factory .cont {
    padding-top: 65px;
}

.factory .cont>div {
    margin-bottom: 72px;
}

.factory .cont p {
    color: #333;
    text-align: center;
    width: 615px;
}

.factory .cont .des {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: left;
    padding-top: 70px;
}

.factory .cont .tit {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 36px;
    width: 435px;
    padding: 20px 90px;
    padding-bottom: 32px;
    border: 1px solid #333;
    border-left: none;
    border-right: none;
    margin: 26px 0;
}

.facitem {
    width: 510px;
    border-bottom: 1px solid #bcbcbc;
    margin-top: 46px;
}

.facitem:first-child {
    margin-top: auto;
}

.facitem img {
    width: 100%;
    max-width: 510px;
    max-height: 357px;
}

.facitem div {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    line-height: 30px;
    padding: 4.5px 0;
}

.factory .cont .c2 {
    padding-top: 20px;
}

.factory .cont .c2 .des {
    padding-top: 40px;
}

.factory .cont .c2 .des:first-child {
    padding-top: 136px;
}

.factory .cont .c2 .tit {
    margin-top: 54px;
}

.factory .cont .c3 {
    margin-bottom: 94px;
}

@media screen and (max-width:1219px) {
    .factory .cont p,.factory .cont .tit {
        width: 420px;
        padding-left: 0;
        padding-right: 0;
    }

    .factory .cont .des {
        padding-top: 30px;
    }

    .facitem {
        width: 480px;
    }

    .factory .cont .c2 .des:first-child {
        padding-top: 40px;
    }
}

@media screen and (max-width:999px) {
    .facitem {
        max-width: 460px;
    }
}

@media screen and (max-width:979px) {
    .factory .cont p,.factory .cont .tit {
        width: 100%;
    }

    .factory .cont .fl,.factory .cont .fr {
        float: none;
        width: 100%;
    }

    .factory .cont {
        padding-top: 20px;
    }

    .factory .cont .c2 .des:first-child {
        padding-top: 0;
    }

    .factory .cont>div {
        margin-bottom: 40px;
    }

    .factory .cont .des {
        padding-bottom: 30px;
    }

    .factory .cont .des:first-child {
        padding-bottom: 0;
    }

    .facitem,.factory .cont .c3 {
        margin-bottom: 30px;
    }

    .factory .cont .c2 .tit {
        margin-top: 26px;
    }
}

@media screen and (max-width:499px) {
    .facitem {
        width: auto;
    }

    .factory .cont .c2 .des {
        padding-top: 10px;
    }
}

@media screen and (max-width:424px) {
    .factory .title {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .factory .cont .des {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .factory .cont .tit {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 30px;
    }

    .factory .cont {
        padding-top: 0;
    }

    .factory .cont>div {
        margin-bottom: 20px;
    }

    .factory .cont .tit {
        padding: 20px 0;
    }
}

.at-resp-share-element .at-icon {
    width: 24px!important;
    height: 24px!important;
}

.at-style-responsive .at-share-btn {
    padding: 0!important;
    border-radius: 2px!important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px!important;
    height: 24px!important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0!important;
    margin-right: 3px!important;
}

@media screen and (min-width:1200px) {
    .zong {
        width: 1200px;
        margin: auto;
    }
}

@media screen and (min-width:1000px) and (max-width:1200px) {
    .zong {
        width: 980px;
        margin: auto;
    }
}

@media screen and (max-width:999px) {
    .zong {
        width: 95%;
        margin: auto;
    }
}

.abouthuipy {
    background: #ececec;
    margin: 0px;
}

.mianbaoxiepy {
    line-height: 22px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 11px;
    padding-bottom: 25px;
}

.mianbaoxiepy a {
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
}

.lanse {
    color: #12669e !important;
}

.abouzpy {
    width: 600px;
    float: left;
}

.abmxqpy1 {
    color: #333333;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: 'AvenirNextLTProDemi';
}

.abtupy1 {
    float: right;
    margin-top: 4px;
}

.abmspy1 p {
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    margin-top: 23px;
    padding-bottom: 7px;
}

.abmspy2 {
    padding-top: 2px;
}

.abmspy2 p {
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    margin-top: 30px;
}

.abmxqpy2 {
    color: #333333;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: 'AvenirNextLTProDemi';
    display: block;
    margin-top: 37px;
}

.steghtpy {
    padding-top: 33px;
}

.strefzpy {
    width: 260px;
    float: left;
    text-align: center;
}

.strefzpy p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 30px;
    margin-top: 12px;
}

.strefzpy2 {
    width: 222px;
    float: left;
    text-align: center;
    margin-left: 75px;
}

.strefzpy2 p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 30px;
    margin-top: 12px;
}

.strefzpy3 {
    width: 240px;
    float: left;
    text-align: center;
    margin-left: 75px;
}

.strefzpy3 p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 30px;
    margin-top: 12px;
}

.strefzpy4 {
    width: 240px;
    float: left;
    text-align: center;
    margin-left: 75px;
}

.strefzpy4 p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 30px;
    margin-top: 12px;
}

.abmxqpy3 {
    color: #333333;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: 'AvenirNextLTProDemi';
    display: block;
    margin-top: 53px;
}

.abmspy3 p {
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    margin-top: 18px;
    padding-bottom: 7px;
}

@media screen and (min-width:1000px) and (max-width:1200px) {
    .abouzpy {
        width: 100%;
        float: none;
    }

    .abtupy1 {
        float: none;
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 548px;
        margin-top: 20px;
    }

    .strefzpy,.strefzpy2,.strefzpy3,.strefzpy4 {
        margin-left: 10px;
    }

    .strefzpy4,.strefzpy3 {
        width: 220px;
    }
}

@media screen and (max-width:999px) {
    .abouzpy {
        width: 100%;
        float: none;
    }

    .abtupy1 {
        float: none;
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 548px;
        margin-top: 20px;
    }

    .strefzpy,.strefzpy2,.strefzpy3,.strefzpy4 {
        width: 48%;
        margin-left: 1% !important;
        margin-top: 20px !important;
    }
}

@media screen and (max-width:598px) {
    .strefzpy,.strefzpy2,.strefzpy3,.strefzpy4 {
        width: 100%;
        float: none;
        margin: 0 auto !important;
        margin-top: 20px !important;
    }
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0,0,0,.8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1;
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%;
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
    font-family: Verdana,Geneva,sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease,-moz-transform .4s ease;
    transition: left .4s ease,transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out;
}

.baguetteBox-button#next-button,.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px;
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50,50,50,.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50,50,50,.9);
}

.baguetteBox-button#next-button {
    right: 2%;
}

.baguetteBox-button#previous-button {
    left: 2%;
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.double-bounce1,.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0;
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0;
    }
}

@-webkit-keyframes bounce {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {
    0%,100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.zhengpy li {
    float: left;
    display: inline;
    width: 224px;
    margin-left: 100px;
    background: url(../img/mubanpy.jpg) no-repeat center top;
    margin-top: 18px;
}

.zhengshupy {
    margin: 9px 11px 12px 8px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.zhengpy {
    padding-bottom: 80px;
}

.zhengtupy img {
    width: 100%;
    max-width: 204px;
    max-height: 292px;
}

.zhengfupy {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0px;
    transition: 0.5s;
}

.fangda2py {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.fangda2py img {
    width: 58px;
    height: 47px;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 50%;
    margin-top: -24px;
}

.zhengpy li:hover .zhengfupy {
    top: 0px;
}

.zhengpy li p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 30px;
    text-align: center;
    padding-top: 7px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
    .zhengpy li {
        width: 224px;
        margin-left: 25px;
    }
}

@media screen and (max-width:999px) {
    .zhengpy {
        width: 100%;
    }

    .zhengpy li {
        width: 24%;
        margin-left: 1%;
        background: none;
    }

    .zhengshupy {
        margin: auto;
    }

    .zhengfupy {
        top: 0px;
    }
}

@media screen and (max-width:529px) {
    .zhengpy li {
        width: 49%;
        margin-left: 1%;
    }
}

@media screen and (max-width:236px) {
    .zhengpy li {
        width: 98%;
        margin-left: 1%;
        max-width: 204px;
    }
}

.newsliepy {
    margin-top: -15px;
}

.newsliepy li {
    width: 561px;
    float: left;
    margin-top: 19px;
    margin-left: 78px;
    padding-bottom: 43px;
}

.newsliepy li img {
    width: 100%;
    max-width: 561px;
}

.newsbtpy {
    margin-top: 12px;
    min-height: 24px;
}

.newsbtpy a {
    font-family: 'AvenirNextLTProDemi';
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsbtpy a:hover {
    color: #12669e;
}

.newsliepy span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999999;
    margin-top: 15px;
}

.newsmspy a {
    display: block;
    color: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 11px;
}

.fenyenpy {
    text-align: center;
}

.fenyenpy a {
    display: inline-block;
    width: 33px;
    height: 28px;
    background: #fff;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 28px;
    margin-right: 9px;
    font-family: Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
}

.fenyenpy a:hover {
    border: 1px solid #12669e;
    color: #fff;
    background: #12669e;
}

.sx {
    width: 60px !important;
}

.dangqianfen {
    border: 1px solid #12669e !important;
    color: #fff !important;
    background: #12669e !important;
}

.xinwenwan {
}

.xinwenrexpy {
    font-size: 36px;
    font-size: 3.6rem;
    color: #333333;
    display: block;
    background: #ececec;
    display: block;
    width: 297px;
    margin: 0 auto;
    font-family: 'AvenirNextLTProDemi';
}

.rexiaohengpy {
    text-align: center;
    background: url(../img/rexiohengpy.jpg) repeat-x 16px;
    margin-top: 28px;
}

.xinwenrxpy {
    margin-top: 40px;
    padding-bottom: 82px;
}

.xinwenrxpy li {
    width: 295px;
    float: left;
    margin-left: 6px;
}

.rrexpy {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: #444444 solid 1px;
    color: #333333;
    padding-bottom: 16px;
    margin-top: 10px;
    display: block;
}

.newsliepy a:hover,.xinwenrexpy:hover,.rrexpy:hover {
    color: #12669e;
}

.xinwenrxpy li img {
    max-width: 295px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
    .newsliepy li {
        width: 480px;
        margin-left: 18px;
    }

    .newsliepy li img {
        width: 100%;
        max-width: 561px;
    }

    .newsmspy a {
        min-height: 90px;
    }

    .xinwenrxpy li {
        width: 240px;
    }

    .xinwenrxpy li img {
        width: 100%;
        max-width: 295px;
    }
}

@media screen and (max-width:999px) {
    .newsliepy li {
        width: 48%;
        margin-left: 2%;
    }

    .newsliepy li img {
        width: 100%;
        max-width: 561px;
    }

    .newsmspy a {
        min-height: 90px;
    }

    .xinwenrxpy li {
        width: 24%;
        margin-left: 1%;
    }

    .xinwenrxpy li img {
        width: 100%;
        max-width: 295px;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width:770px) {
    .newsliepy li {
        width: 100%;
        margin: 0px;
    }

    .newsliepy li img {
        width: 100%;
        max-width: 561px;
        display: block;
        margin: 0 auto;
    }

    .newsmspy a {
        min-height: 90px;
    }

    .xinwenrexpy {
        font-size: 24px;
        font-size: 2.4rem;
        width: 200px;
    }
}

@media screen and (max-width:770px) {
    .rrexpy {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .xinwenrxpy li {
        width: 48%;
        margin-left: 1% !important;
        margin-top: 30px !important;
    }
}

@media screen and (max-width:480px) {
    .xinwenrxpy li {
        width: 100%;
        margin: 0 auto !important;
        margin-top: 30px !important;
    }
}

.newsh1py {
    font-size: 24px;
    font-size: 2.4rem;
    color: #333333;
    text-align: center;
    margin-top: 0px;
    font-family: 'AvenirNextLTProDemi';
}

.newstiqipy {
    width: 310px;
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 20px;
}

.newstiqipy .span {
    display: block;
    background: url(../img/xinwenriqipy.jpg) no-repeat left;
    padding-left: 23px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999999;
    float: left;
    margin-top: 7px;
}

.newstiqipy .img {
    display: block;
    float: right;
    margin-top: 3px;
}

.newxpy p,.newxpy span {
    line-height: 26px;
    font-size: 16px;
    color: #333333;
    font-size: 1.6rem;
}

.newxpy a {
    color: #12669e;
}

.newxpy table {
    width: 90%;
    border-collapse: collapse;
    line-height: 22px;
    border: 1px solid #ccc;
}

.newxpy table tr td {
    padding: 3px;
    border: 1px solid #ccc;
}

.newxpy img {
    max-width: 100%;
}

.newxpy {
    background: url(../img/newshengpy.jpg) repeat-x bottom;
    padding-bottom: 45px;
}

.fanpian {
    margin-top: 18px;
    padding-bottom: 78px;
}

.fanpian li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    padding-left: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.pr {
    background: url(../img/shangyiyepy.jpg) no-repeat left center;
}

.ne {
    background: url(../img/xiayiyepy.jpg) no-repeat left center;
}

.fanpian li a:hover {
    color: #12669e;
}

.fanpian strong {
    font-weight: normal;
}

.contactzpy {
    width: 564px;
    float: left;
}

.sonqpy {
    font-size: 20px;
    font-size: 2rem;
    color: #333333;
    margin-top: 2px;
    text-transform: uppercase;
}

.lxmspy {
    font-size: 14px;
    font-size: 1.4rem;
    color: #333333;
    margin-top: 13px;
}

.lxropy {
    padding-top: 4px;
}

.intlxpy {
    padding-left: 14px;
    margin-top: 30px;
}

.xingpy {
    background: url(../img/xingxingpy.jpg) no-repeat left 13px;
}

.intextpy {
    width: 533px;
    padding-left: 12px;
    color: #666666;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: Arial,Helvetica,sans-serif;
    height: 33px;
    border: none;
    background: #fff;
}

.intextaepy {
    width: 533px;
    padding-left: 12px;
    color: #666666;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: Arial,Helvetica,sans-serif;
    height: 202px;
    border: none;
    background: #fff;
    padding-top: 7px;
}

.intyanzepy {
    width: 143px;
    padding-left: 12px;
    color: #666666;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: Arial,Helvetica,sans-serif;
    height: 33px;
    border: none;
    background: #fff;
    float: left;
}

.yanzhengtu {
    width: 118px;
    height: 35px;
    float: left;
    margin-left: 21px;
}

.lxstypy {
    width: 181px;
    height: 36px;
    background: #12669e;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 36px;
    float: right;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
}

.lxstypy:hover {
    background: #1982c8;
}

.contactycpy {
    width: 515px;
    float: right;
}

.lxmspy {
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333333;
    margin-top: 12px;
}

.cheatpy {
    width: 176px;
    height: 41px;
    color: #666666;
    line-height: 41px;
    border: #c9c9c9 solid 2px;
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.cheatpy:hover {
    color: #12669e;
    border: #12669e solid 2px;
}

.lianximpypy {
    line-height: 40px;
    color: #333333;
    font-size: 16px;
    font-size: 1.6rem;
}

.lianximpypy a {
    color: #333333;
}

.lianximpypy a:hover {
    color: #12669e;
}

.giveapy {
    color: #333333;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 9px;
}

.lxpuegtupy {
    display: block;
    width: 100%;
    max-width: 514px;
    margin: 0 auto;
    margin-top: 17px;
}

.lxpgeypy {
    padding-bottom: 85px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
    .contactycpy {
        width: 400px;
    }
}

@media screen and (max-width:999px) {
    .contactzpy,.contactycpy {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .intextpy,.intextaepy {
        width: 98%;
    }
}

@media screen and (max-width:700px) {
    .intextpy,.intextaepy {
        width: 95%;
    }
}

@media screen and (max-width:548px) {
    .lxstypy {
        margin-left: 50px;
        margin-top: 20px;
    }
}

@media screen and (max-width:334px) {
    .intyanzepy {
        width: 100px;
    }
}

.main3{
    margin-top: -880px;
    margin-bottom: 500px;
}
.main3 .title3{
    font-family: 'AvenirNextLTProDemi';
    font-size: 3.6rem;
    color: #333;
    text-align: center;
}
.main3 .content3 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    line-height: 30px;
    margin: 20px 0;
    text-align: center;
}
.main3 .category{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main3 .category a{
    width:18%;
}
.main3 .category a img{
    width:100%;
}
.main3 .category a p{
    font-family: 'AvenirNextLTProDemi';
    font-size: 18px;
    font-size: 1.5rem;
    color: #333;
    margin: 19px 0;
    text-align: center;
}
@media screen and (min-width: 1000px) and (max-width: 1219px){
    .main3 {
        margin-top: -660px;
        margin-bottom: 300px;
    }
}
@media screen and (max-width: 999px){
    .main3 {
        margin-top: -660px;
        margin-bottom: 300px;
    }
}
@media screen and (max-width: 639px){
    .main3 .category a {
        width: 48%;
    }
    .main3 {
        margin-bottom: 150px;
    }
}