/*初始化样式*/

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.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;
}

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.xypg-right-content {
    font-size: 14px;
}

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

.flex-cc {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*头部样式*/

.top_head {
    position: relative;
}

.top_aa {
    line-height: 37px;
    background: #2e2e2e;
    color: #aeaeae;
    font-size: 14px;
}

.top_aa a {
    color: #aeaeae;
}

.top_aa a:hover {
    color: #fff;
}

.top_bb {
    position: relative;
}

.top_bb>.flex-cc {
    height: 106px;
}

.top_cc {
    position: relative;
    z-index: 9999;
    height: 80px;
}

.top_cc>.max1200 {
    position: relative;
}

.top_cc::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 60px;
    content: "";
    background: #2e2e2e;
}

.top_phone {
    position: relative;
    padding-left: 50px;
    background: url(../images/tp_phone1.png) no-repeat left center;
    font-size: 14px;
    color: #222222;
}

.top_phone p:nth-child(2) {
    font-size: 30px;
    font-family: "Myriad Pro";
    color: #222222;
}


/* top_ss */

.top_ss {
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 12px;
}

.top_ss .ss_btn {
    width: 35px;
    height: 35px;
    background: url(../images/nav_ss.png) no-repeat center;
    cursor: pointer;
}

.top_ss #formsearch {
    position: absolute;
    top: 45px;
    right: 0px;
    z-index: 9999;
    width: 200px;
    display: none;
    background: #f2f2f2;
}

.top_ss #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(//cdn.myxypt.com/19a72a49/22/02/d361eebbe300be32588323061960f488837223d4.png);
    background-position: 0 -210px;
}

.top_ss #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
}


/*  */

#header,
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


/*  */

.page-banner img {
    position: relative;
    margin-top: -20px;
    z-index: 99;
}


/* 内页 */

.product_list li {
    float: left;
    width: 293px;
    border: 1px solid #eee;
    margin: 0 4px 10px;
    padding: 5px;
}

.product_list li a.img {
    display: block;
    width: 281px;
    height: 237px;
    overflow: hidden;
    margin: 0 auto;
}

.product_list li img {
    width: 281px;
    height: 237px;
    transition: all .5s ease;
}

.product_list li h3 {
    line-height: 35px;
    text-align: center;
}

.product_list li h3 a {
    color: #5a5a5a;
    font-size: 14px;
}

.product_list li:hover {
    border-color: #292e39
}

.product_list li:hover img {
    transform: scale(1.1);
}


/*产品直通车*/

.wtt {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background: url(../images/home_title.png) no-repeat center 70%;
}

.wtt span {
    color: #343434;
    font-size: 22px;
    font-weight: normal;
    display: block;
    margin-top: 20px;
}

.tong {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.bt {
    font-style: italic;
    color: #006ccc;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    margin-top: 35px;
}

.bt span {
    color: #454545;
    font-size: 26px;
}

.btx {
    color: #a7a7a7;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.c1_index {
    padding-top: 50px;
    padding-bottom: 50px;
}

.c1 {
    margin-top: 55px;
}

.c1 .c1-1 {
    width: 260px;
}

.c1 .c1-1 h3 {
    color: #fff;
    width: 260px;
    height: 95px;
    text-align: center;
    background: #424141;
    box-sizing: border-box;
    font-size: 32px;
    padding-top: 15px;
}

.c1 .c1-1 h3 span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin-top: 8px;
    text-transform: uppercase;
}

.c1 .c1-1 .list1 {
    border: 1px solid #bfe6d0;
    border-top: none;
    padding-top: 33px;
    padding-left: 15px;
    border-bottom: none;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 8px solid #009a44;
}

.c1 .c1-1 .list1 a.a {
    background: url(../images/caa01.png) 0 0 no-repeat;
    padding-left: 14px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    color: #333333;
    display: block;
    transition-duration: .3s;
    margin-bottom: 7px;
}

.c1 .c1-1 .list1 a.a.on {
    background: url(../images/caa02.png) 0 0 no-repeat;
    transform: translateX(-8px);
    color: #fff;
    padding-left: 26px;
    width: 244px;
    box-sizing: border-box;
}

.c1 .c1-1 .list1 .sec {
    display: none;
    padding-bottom: 6px;
    margin-left: 10px;
    width: 200px;
    margin-bottom: 11px;
}

.c1 .c1-1 .list1 .sec a.b {
    line-height: 44px;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 14px;
    color: #454545;
    display: block;
    padding-left: 30px;
    background: url(../images/dian01.png) 10px 50% no-repeat;
    padding-left: 34px;
    box-sizing: border-box;
}

.c1 .c1-1 .list1 .sec a.b:hover {
    background: url(../images/dian01h.png) 10px 50% no-repeat;
    color: #2b683f;
}

.c1 .c1-1 .dh1 {
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: left;
    border: 1px solid #bfe6d0;
    border-top: none;
    padding-left: 25px;
    color: #000;
    border-bottom: 8px solid #009a44;
}

.c1 .c1-2 {
    width: 916px;
}

.c1 .c1-2 .c1-2-1 {
    position: relative;
}

.c1 .c1-2 .c1-2-1 .prev,
.c1 .c1-2 .c1-2-1 .next {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    height: 45px;
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.c1 .c1-2 .c1-2-1 .prev {
    left: 14px;
    background: url(../images/cp_prev01.png) center 0 no-repeat;
}

.c1 .c1-2 .c1-2-1 .prev:hover {
    background: url(../images/cp_prev01h.png) center 0 no-repeat;
}

.c1 .c1-2 .c1-2-1 .next {
    right: 14px;
    background: url(../images/cp_next01.png) center 0 no-repeat;
}

.c1 .c1-2 .c1-2-1 .next:hover {
    background: url(../images/cp_next01h.png) center 0 no-repeat;
}

.c1 .c1-2 .c1-2-1 .list2 li {
    position: relative;
    padding-top: 32px;
    background: url(../images/cpcate_line1.png) center 0 repeat-x;
    border: 2px solid #dddddd;
    border-top: none;
    padding-left: 74px;
    padding-right: 74px;
    box-sizing: content-box;
    padding-bottom: 10px;
}

.c1 .c1-2 .c1-2-1 .list2 li .tu {
    width: 50%;
}

.c1 .c1-2 .c1-2-1 .list2 li .tu img {
    width: 100%;
    height: 100%;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi {
    width: 40%;
    position: absolute;
    z-index: 111;
    left: 92px;
    top: 72px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi h3 {
    line-height: 60px;
    font-size: 35px;
    color: #2b683f;
    font-weight: 600;
    border-bottom: 1px dashed #666666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .dd {
    margin-top: 22px;
    color: #000000;
    line-height: 22px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .dd b {
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .lj {
    margin-top: 28px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .lj dd {
    display: inline-block;
    transform: skewx(-12deg);
    width: 150px;
    line-height: 41px;
    text-align: center;
    background: #7cad00;
    margin: 0 -2px;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .lj dd a {
    transform: skewx(12deg);
    color: #fff;
    font-size: 14px;
    display: block;
}

.c1 .c1-2 .c1-2-1 .list2 li .zi .lj dd:nth-of-type(2) {
    background: #454545;
}

.c1 .c1-2 .list3 {
    margin-top: 15px;
}

.c1 .c1-2 .list3 li {
    float: left;
    margin-right: 9px;
    margin-bottom: 27px;
    position: relative;
}

.c1 .c1-2 .list3 li:nth-child(3n) {
    margin-right: 0;
}

.c1 .c1-2 .list3 li .imgx {
    position: relative;
    display: block;
    width: 297px;
    height: 251px;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.c1 .c1-2 .list3 li .img {
    display: block;
    position: relative;
}

.c1 .c1-2 .list3 li .img img {
    width: 297px;
    height: 251px;
}

.c1 .c1-2 .list3 li .img h3 {
    width: 297px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
    bottom: 5px;
    left: 5px;
    z-index: 111;
    position: absolute;
    font-size: 16px;
}

.c1 .c1-2 .list3 li .lj {
    margin-top: 7px;
}

.c1 .c1-2 .list3 li .lj a {
    width: 144px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #dedede;
    color: #3d3d3d;
    font-size: 14px;
    background: #dedede;
    display: block;
    float: left;
}

.c1 .c1-2 .list3 li .lj a:nth-child(2) {
    background: #fff;
    margin-left: 7px;
}

.c1 .c1-2 .list3 li .lj a:nth-child(2):hover {
    border-color: #2b683f;
    background: #2b683f;
    color: #fff;
}

.c1 .c1-2 .list3 li:hover .img h3 {
    opacity: 1;
}

.dj {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.dj span {
    display: inline-block;
    width: 100px;
    line-height: 30px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.c1 .c1-2 .list3 li:hover .dj {
    opacity: 1;
}


/*  */

.tab-conx {
    position: relative;
}

.tab-conx .tab-mainx {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-conx .tab-mainx {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-conx .tab-mainx.active {
    position: static;
    opacity: 1;
    visibility: visible;
}


/*  */

.ser {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.ser li {
    position: relative;
    overflow: hidden
}

.ser li a img {
    width: 1200px;
    height: 600px;
}

.ser li:hover a img {
    transition: all 0.6s ease-out;
    transform: scale(1.1, 1.1);
}

a.h2 {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: url(../images/pop1.png) no-repeat center top;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    left: 0px;
}

.serx {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.serx li {
    position: relative;
    float: left;
    margin-right: 31px;
    overflow: hidden;
}

.serx li a img {
    display: block;
}

.serx li:hover a img {
    transform: scale(1.1, 1.1);
    transition: all 0.6s ease-out;
}

.serx li:last-child {
    float: right;
    margin-right: 0px;
}

.wt {
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    position: relative;
}

.wt_k {
    width: 1200px;
    margin: 0 auto;
}

.wtt2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background: url(../images/pop2.png) no-repeat 50% 65%;
}

.wtt2 span {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    display: block
}

.ji li {
    float: left;
    width: 218px;
    height: 199px;
    position: relative;
    margin: 0 10px;
}

.ji li a.img img {
    width: 218px;
    height: 199px;
}

.ji li a.img {
    display: block
}

.ji li h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 100px;
    color: #fff;
    font-size: 40px;
}

.ji li h2 span {
    font-weight: normal;
    font-size: 24px
}

.ji li h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 160px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.wtt3 {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background: url(../images/pop3.png) no-repeat center;
}

.wtt3 span {
    color: #343434;
    font-size: 22px;
    font-weight: normal;
    display: block
}


/*about*/

.ab {
    position: relative;
    background: url(../images/home_about_bg.jpg) no-repeat top center;
    padding-top: 60px;
}

.wttx {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background: url(../images/pop4.png) no-repeat center;
}

.wttx span {
    color: #5a88d2;
    font-size: 22px;
    font-weight: normal;
    display: block
}

.abtp {
    width: 100%;
    margin: 0 auto;
}

.abtp img {
    max-width: 100%;
    height: auto!important;
}

.about_cpp {
    padding: 50px 0;
}

.abtt {
    color: #000000;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.abnr {
    color: #535252;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.box2_con {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.slideGroup {
    width: 1200px;
    margin: 0 auto;
}

.slideGroup .parHd {
    height: 45px;
    line-height: 45px;
    position: relative;
    margin-top: 25px;
    border-bottom: 1px solid #d3d3d4;
}

.slideGroup .parHd ul {
    height: 45px;
}

.slideGroup .parHd ul li {
    line-height: 45px;
    text-align: center;
    float: left;
    margin: 0 30px 0 0;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    height: 45px;
    width: 75px;
    font-weight: bold
}

.slideGroup .parHd ul li a {
    color: #3f4650;
    font-size: 18px;
}

.slideGroup .parHd ul li.on {
    color: #7cad00;
    background: url(../images/h_line1.jpg) no-repeat center bottom;
}

.slideGroup .parHd ul li.on a {
    color: #7cad00;
}

.slideGroup .slideBox {
    zoom: 1;
    position: relative;
    width: 1200px!important;
    margin: 0 auto;
    margin-top: 20px;
}

.slideBox ul {
    overflow: hidden;
    margin: 0 auto;
    padding: 10px!important;
}

.slideGroup .sPrev {
    position: absolute;
    left: -50px;
    top: 60px;
    display: block;
    width: 31px;
    height: 81px;
    background: url(../images/pop5.png) center no-repeat;
    z-index: 99999
}

.slideGroup .sNext {
    position: absolute;
    right: -50px;
    top: 60px;
    display: block;
    width: 31px;
    height: 81px;
    background: url(../images/pop6.png) center no-repeat;
    z-index: 99999
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
    box-sizing: content-box;
}

.slideGroup .parBd ul li {
    margin: 0 13px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.slideGroup .parBd ul li .pic {
    text-align: center;
}

.slideGroup .parBd ul li .pic img {
    width: 260px;
    height: 195px;
    display: block;
    padding: 5px;
    border: 1px solid #d4d4d4;
}

.slideGroup .parBd ul li .pic a:hover img {
    border-color: #999;
}

.slideGroup .parBd ul li .title {
    line-height: 24px;
    color: #005bcd;
    font-size: 14px;
    padding-top: 15px;
}

.slideGroup .parBd ul li h3 {
    text-align: center;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.slideGroup .parBd ul li h3 a {
    text-align: center;
    color: #666666;
    font-size: 14px;
}

.slideGroup .parBd ul li:hover h3 a {
    color: #11509b
}


/*news*/

.newsx {
    background: url(../images/pop7.png) no-repeat center top;
    margin-top: 20px;
    padding-top: 60px;
    padding-bottom: 50px;
}

.wn1 {
    width: 580px;
    float: left;
}

.ntt {
    background: url(../images/home_xw1.jpg) no-repeat center left;
    padding-top: 20px;
    height: 79px;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    padding-left: 50px;
}

.ntt span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}

.ntt a {
    background: #666666;
    width: 103px;
    color: #fff;
    line-height: 45px;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    text-align: center;
}


/*新闻列表*/

.news_listx {
    margin-top: 10px;
}

.news_listx li {
    line-height: 30px;
    position: relative;
    border-bottom: 1px solid #e7e6e6;
    padding: 10px 0;
}

.time {
    float: left;
    margin-left: 15px;
    width: 70px;
    margin-top: 5px;
}

.time dt {
    text-align: center;
    display: block;
    color: #000000;
    font-size: 19px;
}

.time span {
    text-align: center;
    display: block;
    color: #666666;
    font-size: 14px;
    height: 60px;
    overflow: hidden;
}

.dac {
    float: right;
    margin-right: 15px;
    width: 460px;
}

.dac a {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.dac:hover a {
    color: #7cad00
}

.news_listz li:hover a {
    color: #7cad00
}

.news_listz li:hover dd {
    color: #7cad00
}

.dac dd {
    color: #666666;
    font-size: 14px;
    margin-top: 8px;
}

.news_listx li:nth-child(1) {
    height: 50px;
    overflow: hidden;
}

.news_listx li:nth-child(3) {
    height: 50px;
    overflow: hidden;
}

.news_listx li:nth-child(4) {
    height: 50px;
    overflow: hidden;
}

.news_listx li:nth-child(2) .time dt {
    text-align: center;
    display: block;
    color: #000000;
    font-size: 19px;
    font-weight: bold;
}

.wn2 {
    width: 580px;
    float: right;
}

.chang {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    margin-top: 50px;
}

.ctp {
    float: left;
    width: 174px;
    height: 199px;
    overflow: hidden;
}

.news_listz {
    float: right;
    width: 980px;
}

.news_listz li {
    width: 275px;
    float: left;
    margin-right: 76px;
}

.imz {
    margin-bottom: 15px
}

.news_listz li a {
    color: #303030;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_listz li dd {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.news_listz li:nth-child(3n) {
    float: right;
    margin-right: 0px;
}

.mx {
    margin-top: 10px;
    display: block;
    width: 92px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #5c5c5c;
    border: 1px solid #aaa9a9;
    font-size: 12px;
}


/*页面底部*/

.dff {
    background: #2e2e2e;
    padding-top: 50px;
    padding-bottom: 30px;
}

.dd1 {
    float: left;
    width: 260px;
    color: #a8a6a6;
    font-size: 14px;
    line-height: 28px;
}

.dd1 a {
    color: #a8a6a6;
}

.dd2 {
    float: left;
    width: 530px;
    margin-left: 20px;
    margin-right: 15px;
}

.nvx {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #6d6d6d;
}

.nvx a {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.nvx2 {
    color: #a8a6a6;
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
}

.nvx2 ul {
    display: flex;
    flex-wrap: wrap;
}

.nvx2 ul li {
    width: 35%;
    font-size: 14px;
    color: #a8a6a6;
}

.nvx2 ul li img {
    margin-right: 5px;
}

.nvx2 ul li:nth-child(2n) {
    width: 65%;
}


/**/

.dd3 {
    float: right;
    color: #fff;
}

.dd3 .ft_ewm11 img {
    max-width: 120px;
}

.flex-a {
    display: flex;
    align-items: center;
}

.ft_hot_phone {
    padding-left: 15px;
    font-size: 14px;
    color: #a8a6a6;
}

.ft_hot_phone h2 {
    color: #fff;
    font-size: 26px;
    font-family: "Myriad Pro";
}


/* c2_index */

.c2_index {
    position: relative;
    background: url(../images/c2bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 5.625vw;
}

.title_home2 {
    text-align: center;
    background: url(../images/home_title2.png) no-repeat center center;
    margin-bottom: 3.64583vw;
}

.title_home2 h3 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.title_home2 p {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    margin-top: 15px;
}
/**/




.title_home22 {
    text-align: center;
    margin-bottom: 3.64583vw;
}

.title_home22 h3 {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
}

.title_home22 p {
    color: #414141;
    font-size: 26px;
    font-weight: normal;
    margin-top: 15px;
}


.c22_con{
    position: relative;
    margin-bottom: 3.125vw;
}

.c22_con_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.c22_con_list li{
    position: relative;
    margin: 0 20px;
}
.c22_con_list li a{
    display: block;
    width: 160px;
    height: 160px;
    border: 3px solid #797878;
    border-radius: 50%
}

.c22_con_list li .oos{
    line-height: 100px;
    text-align: center
}
.c22_con_list li .oos img{
    max-width: 100px;
    max-height: 80px;
    display: inline-block;
}

.c22_con_list li h3{
    line-height: 30px;
    text-align: center;
    color: #fc6e05;
    font-size: 22px;
}


.c2_con {
    position: relative;
}

.pl40 {
    padding-left: 40px;
}

.pr40 {
    padding-right: 40px;
}

.case_sort_home {
    position: relative;
    border-bottom: 2px solid #fff;
    margin-bottom: 70px;
    display: flex;
}

.case_sort_home li {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 1.5625vw 0;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.case_sort_home li::before {
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
    height: 2px;
    content: "";
    background: transparent;
}

.case_sort_home li:hover::before,
.case_sort_home li.on::before {
    background-color: #7cad00;
}


/*  */

.pro_con {
    position: relative;
    margin-bottom: 30px;
}

.swiper_aa {
    overflow: hidden;
}

.swiper_aa .swiper-slide {
    position: relative;
    text-align: center;
}

.swiper_aa .swiper-slide a {
    display: block;
}

.swiper_aa .swiper-slide img {
    display: block;
    width: 100%;
}

.pro_con .swiper-button-next,
.pro_con .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 26px;
    height: 40px
}

.pro_con .swiper-button-prev {
    left: -40px;
    background: url(../images/pop9.png) no-repeat center
}

.pro_con .swiper-button-next {
    right: -40px;
    background: url(../images/pop10.png) no-repeat center
}


/*  */

.tab-con {
    position: relative;
}

.tab-con .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con .tab-main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}


/* home_heng */

.home_heng {
    position: relative;
    background: url(../images/home_heng.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.home_heng .flex-cc {
    justify-content: center;
    color: #fff;
}

.home_heng .flex-cc div {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
}

.home_heng .flex-cc div i {
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 0 5px;
}

.home_heng .flex-cc div span {
    color: #fc6e05;
}

.home_heng .flex-cc p {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    padding-left: 10px;
}


/* c3_index */

.c3_index {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

.c3_con {
    position: relative;
    margin-top: 50px;
}

.c3_con_list {
    position: relative;
}

.c3_con_list li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.6042vw;
}

.c3_con_list li .sll_img {
    width: 58%;
}

.c3_con_list li .sll_img img {
    display: block;
    width: 100%;
}

.c3_con_list li .srr {
    width: 41%;
}

.c3_con_list li .srr .flex-aa {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
    background: url(../images/xian3.png) repeat-x left bottom;
}

.c3_con_list li .srr .flex-aa img {
    max-width: 100px;
    margin-right: 15px;
}

.c3_con_list li .srr .flex-aa h3 {
    font-size: 30px;
    color: #2b683f;
    font-weight: bold;
}

.c3_con_list li .srr .flex-aa h3 span {
    display: block;
    font-size: 22px;
    color: #000000;
    font-weight: normal;
    margin-top: 5px;
}

.c3_con_list li .srr .srr_summary {
    padding-left: 30px;
    font-size: 18px;
    color: #545353;
    line-height: 1.7;
}


/*  */

.title_home4 {
    text-align: center;
    background: url(../images/home_title4.png) no-repeat center center;
    margin-bottom: 70px;
}

.title_home4 h3 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.title_home4 p {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    margin-top: 15px;
}


/*  */

.title_home5 {
    text-align: center;
    background: url(../images/home_title5.png) no-repeat center center;
    margin-bottom: 2.60416vw;
}

.title_home5 h3 {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
}

.title_home5 p {
    color: #a1a0a0;
    font-size: 22px;
    font-weight: normal;
    margin-top: 5px;
}


/*友情链接*/

.f_link {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    background: #1b1b1b;
    padding: 20px 0;
}

.f_link a {
    font-size: 14px;
    color: #fff;
}

.f_link a:hover {
    color: #2b683f;
}


/*页面底部*/

#footer {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 8px;
    border-top: 2px solid #eee;
    margin-top: 15px;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #e87518;
    text-decoration: none;
}

.nav_foot {
    text-align: center;
    line-height: 24px;
    color: #666;
}

.copyright {
    text-align: center;
    line-height: 24px;
}


/* 手机站样式 */

@media (max-width:992px) {
    .c22_con_list li a{
        width:140px;
        height:140px;
    }
    
    .c22_con_list li .oos{
        line-height:80px;
    }
    .c22_con_list li .oos img{
        max-width:80px;
        max-height:70px;
    }
    .c22_con_list li h3{
        font-size:18px;
    }
    
}

@media (max-width:768px) {
    .title_home22{
        margin-bottom:30px;
    }
    .title_home22 h3{
        font-size: 26px;
    }
    .title_home22 p{
        font-size:18px;
    }
    
    .c22_con_list li{
        width:calc(50% - 20px);
        margin:0 10px 20px 10px;
    }
    .c22_con_list li h3{
        font-size:16px;
    }
    
    .x-banner {
        top: 0px;
    }
    .wtt {
        background: none;
        font-size: 22px;
    }
    .wtt span {
        font-size: 14px;
        margin-top: 10px;
    }
    .c1 {
        margin-top: 40px;
    }
    .c1 .c1-1 {
        width: 100%;
        float: none;
    }
    .c1 .c1-1 h3 {
        width: 100%;
        height: auto;
        font-size: 22px;
        padding: 20px 0;
    }
    .mob_cp_sort {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin: 20px -10px;
    }
    .mob_cp_sort li {
        width: calc(50% - 20px);
        margin: 0 10px 10px 10px;
        text-align: center;
    }
    .mob_cp_sort li a {
        display: block;
        padding: 12px 0;
        background: #ededed;
        font-size: 14px;
        color: #000;
    }
    /* mob_list2  */
    .mob_list2 {
        position: relative;
    }
    .mob_list2 .swiper-slide {
        position: relative;
    }
    .mob_list2 .swiper-slide .zi {
        position: relative;
        width: 100%;
        z-index: 111;
    }
    .mob_list2 .swiper-slide .zi h3 {
        line-height: 1.7;
        font-size: 20px;
        color: #2b683f;
        font-weight: 600;
        padding-bottom: 10px;
        border-bottom: 1px dashed #666666;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .mob_list2 .swiper-slide .zi .dd {
        margin-top: 22px;
        color: #000000;
        line-height: 22px;
    }
    .mob_list2 .swiper-slide .zi .dd b {
        font-weight: 600;
        font-size: 15px;
        display: block;
        margin-bottom: 20px;
    }
    .mob_list2 .swiper-slide .zi .lj {
        margin-top: 28px;
    }
    .mob_list2 .swiper-slide .zi .lj dd {
        display: inline-block;
        transform: skewx(-12deg);
        width: 150px;
        line-height: 41px;
        text-align: center;
        background: #7cad00;
        margin: 0 -2px;
    }
    .mob_list2 .swiper-slide .zi .lj dd a {
        transform: skewx(12deg);
        color: #fff;
        font-size: 14px;
        display: block;
    }
    .mob_list2 .swiper-slide .zi .lj dd:nth-of-type(2) {
        background: #454545;
    }
    .mob_list2 .swiper-slide .tu {
        position: relative;
        width: 100%;
    }
    .mob_list2 .swiper-slide .tu img {
        display: block;
        width: 100%;
    }
    /* mob_list3 */
    .mob_list3 {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
        margin-top: 30px;
    }
    .mob_list3 li {
        position: relative;
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
    }
    .mob_list3 li a {
        display: block;
        border: 1px solid #dedede;
    }
    .mob_list3 li .com-img {
        display: block;
        position: relative;
    }
    .mob_list3 li .com-img img {
        display: block;
        width: 100%;
    }
    .mob_list3 li .lj22 {
        margin-top: 10px;
        display: flex;
    }
    .mob_list3 li .lj22 a {
        width: 50%;
        line-height: 30px;
        text-align: center;
        border: 1px solid #dedede;
        color: #3d3d3d;
        font-size: 12px;
        background: #dedede;
        display: block;
    }
    .mob_list3 li .lj22 a:nth-child(2) {
        background: #fff;
        margin-left: 7px;
    }
    .mob_list3 li .lj22 a:nth-child(2):hover {
        border-color: #2b683f;
        background: #2b683f;
        color: #fff;
    }
    /* .title_home2 */
    .title_home2,
    .title_home3,
    .title_home4,
    .title_home5 {
        background: none;
    }
    .title_home2 h3,
    .title_home3 h3,
    .title_home4 h3,
    .title_home5 h3 {
        font-size: 22px;
    }
    .title_home2 p,
    .title_home3 p,
    .title_home4 p,
    .title_home5 p {
        font-size: 14px;
    }
    /* .c2_index */
    .c2_index {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pl40 {
        padding-left: 0px;
    }
    .pr40 {
        padding-right: 0px;
    }
    .title_home2 {
        margin-bottom: 30px;
    }
    .case_sort_home {
        margin-bottom: 30px;
        flex-wrap: wrap;
        border: none;
    }
    .case_sort_home li {
        flex: none;
        width: 33.33%;
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
        border-bottom: 2px solid #fff;
    }
    .pro_con .swiper-button-next,
    .pro_con .swiper-button-prev {
        display: none!important;
    }
    .home_heng {
        padding: 30px 0;
    }
    .home_heng .flex-cc div {
        font-size: 16px;
    }
    .home_heng .flex-cc p {
        font-size: 15px;
        margin-top: 10px;
    }
    /* .wtt3 */
    .wtt3 {
        font-size: 22px;
        letter-spacing: 3px;
    }
    .wtt3 span {
        font-size: 14px;
    }
    .c3_index {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .c3_con_list li {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .c3_con_list li .sll_img {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .c3_con_list li .srr {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .c3_con_list li .srr .flex-aa h3 {
        font-size: 18px;
    }
    .c3_con_list li .srr .flex-aa h3 span {
        font-size: 14px;
    }
    .c3_con_list li .srr .flex-aa img {
        max-width: 35px;
    }
    .c3_con_list li .srr .flex-aa {
        margin-bottom: 20px;
    }
    .c3_con_list li .srr .srr_summary {
        padding-left: 20px;
        font-size: 14px;
    }
    /* .title_home4 */
    .ab {
        background: #eee;
    }
    .title_home4 {
        margin-bottom: 30px;
    }
    .title_home4 h3,
    .title_home4 p {
        color: #000;
    }
    .abtt {
        font-size: 20px;
    }
    .abnr {
        font-size: 14px;
    }
    /*  */
    .box2_con {
        width: 350px;
    }
    .box2_con .slideGroup {
        width: 350px;
    }
    .slideGroup .slideBox {
        width: 350px!important;
        overflow: hidden;
    }
    .slideGroup .sPrev,
    .slideGroup .sNext {
        display: none!important;
    }
    /* .wn1 */
    .wn1 {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .news_listx li .dac {
        width: calc(100% - 85px);
        margin-right: 0px;
    }
    .news_listx li .time {
        margin-left: 0px;
    }
    .wn2 {
        width: 100%;
        float: none;
    }
    .ctp {
        float: none;
        margin-bottom: 30px;
    }
    .news_listz {
        width: 100%;
        float: none;
    }
    .news_listz li {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .newsx {
        padding-bottom: 30px;
    }
    /*  */
    .dff .flex-a {
        flex-wrap: wrap;
    }
    .dd1 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .dd1 img {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .dd2 {
        float: none;
        display: none;
    }
    .dd3 {
        width: 100%;
        float: none;
    }
    .ft_hot_phone h2 {
        font-size: 18px;
        margin-top: 8px;
    }
}


/* 手机底部导航 */

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}