/*reset css  start
----------------------*/
html {
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
;max-width: 100%;}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background: 0 0
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

    button[disabled], html input[disabled] {
        cursor: default
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: "Microsoft Yahei", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #333;
    background-color: #fff;
    -webkit-overflow-scrolling: touch
}

a {
    cursor: pointer;
    text-decoration: none;
}
/*reset css  end
----------------------*/
/*
 layout
 ----------------* */
body {
    min-width: 1200px;
    background-color: #fff;
    line-height: 1.5;
}

a {
    cursor: pointer;
}
.flex{
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    flex-wrap: wrap;
}
.flex-between{
	justify-content:space-between;
	align-items:center;
}
.flex-inline {
	display: inline-flex;
}
.flex-center {
	align-items: center;
	justify-content: center;
}

.flex-ai {
	align-items: center;
}

.flex-jc {
	justify-content: center;
}
.hide {
    display: none;
}

.elf {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cf:before, .cf:after {
    display: table;
    content: " ";
}

.cf:after {
    clear: both;
}

.row {
    margin: 0 auto;
    width: 1200px;
}

    .row:before, .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }
/*note*/
.head-tool .note-box {
    float: left;
    width: 900px;
}

.head-tool .right-txt {
    float: right;
    width: 250px;
}

.head-tool .note-box .text {
    float: left;
    width: 100px;
    text-align: left;
    color: #e2430c;
    font-weight: bold;
    font-size: 14px;
}

    .head-tool .note-box .text img {
        width: 25px;
        padding: 0 5px;
        vertical-align: bottom;
    }

.head-tool .note-box .note-info {
    float: left;
    width: 650px;
    overflow: hidden;
    font-size: 13px;
    color: #333;
}

    .head-tool .note-box .note-info .note-swiper {
        width: 6000px;
    }

.note-swiper .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .note-swiper .swiper-slide span {
        padding-right: 10px;
        display: inline-block;
    }

.note-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.note-main {
    padding: 60px 0;
    font-size: 18px;
}

    .note-main h1 {
        font-size: 26px;
        text-align: center;
    }

    .note-main .info {
        margin-top: 50px;
    }

        .note-main .info p {
            text-indent: 2em;
            margin-top: 15px;
            line-height: 1.8;
        }

    .note-main .info2 p {
        margin-top: 15px;
        line-height: 1.8;
    }

    .note-main .info3 {
        text-align: right;
        margin-top: 30px;
    }

        .note-main .info3 p {
            margin-top: 15px;
            line-height: 1.8;
        }

/***************/

a {
	text-decoration: none;
	color: inherit;
	transition: ease .3s;
}
a:hover {
	text-decoration: none !important;
	color: inherit;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}


.w352 {
    width: 1200px;
    margin: 0 auto;
}
.w352 .img-center {
    text-align: center;
    font-size: 0;
}
.w352 .img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.ey-ss352 .ey-sou {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.ey-ss352 .ey-sou .hform {
    float: right;
}
.ey-ss352 .ey-sou .hform input {
    float: left;
    font-size: 14px;
    border: 0;
    line-height: 20px;
    }
.ey-ss352 .ey-sou .hform button {
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 0;
    float: left;
    cursor: pointer;
    outline: none;
}
.ey-ss352 {
    background-color: #F2F2F2;
}
.ey-ss352 .ey-sou {
    border-bottom: 0;
}
.ey-ss352 .hot {
    padding: 6px 0;
}
.ey-ss352 .hform {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.ey-ss352 .hform input {
    width: 240px;
    background: none;
    padding: 6px 15px;
}
.ey-ss352 .hform button {
    background: url(../images/i352.png) no-repeat -20px -6px;
    width: 30px;
    height: 30px;
}
.ey-b352 {
    height: 400px;
    background: no-repeat center;
}
.w352 .ey-curmbs {
    padding: 15px 0;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
}
.w352 .ey-curmbs span {
    padding-left: 10px;
    border-left: 10px solid #333;
}
.w352 .panel-sd-hd {
    background-color: #149ce0;
    color: #fff;
    padding-bottom: 5px;
}
.w352 .panel-sd-hd h4 {
    text-align: center;
    border-bottom: 1px solid #fff;
    margin: 0;
    font-size: 24px;
    padding: 20px 0;
}
.w352 .ct2-sd {
    float: left;
    width: 240px;
}
.w352 .ct2-mn {
    float: right;
    width: 930px;
}
.w352 .ey-column h3 {
    margin: 0 0 2px;
    font-weight: normal;
    background: url(../images/s352.png) no-repeat right center #ddd;
    padding: 0 40px;
}
.w352 .ey-column h3 a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #333;
}
.w352 .ey-column h3.on, .w352 .ey-column h3:hover {
    background: url(../images/j352.png) no-repeat right center #149ce0;
}
.w352 .ey-column h3.on a, .w352 .ey-column h3:hover a {
    color: #fff;
}
.w352 .ey-contact-z2 {
    background-color: #149ce0;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.w352 .ey-contact-z2 p {
    margin: 0;
}
.w352 .ey-contact-z2 p img {
    vertical-align: middle;
    margin-right: 5px;
}
.w352 .ey-contact-z2 span {
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1;
}
.w352 .ey-title-1 {
    border-bottom: 1px solid #ececeb;
    height: 44px;
    margin-bottom: 15px;
    font-size: 24px;
}
.w352 .ey-title-1 span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}
.w352 .list-2 {
    margin: 0 0 0 -20px;
}
.w352 .list-2 li {
    float: left;
    width: 33.333333%;
}
.w352 .list-2 li a {
    display: block;
    margin: 0 0 20px 20px;
    border: 1px solid #ddd;
}
.list-2 li .m {
    height: 225px;
    line-height: 225px;
}
.w352 .list-2 li .text {
    padding: 5px 20px;
}
.w352 .list-2 li h4 {
    margin: 0;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    font-weight: normal;
    text-align: center;
}
.w352 .list-2 li a:hover {
    border-color: #149ce0;
    color: #149ce0;
}
.w352 .pglist {
    padding: 20px 0;
    width: 100%;
    text-align: center;
    clear: both;
}
.w352 .pglist a {
    color: #999;
    padding: 0 12px;
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    background: #fff;
    border: 1px solid #c7c7c7;
}
.w352 .pglist li {
    display: inline-block;
}
.w352 .pglist a:hover, .w352 .pglist .active a {
    display: inline-block;
    color: #fff;
    background: #149ce0;
    border-color: #149ce0;
    box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}




.ny351 .container {
    width: 1200px;
    margin: 0 auto;
}
.ny351 .category {
    width: 100%;
    padding: 20px 0;
    background: #FFF;
    height: auto;
    overflow: hidden;
}
.ny351 .category h3 {
    line-height: 58px;
    width: 230px;
    height: 58px;
    margin-left: 25px;
}
.ny351 .category h3 a {
    float: left;
    line-height: 58px;
    color: #FFF;
    width: 249px;
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    ;
    background: #484848 url(../images/i351.png) no-repeat 210px center;
    display: block;
}
.ny351 .category h3.on a {
    background: #149ce0 url(../images/i351.png) no-repeat 210px center;
    color: #FFF;
}
.ny351 .category h3 span {
    float: left;
}
.ban351 {
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.ny351 {
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
}
.ny351 .fl {
    width: 300px;
    border: 1px solid #ccc;
}
.ny351 .fr {
    width: 860px;
}
.ny351 .fl .title {
    height: 80px;
    width: 298px;
    background: #149ce0;
    color: #FFF;
    padding: 15px 0 0 30px;
}
.ny351 .fl .title span {
    font-size: 28px;
    padding-left: 50px;
    display: block;
}
.ny351 .fl .title span i {
    display: block;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase
}
.ny351 .contact {
    background: #149ce0;
    text-align: center;
    padding: 20px 0;
}
.ny351 .contact p {
    font-size: 18px;
    color: #FFF;
    margin-top: 10px;
}
.ny351 .contact p span {
    display: block;
    font-size: 24px;
    font-weight: bold;
}
.ny351 .fr .title {
    line-height: 42px;
    border-bottom: 1px solid #e1e1e1;
}
.ny351 .fr .title span {
    font-size: 20px;
    color: #149ce0;
    border-bottom: 3px solid #149ce0;
    padding-bottom: 10px;
}
.ny351 .fr .title p {
    display: inline-block;
    float: right;
}
.ny351 .fr .tit {
    line-height: 38px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
.ny351 .fr .tit span {
    font-size: 18px;
    color: #149ce0;
    border-bottom: 3px solid #149ce0;
    padding-bottom: 8px;
}
.ny351 .xg-pro {
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}
.ny351 .xg-pro ul li {
    float: left;
    display: inline-block;
    width: 200px;
    margin-right: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.ny351 .xg-pro ul li img {
    width: 200px;
    height: 160px;
}
.ny351 .xg-news {
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
.ny351 .xg-news ul li {
    float: left;
    display: inline-block;
    width: 47%;
    margin-right: 3%;
    line-height: 25px;
}
.ny351 .xg-news ul li:before {
    content: '■';
    font-size: 12px;
    margin-right: 5px;
    color: #149ce0;
    position: relative;
    top: -10px;
}
.ny351 .xg-news ul li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 240px;
    display: inline-block;
}
.ny351 .xg-news ul li span {
    float: right;
}
.ny351 .pro {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0 30px;
}
.ny351 .pro .img {
    float: left;
    display: inline-block;
    width: 480px;
}
.ny351 .pro .text {
    float: right;
    display: inline-block;
    width: 350px;
}
.ny351 .pro .text h1 {
    font-size: 24px;
    padding-top: 20px;
}
.ny351 .pro .text .desc {
    padding: 20px 0;
    height: 150px;
    font-size: 16px;
    line-height: 25px;
}
.ny351 .pro .text .btn {
    width: 120px;
    height: 40px;
    background: #149ce0;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.ny351 .pro-content .tits {
    border-bottom: 1px solid #e1e1e1;
    height: 40px;
    width: 100%;
    font-size: 18px;
}
.ny351 .pro-content .tits span {
    background: #149ce0;
    color: #FFF;
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.ny351 .pro-content .info {
    padding: 20px 0;
}
.ny351 .pc-slide {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.ny351 .view .swiper-slide .imgauto {
    width: 100%;
    height: 350px;
    position: relative;
}
.ny351 .view .swiper-slide .imgauto img {
    max-width: 90%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.ny351 .view .swiper-container {
    width: 100%;
}
.ny351 .preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.ny351 .preview .swiper-container {
    width: 80%;
    margin: 0 10%;
    overflow: hidden;
}
.ny351 .preview .swiper-slide {
    width: 22.5%;
    padding: 5px;
}
.ny351 .preview .swiper-slide .imgauto {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: block;
}
.ny351 .preview .swiper-slide .imgauto img {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.ny351 .preview .slide6 {
    width: 82px;
}
.ny351 .preview img {
    padding: 1px;
}
.ny351 .preview .active-nav .imgauto {
    border: 1px solid #149ce0;
}
.ny351 .preview .arrow-left {
    background: url(../images/p351.png) no-repeat left center;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 10px;
    height: 18px;
    z-index: 10;
}
.ny351 .preview .arrow-right {
    background: url(../images/n351.png) no-repeat left center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 10px;
    height: 18px;
    z-index: 10;
}
.ny351 .page {
    line-height: 50px;
}
.ny351 .page span {
    float: right;
}

