﻿/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

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,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

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

dt {
    font-weight: normal;
}


/*----- 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;
}

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

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

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

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

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

.roll_product {
    float: left;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

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

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}


/*头部样式*/

.top1 {
    height: 30px;
    background: #0069c0;
    line-height: 30px;
    overflow: hidden;
}

.top1,
.top1 a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.top1 a:hover {
    color: #ffffff;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
}

.top2 {
    height: 128px;
    overflow: hidden;
}

.logo {
    float: left;
    line-height: 128px;
}

.logo_wz {
    display: block;
    height: 54px;
    border-left: 1px solid #d1d1d1;
    margin-top: 43px;
    padding-left: 30px;
    margin-left: 30px;
}

.logo_wz p:nth-child(1) {
    margin-top: -2px;
}

.logo_wz p {
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29.34px;
    letter-spacing: 0px;
    color: #666666;
}

.top2 .k2 {
    margin-top: 57px;
    font-size: 16px;
    text-align: right;
    position: relative;
}

.top2 .k2 p {
    display: block;
    float: left;
}

.top2 .k2 a,
.top2 .k2 span {
    position: relative;
    cursor: pointer;
}

.top2 .k2 p,
.top2 .k2 p a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #333333;
}

.k2 .sou_btn {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../image/sous.png");
    margin-left: 15px;
}


/*导航栏样式*/

#menu {
    background: #0069c0;
    height: 52px;
}

#menu .nav {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}

.nav li {
    text-align: center;
    position: relative;
    display: flex;
    flex: 1;
}

.nav li>a {
    display: flex;
    padding: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}

.nav>li>a:focus,
.nav>li:hover>a {
    text-decoration: none;
    background-color: #ffffff;
    color: #0069c0;
}

.nav .sec {
    height: 0;
    background: #0069c0;
    color: #ffffff;
    /*flex-flow: column;*/
    z-index: 999;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
}

.nav .sec a {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #0069c0;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.nav .sec a:hover {
    background: #0069c0;
    color: #ffffff;
    text-decoration: none;
}


/*首页banner*/


/*热门搜索*/

#formsearch {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    width: 200px;
    height: 23px;
    background-color: #efefef;
    display: block;
    display: none;
}

#formsearch input {
    border: none;
    outline: none;
    background: none;
    display: block;
    float: left;
    justify-content: center;
    align-items: center;
}

input#keyword {
    width: 150px;
    padding-left: 8px;
    font-size: 14px;
    color: #000000;
}

input#keyword::placeholder {
    color: #666666;
}

input#s_btn {
    width: 50px;
    background-color: #e6020f;
    font-size: 14px;
    color: #ffffff;
}

#formsearch2 {
    position: relative;
    top: 17px;
    right: 0;
    width: 200px;
    height: 23px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 26px;
}

#formsearch2 input {
    border: none;
    outline: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

input#keyword2 {
    width: 150px;
    padding-left: 8px;
    font-size: 14px;
    color: #000000;
}

input#keyword2::placeholder {
    color: #666666;
}

input#s_btn2 {
    width: 50px;
    background-color: #e6020f;
    font-size: 14px;
    color: #ffffff;
}


/* banner下方 */

#box1 {
    display: flex;
    height: 57px;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../image/box1_ba.jpg");
}

#box1 .lxdh {
    display: flex;
    width: 39.375%;
    padding-left: 360px;
}

.lxdh .phos {
    display: block;
    line-height: 57px;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.lxdh .phos p {
    font-size: 32px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

#box1 .conr {
    background: none;
    display: flex;
    width: 60.625%;
    padding-right: 360px;
    justify-content: flex-end;
}


/*搜索和热门搜索*/

.hotSearch {
    display: flex;
    line-height: 57px;
}

.hotSearch,
.hotSearch a {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
}

.hotSearch a {}

.hotSearch a::after {
    content: "、";
}

.hotSearch a:last-child::after {
    content: "";
}


/* 标题 */

.titles {
    display: block;
    text-align: center;
}

.titles h2 {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../image/tit_b.png");
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #0069c0;
}

.titles p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 15px;
}


/* 关于我们 */

#box2 {}

#box2 .titles {
    margin-top: 35px;
    margin-bottom: 64px;
}

#box2 .conl {
    display: block;
    float: left;
    width: 656px;
    height: 397px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../image/ab_wz_ba.png");
    padding-top: 14px;
    padding: 74px 40px 44px;
    text-align: left;
    position: relative;
    text-align: justify;
}

#box2 .conl img {
    display: block;
    position: absolute;
    left: 27px;
    top: -22px;
}

#box2 .conl h3 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 12px;
}

#box2 .conl p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38.34px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#box2 .conl a {
    display: block;
    width: 147px;
    height: 36px;
    background-color: #0069c0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    border-radius: 36px;
    margin-top: 16px;
}

#box2 .conr {
    display: block;
    float: right;
    width: 430px;
    height: 408px;
    background-color: #0069c0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

#box2 .conr img {
    display: inline-block;
    margin-top: 19px;
    width: 488px;
    height: 370px;
    border-radius: 10px;
    margin-right: 17px;
}

#box2 .content {
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 55px;
    position: relative;
}

#box2 li {
    margin-right: 0;
}

#box2 .swiper-slide {
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    height: 345px;
    background-image: url("../image/ryzz_ba.jpg");
    padding: 22px 22px 39px;
    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;
    transition-property: all;
    position: relative;
}

#box2 .swiper-slide-prev,
#box2 .swiper-slide-duplicate-prev {}

#box2 .swiper-slide-active,
#box2 .swiper-slide-duplicate-active {
    transform: scale(1);
}

#box2 .swiper-slide-next,
#box2 .swiper-slide-duplicate-next {}

#box2 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#box2 .swiper-slide a img {
    width: 100%;
    height: 100%;
}


/* 广告图 */

#box3 {
    display: block;
    margin-top: 37px;
    height: 138px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url("../image/gg_ba.png");
}

.tits1 {
    display: block;
    float: left;
    width: 586px;
    padding-top: 42px;
}

.tits1 h2 {
    font-family: Impact;
    font-size: 34.63px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.32);
}

.tits1 h2 span {
    font-size: 38px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ff6b00;
    text-shadow: #ffffff 1px 1px 0.5px, #ffffff 1px -1px 0.5px, #ffffff -1px 1px 0.5px, #ffffff -1px -1px 0.5px;
    margin-right: 10px;
}

.tits1 p {
    font-size: 24.24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 14px;
}

.tits2 {
    display: block;
    float: left;
    width: 293px;
    padding-top: 40px;
}

.tits2 p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26.4px;
    letter-spacing: 0px;
    color: #ffffff;
}

.tits3 {
    display: block;
    float: left;
    margin-left: 85px;
}

.tits3 h3 {
    display: block;
    background-color: rgba(245, 159, 6, 0.62);
    text-align: center;
    width: 138px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 23px;
}

.tits3 p {
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 13px;
}


/* 产品中心 */

#box4 {
    padding-top: 60px;
    padding-bottom: 51px;
}

#box4 .wh {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#pro_lis {
    display: flex;
    width: 270px;
    background-color: #0069c0;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.pro_tit {
    display: block;
    width: 100%;
    height: 98px;
    text-align: center;
    
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
    width: 100%;
    margin-top: 25px;
}
.pro_tit span{
    display: block;
    width: 100%;
    margin-top: 13px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
}
.pro_tit h3 {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
    width: 100%;
    margin-top: 25px;
}

.pro_tit p {
    text-transform:capitalize;
    display: block;
    width: 100%;
    margin-top: 13px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
}

#pro_lis ul {
    display: flex;
    background-color: #ffffff;
    flex-flow: column;
    flex-wrap: wrap;
}

#pro_lis .yij {
    padding: 9px 20px 23px 24px;
    width: 254px;
}

#pro_lis .yij>li {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 11px;
    border: none;
}

#pro_lis .yij>li>a {
    display: flex;
    width: 100%;
    width: 210px;
    height: 42px;
    border-radius: 42px;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #0069c0;
    padding-left: 44px;
    position: relative;
}

#pro_lis .yij>li>a::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -10.5px;
}

#pro_lis .yij>li>a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10.4px solid #0069c0;
    border-left: 6px solid #0069c000;
    border-right: 6px solid #0069c000;
    position: absolute;
    left: 17px;
    top: 0;
    top: 50%;
    margin-top: -4px;
}

#pro_lis .erj {
    width: 100%;
    padding-left: 5px;
    display:none;
}

#pro_lis .erj>li {
    display: block;
    border-bottom: 1px dashed #e4e4e4;
    line-height: 33.34px;
    width: 100%;
}

#pro_lis .erj>li>a {
    display: block;
    padding-left: 37px;
    position: relative;
    font-size: 14px;
    color: #666666;
}

#pro_lis .erj>li>a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10.4px solid #d7d7d7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    transform: rotate(-90deg);
    left: 12px;
    top: 0;
    top: 50%;
    margin-top: -4px;
}

#pro_con {
    display: block;
    width: 910px;
}

.pros {
    display: block;
    width: 100%;
}

.pros ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.pros li {
    display: block;
    margin-right: 12px;
}

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

.pros li a.imgs {
    display: block;
    width: 295px;
    height: 232px;
    border: solid 1px #dedede;
}

.pros li a.imgs img {
    width: 100%;
    height: 100%;
}

.pros li h3 {
    /*display: flex;*/
    width: 100%;
    /*justify-content: center;*/
    /*align-items: center;*/
    line-height: 67px;
}

.pros li h3 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}


/* 新闻 */

#box5 {
    display: block;
    background-color: #fbfbfb;
    padding-top: 64px;
    padding-bottom: 60px;
}

#box5 .content {
    display: inline-flex;
    width: 100%;
    margin-top: 35px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.newl {
    display: flex;
    width: 760px;
    flex-flow: column;
}

.newl .zds {
    display: flex;
    width: 100%;
    background-color: #eaeaea;
    height: 120px;
    margin-bottom: 11px;
}

.newl .zds a {
    display: flex;
    flex: 1;
    padding: 25px 31px 0 24px;
    flex-flow: column;
}

.newl .zds a h3 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #e6020f;
    display: flex;
}

.newl .zds a p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 15px;
}

.newl .zds a p span {
    color: #f63901;
}

.newl .tjs {
    display: block;
    width: 100%;
}
.newl .tjs ul{
    
    display: block;
    width: 100%;
}
.newl .tjs li {
    display: block;
    width: 100%;
    margin-top: 26px;
}

.newl .tjs li a {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newl .tjs span {
    width: 75px;
    height: 75px;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    align-items: center;
    font-size: 36px;
    line-height: 1;
    color: #c2c2c2;
    font-family: Arial;
    font-weight: bold;
    padding-top: 12px;
}

.newl .tjs span p {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px;
}

.newl .tjs li:hover span {
    color: #ffffff;
    background-color: #0069c0;
}

.newl .tjs li .wzs {
    display: block;
    width: 672px;
}

.newl .tjs li .wzs h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
}

.newl .tjs li .wzs p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 10px;
}

.newr {
    display: flex;
    width: 380px;
    flex-flow: column;
}

.new_img {
    display: flex;
    width: 100%;
    height: 210px;
    margin-bottom: 10px;
}

.new_img img {
    width: 100%;
    height: 100%;
}

.newr .newe {
    /*display: flex;*/
    width: 100%;
}

.newr .newe li {
    display: flex;
    width: 100%;
}

.newr .newe li a {
    display: flex;
    flex: 1;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 39.4px;
    letter-spacing: 0px;
    color: #333333;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-image: url("../image/new_ti.jpg");
}


/* 成功案例 */

#box6 {
    padding-top: 32px;
    padding-bottom: 20px;
}

#case {
    display: flex;
    margin-top: 26px;
    position: relative;
}

.cases {
    display: flex;
    width: 1200px;
    overflow: hidden;
}

#case li a {
    display: flex;
    flex-flow: column;
}

#case li a .imgs {
    display: flex;
    width: 290px;
    height: 335px;
}

#case li a .imgs img {
    width: 100%;
    height: 100%;
}

#case li a h3 {
    display: flex;
    font-size: 16px;
    color: #333333;
    align-items: center;
    justify-content: center;
    height: 54px;
    line-height: 1;
    font-weight: normal;
}

.swiper-button-prev {
    left: -59px;
    outline: none;
    background: url("../image/case_jt.jpg") no-repeat center;
    margin-top: -28px;
}

.swiper-button-next {
    right: -59px;
    outline: none;
    background: url("../image/case_jt.jpg") no-repeat center;
    transform: rotate(180deg);
    margin-top: -28px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}


/*友情链接*/

.f_link {
    width: 1200px;
    line-height: 30px;
    margin: 0 auto;
    background-color: #0158a8;
    flex-shrink: 0;
    display: flex;
    width: 100%;
    margin-top: 28px;
    line-height: 70px;
    background-repeat: no-repeat;
    background-position: 19px 21px;
    background-image: url("../image/links.png");
    justify-content: flex-start;
    align-items: center;
    text-indent: 56px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    flex-wrap: wrap;
}

.f_link a {
    font-weight: normal;
    color: #ffffff;
    display: inline-flex;
    text-indent: 0;
    font-size: 15px;
    margin-right: 8px;
    justify-content: flex-start;
}

.f_link a:first-child {
    margin-left: 25px;
}


/*页面底部*/

footer {
    background-color: #0069c0;
    padding: 54px 0 20px;
}

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

.ft_lx {
    display: flex;
    flex-flow: column;
}

.ft_rx {
    display: flex;
    padding-left: 58px;
    background-repeat: no-repeat;
    background-position: left top;
    flex-flow: column;
    margin-bottom: 15px;
}

.ft_rx h4 {
    display: flex;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
}

.ft_rx p {
    font-family: Arial;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
}

.ft_xxs {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
}

.ft_ewm {
    display: flex;
    width: 176px;
    flex-flow: column;
    padding-top: 42px;
    margin-left: -68px;
}

.ft_ewm img {
    width: 176px;
    height: 176px;
    margin-right: 18px;
}

.ft_ewm p {
    display: flex;
    font-size: 16px;
    justify-content: center;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 16px;
}

#mesg {
    display: flex;
    width: 345px;
    flex-flow: column;
}

#mesg h4 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 19px;
}

#mesg h4 span {
    font-weight: normal;
}

#x-form {
    /*display: flex;*/
    width: 100%;
    /*flex-flow: column;*/
}

#x-form input,
#x-form textarea {
    border: none;
    outline: none;
    background: none;
    background-color: #1e87de;
    margin-bottom: 1px;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    resize: none;
    padding-left: 10px;
}

#x-form input::placeholder,
#x-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
    text-indent: 30px;
}

#x-form input {
    /*display: flex;*/
    width: 100%;
    height: 40px;
}

#x-form input[name="name"] {
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../image/ft_me1.jpg");
}

#x-form input[name="contact"] {
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../image/ft_me2.jpg");
}

#x-form input[name="email"] {
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../image/ft_me3.jpg");
}

#x-form textarea[name="content"] {
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../image/ft_me4.jpg");
    width: 100%;
    height: 66px;
}

.code-group {
    display: flex;
    margin-top: 21px;
    width: 100%;
}

#x-form input[name="checkcode"]::placeholder {
    text-indent: 0;
}

#x-form input[name="btn"] {
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    padding-left: 0;
}

.foots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: column;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.foots,
.foots a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
}

.copyright {}

.bzc {}

.zyc {}


/* 内页样式 */


/* 内页当前位置 */

.page-position {
    height: 45px;
    display: flex;
    padding: 0;
    background-color: #efefef;
    justify-content: center;
}

.page-position .wh {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    padding-left: 34px;
    background-image: url("../image/n_wz.png");
    background-repeat: no-repeat;
    background-position: 3px center;
}

.page-position,
.page-position a {
    font-size: 15px;
    color: #333333;
}

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


/* 内页整体 */

.page-wrap {
    display: flex;
    margin-top: 33px;
    justify-content: space-between;
}

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


/*内页左侧样式*/

.xypg-left {
    display: flex;
    width: 270px;
    margin-right: 20px;
    flex-flow: column;
}

.xypg-left #pro_lis {
    margin-bottom: 26px;
}

.xypg-left-box {
    display: flex;
    flex-wrap: wrap;
    background-color: #0069c0;
    margin-bottom: 26px;
    justify-content: center;
    width: 100%;
    padding-bottom: 10px;
}

.xypg-left-title h3 {
    font-size: 24px;
}

.xypg-left-title.pro_tit {
    padding: 0;
    margin: 0;
    background-color: #0069c0;
}

.xypg-left-con {
    display: flex;
    border: none;
    background-color: #ffffff;
    width: 254px;
    justify-content: left;
    flex-flow: column;
}

.page-wrap-contact h4 {
    padding: .3em 0em .8em;
    text-align: center;
}


/* 内页右侧 */

.page_nr {
    display: block;
    width: 910px;
}

.xypg-right-content {
    display: block;
    width: 100%;
}
.xypg-right-content p{line-height:26px;font-size:15px;}
.xypg-product-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}


/* 字号 */

.xypg-detail-title {
    font-size: 22px;
}

.xypg-detail-con {
    font-size: 15px;
}

.xypg-case-list li h3 a {
    font-size: 16px;
}

.xypg-news-list li .tit h3 {
    font-size: 16px;
}