* {

    margin: 0;

    padding: 0;

    border: 0;

}

.map {
    height: 400px;
    width: 1200px;
    margin: 0 auto;
}

html, body {

    font-size: 16px;

    font-family: "microsoft yahei", sans-serif;

}

.clearfix::before,
.clearfix::after {

    content: "";

    height: 0;

    line-height: 0;

    display: block;

    visibility: hidden;

    clear: both;

}

a {

    text-decoration: none;

}

li {

    list-style: none;

}

div, a, ul, li, p, span, input, textarea {

    box-sizing: border-box;

    outline: none;

}

.ellipsis {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.abox {

    display: block;

    width: 100%;

    height: 100%;

}

.info {

    width: 1200px;

    height: 100%;

    margin: auto;

}

.home {

    width: 100%;

    height: 100%;

}

.wrapper {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(52, 52, 52, 0.8) no-repeat fixed center;
    background-size: 50%;
}

/*头部*/

.myHeader {

    width: 100%;

    height: 110px;

    background-color: #FFFFFF;

}

.myHeader-con {

    width: 100%;

    height: 100%;

    overflow: hidden;

}

.myHeader-left {

    float: left;

    height: 100%;

    display: flex;

    display: -ms-flexbox;

    align-items: center;

    color: rgb(170, 170, 170);

}

.myHeader-left img {

    display: block;
    height: 86px;

}

.myHeader-left span {

    display: block;
    font-size: 20px;
    color: #333;
    margin-left: 10px;

}

.myHeader-right {

    float: right;

    height: 100%;

    display: flex;

    display: -ms-flexbox;

    align-items: center;

}

.myHeader-right img {

    width: 32px;

    display: block;

}

.myHeader-right span:nth-of-type(1) {

    color: #AAAAAA;

}

.myHeader-right span:nth-of-type(2) {

    font-weight: bold;

    font-size: 18px;

    color: rgb(67, 67, 67);

}

.myHeader-right a {
    display: inline-block;
    margin: 0 5px;
    color: black;

}

.myHeader-right a:hover {
    color: #15803A;
}

.myHeader-right span:last-child {
    position: relative;
    top: -2px;
}

/*导航栏*/

.myNaver {

    width: 100%;

    height: 50px;

    background-color: #2b2b2b;

    position: sticky;

    top: 0;

    z-index: 999;

}

.myNaver-con {

    width: 100%;

    height: 100%;

}

.navBar {

    width: 100%;

    height: auto;

}

.navBar > .navFirst {

    display: flex;

    display: -ms-flexbox;

}

.navBar > .navFirst > .navFirstLi {
    flex: 1;
    -ms-flex: 1;
    position: relative;
    height: 50px;
}

.navFirstLi dl {
    height: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
    line-height: 50px;
    background-color: #2B2B2B;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.navFirstLi dl a {
    color: white;
    font-size: 14px;
    display: block;
}

.navFirstLi dl dd:hover {
    background-color: #15803A;
}

.navFirstLi:hover dl {
    height: 250px;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.navBar > .navFirst > .navFirstLi > a {

    text-align: center;

    line-height: 50px;

    font-size: 14px;

    color: #FFFFFF;

}

.navBar > .navFirst > .navBarli > a {

    background-color: #15803A;

    color: #fff;

}


/*banner*/

.myBanner {

    width: 100%;

    height: 680px;

    overflow: hidden;

    position: relative;

}

.swiper-home {

    height: 100%;

}

.swiper-home .swiper-slide img {

    /*width: 100%;*/

}

.swiper-home .swiper-pagination-bullet {

    width: 12px;

    height: 12px;

}

.swiper-home > .swiper-pagination-bullets .swiper-pagination-bullet {

    margin: 0px 8px;

}

.swiper-home > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {

    bottom: 45px;

}

.home-prev {

    width: 32px;

    height: 32px;

    background: url(../img/left_arrow.png) 0% 0% / 100% 100%;

}

.home-next {

    width: 32px;

    height: 32px;

    background: url(../img/right_arrow.png) 0% 0% / 100% 100%;

}

.myBanner-text {

    position: absolute;

    text-align: center;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    z-index: 10;

}

.myBanner-text p {

    font-size: 14px;

    line-height: 26px;

    color: #FFFFFF;

}

.myBanner-text p strong {

    color: #15803A;

    font-size: 50px;

    line-height: 100px;

}

.swiper-pagination-bullet-active {
    background-color: #15803A !important;;
}

/*中间*/

.myCenter {

    width: 100%;

    height: auto;

}


.myTitle {

    width: 100%;

    height: auto;

    line-height: 28px;

    text-align: center;

}

.myTitle p:nth-of-type(1) {

    font-size: 30px;

    color: #15803A;

    margin-bottom: 5px;

}

.myTitle p:nth-of-type(2) {

    color: rgb(170, 170, 170);

    font-size: 12px;

}

.myTitle p:nth-of-type(3) {

    font-size: 12px;

    color: rgb(102, 102, 102);

}


.myLink {

    display: block;

    font-size: 12px;

    color: #888;

}


/*业务范围*/

.myBusiness {

    width: 100%;

    height: auto;

    background-color: #FFFFFF;

}

.myBusiness-con {

    padding: 75px 0;

}

.myBusiness-list {

    width: 100%;

    height: auto;

    display: flex;

    display: -ms-flexbox;

    justify-content: space-between;

    margin-top: 60px;

}

.myBusiness-item {

    width: 350px;

    height: 140px;

    border: 1px solid rgba(240, 240, 240, 1);

    transition: .5s;

}

.myBusiness-item:hover {

    border: 1px solid #15803A;

}

.myBusiness-item a {

    display: flex;

    display: -ms-flexbox;

    align-items: center;

    justify-content: space-around;

    padding: 0px 30px;

}

.myBusiness-item a img {

    /*width: 74px;*/

}

.myBusiness-item-text {

    text-align: center;

}

.myBusiness-item-text > p:nth-of-type(1) {

    font-size: 18px;

    color: #434343;

}

.myBusiness-item-text > p:nth-of-type(2) {

    display: block;

    width: 40px;

    height: 2px;

    background-color: #15803A;

    margin: 12px auto;

}

.myBusiness-item-text > p:nth-of-type(3) {

    font-size: 13px;

    color: #ababab;

}

.myBusiness-con .myLink {

    margin-top: 57px;

    text-align: center;

    transition: .3s;

}

.myBusiness-con .myLink:hover {

    color: #15803A;

}


/*关于我们*/

.myAbout {

    width: 100%;

    height: auto;

    background-color: #f6f6f6;

}

.myAbout-con {

    padding: 70px 0 85px 0;

}

.myAbout-left {

    float: left;

    width: 650px;

}

.myAbout-left-title > p:nth-of-type(1) {

    color: #434343;

    font-size: 30px;

}

.myAbout-left-title > p:nth-of-type(2) {

    font-size: 12px;

    color: #AAAAAA;

    line-height: 26px;

}

.myAbout-left-title > p:nth-of-type(3) {

    display: block;

    width: 40px;

    height: 2px;

    background-color: #15803A;

    margin: 36px 0;

}

.myAbout-left-text p {

    line-height: 26px;

    font-size: 13px;

    color: #5a5a5a;

}

.myAbout-left .myLink {

    margin-top: 45px;

}

.myAbout-left .myLink:hover {

    color: #15803A;

}

.myAbout-right {

    float: right;

    width: 550px;

    height: 100%;

    position: relative;

}

.myAbout-right-box {

    border: 4px solid #15803A;

    height: 462px;

    width: 442px;

    position: absolute;

    right: 0;

    top: 0;

}

.myAbout-right-box-img {

    width: 460px;

    height: 460px;

    overflow: hidden;

    margin: 26px 0 0 -52px;

    display: flex;

    display: -ms-flexbox;

    justify-content: center;


}


/*产品中心*/

.myProduct {

    width: 100%;

    height: auto;

    background-color: #EEEEEE;

}

.myProduct-con {

    padding: 13px 0;

}

.myProduct-con .myTitle {

    margin: 50px 0;

}

.myProduct-list {

    width: 100%;

    height: auto;

    overflow: hidden;

}

.myProduct-list .myProduct-item {
    width: 24%;
    height: auto;
    border: 1px solid #e5e5e5;
    padding: 16px;
    float: left;
    background: #CCCCCC;
}

.myProduct-list .myProduct-item:not(:last-child) {
    margin-right: calc(4% / 3)
}

.myProduct-item{
    border: 1px solid #FFFFFF;
    padding-top: 10px;
}
.myProduct-item:hover {

    border: 1px solid #15803A;

}

.myProduct-img {

    width: 100%;

    height: 160px;

    overflow: hidden;

    padding: 0px 5px;

}

.myProduct-img img {

    display: block;

    height: 100%;

    transition: .5s;
    margin: 0 auto;

}

.myProduct-img img:hover {

    transform: scale(1.1);

    -ms-transform: scale(1.1);

}

.myProduct-name {

    width: 100%;

    padding: 0px 5px;

    line-height: 16px;
    text-align: center;
}

.myProduct-name > p:nth-of-type(1) a {

    font-size: 14.4px;

    color: #5a5a5a;

}

.myProduct-name > p:nth-of-type(2) a {

    font-size: 12px;

    color: #15803A;

}

.myProduct-name > p:nth-of-type(3) {

    font-size: 12px;

    color: #acacac;

}

.myProduct-name > p:nth-of-type(3) span {

    color: #ff3c00;

}


ul.two {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    flex-wrap: wrap;
    position: relative;
    background: url(../img/dashan01.jpg) no-repeat center !important;
    background-size: cover !important;
    width: 100%;
    height: 566px;
    margin-bottom: 20px;
}

ul.two li {
    width: 410px;
    background: #fff;
    position: relative;
    top: 74px;
    background: url(../img/dashan02.jpg) no-repeat center !important;
    background-size: cover !important;
    height: 450px;
    margin-bottom: 10px;
}

ul.two li p.jianjie {
    line-height: 70px;
    color: #15803A;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 5px 5px 0 #d5ebff;
    text-indent: 0;
    margin-top: 0;
}

ul.two li p {
    font-family: "microsoft yahei", sans-serif !important;
    text-indent: 2em;
    margin-top: 15px;
}

ul.two li p:not(:first-child) {
    line-height: 32px;
    font-size: 14px;
    color: #666666;
    padding: 0 33px;
}

p.jscs {
    font-size: 30px;
    font-weight: bold;
    color: #15803A;
    text-align: center;
}

.jieshao table {
    width: 100%;
    font-size: 12px;
    text-align: left;
}

.jieshao table tr {
    line-height: 40px;
}

.jieshao table tr:nth-child(2n-1) th {
    background: #E7F1FA;
}

.jieshao table tr th {
    padding-left: 20px;
    display: inline-block;
}

.jieshao table tr th:nth-child(1) {
    width: 20%;
    margin-right: 6px;
}

.jieshao table tr th:nth-child(2) {
    width: 74%;
}

.jieshao video {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px 0;
}

.youshi {
    background: url(../img/dashan03.jpg) no-repeat center !important;
    background-size: cover !important;
    width: 100%;
    height: 510px;
    padding: 40px 10px 0;
}

.youshi ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.youshi ul li {
    width: 420px;
}

.youshi ul li p:nth-child(1) {
    font-weight: bold;
    font-size: 30px;
    color: #47a8ff;
    border: none;
}

.youshi ul li p {
    line-height: 40px;
    border-bottom: 8px solid #47a8ff;
    margin-bottom: 30px;
}

/*宗旨*/

.myPurpose {

    width: 100%;

    height: auto;

    background: url(../img/bg22.jpg) no-repeat center;

}

.myPurpose-con {

    text-align: center;

    padding: 100px 0;

}

.myPurpose-con p:nth-of-type(1) {

    font-size: 30px;

    color: #FFFFFF;

}

.myPurpose-con p:nth-of-type(2) {

    font-size: 13px;

    color: #FFFFFF;

    line-height: 26px;

    margin-top: 60px;

}

.myPurpose-con a {

    display: block;

    width: 118px;

    height: auto;

    line-height: 38px;

    text-align: center;

    color: #15803A;

    background-color: #FFFFFF;

    border-radius: 30px;

    margin: auto;

    margin-top: 45px;

    border: 1px solid #FFFFFF;

    transition: .5s;

}

.myPurpose-con a:hover {

    color: #FFFFFF;

    background-color: rgba(255, 255, 255, 0);

}


/*新闻中心*/

.myNews {

    width: 100%;

    height: auto;

    background-color: #FFFFFF;

}

.myNews-con {

    padding: 80px 0;

}

.myNews-list {

    width: 100%;

    height: auto;

    margin-top: 60px;

    display: flex;

    display: -ms-flexbox;

    justify-content: space-between;

}

.myNews-item {

    width: 580px;

    height: auto;

}

.myNews-item:nth-of-type(1) {

    margin-right: auto;

}

.myNews-item:nth-of-type(2) {

    margin-left: auto;

}

.myNews-item-img {

    width: 100%;

    height: auto;

    padding: 8px;

    border: 1px solid rgb(240, 240, 240);

}

.myNews-item-img img {

    display: block;

    width: 100%;

}

.myNews-item-num {

    padding: 20px 0px 30px 30px;

    margin: 10px 0;

    border-bottom: 1px dotted #dbd4cd;

    display: flex;

    display: -ms-flexbox;

}

.myNews-item-num-time {

    width: 60px;

    height: 60px;

    background-color: #15803A;

    color: #FFFFFF;

    text-align: center;

    font-size: 12px;

}

.myNews-item-num-time > p:nth-of-type(1) {

    line-height: 40px;

    font-size: 24px;

    font-weight: bold;

}

.myNews-item-num-text {

    flex: 1;

    -ms-flex: 1;

    padding-left: 12px;

}

.myNews-item-num-text a {

    font-size: 18px;

    color: #434343;

    display: block;

}

.myNews-item-num-text a:hover {

    color: #15803A;

}

.myNews-item-num-text p {

    font-size: 12px;

    color: #5a5a5a;

    padding-top: 6px;

}


/*底部*/

.myFooter {

    width: 100%;

    height: auto;

    position: relative;

}

.myFooter-1 {

    width: 100%;

    height: 260px;

    background-color: #2B2B2B;

    padding: 34px 0;

}

.myFooter-2 {

    width: 100%;

    height: 70px;

    background-color: #222;

    position: relative;

    text-align: center;

    line-height: 70px;

    font-size: 12px;

    color: #999;

}

.myFooter-1-con {

    width: 100%;

    height: auto;

}

.myFooter-1-nav {

    width: 100%;

    height: 50px;

    border-bottom: 1px solid #434343;

}

.myFooter-1-nav ul {

    display: flex;

    display: -ms-flexbox;

    align-items: center;

}

.myFooter-1-nav ul li {

    flex: 1;

    -ms-flex: 1;

}

.myFooter-1-nav ul li a {

    text-align: center;

    font-size: 12px;

    color: #ccc;

    line-height: 50px;

}

.myFooter-1-nav ul li a:hover {

    color: #FFFFFF;

}

.myFooter-1-text {

    width: 100%;

    height: auto;

    padding-top: 35px;

}

.myFooter-1-text p {

    line-height: 26px;

    text-align: center;

    font-size: 12px;

    color: #999;

}

.myFooter-1-text p strong {

    font-size: 16px;

    color: #ccc;

    display: inline-block;

    margin-bottom: 5px;

}

.copyright {
    display: none;
    width: 278px;

    position: absolute;

    bottom: 20px;

    background-color: rgba(0, 0, 0, .5);

    color: #fff;

    border-radius: 20px;

    font-size: 14px;

    padding: 5px 10px;

    left: 50%;

    transform: translateX(-50%);

}


.scroll-top {

    width: 40px;

    height: 40px;

    border-radius: 50%;

    position: fixed;

    bottom: 116px;

    right: 0px;

    cursor: pointer;

    background: url(../img/top.png) no-repeat center;

    background-position: -503px 0;

    z-index: 999;

    display: none;

}

.scroll-top:hover {

    background: url(../img/top.png) no-repeat center;

    background-position: -503px -42px;

}


/*客服*/

.kefu {

    width: 53px;

    height: 90px;

    position: fixed;

    z-index: 998;

    background: url(../img/customerservice2.png) no-repeat center;

    right: 0;

    top: 300px;

    text-align: center;

    font-size: 12px;

    font-family: "宋体";

    color: #fff;

    line-height: 125px;

}

.kefu-2 {

    width: 191px;

    height: 300px;

    position: fixed;

    z-index: 999;

    background: url(../img/customerservice1.png) no-repeat center;

    right: -191px;

    top: 300px;

}

.kefu-2-left {

    width: 30px;

    height: auto;

    margin-left: 25px;

    padding-top: 130px;

    font-family: "宋体";

    font-size: 14px;

    color: #fff;

    float: left;

}

.kefu-2-right {

    width: 120px;

    height: auto;

    float: right;

    padding-top: 80px;

    text-align: center;

}

.kefu-2-right p {

    font-family: "宋体";

    font-size: 14px;

}

.kefu-2-right p a {

    display: flex;

    align-items: center;

    width: 85px;

    height: 25px;

    background-color: #fff;

    margin: auto;

    margin-top: 10px;

    line-height: 25px;

    border-radius: 5px;

    text-align: center;

    color: #666;

    padding-left: 10px;

}

.kefu-2-right p a span {

    margin-left: 10px;

}


/*子页面大图*/

.myotherImg {

    width: 100%;

    height: auto;

}

.myotherImg .myBanner-img {

    width: 100%;

    height: 300px;

    overflow: hidden;

    position: relative;

}

.myotherImg .myBanner-img img {

    position: absolute;

    left: 0;

    top: 0;

    display: block;

    width: 100%;

    height: auto;

}


/*关于我们*/

.about-1 {

    width: 100%;

    height: auto;

}

.about-1-con {

    padding: 60px 0 70px 0;

}

.about-1-item {

    margin-top: 50px;

}

.about-1-item img {

    display: block;

    float: left;

    margin-right: 56px;

}

.about-1-item p {

    line-height: 240%;

    font-size: 13px;

    color: rgb(136, 136, 136);

    margin-bottom: 5px;

}

.about-3-con {

    padding: 60px 0 80px 0;

}

.about-3-con .myTitle p:nth-of-type(1) {

    font-weight: bold;

    font-size: 26px;

}

.about-3-list {

    width: 100%;

    display: flex;

    display: -ms-flexbox;

    justify-content: space-between;

}

.about-3-item {

    width: 360px;

    height: auto;

}

.about-3-item-title {

    width: 100%;

    height: auto;

}

.about-3-item-title span {

    color: #434343;

    font-size: 20px;

}

.about-3-item-title p {

    width: 40px;

    height: 2px;

    background-color: #15803A;

    margin: 30px 0;

}

.about-3-item-text {

    min-height: 160px;

}

.about-3-item-text p {

    line-height: 240%;

    font-size: 13px;

    color: rgb(136, 136, 136);

}

.about-3-item-img {

    margin-top: 30px;

    height: 200px;

    overflow: hidden;

    display: flex;

    display: -ms-flexbox;

    align-items: center;

}

.about-3-item-img img {

    display: block;

    width: 100%;

}


/*产品中心*/

.product {
    width: 100%;
}

.product-con {
    padding: 60px 0px;
}

h1.proTit {
    text-align: center;
    color: #15803A;
    margin: 10px auto;
}

.productBanner {
    margin: 20px auto;
    position: relative;
}

.productBanner .swiper-button-next {
    right: -30px;
}

.productBanner .swiper-button-prev {
    left: -30px;
}

.fl {
    float: left;
}

.product-nav {

    width: 100%;

    height: auto;

    margin: 50px 0;

}

.product-nav.fl {

    width: 20%;

    height: auto;

    margin: 50px 0;

}

.product-nav > p {
    display: none;
    line-height: 50px;
    text-align: center;
    position: relative;
}

.product-nav > p:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    transform: rotate(45deg);
}

.product-nav ul {

}

.product-nav ul li {

    flex: 1;

    -ms-flex: 1;

    background-color: #434343;

}

.product-nav ul li a {

    color: #FFFFFF;

    text-align: center;

    line-height: 50px;

    font-size: 13px;


}

.product-nav ul .proLi a {

    background-color: #15803A;

    color: #FFFFFF;

}

.pcWidsty {
    width: 75%;
    float: right;
}

.product-page {

    width: 100%;

    height: auto;

    display: flex;

    display: -ms-flexbox;

    justify-content: center;

    align-items: center;

}

.product-page a {

    display: block;

    padding: 2px 5px;

    color: #000;

    border: 1px solid #000;

    margin: 2px;

    font-size: 12px;

}

.product-page .selectA {

    background-color: #000;

    color: #FFFFFF;

}

.product-page a:hover {

    background-color: #000;

    color: #FFFFFF;

}


/*产品详情页*/

.productd {

    padding: 40px 0;

}

.picMagnifier {

    width: 40%;

    height: auto;

    float: left;

}

.picDetail {

    width: 60%;

    height: auto;

    float: left;

}


.picName {

    width: 100%;

    height: 38px;

    line-height: 38px;

    box-sizing: border-box;

    border-bottom: 1px solid #e2e2e2;

    font-size: 20px;

    /*产品名称颜色*/

    color: #454545;

}

.picPrice {

    width: 100%;

    height: auto;

    font-size: 14px;

    color: #454545;

}

.picPrice > p {

    line-height: 26px;

    color: #898989;

}

.picPrice > p:nth-of-type(1) > span {

    text-decoration: line-through;

}

.picPrice > p:nth-of-type(2) > span {

    font-size: 20px;

    /*价格颜色*/

    color: #ff5022;

    font-weight: bold;

}

.spec-preview {

    width: 79%;

    height: auto;

    overflow: hidden;

    margin: auto;

    border: 0;

}

.jqzoom img {


    display: block;

}

.jqzoom {

    width: 100%;

    font-size: 0px;

    /*display: flex;

    display: -ms-flexbox;

    justify-content: center;*/

}

.jqZoomPup {

    width: 250px !important;

    height: 250px !important;

}

.zoomdiv {

    width: 300px !important;

    height: 300px !important;

}

.spec-scroll {

    margin: 10px auto;

    width: 90%;

    display: flex;

    display: -ms-flexbox;

    align-items: center;

}

.spec-scroll .prev,
.spec-scroll .next {

    width: 10px;

}

.spec-scroll .prev {

    margin-right: 0;

}

.spec-scroll .items {

    flex: 1;

    -ms-flex: 1;

}


.productd-text p {

    color: #666666;

    line-height: 140%;

    font-size: 12px;

}

.productd-page {

    margin-top: 30px;

}

.productd-page p {

    line-height: 26px;

    font-size: 12px;

}

.productd-page p a {

    color: #595959;

}

.productd-page p a span {

    color: #444;

}

.productd-page p a span:nth-of-type(1) {


}

.productd-page p a:hover {

    color: #15803A;

}

.productd-page p a:hover span {

    color: #15803A;

}


/*新闻中心*/

.news {

    width: 100%;

    height: auto;

}

.news-con {

    padding: 60px 0;

}

.news-con .product-nav ul {

    display: flex;

    justify-content: center;

}

.news-con .product-nav ul li {

    width: 210px;

    flex: inherit;

}

.news-con .myNews-item-num-text a,
.news-con .myNews-item-num-text p {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}


/*新闻详情*/

.newsd {

    width: 100%;

    height: auto;

    margin: 50px auto;

}

.conDetail {

    width: 100%;

    height: auto;

}

.conTitle {

    text-align: center;

    font-size: 120%;

}

.conTime {

    width: 100%;

    display: flex;

    display: -ms-flexbox;

    align-items: center;

    justify-content: center;

}

.conTime > span {

    margin: 20px 10px;

    font-size: 12px;

    color: #5a5a5a;

}

.conExplain {

    width: 100%;

    height: auto;

    padding: 5px 10px;

    background-color: #FFFFFF;

    color: #868686;

    border: 1px solid #e5e5e5;

    font-size: 12px;

    margin-bottom: 40px;

    text-indent: 2em;

}

.conDetail p {

    font-size: 12px;

    color: #5a5a5a;

    line-height: 24px;

    margin-top: 10px;

    text-indent: 10em;

    padding: 0px 20px;

}


/*业务范围*/

.business {

    width: 100%;

    height: auto;

}

.business-con {

    padding: 60px 0;

}

.business-text {

    margin: 50px auto;

    font-size: 13px;

    color: #888;

    line-height: 26px;

    text-indent: 2em;

}

.business-list {

    width: 100%;

    height: auto;

}

.business-odd,
.business-even {

    width: 100%;

    height: auto;

    display: flex;

    display: -ms-flexbox;

    margin-bottom: 40px;

}

.business-odd-img img,
.business-even-img img {

    display: block;

    width: 380px;

}

.business-odd-text,
.business-even-text {

    flex: 1;

    background-color: #f7f7f7;

    padding: 30px 40px;

}

.business-odd-text p,
.business-even-text p {

    line-height: 26px;

    font-size: 12px;

    color: #5A5A5A;

}

.business-odd-text .business-CNname,
.business-even-text .business-CNname {

    font-size: 22px;

    color: #434343;

}

.business-odd-text .business-ENname,
.business-even-text .business-ENname {

    font-size: 12px;

    color: #666666;

    font-family: arial;

    margin: 15px 0;

}


/*联系我们*/

.contact-con {

    padding: 60px 0;

}

.contact-content {

    display: flex;

    display: -ms-flexbox;

    margin-top: 50px;

}

.contact-left > span,
.contact-right > span {

    font-size: 24px;

    color: rgb(0, 0, 0);

    display: block;

    margin-bottom: 20px;

}

.contact-left {

    width: 500px;

    height: auto;

}

.contact-right {

    width: 700px;

    height: auto;

}

.conatact-left-text p {

    line-height: 45px;

    color: rgb(102, 102, 102);

    font-size: 12px;

}

.contact-right-box {

    background-color: #f7f7f7;

    padding: 15px 20px 30px 30px;

}

.contact-input {

    width: 49%;

    height: auto;

    float: left;

    margin-bottom: 12px;

}

.contact-input:nth-of-type(even) {

    float: right;

}

.contact-input p {

    padding: 10px 0;

    line-height: 1.5;

    width: 100%;

    color: #5a5a5a;

    font-size: 12px;

}

.contact-input p > span {

    color: #ff0000;

    margin-left: 5px;

}

.contact-input input {

    width: 100%;

    background-color: #FFFFFF;

    border: 1px solid #dedede;

    font-size: 12px;

    text-indent: 5px;

    height: 38px;

    line-height: 38px;

}

.submitBtn {

    width: 100%;

    height: 40px;

    background-color: #15803A;

    border-radius: 3px;

    color: #FFFFFF;

    cursor: pointer;

    transition: .3s;

}

.submitBtn:hover {

    background-color: #0889cc;

}


.phone-btn,
.phone-nav {

    display: none;

}

/*响应式*/

@media only screen and (max-width: 1200px) {
    .myProduct-img {
        height: 106px;
    }

    .info {

        width: 100%;

    }

    .myNaver,
    .myHeader-right {

        display: none;

    }

    .phone-btn {

        /*width: 70px;*/

        height: 100%;

        float: right;

        display: flex;

        justify-content: center;

        align-items: center;

    }

    .phone-btn-ico {

        width: 50px;

        height: 50px;

        background: url(../img/phone-nav.png) no-repeat center;

        cursor: pointer;

        position: relative;

        z-index: 9999999;

        transition: .3s;

    }

    .phone-nav {

        width: 100%;

        height: 100%;

        position: fixed;

        background: rgba(0, 0, 0, 0.8);

        z-index: 9999998;

        display: none;

        top: 0px;

        left: 0;

    }

    .phone-ul {

        width: 100%;

        padding-top: 100px;

    }

    .phone-ul > li {

        border-bottom: 1px solid #ccc;

    }

    .phone-ul > li > a {

        display: block;

        width: 100%;

        color: #fff;

        padding: 20px 20px;

    }

    .myHeader {

        height: 60px;

    }

    .myHeader-left span {

        display: none;

    }

    .myHeader-left img {

        height: 50px;
        margin: auto 5px;

    }

    .kefu,
    .kefu-2 {

        display: none;

    }

    .myBanner {

        height: auto;

    }

    .swiper-home .swiper-slide img {

        width: 100%;

    }

    .myBanner-text p {

        display: none;

    }

    .myBanner-text p:nth-of-type(1) {

        display: block;

    }

    .myBanner-text p strong {

        font-size: 16px;

        line-height: 26px;

    }

    .swiper-home > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {

        bottom: 10px;

    }


    .myCenter {

        padding: 0px 5px;

    }

    .myBusiness-con {

        padding: 30px 0;

    }

    .myBusiness-list {

        display: block;

    }

    .myBusiness-item {

        width: 100%;

        margin-bottom: 5px;

    }

    .myAbout-con {

        padding: 30px 20px;

    }

    .myAbout-left,
    .myAbout-right {

        width: 100%;

        float: none;

    }

    .myAbout-left-title {

        text-align: center;

    }

    .myAbout-left-title > p:nth-of-type(3) {

        margin: 20px auto;

    }

    .myAbout-left-text p {

        text-indent: 2em;

    }

    .myAbout-left .myLink {

        margin: 20px auto;

        text-align: center;

    }

    .myAbout-right-box {

        position: static;

        width: 100%;

        height: auto;

        border: 0;

    }

    .myAbout-right-box-img {

        margin: 0;

        width: 100%;

        height: auto;

    }

    .myAbout-right-box-img img {

        width: 100%;

    }

    .myProduct-con {

        padding: 30px 0;

    }

    .myProduct-list .myProduct-item {

        width: 48%;

        margin-left: 0px;

    }

    .myProduct-list .myProduct-item:not(:last-child) {
        margin-right: 0;
    }

    .myProduct-item:nth-of-type(2n) {

        float: right;

    }

    .myPurpose {

        background-size: cover;

    }

    .myPurpose-con {

        padding: 30px;

    }

    .myPurpose-con p:nth-of-type(2) {

        margin-top: 30px;

    }

    .myNews-con {

        padding: 30px 0;

    }

    .myNews-list {

        display: block;

    }

    .myNews-item {

        width: 100%;

    }

    .myNews-item-num-text {

        overflow: hidden;

        text-overflow: ellipsis;

        white-space: nowrap;

    }

    .myNews-item-num-text a,
    .myNews-item-num-text p {

        overflow: hidden;

        text-overflow: ellipsis;

        white-space: nowrap;

    }

    .myFooter-1 {

        height: auto;

    }

    .myFooter-1-nav {

        display: none;

    }

    .myFooter-1-text {

        padding-top: 10px;

    }

    .myFooter-2 {

        height: auto;

        line-height: 46px;

        text-align: center;

    }

    .myotherImg .myBanner-img {

        height: auto;

    }

    .myotherImg .myBanner-img img {

        position: static;

    }

    .about-1-item img {

        float: none;

        width: 100%;

    }

    .about-1-item p {

        text-indent: 2em;

        text-align: justify;

        margin-bottom: 0;

        margin-top: 10px;

    }

    .about-3-list {

        display: block;

    }

    .about-3-item {

        width: 100%;

        height: auto;

        margin-top: 30px;

    }

    .about-3-item-title {

        text-align: center;

    }

    .about-3-item-title p {

        margin: 10px auto;

    }

    .about-3-item-text {

        min-height: auto;

    }

    .about-3-item-text p {

        text-indent: 2em;

    }

    .picMagnifier {

        float: none;

        width: 100%;

    }

    .jqzoom img {

        width: 100%;

        height: auto;

    }

    .picDetail {

        float: none;

        width: 100%;

        margin-top: 20px;

    }

    .productd-text p {

        text-indent: 2em;

    }

    .conTime {

        display: block;

        margin: 20px auto;

    }

    .conDetail p {

        text-indent: 2em;

    }

    .business-odd, .business-even {

        display: block;

    }

    .business-odd-img img, .business-even-img img {

        width: 100%;

    }

    .business-odd-text, .business-even-text {

        padding: 20px;

    }

    .business-odd-text .business-CNname, .business-even-text .business-CNname {

        text-align: center;

        text-indent: 0em;

    }

    .business-odd-text .business-ENname, .business-even-text .business-ENname {

        text-align: center;

        text-indent: 0em;

    }

    .business-odd-text p, .business-even-text p {

        text-indent: 2em;

    }

    .contact-content {

        display: block;

    }

    .contact-left {

        width: 100%;

    }

    .contact-left > span, .contact-right > span {

        text-align: center;

    }

    .conatact-left-text {

        padding: 0px 30px;

    }

    .conatact-left-text p {

        line-height: 32px;

    }

    .contact-right {

        width: 100%;

        margin: 30px 0;

    }

    .contact-right-box {

        padding: 30px;

    }

    .contact-input {

        width: 100%;

        float: none;

    }

    .submitBtn {

        margin-top: 10px;

    }

    .product-nav.fl, .pcWidsty, .myProduct-item {
        width: 100%;
    }

    ul.two {
        height: auto;
        padding-bottom: 100px;
    }

    .jieshao video {
        width: 100%;
    }

    .youshi {
        height: auto;
    }

    .jieshao table tr th:nth-child(1) {
        width: 15%;
    }

    .jieshao table tr th:nth-child(2) {
        width: 70%;
    }

    .product-nav > p {
        display: block;
        background-color: #434343;
        color: white;
    }

    .product-nav ul {
        display: none;
    }

    .myProduct-con .myTitle {
        margin: 20px 0;
    }
}

