@charset "UTF-8";
body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}

.xy-head-navbar .xy-search:after,
.xy-menu:after,
.xy-tl-nav:after,
.hot-keys:after,
.xypg-detail-info-bar:after,
.xypg-detail-info-bar .xypg-file-down .file-down-list li:after,
.xypg-detail-pn div:after,
.xypg-detail-file-dwon:after,
.xypg-download-list .download-title:after,
.xypg-download-list .download-item:after,
.xypg-download-list .download-item .download-item-span:after,
.xypg-job-list .job-title:after,
.xypg-job-list .job-item:after,
.xypg-job-list .job-item .job-item-span:after,
.product-detail-tab .product-detail-tabli:after,
.tag-list-product .tag-wz .tab-fenli:after {
    content: "";
    display: table;
    clear: both;
}

.xy-menu .xy-sub-menu>li>a,
.latest-news li a,
.hot-keys li a,
.xypg-left-nav>li>a,
.xypg-left-nav .xypg-left-subnav>li>a,
.xypg-left-nav .xypg-left-threenav>li>a,
.xypg-product-list li h3 a,
.xypg-news-list li .tit h3,
.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p,
.xypg-detail-pn div a,
.relate-news-list li a,
.xypg-jod-detail .job-detail-title,
.xypg-album-cate li .album-title,
.xypg-album-list li h3,
.xypg-download-list .download-item .download-item-span.download-item-first,
.xypg-download-list .download-item .download-item-span .download-item-con,
.xypg-job-list .job-item .job-item-span .job-item-con,
.cover-item .item-first .wz h3,
.cover-item .item-list h4,
.tag-list-product .tag-wz h1,
.tag-list-product .tag-wz .tab-fenli p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 768px) {
    body {
        padding-top: 60px;
    }
}

.containers {
    max-width: 1400px;
    margin: 0 auto;
}

@media(max-width:1400px) {
    .containers {
        padding: 0 30px;
    }
}

@media(max-width:1024px) {
    .containers {
        padding: 0 15px;
    }
}

.filetypeicon {
    font-family: "filetypeicon";
    font-size: 13px;
    font-style: normal;
}


/*手机端头部*/

.xymob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #151515;
}

.xymob-head-box {
    position: relative;
    height: 60px;
}

.xymob-head-box .xymob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 30px;
    text-align: center;
}

.xymob-head-box .xymob-logo h1,
.xymob-head-box .xymob-logo a {
    display: inline-block;
    font-size: 0;
}

.xymob-head-box .xymob-logo img {
    height: 25px;
}

.xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}
.xymob-navbtn2 {
    position: absolute;
    z-index: 9;
    top: 43px;
    bottom: 0;
    right: 0;
    left: 3px;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
    color: #fff;
}


.xymob-navbtn span,
.xymob-navbtn:after,
.xymob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.jian {
    background: url(../images/ty.png) left center no-repeat;
    font: 400 15px/30px "Microosft Yahei";
    color: #333;
    padding-left: 15px
}

.xymob-navbtn span {
    margin: 7px 0;
}

.xymob-navbtn:after,
.xymob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.xymob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.xymob-search-btn i {
    font-size: 24px;
    color: #fff;
}

.xymob-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 100vh;
    background: #151515;
    padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.xymob-nav>li {
    border-bottom: 1px solid #2b2b2b;
    position: relative;
}

.xymob-nav>li>a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.xymob-nav .xymob-menu-jt i {
    font-size: 18px;
    color: #fff;
}

.xymob-nav .xymob-menu-jt i:before {
    display: none;
}

.xymob-nav .xymob-sub-menu {
    background: #1E1E1E;
    display: none;
}

.xymob-nav .xymob-sub-menu>li {
    border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu>li>a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
    text-indent: 2em;
}

.xymob-dlbtn {
    margin-top: 40px;
}

.xymob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #0489ff;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.xymob-dlbtn a i {
    font-size: 20px;
    color: #fff;
    vertical-align: -2px;
    margin-right: 10px;
}

.xymob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.xymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #151515;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.tdh {
    margin-top: 0px;
    margin-left: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0066b3;
}


/*头部公用样式*/

.container {
    width: auto !important;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0px 15px;
    position: relative;
}

p {
    margin: 0;
}

.head-top {
    background: #0489ff;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.head-top .head-top-text {
    float: left;
}

.head-top .head-top-ht {
    float: right;
    display: none;
}

.head-top .head-top-ht a {
    color: #fff;
}

.xy-head {
    position: relative;
}

.xy-head-left {
    float: left;
    max-width: 41%;
}

.xy-head-left .logo {
    display: block;
    -webkit-transition: all .7s;
    transition: all .7s;
    padding: 10px 0px 0px;
}

.xy-head-left .logo h1 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.xy-head-left .logo img {
    max-width: 100%;
}

.xy-head-right {
    float: right;
    width: 58%;
    margin-top: 12px;
    position: relative;
}

.xy-head-right .xy-head-links {
    margin: 20px 0;
    color: #fff;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    overflow: hidden;
    height: 20px;
    opacity: 1;
}

.xy-head-right .xy-head-links a {
    color: #fff;
    padding: 0 10px;
}

.xy-head-navbar {
    position: relative;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    float: left;
    width: 100%;
}

.xy-head-navbar .xy-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.xy-head-navbar .xy-search #keyword {
    float: left;
    width: 80%;
    height: 28px;
    background: none;
    border: none;
    color: #fff;
    padding-left: 10px;
    font-size: 12px;
    outline: none;
}

.xy-head-navbar .xy-search #s_btn {
    float: right;
    width: 20%;
    height: 28px;
    background: none;
    font-size: 18px;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 0;
    outline: none;
}

@media (max-width: 768px) {
    .xy-head {
        display: none;
    }
}

.xy-menu>li:nth-child(5) ul {
    width: 250%
}


/* 导航样式 */

.xy-menu>li {
    float: left;
    width: 14%;
    position: relative;
}

.xy-menu>li>a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 50px;
}

.xy-menu>li>a:hover {
    background: url(../images/hover.jpg);
    color: #fff;
}

.xy-menu .xy-sub-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 160%;
    border-top: 2px solid #0489ff;
    left: 0;
    top: 91px;
    -webkit-box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
    box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
    background: #ececec;
    padding-bottom: 4px;
}

.xy-menu .xy-sub-menu>li {
    border-bottom: 1px solid #e5e5e5;
}

.xy-menu .xy-sub-menu>li:nth-child(2) {
    border: none;
}

.xy-menu .xy-sub-menu>li:nth-child(3) {
    border: none;
}

.xy-menu .xy-sub-menu>li:nth-child(4) {
    border: none;
}

.xy-menu .xy-sub-menu>li>a {
    display: block;
    line-height: 50px;
    font-size: 14px;
    color: #000;
    position: relative;
    padding-left: 15%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding-right: 15%;
    background: #fff;
}

.xy-menu .xy-sub-menu>li>a:after {
    position: absolute;
    right: 12%;
    top: calc(50% - 3.5px);
    content: '';
    width: 5px;
    height: 7px;
    background: url(../images/xy-sub-nav-jt.png) 0 -7px no-repeat;
}

.xy-menu .xy-sub-menu>li>a:hover {
    color: #fff;
    padding-left: 22%;
    background: url(../images/hover.jpg);
}

.xy-menu .xy-sub-menu>li>a:hover:after {
    background-position: 0 0;
}

@media (max-width: 1200px) {
    .xy-menu>li>a {
        font-size: 14px;
    }
    .xy-menu .xy-sub-menu>li>a {
        line-height: 35px;
        font-size: 12px;
    }
}


/*首页banner样式*/

.slick-banner {
    position: relative;
}

.slick-banner .slick-arrow {
    position: absolute;
    z-index: 99;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../images/xyin-banner-jt.png);
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.slick-banner .slick-arrow.slick-prev {
    left: 7.8125%;
    background-position: 0 0;
}

.slick-banner .slick-arrow.slick-next {
    right: 7.8125%;
    background-position: -60px 0;
}

.slick-banner .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.slick-banner .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: 10px;
}

.slick-banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #efefef;
    cursor: pointer;
}

.slick-banner .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.slick-banner .slick-dots li.slick-active {
    background: #0489ff;
}

.slick-banner .img img {
    width: 100%;
}

.slick-banner .slick-con {
    position: relative;
}

.slick-banner .wz {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 50%;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-banner .wz .wz1 {
    font-size: 60px;
    margin-bottom: 10px;
}

.slick-banner .wz .wz2 {
    font-size: 30px;
    margin-bottom: 55px;
}

.slick-banner .wz .wz-more {
    display: inline-block;
    padding: 15px 25px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    font-family: 'Arial';
    -webkit-transition: all .5s;
    transition: all .5s;
}

.slick-banner .wz .wz-more:hover {
    background: #0489ff;
    border-color: #0489ff;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .slick-banner .wz .wz1 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .slick-banner .wz .wz2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .slick-banner .wz .wz-more {
        padding: 10px 25px;
        font-size: 12px;
        border: 1px solid #fff;
    }
}

#mob-banner {
    display: none;
}

@media (max-width: 768px) {
    #pc-banner {
        display: none;
    }
    #mob-banner {
        display: block;
    }
}


/*关于我们*/

.about-box {
    padding: 40px 0px 40px;
}

.about-box .about-left {
    width: 50%;
    float: left;
    margin-top: 15vh;
}

.about-box .about-left img {
    width: 100%;
}

.about-box .about-right {
    width: 47%;
    float: right;
}

.about-box .about-right h3 {
    font-size: 24px;
    color: #000;
    position: relative;
    padding-top: 25px;
    line-height: 50px;
    margin-bottom: 20px;
}

.about-box .about-right h3 p {
    font-size: 14px;
    color: #4a9cf9;
    font-weight: bold
}

.about-box .about-right h3:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 80px;
    top: 0;
    left: 0;
}

.about-box .about-right .content {
    font-size: 14px;
    line-height: 28px;
}

.about-box .about-right .content p,
.about-box .about-right .content span {
    font-size: 14px!important;
    line-height: 28px;
    font-family: "微软雅黑";
}


/*产品中心*/

.product-box {
    padding-bottom: 80px;
    padding-top: 40px;
}

.product-box h3 {
    font-size: 24px;
    color: #000;
    line-height: 40px;
    position: relative;
}

.product-box h3 p {
    font-size: 14px;
    color: #999;
}

.product-box h3 a {
    display: block;
    position: absolute;
    left: 140px;
    top: 40px;
    font-size: 15px;
    line-height: 15px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.78)
}

.product-box h3 .line {
    width: calc(100% - 140px);
    position: absolute;
    bottom: 20px;
    right: 0;
    height: 1px;
    background: #d2d2d2;
}

.product-box .product-list {
    text-align: justify;
    margin-top: 50px;
}

.product-box .product-list li {
    position: relative;
    display: inline-block;
    width: 23%;
    vertical-align: top;
    padding: 30px;
    border: 1px solid #d2d2d2;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-box .product-list li .wz {
    text-align: center;
}

.product-box .product-list li .wz h3 {
    font-size: 19px;
    color: #000;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-box .product-list li .wz .info {
    font-size: 14px;
    color: #666;
    text-align: left;
}

.product-box .product-list li .img {
    text-align: center;
    margin: 20px 0px;
}

.product-box .product-list li .img img {
    max-width: 100%;
}

.product-box .product-list li .more {
    text-align: center;
    background: url(../images/more.png) no-repeat 67%;
    font-size: 16px;
    color: #0489ff;
    line-height: 30px;
    text-indent: -35px;
}

.product-box .product-list li .ss {
    width: 110px;
    height: 105px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/ss.png) no-repeat center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.product-box .product-list li .line {
    height: 4px;
    width: 100%;
    position: absolute;
    background: url(../images/hover.jpg);
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.product-box .product-list li:hover {
    border: 0;
    -webkit-box-shadow: 0px 2px 23px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 23px rgba(0, 0, 0, 0.3);
}

.product-box .product-list li:hover .ss {
    opacity: 1;
}

.product-box .product-list li:hover .line {
    opacity: 1;
}

.product-box .product-list:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.product-box .pro-more {
    position: relative;
    width: 240px;
    height: 40px;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    color: #666;
}


/*我们的优势*/

.advantage-box {
    padding: 80px 0px;
    background: url(../images/ysbj.jpg) no-repeat center;
    margin-bottom: 40px;
}

.advantage-box .adv-left {
    width: 21%;
    display: inline-block;
    vertical-align: top;
}

.advantage-box .adv-left h3 {
    font-size: 30px;
    color: #323232;
    position: relative;
    padding-bottom: 30px;
}

.advantage-box .adv-left h3:after {
    width: 80px;
    height: 4px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.advantage-box .adv-right {
    width: 78%;
    display: inline-block;
    vertical-align: top;
}

.advantage-box .adv-right li {
    width: 33.33%;
    float: left;
    border: 1px solid #fff;
    height: 209px;
    padding: 0px 50px;
    font-size: 0px;
}

.advantage-box .adv-right li .wz {
    text-align: center;
    top: 23%;
    position: relative;
}

.advantage-box .adv-right li .wz h3 {
    font-size: 20px;
    color: #000;
    padding-bottom: 30px;
}

.advantage-box .adv-right li .wz p {
    font-size: 14px;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #000;
}

.advantage-box .adv-right li:nth-of-type(1) {
    opacity: 0;
}

.advantage-box .adv-right li:nth-of-type(2) {
    border-right: 0;
    border-bottom: 0;
    border-color: #faf9f9;
    color: #4e4d4c;
}

.advantage-box .adv-right li:nth-of-type(2) p {
    color: #4e4d4c;
}

.advantage-box .adv-right li:nth-of-type(2) h3 {
    color: #4e4d4c;
}

.advantage-box .adv-right li:nth-of-type(3) {
    border-bottom: 0;
    border-color: #faf9f9;
    color: #4e4d4c;
}

.advantage-box .adv-right li:nth-of-type(3) p {
    color: #4e4d4c;
}

.advantage-box .adv-right li:nth-of-type(3) h3 {
    color: #4e4d4c;
}

.advantage-box .adv-right li:nth-of-type(5) {
    border-right: 0;
    border-left: 0;
}


/*新闻中心*/

.news-box {
    padding: 80px 0px;
}

.news-box h3 {
    font-size: 24px;
    color: #000;
    line-height: 40px;
    position: relative;
}

.news-box h3 p {
    font-size: 14px;
    color: #999;
}

.news-box h3 .line {
    width: calc(100% - 140px);
    position: absolute;
    bottom: 20px;
    right: 0;
    height: 1px;
    background: #d2d2d2;
}

.news-box .news-center {
    margin-top: 50px;
}

.news-box .news-center .news-left {
    width: 48%;
    float: left;
}

.news-box .news-center .news-left>div .img img {
    max-width: 100%;
}

.news-box .news-center .news-left>div .wz {
    margin-top: 20px;
}

.news-box .news-center .news-left>div .wz h3 .date {
    width: 54px;
    height: 54px;
    background: #0489ff;
    color: #fff;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    float: left;
}

.news-box .news-center .news-left>div .wz h3 span {
    font-size: 16px;
    color: #000;
    line-height: 54px;
    float: left;
    text-indent: 20px;
}

.news-box .news-center .news-left>div .wz .info {
    font-size: 14px;
    margin-top: 15px;
    line-height: 28px;
    color: #666;
}

.news-box .news-center .news-left>div .wz .more {
    width: 170px;
    height: 38px;
    display: block;
    text-align: center;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #0489ff;
    margin-top: 30px;
}

.news-box .news-center .news-right {
    width: 47.5%;
    float: right;
}

.news-box .news-center .news-right li {
    font-size: 0px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #ddd;
}

.news-box .news-center .news-right li .date {
    display: inline-block;
    width: 54px;
    height: 54px;
    background: #9f9f9f;
    color: #fff;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    vertical-align: top;
}

.news-box .news-center .news-right li .wz {
    width: calc(100% - 65px);
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.news-box .news-center .news-right li .wz h3 {
    font-size: 16px;
    color: #343434;
    line-height: 14px;
    padding-bottom: 8px;
}

.news-box .news-center .news-right li .wz .info {
    font-size: 14px;
    color: #666;
}

.news-box .news-center .news-right li:nth-of-type(1) {
    padding-top: 0px;
}

.xyin-news {
    background: #f6f6f6;
    padding: 45px 0
}

.xyin-news .xyin-news-title {
    position: relative;
    margin-bottom: 30px
}

.xyin-news .xyin-news-title .title {
    height: 55px;
    font-size: 30px;
    color: #323232;
    text-align: center;
    background: url(../images/tit_bg.png) bottom no-repeat;
}

.xyin-news .xyin-news-title .xyin-title {
    text-align: left
}

.xyin-news .xyin-news-title .xyin-more {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9
}

.newsheader .tablist {
    width: 25%;
    margin: 0 auto 54px;
}

.newsheader .tablist li {
    float: left;
    height: 40px;
    width: 150px;
    line-height: 40px;
    background: url(../images/tab_bg.png) center no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    color: #5a5a5a;
    text-align: center;
    cursor: pointer;
}

.newsheader .tablist li.act {
    background: url(../images/tab_bg_on.png) center no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.tabItems {
    display: none;
}

.tabItems a {
    display: block;
}

.tabItems a .timer {
    width: 78px;
    height: 86px;
    padding-top: 18px;
    background-color: #eee;
    border: 1px solid #d2d2d2;
    text-align: center;
}

.tabItems a .timer p {
    margin-bottom: 0;
    font-size: 24px;
    color: #323232;
    font-weight: bold;
}

.tabItems a .timer span {
    font-size: 16px;
    color: #323232;
}

.tabItems a h3 {
    margin: 22px auto 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tabItems a h3,
.tabItems a p {
    font-size: 16px;
    color: #5a5a5a;
}

.tabItems a p {
    margin-bottom: 32px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tabItems a .more {
    display: inline-block;
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    color: #5a5a5a;
    text-align: center;
}

.tabItems a:hover .timer {
    background: url(../images/newshover.png) no-repeat;
    border-color: #2ec7d7;
    color: #fff;
}

.tabItems a:hover .more {
    background: url(../images/newsmore.png) no-repeat;
    border-color: #2ec7d7;
    color: #fff;
}

.tabItems a:hover .timer p,
.tabItems a:hover .timer span,
.tabItems a:hover .more p,
.tabItems a:hover .more span {
    color: #fff;
}

.tabItems a:hover h3 {
    color: #2ec7d7;
}

@media(max-width: 520px) {
    .newsheader .tablist {
        width: 100%;
        padding: 0;
    }
    .newsheader .tablist li {
        height: 32px;
        width: 95px;
        line-height: 30px;
    }
}


/*在线留言*/

.message-box {
    padding: 50px 0px;
    background: url(../images/mesbj.jpg) no-repeat center;
    background-size: cover;
}

.message-box h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
}

.message-box .content {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    line-height: 30px;
}

.message-box .button {
    text-align: center;
    margin-top: 35px;
}

.message-box .button a {
    display: inline-block;
    width: 170px;
    height: 36px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    margin: 0px 15px;
}

.message-box .button a:hover {
    background: url(../images/hover.jpg) no-repeat;
    border: none;
}


/*通栏*/

.xy-tonglan {
    background: #031b1b;
    padding: 50px 0;
}

.xy-tonglan .xy-tl-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 10px;
}

.xy-tonglan .xy-tl-title:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #0489ff;
    left: 0;
    bottom: 0;
}

.xy-tl-nav dl {
    width: 33.333%;
    float: left;
}

.xy-tl-nav dd {
    margin-bottom: 10px;
}

.xy-tl-nav dd a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 25px;
}

.xy-tl-nav dd a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.xy-tonglan .xy-tl-box {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 25px;
}

.xy-tonglan .xy-tl-box img {
    display: inline-block;
    margin-right: 15px;
}

.xy-tonglan .xy-tl-ewm {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    padding-top: 20px;
    line-height: 40px;
}

.xy-tonglan .xy-tl-ewm img {
    max-width: 100%;
}

@media (max-width: 768px) {
    .xy-tonglan {
        padding: 20px 0;
    }
}


/*页脚*/

.xy-footer,
.xy-footer a {
    background: #273b3b;
    position: relative;
    line-height: 30px;
    color: #fff;
}

.xy-footer .links {
    width: 100%;
    opacity: 0.8;
    color: #fff;
}

.xy-footer .links a {
    color: #fff;
}

.xy-footer .links a:nth-child(11) {
    color: #273b3b;
}

.xy-footer .links a:nth-child(10) {
    color: #273b3b;
}

.xy-footer .links a:nth-child(9) {
    color: #273b3b;
}

.xy-footer .links a:nth-child(8) {
    color: #273b3b;
}

.xy-footer .links a:nth-child(6) {}

.xy-footer .links a:nth-child(7) {
    color: #273b3b;
}

.zyqy {
    width: 100%;
    overflow: hidden;
    opacity: 0.8;
}

.xy-footer .xy-ft-cpy {
    width: 100%;
    opacity: 0.8;
}


/*左侧工具条*/

/*#toolbar {*/
/*    position: fixed;*/
/*    z-index: 9999;*/
/*    right: 33px;*/
/*    top: 20%;*/
/*    display: none;*/
/*}*/

/*#toolbar li {*/
/*    margin-bottom: 3px;*/
/*    font-size: 0;*/
/*    width: 57px;*/
/*    height: 57px;*/
/*    right: 0;*/
/*    position: relative;*/
/*}*/

/*#toolbar li a {*/
/*    display: block;*/
/*    position: absolute;*/
/*    z-index: 9;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 57px;*/
/*    height: 57px;*/
/*    overflow: hidden;*/
/*    background: #0489ff;*/
/*    -webkit-transition: all .5s ease;*/
/*    transition: all .5s ease;*/
/*    white-space: nowrap;*/
/*    font-size: 0;*/
/*}*/

/*#toolbar li .iconfont {*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    width: 57px;*/
/*    height: 57px;*/
/*    background-color: #d9d9d9;*/
/*    vertical-align: middle;*/
/*    text-align: center;*/
/*    line-height: 57px;*/
/*    color: #2b2b2b;*/
/*    font-size: 26px;*/
/*}*/

/*#toolbar li .wz {*/
/*    display: inline-block;*/
/*    line-height: 57px;*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*    vertical-align: middle;*/
/*    padding-left: 10px;*/
/*}*/

/*#toolbar li.ewm .ewm-box {*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    padding: 5px;*/
/*    background: #0489ff;*/
/*    width: 110px;*/
/*    right: 120%;*/
/*    bottom: 0;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    -webkit-transform: translateX(100%);*/
/*    transform: translateX(100%);*/
/*    -webkit-transition: all .7s;*/
/*    transition: all .7s;*/
/*}*/

/*#toolbar li.ewm .ewm-box p {*/
/*    margin-bottom: 0;*/
/*}*/

/*#toolbar li.ewm .ewm-box img {*/
/*    max-width: 100%;*/
/*}*/

/*#toolbar li.ewm .ewm-box:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: -5px;*/
/*    bottom: 20px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    line-height: 0;*/
/*    font-size: 0;*/
/*    overflow: hidden;*/
/*    border-width: 5px;*/
/*    cursor: pointer;*/
/*    border-style: dashed dashed dashed solid;*/
/*    border-color: transparent transparent transparent #0489ff;*/
/*    border-right: none;*/
/*}*/

/*#toolbar li.ewm:hover .icon {*/
/*    background-position: -57px -180px;*/
/*}*/

/*#toolbar li.ewm:hover .ewm-box {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    -webkit-transform: translateY(0);*/
/*    transform: translateY(0);*/
/*}*/

/*#toolbar li.backtop {*/
/*    cursor: pointer;*/
/*}*/

/*#toolbar li.backtop .iconfont {*/
/*    color: #fff;*/
/*    background-color: #0489ff;*/
/*}*/

/*#toolbar li:hover a {*/
/*    width: 200px;*/
/*}*/

/*#toolbar li:hover .iconfont {*/
/*    background-color: #0489ff;*/
/*    color: #fff;*/
/*}*/

/*@media (max-width: 990px) {*/
/*    #toolbar {*/
/*        display: none;*/
/*    }*/
/*}*/


/*内页banner样式*/

.xypg-banner {
    position: relative;
}

.xypg-banner .img {}

.page-banner img {
    width: 100%;
}

.xypg-banner .wz {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.xypg-banner .wz h3 {
    font-size: 30px;
    padding-bottom: 20px;
    margin: 0;
    color: #fff;
}

.xypg-banner .wz h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 2px;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .xypg-banner .img {
        height: 400px;
    }
}

@media (max-width: 1024px) {
    .xypg-banner .img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .xypg-banner .img {
        height: 220px;
    }
    .xypg-banner .wz {
        top: 0;
        bottom: 0;
        margin: auto;
        height: 50px;
    }
}


/* 内页基本样式 */

.xypg-wrap {
    padding-top: 20px;
    padding-bottom: 40px;
    background: #f0f0f0;
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    background:#006bb7;
    font-weight: bold;
    margin: 0;
}

.xypg-left-con {
    border: 1px solid #ebebeb;
    padding: 15px;
}

.latest-news li {
    margin-top: 15px;
    padding: 0;
}

.latest-news li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.latest-news li a:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.latest-news li a:hover {
    color: #0489ff;
    text-decoration: underline;
}

.latest-news li a:hover:before {
    background-color: #0489ff;
}

.hot-keys li {
    width: 47%;
    float: left;
    margin: 6px 0;
}

.hot-keys li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    background: #ededed;
}

.hot-keys li a:hover {
    color: #0489ff;
    text-decoration: underline;
}

.hot-keys li:nth-child(even) {
    float: right;
}

.contact-box .hot-line {
    background: url(../images/xypg-right-phone.png) left 5px no-repeat;
    padding-left: 70px;
    margin-bottom: 15px;
}

.contact-box .hot-line h4 {
    font-weight: normal;
    margin: 0;
    font-size: 14px;
    color: #666666;
}

.contact-box .hot-line p {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #ab001a;
    line-height: 35px;
    margin-bottom: 0;
}

.contact-box .gs-name {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.contact-box .contact-info p {
    margin-bottom: 0;
    border-bottom: 1px dotted #b8b8b8;
    font-size: 14px;
    color: #333333;
    padding: 8px 0;
}

.contact-box .contact-info p:last-child {
    border-bottom: 0;
}

.xypg-right-mbx {
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    color: #666666;
    line-height: 35px;
    padding: 0 0 7px 0;
    position: relative;
    width: 100%;
}

.nsearch {
    width: 228px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0px;
    display: none;
    z-index: 3;
}

.nsearch1 {
    top: 83px;
    right: 40px;
    display: block;
}

.nsearch2 {
    right: 12px;
    top: 23px;
    display: block;
}

.nsearch input {
    float: left;
    outline: none;
    background: none;
    border: none;
}

.nsearch input#keyword {
    width: 177px;
    height: 30px;
    border: 1px solid #d6d6d4;
    padding: 0 0 0 6px;
    line-height: 28px;
    font-size: 16px;
    color: rgba(10, 10, 10, 0.7);
}

.nsearch input#s_btn {
    width: 50px;
    height: 30px;
    border: 1px solid #d6d6d4;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #3881D5;
}

@media(max-width: 520px) {
    .nsearch {
        width: 170px;
        top: 46px;
    }
    .nsearch2 {
        right: 12px;
        top: 5px;
        display: block;
    }
    .nsearch input#keyword {
        width: 135px;
    }
    .nsearch input#s_btn {
        width: 35px;
        padding: 0;
        font-size: 14px;
    }
    .xypg-right-mbx {
        padding-bottom: 40px;
    }
}

.xypg-right-mbx .cur-pos {
    display: inline-block;
    color: #333;
}

.xypg-right-mbx .cur-pos .iconfont {
    font-size: 25px;
    display: inline-block;
    height: 25px;
    color: #000;
    margin-right: 5px;
}

.xypg-right-mbx a {
    color: #666;
}

.xypg-right-mbx a:hover {
    color: #0489ff;
    text-decoration: underline;
}


/* 内页左侧导航栏样式 */

.xypg-left-nav>li {
    margin-bottom: 12px;
    position: relative;
}

.xypg-left-nav>li+li {
    border: none;
}

.xypg-left-nav>li>a {
    display: block;
    text-indent: 27px;
    font-size: 18px;
    color: #666666;
    position: relative;
    line-height: 40px;
    border: 1px solid #e4e4e4;
    padding-right: 15%;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d1d1d1 url(../images/xypg-left-jt.png) 0 -15px no-repeat;
    right: 10%;
    top: 13px;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background: #0489ff url(../images/xypg-left-jt.png) 0 1px no-repeat;
}

.xypg-left-nav>li:last-child {
    margin-bottom: 0;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: #0489ff;
    background: none;
}

.xypg-left-nav>li .first-nav-btn:after {
    content: "";
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    background-color: #0489ff;
}

.xypg-left-nav .xypg-left-subnav {
    display: block;
    margin-top: 10px;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    display: block;
    line-height: 35px;
    color: #666666;
    font-size: 14px;
    padding-left: 15%;
    padding-right: 5%;
}

.xypg-left-nav .xypg-left-subnav>li>a:before {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #d4d4d4;
    border-right: none;
    vertical-align: 5px;
    margin-right: 10px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: #0489ff;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover:before {
    border-left-color: #0489ff;
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a:before,
.xypg-left-nav .xypg-left-subnav>li.hover>a:before {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #0489ff transparent transparent transparent;
    border-bottom: none;
    vertical-align: middle;
    margin-right: 5px;
}

.xypg-left-nav .xypg-left-threenav {
    display: none;
}

.xypg-left-nav .xypg-left-threenav>li>a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-left: calc(15% + 15px);
    padding-right: 5%;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 2px;
    background: #d4d4d4;
    margin-right: 5px;
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: #0489ff;
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: #0489ff;
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


/*产品列表页样式*/

.xypg-pro-description {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 2em;
}

.xypg-product-list {
    margin: 0 -1%;
    font-size: 0;
}

.xypg-product-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 0 1% 20px 1%;
    overflow: hidden;
    height: 302px;
    background: #fff;
}

.xypg-product-list li .img {
    display: block;
    overflow: hidden;
  /*  height: 220px;*/
}

.xypg-product-list li .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.xypg-product-list li .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.xypg-product-list li h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0 0 0;
}

.xypg-product-list li h3 a {
    color: #333333;
    display: block;
    text-align: center;
}

.xypg-product-list li:hover h3 a {
    color: #0489ff;
}

@media (max-width: 768px) {
    .xypg-product-list li {
        width: 48%;
        height:175px;
    }
}

@media (max-width: 375px) {
    .xypg-product-list li {
        width: 48%;
    }
}








.xypg-product-list22 {
    margin: 0 -1%;
    font-size: 0;
}

.xypg-product-list22 li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 0 1% 20px 1%;
    overflow: hidden;
    height:268px;
    background: #fff;
}

.xypg-product-list22 li .img {
    display: block;
    overflow: hidden;
  /*  height: 220px;*/
}

.xypg-product-list22 li .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.xypg-product-list22 li .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.xypg-product-list22 li h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0 0 0;
}

.xypg-product-list22 li h3 a {
    color: #333333;
    display: block;
    text-align: center;
}

.xypg-product-list22 li:hover h3 a {
    color: #0489ff;
}

@media (max-width: 768px) {
    .xypg-product-list22 li {
        width: 48%;
        height:164px;
    }
}

@media (max-width: 375px) {
    .xypg-product-list22 li {
        width: 48%;
    }
}





.xypg-product-listsp {
    margin: 0 -1%;
    font-size: 0;
}

.xypg-product-listsp li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 0 1% 20px 1%;
    overflow: hidden;
    height: 406px;
    background: #fff;
}

.xypg-product-listsp li .img {
    display: block;
    overflow: hidden;
  /*  height: 220px;*/
}

.xypg-product-listsp li .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.xypg-product-listsp li .img p img{
    width: 100%!important;
    height: 100%;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}


.xypg-product-listsp li .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.xypg-product-listsp li .img:hover p img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.xypg-product-listsp li h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0 0 0;
}

.xypg-product-listsp li h3 a {
    color: #333333;
    display: block;
    text-align: center;
}

.xypg-product-listsp li:hover h3 a {
    color: #0489ff;
}

@media (max-width: 768px) {
    .xypg-product-listsp li {
        width: 48%;
        height:164px;
    }
}

@media (max-width: 375px) {
    .xypg-product-listsp li {
        width: 48%;
    }
}
/**/

.xypg-product-list li .NyPro_name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; 
transition: all 0.5s; -webkit-transition: all 0.5s;
-moz-transition: all 0.5s; -o-transition: all 0.5s;
box-sizing: border-box; -webkit-box-sizing: 
border-box; -moz-box-sizing: border-box;}
.xypg-product-list li .NyPro_name a { display:block; width:100%; height:30px; overflow:hidden; 
line-height:30px; color:#333; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.xypg-product-list li .NyPro_name a i { display:none;}
.xypg-product-list li .NyPro_name em { display:block; width:30px; height:2px; overflow:hidden; background-color:#0d5198; margin:8px auto 0; padding:0;}
.xypg-product-list li:hover { padding:10px; border:1px solid rgba(13,81,152,0.9);}
.xypg-product-list li:hover .NyPro_name { height:100%; padding:123px 10px 10px; position:absolute; left:0; top:0;
    background: url(../images/nypro.png) no-repeat center;background-size: 100% 100%;
}
.xypg-product-list li:hover .NyPro_name a { height:auto; color:#fff;}
.xypg-product-list li:hover .NyPro_name a i { display:none; width:60px; height:60px; overflow:hidden; margin:0 auto 40px; padding:0;
background:url(../images/more1.png) center center no-repeat; background-size:60px 60px;}
.xypg-product-list li:hover .NyPro_name em { background-color:#fff;}



.xypg-product-list22 li .NyPro_name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; 
transition: all 0.5s; -webkit-transition: all 0.5s;
-moz-transition: all 0.5s; -o-transition: all 0.5s;
box-sizing: border-box; -webkit-box-sizing: 
border-box; -moz-box-sizing: border-box;}
.xypg-product-list22 li .NyPro_name a { display:block; width:100%; height:30px; overflow:hidden; 
line-height:30px; color:#333; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.xypg-product-list22 li .NyPro_name a i { display:none;}
.xypg-product-list22 li .NyPro_name em { display:block; width:30px; height:2px; overflow:hidden; background-color:#0d5198; margin:8px auto 0; padding:0;}
.xypg-product-list22 li:hover { padding:10px; border:1px solid rgba(13,81,152,0.9);}
.xypg-product-list22 li:hover .NyPro_name { height:100%; padding:123px 10px 10px; position:absolute; left:0; top:0;
    background: url(../images/nypro.png) no-repeat center;background-size: 100% 100%;
}
.xypg-product-list22 li:hover .NyPro_name a { height:auto; color:#fff;}
.xypg-product-list22 li:hover .NyPro_name a i { display:none; width:60px; height:60px; overflow:hidden; margin:0 auto 40px; padding:0;
background:url(../images/more1.png) center center no-repeat; background-size:60px 60px;}
.xypg-product-list22 li:hover .NyPro_name em { background-color:#fff;}

@media(max-width:768px){
    .xypg-product-list22 li:hover .NyPro_name{
        padding: 58px 10px 10px;
    }
}







.xypg-product-listsp li .NyPro_name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; 
transition: all 0.5s; -webkit-transition: all 0.5s;
-moz-transition: all 0.5s; -o-transition: all 0.5s;
box-sizing: border-box; -webkit-box-sizing: 
border-box; -moz-box-sizing: border-box;}
.xypg-product-listsp li .NyPro_name a { display:block; width:100%; height:30px; overflow:hidden; 
line-height:30px; color:#333; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.xypg-product-listsp li .NyPro_name a i { display:none;}
.xypg-product-listsp li .NyPro_name em { display:block; width:30px; height:2px; overflow:hidden; background-color:#0d5198; margin:8px auto 0; padding:0;}
.xypg-product-listsp li:hover { padding:10px; border:1px solid rgba(13,81,152,0.9);}
.xypg-product-listsp li:hover .NyPro_name { height:100%; padding:123px 10px 10px; position:absolute; left:0; top:0;
    background: url(../images/nypro.png) no-repeat center;background-size: 100% 100%;
}
.xypg-product-listsp li:hover .NyPro_name a { height:auto; color:#fff;}
.xypg-product-listsp li:hover .NyPro_name a i { display:none; width:60px; height:60px; overflow:hidden; margin:0 auto 40px; padding:0;
background:url(../images/more1.png) center center no-repeat; background-size:60px 60px;}
.xypg-product-listsp li:hover .NyPro_name em { background-color:#fff;}


/* 分页基本样式 */


/*分页样式1*/

.pageController {
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #505050;
    margin: 0 auto;
    border-top: 1px solid #E2E3E4;
    margin-top: 16px;
    line-height: 24px;
}

.pageController a {
    background-color: #FFF;
    vertical-align: middle;
    border: #efefef 1px solid;
    color: #505050;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
}

.pageController a:hover {
    background-color: #efefef;
    color: #438ece;
    text-decoration: none;
    border: #efefef 1px solid;
}

.pageController .currPage {
    background-color: #efefef;
    color: #ff0000;
    border: #efefef 1px solid;
}

.pageController .t1 {
    float: left;
    margin-right: 5px;
    height: 24px;
    line-height: 22px;
    white-space: nowrap;
}

.pageController .t2 {
    float: right;
    vertical-align: middle;
    line-height: 24px;
}

.pageController .t2 #current {
    padding: 0 5px;
    line-height: 24px;
}

.pageController .t1 span {
    padding-left: 4px;
    padding-right: 4px;
}

.pageController select {
    height: 24px;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
}

.pageController select option {
    vertical-align: middle;
}

@media (max-width: 768px) {
    .xypg-pagination .pagin-mid .pc-pagin-mid {
        display: none;
    }
    .xypg-pagination .pagin-mid .mob-pagin-mid {
        display: block;
    }
    .xypg-pagination .pagin-mid .mob-pagin-mid span {
        display: inline-block;
        padding: 0 8px;
        line-height: 28px;
        font-size: 14px;
    }
    .xypg-pagination .pagin-select {
        display: none;
    }
}


/* 内页新闻列表 */

.xypg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xypg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}

.xypg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 16px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}

.xypg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}

.xypg-news-list li .info {
    font-size: 16px;
    line-height: 2;
    color: #999999;
}

.xypg-news-list li .more {
    margin-top: 15px;
}

.xypg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 16px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-news-list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
    color: #0489ff;
}

.xypg-news-list li:hover .more span {
    color: #fff;
    background-color: #0489ff;
}

@media (max-width: 990px) {
    .xypg-news-list li .tit {
        border-bottom: none;
    }
    .xypg-news-list li .tit h3 {
        padding-right: 0;
        padding-bottom: 10px;
    }
    .xypg-news-list li .tit .date {
        position: static;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        color: #999;
    }
}


/*内页详情页面公用样式*/

.xypg-detail-title {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
}

.xypg-detail-info-bar {
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
}

.xypg-detail-info-bar .detail-info-time {
    float: left;
    margin-right: 20px;
}

.xypg-detail-info-bar .detail-info-time i {
    margin-right: 4px;
}

.xypg-detail-info-bar .detail-info-numbers {
    float: left;
}

.xypg-detail-info-bar .detail-info-numbers i {
    font-size: 12px;
    margin-right: 4px;
}

.xypg-detail-info-bar .xypg-file-down {
    float: right;
    position: relative;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title {
    cursor: pointer;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i {
    margin-right: 5px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title:hover {
    color: #0489ff;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list {
    position: absolute;
    z-index: 9999;
    width: 250%;
    right: 0;
    background: #fff;
    display: none;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li {
    padding: 10px 0;
    border-top: 1px dashed #cfcfcf;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .icon {
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
    height: 40px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con {
    overflow: hidden;
    line-height: 1;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 20px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a {
    font-size: 12px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a:hover {
    color: #0489ff;
}

.xypg-detail-con-title {
    margin: 20px 0 10px 0;
}

.xypg-detail-con-title span {
    display: inline-block;
    font-size: 18px;
    color: #0489ff;
}

.xypg-detail-tags {
    margin-top: 40px;
   
}

.xypg-detail-tags .tags-title {
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}

.xypg-detail-tags .tags-title h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #0489ff;
    line-height: 40px;
    border-bottom: 3px solid #0489ff;
    margin-bottom: -1px;
}

.xypg-detail-tags .tags-title .baidu-share {
    position: absolute;
    right: 0;
    top: 8px;
}

.xypg-detail-tags .tags-content {
    padding-top: 10px;
}

.xypg-detail-tags .tags-content a {
    font-size: 13px;
    color: #666666;
    display: inline-block;
}

.xypg-detail-tags .tags-content a:hover {
    color: #0489ff;
}

.xypg-detail-pn {

    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.xypg-detail-pn div {
    margin-bottom: 10px;
    background: #ededed;
    line-height: 35px;
    padding: 0 20px;
    position: relative;
}

.xypg-detail-pn div b {
    font-size: 16px;
    color: #333333;
    float: left;
    font-weight: normal;
}

.xypg-detail-pn div a {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #565656;
}

.xypg-detail-pn div a:hover {
    color: #0489ff;
}

@media (max-width: 600px) {
    .xypg-detail-pn div a {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .xypg-detail-pn div a {
        width: 50%;
    }
}

.xypg-detail-pn div span {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 13px;
    color: #666666;
}

@media (max-width: 768px) {
    .about-box {
        padding: 50px 0px;
    }
    .about-box .about-left {
        width: 100%;
        float: none;
    }
    .about-box .about-right {
        width: 100%;
        float: none;
    }
    .product-box .product-list li {
        width: 100%;
    }
    .product-box {
        padding-bottom: 50px;
    }
    .advantage-box {
        padding: 50px 0px;
        background-size: cover;
    }
    .advantage-box .adv-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .advantage-box .adv-right {
        width: 100%;
    }
    .advantage-box .adv-right li {
        width: 100%;
        height: 158px;
        border: 1px solid #fff !important;
    }
    .advantage-box .adv-right li:nth-of-type(1) {
        display: none;
    }
    .news-box .news-center .news-left {
        width: 100%;
        float: none;
    }
    .news-box .news-center .news-left>div .wz h3 .date {
        display: none;
    }
    .news-box .news-center .news-left>div .wz h3 span {
        text-indent: 0px;
    }
    .news-box .news-center .news-right {
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .news-box .news-center .news-right li .wz h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .message-box h2 {
        font-size: 20px;
    }
    .message-box .button a {
        display: inline-block;
        width: 120px;
        height: 36px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 36px;
        margin: 0px 5px;
    }
    .xy-footer .links {
        display: none;
    }
    .xy-footer {
        height: auto;
    }
    .xy-footer .xy-ft-cpy {
        line-height: 25px;
        text-align: center;
        padding: 10px 0px;
    }
}


/*产品详细*/

.product_detail {
    padding: 5px;
}

.product_detail h1.title {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    border-bottom: 1px solid #e0e1dc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.product_detail .img {
    width: 324px;
    height: 324px;
    float: left;
    padding: 2px;
    border: 1px solid #e0e1dc;
}

.product_detail .small {
    width: 320px;
    height: 320px;
}

.jqzoom {
    text-decoration: none;
    float: left;
}

.product_detail .list {
    width: 300px;
    float: left;
    margin-left: 30px;
    display: block;
    padding-top: 8px;
}

.list_p li {
    height: 36px;
    font-size: 12px;
    border-bottom: 1px dashed #e0e1dc;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: "Microsoft YaHei"
}

.list_p li h2 {
    font-size: 12px;
    font-weight: normal;
    font-family: "Microsoft YaHei";
}

.product_detail .inquiry {
    line-height: 32px;
    border: none;
    margin-top: 6px;
}

.product_detail .inquiry a {
    background: url("../images/xunjia.gif") center center no-repeat;
    display: block;
    width: 112px;
    height: 32px;
    text-indent: -99999px;
}

.buy {
    border: none!important;
}

.buy a {
    background: #0057a8;
    display: block;
    width: 112px;
    height: 32px;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    margin-right: 10px;
}

.buy a:hover {
    background: #e87518
}

.buy a.nobuy-product {
    background: #666
}

.product_detail .inquiry a:hover {
    background-image: url("../images/xunjia_hover.gif");
}

.list_p li h2 a {
    font-size: 12px;
    font-family: "Microsoft YaHei"
}

.p_detail span.title {
    line-height: 28px;
    height: 28px;
    text-align: left;
    margin-top: 10px;
    display: block;
    padding-left: 10px;
    font-size: 12px;
}

.product-tab {
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
}

.product-tab li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    margin-left: -1px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 1;
    margin-bottom: -1px;
    float: left;
}

.product-tab li.cur {
    border-top: 2px solid #0489ff;
    border-bottom: 1px solid #FFF;
    color: #0489ff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 3;
}

.p_detail span.title strong {
    padding-right: 20px;
    cursor: pointer;
}

.p_detail p.dd {
    padding-top: 5px;
    padding-bottom: 5px;
}

.xypg-right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 2em;
    font-size:16px;
}
.case_detail .xypg-right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 2em;
    font-size: 16px;
}

.sort_album {
    margin-top: 15px;
}

h3.tag {
    line-height: 32px;
    border-top: 1px dashed #e0e1dc;
    margin-top: 10px;
    color: #999;
    font-weight: normal;
    font-size: 12px;
}

h3.tag a {
    color: #3480ce;
}

h3.tag a:hover {
    color: #3480ce;
}

.page {
    line-height: 26px;
    border-top: 1px dashed #e0e1dc;
    margin-top: 6px;
    padding-top: 5px;
    font-size: 12px;
}

.page a {
    color: #3480ce;
}

.page a:hover {
    color: #3480ce;
}

.page span {
    color: #3480ce;
}

@media(max-width: 768px) {
    .product_detail .img {
        width: 100%;
        float: left;
        padding: 2px;
        border: 1px solid #e0e1dc;
    }
    .product_detail .small {
        max-width: 100%;
    }
    .nsort li {
        margin: 0 5px;
    }
    .nsort li a {
        width: 100px;
        height: 35px;
        line-height: 35px;
    }
    .product_list2 li h3 a {
        font-size: 13px;
    }
    .xy-ft-cpy span {
        display: block;
    }
}


/*招聘列表*/

.job_list li {
    line-height: 27px;
    height: 27px;
    position: relative;
    background: url(../images/list_dot1.gif) 0 50% no-repeat;
    padding-left: 10px;
}

.job_list li span {
    position: absolute;
    color: #999;
    right: 0;
    z-index: 0;
}


/*首页留言表单*/

.index_message {
    position: relative;
}

.name_input {
    border: 1px solid #cccccc;
    margin-top: 5px;
    background: #fff;
    height: 22px;
    width: 189px;
}

.input_left {
    float: left;
    width: 40px;
    text-align: center;
    background: url(../images/newadd/title_left.jpg) left top repeat-x;
    height: 22px;
    line-height: 22px
}

.input_right {
    position: relative;
    float: right;
}

.input_right input {
    height: 22px;
    line-height: 22px;
}

.input_right .m_label {
    position: absolute;
    width: 100px;
    text-align: left;
    line-height: 22px;
    padding-left: 6px;
    color: #ccc;
    z-index: 1;
    cursor: text;
}

.m_label {
    position: absolute;
    width: 160px;
    text-align: left;
    line-height: 26px;
    padding-left: 8px;
    color: #ccc;
    z-index: 1;
    cursor: text;
}

#m_div {
    width: 222px;
    position: fixed;
    right: 2px;
    bottom: 0px;
    padding-bottom: 1px;
    z-index: 99999;
    background: none;
}

.d_label {
    line-height: 18px;
    padding-top: 8px;
    width: 160px;
}

.w_message {
    border: 1px solid #4a9cf9;
    padding: 7px;
    padding-top: 3px;
    height: 263px;
    background: #fff;
    padding-bottom: 27px;
    background: url(../images/newadd/message_bg.jpg) left top no-repeat;
}

.w_message #name {
    width: 142px;
    height: 22px;
    line-height: 22px;
    border: none !important;
}

.w_message #contact {
    width: 142px;
    height: 20px;
    line-height: 20px;
    border: none !important;
}

.w_message #email {
    width: 142px;
    height: 20px;
    line-height: 20px;
    border: none !important;
}

.w_message #address {
    width: 142px;
    height: 20px;
    line-height: 20px;
    border: none !important;
}

.w_message #content {
    width: 189px;
    height: 64px;
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #cccccc;
}

.w_message #checkcode {
    width: 82px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ccc;
    background-color: #fff;
}

#message_main {
    display: table-cell;
}

.w_message #message_main tr {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}

.w_message #message_main tr th {
    height: 28px;
    line-height: 28px;
    width: 37px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.w_message #code {
    padding-top: 0px;
    margin-top: 5px;
}

.w_title {
    background: none;
    color: #fff;
    ;
    position: relative;
    cursor: pointer;
    height: 33px;
    width: 222px;
    overflow: hidden;
}

.w_message #message_main .m_input {
    border: 1px solid #ccc;
    background-color: #fff;
}

.w_message .msgbtn {
    width: 93px;
    height: 29px;
    line-height: 20px;
    background: url(../images/newadd/submit.png) 50% 50% no-repeat;
    margin-top: 3px;
    border: none;
    font-family: "宋体", arial;
    font-size: 12px;
    margin-left: 54px;
    font-family: "微软雅黑";
    color: #fff;
}

.w_message .msgbtn_hover {
    background: #3c96fc;
    color: #fff;
    border: 1px solid #3c96fc;
}

.m_close {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    overflow: hidden;
    width: 19px;
    height: 20px;
    text-align: center;
    right: 12px;
    top: 8px;
    cursor: pointer;
    color: #fff;
    background: url(../images/newadd/messbtn1.png) left top no-repeat;
}

.m_close1 {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    overflow: hidden;
    width: 19px;
    height: 20px;
    text-align: center;
    right: 32px;
    top: 8px;
    cursor: pointer;
    color: #fff;
}

.m_open {
    background: url(../images/newadd/messbtn.png) left top no-repeat;
}

.w_message .m_under {
    position: absolute;
    width: 227px;
    height: 37px;
    line-height: 41px;
    left: 0;
    bottom: 4px;
}

.w_message .support {
    color: #000;
    width: 100px;
    position: absolute;
    bottom: 1px;
    right: 8px;
    font-size: 12px;
}

#m_top {
    height: 1px;
    font-size: 0px;
    line-height: 1px;
    margin: 0 2px;
    background: #4a9cf9;
}

#m_mid {
    height: 1px;
    font-size: 0px;
    line-height: 1px;
    margin: 0 1px;
    background: #4a9cf9;
}

#m_bot {
    background: #4a9cf9;
    height: 31px;
    line-height: 31px;
    padding-left: 9px;
    font-family: "微软雅黑";
    font-size: 13px;
}

.sample-message {
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #255deb;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.sample-inquiry {
    margin-top: 15px;
}

.sample-inquiry .user_t {
    margin-bottom: 10px;
}

.sample-inquiry .user_t input {
    border: 1px solid rgba(118, 118, 118, 1);
}

.sample-inquiry .login_btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #255deb;
    color: #fff;
    text-align: center;
    border: none;
}

.slideTxtBox {}

.slideTxtBox .hd {
    position: relative;
    width: 639px;
    width: 1000px;
    margin: 0 auto;
    padding: 0 17px;
    box-sizing: border-box;
    background: #fff;
}

.slideTxtBox .hd ul {
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.smallImg {
    width: 100%;
    overflow: hidden;
}

.slideTxtBox .hd ul li {
    cursor: pointer;
    width: 123px;
    float: left;
    margin-right: 22px;
    /* position:relative; */
    padding: 10px 5px 6px;
    box-sizing: border-box;
    height: 81px;
}

.slideTxtBox .hd ul li .smimg1 {
    width: 100%;
    height: 65px;
}

.slideTxtBox .hd ul li .smcon1 {
    width: 189px;
    opacity: 0;
    height: 145px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 63px;
    background: rgba(0, 0, 0, 0.4);
    margin-top: -65px;
    position: relative;
}

.slideTxtBox .hd ul li:hover .smcon1 {
    opacity: 1;
}

.slideTxtBox .hd ul li .smcon1 p {
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.slideTxtBox .hd ul li:hover {
    background: url(../images/smimgbg1.png) no-repeat;
}

.slideTxtBox .hd ul li:last-child {
    margin-right: 0;
}

.sPrev {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 81px;
    background: url(../images/nprev.png) no-repeat left center #fff;
}

.sNext {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 81px;
    background: url(../images/nnext.png) no-repeat left center #fff;
}

.slideTxtBox .bd {
    margin: 0 auto;
    height: 652px !important;
}

.slideTxtBox .bd ul {
    zoom: 1;
    overflow: hidden;
}

.slideTxtBox .bd li {
    position: relative;
}

.gsbox {
    width: 100%;
    height: 620px;
    position: relative;
}

.gsbox1 {
    width: 605px;
    height: 290px;
    background: #FAFAFA;
    border-radius: 5px;
    text-align: left;
    box-sizing: border-box;
    padding: 32px 25px;
    margin: 20px auto 0;
}

.gsbox1 h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 25px;
    color: #000;
    font-family: "宋体";
}

.gsbox1 p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.slideTxtBox .bd li h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    display: block;
    text-align: center;
    display: none;
}

.slideTxtBox .bd li h3 a {
    display: block;
    color: #fff;
    font: 200 22px/40px "微软雅黑";
}

.slideTxtBox .bd li.roundabout-in-focus h3 {
    display: block;
}

.zxzs h2 {
    color: #333;
    font: 600 18px/20px "微软雅黑";
    border-right: 1px solid #333333;
    padding-right: 13px;
}

.zxzs h2 span {
    color: #999999;
    font: 500 12px/20px "Arial";
    text-transform: uppercase;
    display: block;
}

.roundabout-holder {
    overflow: hidden;
    display: block;
    height: 439px;
    width: 670px;
    width: 1000px;
    position: relative;
    margin: 0 auto;
}

.roundabout-moveable-item {
    position: relative;
    display: block;
    width: 630px;
    height: 315px;
    overflow: hidden;
}


/*     .roundabout-moveable-item span{display:none; position:absolute;left:0;top:276px;display:block;width:495px;height:37px;line-height:36px;text-align:center;color:#ffffff;font-size:14px;background:url(../images/photo_sbg.png) repeat-x left top;cursor:pointer;}*/

.roundabout-moveable-item img {
    max-width:100%;
    cursor: pointer;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.roundabout-in-focus span {
    display: block;
}

.slideTxtBox:nth-of-type(2) {
    margin-top: 80px
}

.slitit {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    /*background: linear-gradient(197deg, #0b6eb6, #08b088);*/
    -webkit-background-clip: text;
    color:#005bac;
}

.slideTxtBox .hd {
    position: relative;
    width: 639px;
    width: 1000px;
    margin: 0 auto;
    padding: 0 17px;
    box-sizing: border-box;
    background: #fff;
}

.slideTxtBox .hd ul {
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.smallImg {
    width: 100%;
    overflow: hidden;
}

.slideTxtBox .hd ul li {
    cursor: pointer;
    width:185px;
    float: left;
    margin-right: 22px;
    /* position:relative; */
    padding: 10px 5px 6px;
    box-sizing: border-box;
    height: 165px;
}

.slideTxtBox .hd ul li .smimg1 {
    width: 95%;
    height: 115px;
}
.slideTxtBox .hd ul li .smimg1 img{
    width: 100%;
    height: 100%;
}

.slideTxtBox .hd ul li .smcon1 {
    width: 185px;
    opacity: 0;
    height: 115px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 33px;
    background: rgba(0, 0, 0, 0.4);
    margin-top: -35px;
    position: relative;
}

.slideTxtBox .hd ul li:hover .smcon1 {
    opacity: 1;
}

.slideTxtBox .hd ul li .smcon1 p {
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.slideTxtBox .hd ul li:hover {
    background: url(../images/smimgbg1.png) no-repeat;
}

.slideTxtBox .hd ul li:last-child {
    margin-right: 0;
}

.sPrev {
    position: absolute;
    left: 0;
    bottom: 37px;
    width: 15px;
    height: 81px;
    background: url(../images/nprev.png) no-repeat left center #fff;
}

.sNext {
    position: absolute;
    right: 0;
    bottom: 37px;
    width: 15px;
    height: 81px;
    background: url(../images/nnext.png) no-repeat left center #fff;
}

.slideTxtBox .bd {
    margin: 0 auto;
    height: 510px !important;
}

.slideTxtBox .bd ul {
    zoom: 1;
    overflow: hidden;
}

.slideTxtBox .bd li {
    position: relative;
}

.gsbox {
    width: 100%;
    height: 620px;
    position: relative;
}

.gsbox1 {
    width: 605px;
    width: 1000px;
    height: 140px;
    background: #FAFAFA;
    border-radius: 5px;
    text-align: left;
    box-sizing: border-box;
    padding: 32px 25px;
    margin: 20px auto 0;
}

.gsbox1 h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 25px;
    color: #000;
    font-family: "宋体";
}

.gsbox1 p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.slideTxtBox .bd li h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    display: block;
    text-align: center;
    display: none;
}

.slideTxtBox .bd li h3 a {
    display: block;
    color: #fff;
    font: 200 22px/40px "微软雅黑";
}

.slideTxtBox .bd li.roundabout-in-focus h3 {
    display: block;
}

.zxzs h2 {
    color: #333;
    font: 600 18px/20px "微软雅黑";
    border-right: 1px solid #333333;
    padding-right: 13px;
}

.zxzs h2 span {
    color: #999999;
    font: 500 12px/20px "Arial";
    text-transform: uppercase;
    display: block;
}

#download {
    display: none;
}

.sample-start {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.sample-start a {
    display: block;
    height: 100%;
}

.sample-message-all {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none;
    background: #fff;
}

.xylogin-content {
    background: #ededed;
    min-height: calc(100vh - 135px);
    padding-top: 200px;
}

.xylogin-form {
    width: 600px;
    margin: -60px auto 0 auto;
    background: #ffffff;
    border-radius: 10px;
    padding: 45px 65px;
}

.xylogin-form .form-title {
    position: relative;
    margin-bottom: 25px;
}

.xylogin-form .form-title h3 {
    font-size: 30px;
    color: #363636;
    display: inline-block;
    font-weight: bold;
}

.xylogin-form .form-title a {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #292e39;
}

.xylogin-form .form-title a:hover {
    text-decoration: underline;
}

.xylogin-form .input-g {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 15px;
    padding: 5px 0;
}

.xylogin-form .input-g label {
    color: #565656;
    margin-right: 5px;
    line-height: 25px;
    font-size: 18px;
}

.xylogin-form .input-g .input-text {
    width: calc(100% - 50px);
    border: none;
    outline: none;
    height: 25px;
    background: none;
    font-size: 16px;
    color: #565656;
}

.xylogin-form .input-g .input-text.msg {
    width: 50%;
}

.xylogin-form .input-g .input-text:-webkit-autofill,
.xylogin-form .input-g .input-text:-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.xylogin-form .input-g .msgcode {
    float: right;
    border: 1px solid #e1e1e1;
    background: none;
    padding: 0 5px;
    line-height: 25px;
    border-radius: 5px;
    font-size: 12px;
    color: #565656;
    outline: none;
}

.xylogin-form .input-g .msgcode:hover {
    background: #292e39;
    color: #fff;
}

.xylogin-form .input-g #valicode {
    width: 50%;
}

.xylogin-form .input-g #codeimg {
    float: right;
}

.xylogin-form .forget-pwd {
    position: relative;
    line-height: 20px;
}

.xylogin-form .forget-pwd .jzdlzh {
    display: inline-block;
    font-size: 14px;
    color: #797979;
}

.xylogin-form .forget-pwd .jzdlzh #remmber {
    display: inline-block;
    vertical-align: -2px;
}

.xylogin-form .forget-pwd a {
    font-size: 13px;
    color: #337ab7;
}

.xylogin-form .forget-pwd a:hover {
    text-decoration: underline;
    color: #292e39;
}

.xylogin-form .btn-g {
    margin-top: 20px;
}

.xylogin-form .btn-g input[type="submit"] {
    width: 100%;
    background: #363636;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    outline: none;
}

.xylogin-form .btn-g input[type="submit"]:hover {
    background: #292e39;
}

.xylogin-form .btn-g.zhuce-btn {
    margin-top: 35px;
}

.input-g input {
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
}

.xylogin-form .input-g {
    position: relative;
    font-size: 16px;
}

.input-g a {
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
}

.input-g textarea {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
    font-family: "微软雅黑"
}

@media (max-width: 768px) {
    .xylogin-form {
        width: 90%;
        padding: 30px 30px;
    }
}

@media (max-width: 480px) {
    .xylogin-form .input-g {
        font-size: 12px;
    }
    .xylogin-form .input-g #valicode {
        width: 44%;
    }
    .xylogin-form .input-g #codeimg {
        width: 100px;
        height: 25px;
    }
    .xylogin-form .btn-g {
        margin-top: 20px;
    }
    .xylogin-form .btn-g input[type="submit"] {
        line-height: 40px;
        font-size: 16px;
    }
}


/*  */

.xymob-search .xymob-search-close-btn .icon-close:before {
    display: none;
}

.xymob-search .xymob-search-box .icon-font {
    margin-top: 0;
}



/**/
.biaoyy{
    padding: 15px 0;
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
}

@media (max-width:768px){
    /**/
    .biaoyy{
       font-size:18px;
    }
}

