* {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    font-size: 15px;
    text-decoration: none;
}

ul {
    list-style: none;
}

.m1100 {
    min-width: 1100px;
}

img {
    border: none;
}

.head_nav .container {
    width: 1100px;
    height: 87px;
    padding-top: 13px;
    margin: 0 auto;
}

.logo, .navbar, .online {
    float: left;
}

.logo {
    width: 224px;
    height: 48px;
    padding-top: 12px;
}

.navbar {
    list-style: none;
    margin-left: 35px;
}

.navbar li {
    float: left;
    line-height: 73px;
    position: relative;
    padding-bottom: 22px;
}

.navbar li dl {
    position: absolute;
    top: 87px;
    z-index: 9999;
    background: #ff0000;
    display: none;
}

.navbar li dl dd a {
    color: #fff;
    width: 120px;
}

.navbar li dl dd:hover {
    background: #fff;
}

.navbar li dl dd:hover a {
    color: #ff0000;
}

.navbar li a {
    height: 67px;
    display: block;
    width: 100px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.navbar li a:hover {
    border-top: solid 2px #ef0f0f;
    color: #ef0f0f;
}

.navbar li a.li_active {
    border-top: solid 2px #ef0f0f;
    color: #ef0f0f;
}

.online {
    width: 100px;
    height: 30px;
    border: solid 1px #ef0f0f;
    float: right;
    margin-top: 25px;
    text-align: center;
}

.online a {
    font-size: 14px;
    line-height: 30px;
    color: #ff0000;
}

/*-----------banner--------------*/
.banner {
    width: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 300px;
}


/*_-------end---------------*/
/*---------index--about-------------*/
.about_warp {
    width: 1100px;
    margin: 0 auto;
    clear: both;
    padding-top: 60px;
}

.about_warp h1 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    color: #333;
}

h2.subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    padding-top: 10px;
    color: #666;
    text-transform: uppercase;
}

.redline {
    border: solid 1px #5495c7;
    width: 58px;
    margin: 0 auto;
}

p.title {
    color: #666;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin-top: 35px;
}

p.des {
    color: #666;
    line-height: 24px;
    text-align: center;
    padding-top: 24px;
    width: 859px;
    padding-left: 122px;
}

.about_ico {
    padding-left: 80px;
    margin-left: 122px;
    height: auto;
    min-height: 280px;
}

.about_ico > div {
    width: 150px;
    height: 150px;
    border: solid 6px #000;
    float: left;
    margin-top: 20px;
    margin-left: 60px;
}

.about_ico > div > div > p {
    font-size: 42px;
    line-height: 162px;
    text-align: center;
}

.about_ico > div > p {
    font-size: 13px;
    text-align: center;
}

.i_about .more {
    width: 126px;
    height: 25px;
    border: solid 1px #5495c7;
    border-radius: 5px;
    line-height: 25px;
    margin-top: 93px;
    float:left;
    margin-left: 10px;
    background:#5495c7 ;

}

.i_about .more a {
    color: #fff;
}

/*-----search--index--------------------------------*/
.search {
    width: 100%;
    height: 80px;
    background: #333;
}

.search_container {
    width: 1100px;
    height: 80px;
    margin: 0 auto;
}

.search_left {
    float: left;
}

.search_right {
    float: right;
}

.search_left {
    width: 640px;
}

.search_left dl dt {
    color: #ffffff;
    font-size: 15px;
    line-height: 80px;
    float: left;
}

.search_left dl dd {
    color: #ffffff;
    font-size: 13px;
    line-height: 80px;
    float: left;
    /*width: 90px;*/
    text-align: center;
margin-right:15px

}

.search_left dl dd > a {
    color: #ffffff;
}

#form {
    position: relative;
}

#keyword {
    width: 278px;
    height: 47px;
    margin-top: 16px;
}

.searchico {
    background: url(../image/serchico.png) no-repeat;
    display: block;
    width: 35px;
    height: 33px;
    position: relative;
    top: -40px;
    left: 240px;
}

/*-------------------------who------------------------*/
.ad {
    background: url(../image/who.jpg) no-repeat 50% 50%;
}

.ad_content {
    width: 1100px;
    height: 854px;
    margin: 0 auto;
}

.ad_content h1, .pro h1, .advantage > h1 {
    text-align: center;
    font-size: 26px;
    color: #333;
    line-height: 35px;
    padding-top: 55px;
}

.who_img {
    width: 1100px;
    height: 433px;
    margin: 38px auto 0;
}

.who_img img {
    width: 1100px;
}

.pro {
    width: 100%;
    /*height: 1037px;*/
    height: auto;
    background: url(../image/pro_bg.jpg) no-repeat 50% 50%;
}

.pro_content {
    width: 1100px;
    /*height: 825px;*/
    height: auto;
    margin: 35px auto 0;
    background: #eaeaea;
    box-shadow: 10px 10px 10px 10px #999;
}

.pro_content > ul {
    height: 53px;
}

.pro_content > ul > li {
    float: left;
    width: 273px;
    height: 53px;
    text-align: center;
    background: #b7b7b7;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}

.pro_content > ul > li > a {
    line-height: 53px;
    font-size: 16px;
    color: #333;
}

.pro_content > ul > li:hover {
    background: #5495c7;
}

.pro_content > ul > li:hover > a {
    color: #fff;
}

.pro_content > ul > li.lihover {
    background: #5495c7;
}

.pro_content > ul > li.lihover > a {
    color: #fff;
}

.pro_content .proLinks{
    display: flex;
}
.pro_content .proLinks ol{
    width: 273px;
    list-style: none;
    padding: 0 20px;
}
.pro_content .proLinks ol li{
    list-style: none;
    position: relative;
    padding: 2px 15px;
}
.pro_content .proLinks ol li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #ccc;
    transform: translate(0,-50%);
}
.pro_content .proLinks ol li a{
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro_content .proList > div {
    height: 769px;
    display: none;
}

.pro_content .proList > div > ul {
    height: auto;
    min-height: 650px;
}

.pro_content .proList > div > ul > li {
    float: left;
    margin-left: 12px;
    margin-top: 15px;
}

.pro_content .proList > div > ul > li img {
    width: 258px;
    height: 274px;
}

.pro_content .proList > div > ul > li > p {
    text-align: center;
    font-size: 12px;
    color: #666;
}

.pro_content .proList > div > ul > li > p > a {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.more2 {
    width: 100px;
    height: 25px;
    border: solid 1px red;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    clear: both;
    margin: 52px auto 0;
}

.more2 a {
    color: #e41010;
}

.ad2 {
    background: url(../image/index_server.png) no-repeat 50% 50%;
    height: 320px;
}

.ad2_content {
    width: 1100px;
    height: 190px;
    margin: 0 auto;
    padding-top: 63px;
}

.ad2_left {
    width: 585px;
    float: left;
    height: 190px;
}

.ad2_right {
    width: 340px;
    float: right;
    height: 190px;
    color: #fff;
}

.ad2_left h1 {
    font-size: 22px;
    color: #fff;
}

.ad2_left h2 {
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}

.f21 {
    font-size: 21px;
    color: #fff;
}

.mt70 {
    margin-top: 70px;
    font-weight: bold
}

.ad2_right p span {
    font-size: 24px;
    font-weight: bold;
}

.ad2_right > a {
    display: block;
    margin-top: 42px;
    float: right;
    margin-right: 65px;
    text-align: center;
    font-size: 16px;
    color: #252525;
    font-weight: bold;
    width: 180px;
    height: 38px;
    border-radius: 10px;
    background: #fff;
    line-height: 38px;
}

.clear {
    clear: both;
}

.pt37 {
    padding-top: 37px;
}

.advantage {
    height: 1445px;
    height: auto;
}

.advantage .title2 {
    font-size: 20px;
    color: #666;
    text-align: center;
    padding-top: 30px;
}

.advantage p.desc {
    width: 730px;
    text-align: center;
    margin: 0 auto;
    line-height: 26px;
    color: #666;
    padding-top: 30px;
}

.duiimg {
    text-align: center;
    margin-top: 30px;
}

.advantage1 {
    height: 366px;
    background: url("../image/advantage1.jpg") no-repeat 50% 50%;
    margin-top: 42px;
}

.advantage2 {
    height: 379px;
    background: url("../image/advantage2.jpg") no-repeat 50% 50%;
}

.advantage3 {
    height: 369px;
    background: url("../image/advantage3.jpg") no-repeat 50% 50%;
}

.advantage1_content, .advantage2_content, .advantage3_content {
    width: 1100px;
    margin: 0 auto;
    height: 100%;
}

.advantage1_content_left {
    width: 557px;
    height: 187px;
    float: left;
    margin-top: 85px;
    padding-left: 25px;
}

.advantage1_content_left h1, .advantage2_content_right h1, .advantage3_content_left h1 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}

.advantage1_content_left h2, .advantage2_content_right h2, .advantage3_content_left h2 {
    text-transform: uppercase;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

.advantage1_content_left p, .advantage2_content_right p, .advantage3_content_left p {
    font-size: 12px;
    color: #333;
    line-height: 26px;
}

.advantage1_content_left ul > li, .advantage2_content_right ul > li, .advantage3_content_left ul > li {
    width: 146px;
    height: 38px;
    border-radius: 30px;
    float: left;
    text-align: center;
    margin-top: 30px;
}

.advantage1_content_left ul > li.cha {
    background: #aa78b6;
}

.advantage1_content_left ul > li.dian {
    background: transparent;
    border: solid 1px #aa78b6;
    margin-left: 10px;
}

.advantage1_content_left ul > li.cha a, .advantage2_content_right ul > li.cha a, .advantage3_content_left ul > li.cha a {
    color: #fff;
    line-height: 38px;
}

.advantage1_content_left ul > li.dian a {
    color: #aa78b6;
    line-height: 38px;
}

.advantage1_content_right {
    float: right;
}

.advantage2_content {
    height: 379px;
    position: relative;
}

.advantage2_content_right {
    width: 515px;
    height: 212px;
    position: absolute;
    top: 80px;
    right: 0px;
}

.advantage2_content_right h1 {
    padding-left: 10px;
}

.advantage2_content_right h2 {
    padding-left: 10px;
}

.advantage2_content_right p {
    padding-left: 10px;
}

.advantage2_content_right ul > li {
    margin-top: 20px;
}

.advantage2_content_right ul > li.cha {
    background: #ee1414;
}

.advantage2_content_right ul > li.dian {
    background: transparent;
    border: solid 1px #ee1414;
    margin-left: 10px;
}

.advantage2_content_right ul > li.dian a {
    color: #ee1414;
    line-height: 38px;
}

.advantage3_content_left {
    width: 550px;
    height: 227px;
    margin-left: 25px;
    padding-top: 66px;
}

.advantage3_content_left ul > li.cha {
    background: #34799b;
}

.advantage3_content_left ul > li.dian a {
    color: #34799b;
    line-height: 38px;
}

.advantage3_content_left ul > li.dian {
    background: transparent;
    border: solid 1px #34799b;
    margin-left: 10px;
}

.ad3 {
    background: url('../image/ad3.jpg') no-repeat 50% 50%;
    height: 188px;
}

.ad3_content {
    width: 1100px;
    height: 188px;
    margin: 0 auto;
}

.ad3_right {
    width: 272px;
    height: 92px;
    padding-top: 50px;
    text-align: left;
    margin: 0 auto;
    float: right;
}

.ad3_right p {
    color: #ffffff;
}

.ad3_right p span {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.ad3_right > a {
    width: 157px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    display: block;
    float: right;
    margin-right: 15px;
    margin-top: 22px;
    background: #e8b214;
    border-radius: 20px;
}

.honor {
    background: #e8b214;
    height: 450px;
}

.honor_content {
    width: 1100px;
    height: 450px;
    margin: 0 auto;
}

.honor_content h1 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-top: 65px;
    line-height: 30px;
}

.honor_content > p {
    color: #fff;
    text-align: center;
    padding-top: 25px;
}

/***----------------gundong--------------------*/
.carousel {
    margin-top: 60px;
}

.vmcarousel-normal img {
    width: 250px;
    height: 175px;
}

.vmcarousel-normal p {
    text-align: center;
    color: #333;
    line-height: 24px;
}

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../font/glyphicons-halflings-regular.eot');
    src: url('../font/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff2') format('woff2'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg') format('svg');
}

/*---------end----------------*/
.index_news {
    height: auto;
    overflow: hidden;
}

.news_content {
    width: 1100px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 57px;
}

.news_content_l {
    width: 1100px;
    height: auto;
    float: left;
}

.news_content_l .title{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding: 12px 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.news_content_l .title .xf{
    border-bottom: 2px solid #e90f0f;
    position: absolute;
    top: 58px;
    left: 0;
    width: 110px;
}

.news_content_l .title b{
    display: inline-block;
    font-size: 26px;
    color: #333;
    float: left;
}

.news_content_l .title span{
    display: inline-block;
    color: #999;
    font-size: 14px;
    float: left;
    margin-left: 12px;
    padding-top: 12px;
    box-sizing: border-box;
}

.news_content_l .title a{
    display: inline-block;
    float: right;
    color: #e90f0f;
    padding-top: 12px;
    box-sizing: border-box;
}

.news_content_l h1, .news_content_r h1 {
    font-size: 26px;
    color: #333;
    line-height: 35px;
    font-weight: bold;
}

.news_content_l > span, .news_content_r span {
    width: 65px;
    height: 30px;
    display: block;
    font-size: 20px;
    color: #666;
    line-height: 25px;
    text-transform: uppercase;
    padding-top: 15px;
}

.news_content_l > ul {
    margin-top: 23px;
}

.news_content_l > ul > li {
    float: left;
    height: 90px;
    margin-bottom: 45px;
}

.news_content_l > ul > li:nth-child(2n) {
    float: right;
    height: 90px;
    margin-bottom: 45px;
}


.news_content_l > ul > li .newsimg {
    float: left;
}

.news_content_l > ul > li .newsimg img {
    width: 130px;
    height: 90px;
    margin-right: 15px;
}

.news_content_l > ul > li .newsdetail {
    float: right;
    width: 383px;
}

.news_content_l > ul > li .newsdetail h3 {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.news_content_l > ul > li .newsdetail p {
    color: #666;
    line-height: 23px;
    max-height: 70px;
    overflow: hidden;
}

.news_content_l > ul > li .newsdetail p a {
    color: #e90f0f;
}

.news_content_l > a {
    display: block;
    width: 100px;
    height: 25px;
    color: #e90f0f;
    border: solid 1px red;
    border-radius: 10px;
    text-align: center;
    line-height: 25px;
}

.news_content_r {
    float: left;
    width: 525px;
    height: auto;
    overflow: hidden;
}

.news_content_r .title{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding: 12px 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.news_content_r .title .xf{
    border-bottom: 2px solid #e90f0f;
    position: absolute;
    top: 58px;
    left: 0;
    width: 110px;
}

.news_content_r .title b{
    display: inline-block;
    font-size: 26px;
    color: #333;
    float: left;
}

.news_content_r .title span{
    display: inline-block;
    color: #999;
    font-size: 14px;
    float: left;
    margin-left: 12px;
    padding-top: 12px;
    box-sizing: border-box;
}

.news_content_r .title a{
    display: inline-block;
    float: right;
    color: #e90f0f;
    padding-top: 12px;
    box-sizing: border-box;
}




.news_content_r_2 {
    float: right;
    width: 525px;
    height: 385px;
}

.news_content_r > ul {
    margin-top: 25px;
    height: 120px;
}

.news_content_r > ul > li {
    width: 160px;
    height: 120px;
    float: left;
    margin-right: 10px;
    border: solid 2px #4981ac;
}

.news_content_r > ul > li p {
    color: #666;
}

.news_content_r > p {
    font-size: 13px;
    color: #666;
    padding-top: 40px;
    line-height: 28px;
}

.news_content_r .sMore, .news_content_r .sOnline {
    width: 100px;
    height: 25px;
    display: block;
    float: left;
    margin-top: 55px;
    border-radius: 10px;
    border: solid 1px red;
    text-align: center;
    line-height: 25px;
    color: #ee1414;
}

.news_content_r ul li {
    text-align: center;
}

.news_content_r ul li img {
    padding-top: 15px;
}

.news_content_r ul li > p {
    font-size: 18px;
    line-height: 35px;
    padding-top: 15px;
    color: #666;
    font-weight: bold;
}

.news_content_r ul li.red {
    background: #4981ac;
}

.news_content_r ul > li.red > p {
    color: #fff;
}

.news_content_r .sMore {
    margin-right: 25px;
}

.news_content_r .sOnline {
    background: #ee1414;
    color: #fff;
}

/*foot*/
.foot {
    height: 336px;
    background: url(../image/footbg.png) repeat-x;
    margin-top: 50px;
}

.foot_content {
    width: 1100px;
    height: 260px;
    margin: 0 auto;
    padding-top: 30px;
}

.foot p {
    text-align: center;
    color: #666;
    line-height: 30px;
}

.foot_left {
    /*width: 456px;*/
    height: 235px;
    float: left;
}

.foot_right {
    /*width: 525px;*/
    height: 235px;
    float: right;
}

.foot_left_top {
    /*width: 456px;*/
    height: 193px;
}

.foot_left_top_r ul {
    margin-top: 15px;
}

.foot_left_top_r ul li a {
    color: #999;
    line-height: 35px;
}

.foot_left_top_l {
    float: left;
}

.foot_left_top_r {
    float: right;
    width: 118px;
}

.foot_left_top_l {
    width: 260px;
    height: 193px;
}

.foot_left_top_l h1, .foot_left_top_r h1, .foot_right h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #fff;
}

.foot_left_top_l p {
    text-align: left;
    padding-top: 10px;
    line-height: 26px;
}

.foot_left_bottom {
    height: 40px;
    width: 100%;
}

.foot_left_bottom input.key {
    background: transparent;
    height: 30px;
    width: 400px;
    border: solid 1px #999;
    margin-top: 10px;
}

.foot_left_bottom a.searchbtn {
    background: #999;
    width: 50px;
    height: 32px;
    line-height: 30px;
    color: #333;
    text-align: center;
    display: block;
    float: right;
    margin-top: 10px;
    margin-right: 4px;
}

.foot_right_left {
    width: 310px;
    word-wrap: break-word;
    float: left;
}


.foot_right_left > p {
    color: #999;
    text-align: left;
    line-height: 26px;
}

.foot_right_left > p a {
    color:#999;
}

.foot_right_right {
    float: right;
}

.foot_right_right p {
    text-align: center;
}

/*about*/
.about_banner {
    background: url('../image/about_banner.jpg') no-repeat 50% 50%;
    height: 199px;
    width: auto;
    min-width: 1100px;
}

.position {
    width: 1100px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    margin-top: -50px;
    background: #fff;
    color: #666;
}

.position span {
    color: #999;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 18px;
}

.position a {
    color: #666;
}

.about_container {
    width: 1100px;
    height: auto;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.about_company {
    width: 1046px;
    height: auto;
    padding-top: 43px;
    margin: 0 32px 0 25px;
}

.about_company > h1, .about_history > h1 {
    width: 365px;
    height: 35px;
    margin-bottom: 30px;
    line-height: 35px;
    margin-top: 8px;
    display: block;
    background: #5495c7;
    border-radius: 15px;
    font-size: 20px;
    color: #fff;
    padding-left: 20px;
}

img.about_thumb {
    float: right;
    margin-left: 21px;
    margin-bottom: 13px;
}

.about_company > p {
    color: #666;
    line-height: 26px;
    text-indent: 2em;
}

.about_factory > ul {
    margin: 20px 21px 20px;
}

.about_factory > ul li {
    float: left;
    margin-left: 4px;
}

.about_factory > ul li img {
    width: 259px;
    height: 200px;
}

.about_factory > p {
    line-height: 26px;
    clear: both;
    padding-left: 25px;
}

.about_contact {
    text-align: center;
}

.about_culture {
    background: url(../image/culture.jpg) no-repeat;
    width: 1046px;
    height: 300px;
    margin: 24px auto 0;
}

.about_culture > p {
    width: 365px;
    height: auto;
    min-height: 100px;
    line-height: 30px;
    color: #fff;
    padding-top: 115px;
    margin-left: 600px;
}

.about_search {
    width: 1046px;
    margin-left: 28px;
}

.about_search .search_container {
    width: 1046px;
}

.about_photo {
    width: 1046px;
    height: auto;
    min-height: 30px;
    margin: 30px auto;
    overflow: hidden;
}

.about_photo h1 {
    width: 365px;
    height: 35px;
    margin-bottom: 30px;
    line-height: 35px;
    margin-top: 30px;
    display: block;
    background: #ef0f0f;
    border-radius: 15px;
    font-size: 20px;
    color: #fff;
    padding-left: 20px;
}

.about_photo ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.about_photo ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
    border: solid 1px #c9c9c9;
    box-sizing: border-box;
}

.about_photo ul li:nth-child(4n) {
    margin-right: 0;
}

.about_photo ul li > a {
    display: block;
}

.about_photo ul li img {
    width: 100%;
}

.about_photo ul li p {
    text-align: center;
}

.about_photo ul li > p > a {
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.photo_layer {
    position: relative;
    display: none;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    width: 320px;
    height: 240px;
    top: -240px;
}

.photo_layer > p {
    padding-top: 103px;
}

.photo_layer > p > a {
    color: #fff;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
}

.about_recomment {
    width: 1046px;
    height: 360px;
    margin: 0 auto;
}

.recomment_title {
    background: #5495c7;
    height: 54px;
}

.recomment_title .title1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 54px;
    color: #fff;
    margin-left: 25px;
}

.recomment_title .title2 {
    color: #fff;
    line-height: 54px;
}

.recomment_title .more {
    width: 124px;
    height: 30px;
    background: #fff;
    border-radius: 10px;
    float: right;
    margin-top: 12px;
    margin-right: 10px;
    line-height: 30px;
    color: #5495c7;
    text-align: center;
}

.about_recomment ul {
    margin-top: 13px;
}

.about_recomment ul li {
    float: left;
    margin-right: 5px;
}

.about_recomment ul li img {
    width: 255px;
    height: 254px;
}

.about_recomment ul li p {
    text-align: center;
    color: #666;
    line-height: 24px;
}

.about_history {
    width: 1046px;
    height: auto;
    min-height: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.about_history > h1 {
    margin-top: 40px;
}

.history_content {
    margin-left: 30px;
}

.history_content > div {
    border-left: solid 1px #ccc;
    padding-bottom: 30px;
    height: auto;
    min-height: 120px
}

.history_time {
    width: 105px;
    height: 120px;
    margin-left: -5px;
    float: left;
    background: url('../image/ico.jpg') no-repeat 0px 50%;
    font-size: 20px;
    color: #ef0f0f;
    line-height: 104px;
    padding-left: 10px;
    font-weight: bold;
}

.history_main {
    width: 900px;
    float: left;
}

.history_main h2 {
    font-size: 15px;
    color: #ef0f0f;
    line-height: 26px;
}

.history_main p {
    color: #666;
    line-height: 26px;
}

/*发展历程*/
.about_left {
    width: 220px;
    height: auto;
    min-height: 400px;
    float: left;
    background: #f1f2f2;
}

.about_left_us > div {
    height: 80px;
    background: #5495c7;
}

.about_left_us h1, .about_left_us span, .about_left_contact h1, .about_left_contact span, .about_left_search h1, .about_left_search span, .about_left_pro h1, .about_left_pro span {
    padding-left: 25px;
    color: #fff;
    text-transform: uppercase;
}

.about_left_us h1, .about_left_contact h1, .about_left_search h1, .about_left_pro h1 {
    font-size: 20px;
    line-height: 31px;
    padding-top: 20px;
}

.about_left_us > ul li {
    height: 46px;
    border-bottom: solid 1px #e3e6e3;
    line-height: 46px;
    padding-left: 25px;
}

.about_left_us > ul li.active {
    background: #f5cc55;
}

.about_left_us > ul li a {
    font-size: 14px;
    color: #333;
}

.about_right {
    width: 820px;
    min-height: 400px;
    float: right;
    overflow: hidden;
    margin-top: 45px;
    height: auto;
}

.about_left_contact > div {
    height: 80px;
    background: #61b1f6;
}

.about_left_contact a.tel {
    width: 207px;
    height: 52px;
    background: #e8b214;
    border-radius: 5px;
    display: block;
    margin: 10px auto 0;
}

.about_left_contact a.tel img {
    margin-top: 10px;
    padding-left: 25px;
    float: left;
}

.about_left_contact a.tel p {
    float: left;
    padding-top: 5px;
}

.about_left_contact a.tel p.num {
    font-size: 18px;
    font-weight: bold;
    line-height: 31px;
    padding-top: 0px;
}

.about_left_contact > p {
    line-height: 31px;
    padding-left: 20px;
}

.about_left_search > div {
    height: 80px;
    background: #5495c7;
}

.about_left_search > p > span {
    color: #666;
    line-height: 24px;
    font-weight: bold;
}

.about_left_search > p {
    line-height: 40px;
}

.about_left_search > p > a {
    color: #666;
}

.about_left_search form {
    min-height: 90px;
    margin-bottom: 15px;
}

#key {
    width: 206px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    border: solid 1px #ccc;
    margin-left: 5px;
    margin-top: 10px;
}

#btn {
    width: 45px;
    height: 22px;
    background: #000;
    color: #fff;
    border: none;
    margin-top: 15px;
    float: right;
    margin-right: 10px;
}

.about_left_pro > div {
    height: 80px;
    background: #5495C7;
}

.about_left_pro > div.left_pro_bo {
    width: 207px;
    height: 242px;
    overflow: hidden;
    margin: 0 auto;
    background: #f1f2f2;
}

.about_left_pro > div.left_pro_bo img {
    margin-top: 5px;
    width: 207px;
    height: 207px;
}

.about_left_pro > div.left_pro_bo p {
    color: #666;
    line-height: 24px;
    text-align: center;
}

.about_left_pro .swiper-slide {
    color: #666;
    line-height: 24px;
    text-align: center;
}

.about_left_pro .swiper-container {
    margin-bottom: 10px;
    height: auto;
    background: #f1f2f2;
}

.about_left_pro .swiper-slide img {
    width: 100%;
}

.about_left_pro .swiper-container .swiper-button-next,
.about_left_pro .swiper-container .swiper-button-prev {
    opacity: 1;
    width: 20px;
    height: 39px;
    background-size: 100%;
}

.about_left_pro > a {
    float: right;
    font-size: 25px;
}

.about_left_pro > div.arrow {
    background: #f1f2f2;
}

.about_left_pro > div.arrow a {
    font-size: 27px;
}

.about_left_pro > div.arrow a#a2 {
    float: right;
    margin-right: 15px;
    display: block;
}

.about_left_pro > div.arrow a#a1 {
    float: right;
    display: block;
}

.about_left_pro > div.arrow a span {
    color: #666;
}

.about_left_pro > div.left_pro_bo ul {
    width: 5000px;
    position: relative;
}

.about_left_pro > div.left_pro_bo ul li {
    float: left;
}

.develop_history {
    width: 820px;
    margin-left: 0px;
}

/*photo*/
.photo > h1 {
    font-size: 20px;
    color: #333;
}

.photo > ul {
    width: 820px;
    margin-top: 21px;
    height: 45px;
}

.photo > ul li {
    width: 190px;
    height: 45px;
    line-height: 45px;
    background: #ccc;;
    float: left;
    text-align: center;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}

.photo > ul li.active {
    background: #e8b214;
}

.photo > ul li a {
    font-size: 16px;
    line-height: 45px;
    color: #333;
}

.photo .photo_catlist {
    height: auto;
    min-height: 450px;
    width: 850px;
    display: none;
    overflow: hidden;
}

.photo .photo_catlist ul {
}

.photo .photo_catlist ul li {
    float: left;
    width: 253px;
    height: 231px;
    margin-right: 26px;
    margin-top: 15px;
}

.bgred {
    background: #ef0f0f;
}

.photo .photo_catlist ul li p {
    color: #333;
    line-height: 45px;
    text-align: center;
}

.photo .photo_catlist ul li img {
    height: 190px;
}

.page {
    margin-top: 30px;
    clear: both;
}

/*news*/
.news {
    background: url('../image/news_banner.jpg') no-repeat 50% 50%;
}

.news_list h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: solid 1px #c9c9c9;
}

.news_list > ul {
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.news_list > ul > li {
    width: 1100px;
    height: 150px;
    background: #e5e5e5;
    padding-top: 15px;
    margin-bottom: 15px;
}

.news_list > ul > li:hover {
    background: #f5cc55;
    -moz-box-shadow: 3px 4px 7px #333333;
    -webkit-box-shadow: 3px 4px 7px #333333;
    box-shadow: 3px 4px 7px #333333;
}

.news_list .timer, .news_list .timeright {
    height: 112px;
}

.news_list .timer {
    width: 70px;
    border-right: solid 1px #6c6c6c;
    float: left;
}

.news_list .timer p {
    color: #333;
    text-align: center;
}

.news_list .timer p.day {
    font-size: 36px;
    font-family: arial;
    line-height: 60px;
}

.news_list .timer p.mouth {
    line-height: 20px;
}

.news_list .timeright {
    width: 1000px;
    float: right;
    padding-right: 30px;
    box-sizing: border-box;
}

.news_list .timeright h2 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.news_list .timeright p {
    line-height: 26px;
}

.news_list .timeright a {
    display: block;
    width: 65px;
    height: 25px;
    float: left;
    border: solid 1px #5495c7;
    border-radius: 5px;
    color: #5495c7;
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
}

.news_content > h1, .server_list > h1, .application_content > h1 {
    font-size: 20px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: solid 1px #c9c9c9;
    text-align: center;
}

.news_content > p {
    color: #999;
    line-height: 36px;
    text-align: center;
}

.news_content > h1 {
    border-bottom: none;
}

.news_content .gaiyao {
    color: #999;
    line-height: 26px;
    border-bottom: solid 1px #c9c9c9;
    padding-bottom: 20px;
}

.news_content_main {
    line-height: 26px;
    color: #333;
}

.news_share {
    height: 60px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-top: 15px;
}

.bdshare-button-style1-16 {
    padding-top: 10px;
}

.popage {
    height: auto;
    overflow: hidden;
}

.popage_content {
    width: 700px;
    height: auto;
    float: left;
}

.popage_content p {
    line-height: 30px;
}

.popage_content p > a {
    color: #000;
}

.popage a.return {
    width: 60px;
    height: 25px;
    display: block;
    float: right;
    line-height: 25px;
    color: #333;
    text-align: center;
    border: solid 1px #000;
    margin-top: 10px;
}

.redline2, .line {
    margin-top: 25px;
}

.redline2 {
    width: 88px;
    border: solid 1px red;
    float: left;
}

.line {
    width: 728px;
    border: solid 1px #ccc;
    float: right;
}

.topnews, .recom_list {
    height: 148px;
}

.topnews {
    width: 420px;
}

.topnews > h1 a {
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.topnews > p {
    color: #666;
    line-height: 24px;
}

.recom_list {
    width: 100%;
}

.recom_list ul {
    margin-top: 38px;
}

.recom_list ul li {
    line-height: 31px;
    min-height: 31px
}

.recom_list ul li a {
    color: #666;
    display: block;
    float: left;
}

.recom_list ul li span {
    float: right;
    color: #666;
}

/*contact*/
.contact {
    background: url('../image/contact.jpg') no-repeat 50% 50%;
}

.contact_warp {
    width: 1060px;
    height: auto;
    overflow: hidden;
}

.contact_warp h1 {
    color: #ef0f0f;
    border-bottom: solid 1px #b6b6b6;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 40px;
}

.kefubu, .sale {
    width: 530px;
    height: 175px;
    float: left;
    margin-top: 10px;
}

.kefubu {
    background: #b4dcfa;
}

.sale {
    background: #f1f1f1;
}

.method {
    width: 411px;
    height: 135px;
    margin: 0 auto;
    margin-top: 21px;
}

.headpic {
    width: 125px;
    height: 125px;
    float: left;
    margin-top: 5px;
}

.headpic > img {
    border-radius: 50%;
}

.method .message {
    width: 262px;
    height: 135px;
    float: right;
    padding-top: 5px;
}

.method .message p {
    font-size: 12px;
    color: #333;
    line-height: 20px;
}

.method .message p.kf {
    font-size: 14px;
    color: #333;
}

.method .message p.p1 {
    font-size: 14px;
    font-weight: bold;
    color: #ea0d0d;
}

.method .message a.btn {
    width: 128px;
    height: 33px;
    border: solid 1px red;
    border-radius: 15px;
    display: block;
    margin-top: 5px;
    color: #eb1414;
    line-height: 33px;
    text-align: center;
}

p.map {
    margin-top: 20px;
    border: none;
    padding-top: 30px;
    height: 50px;
    clear: both;
    color: #ef0f0f;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}

.baidumap {
    width: 1046px;
    height: 457px;
    margin: 0 auto;
}

/*productslist*/
.productlist h1 {
    font-size: 20px;
    color: #333;
    line-height: 54px;
    border-bottom: solid 1px #ccc;
}

.pro_list > ul {
    margin-top: 20px;
}

.pro_list > ul > li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.pro_list > ul > li:nth-child(3n+0) {
    margin-right: 0;
}

.pro_list > ul > li img {
    width: 258px;
    height: 258px;
    border: solid 1px #c9c9c9;
}

.product_banner {
    background: url('../image/product_02.jpg') no-repeat 50% 50%;
}

.pro_list > ul > li > div > p {
    text-align: center;
    line-height: 26px;
    color: #000;
}

.pro_list > ul > li > div > a {
    width: 134px;
    background: #fff;
    height: 35px;
    border-radius: 15px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 35px;
    margin: 0 auto 5px;
}

.pro_list > ul > li:hover > div > a {
    color: #000;
}

.pro_list > ul > li:hover > div > p {
    color: #fff;
}

.products_detail_right {
    width: 368px;
    height: auto;
    float: right;
    overflow: hidden;
}

.products_detail_right > h1 {
    font-size: 20px;
    color: #333;
    line-height: 26px;
}

.products_detail_right > b {
    line-height: 26px;
}

.products_detail_right > span {
    color: #333;
    line-height: 40px;
}

.products_detail_right > p.pro_desc {
    text-indent: 2em;
    color: #333;
    line-height: 24px;
}

.products_detail_right > div.pdf {
    width: 272px;
    height: 60px;
    background: url('../image/pdf.jpg') no-repeat 10% 45%;
    border: solid 1px #ccc;
    margin-top: 23px;
    padding-left: 78px;
}

.products_detail_right > div.pdf > p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.products_detail_right > div.pdf > a {
    color: #333;
}

.products_detail_right > div.pdf > a:hover {
    text-decoration: underline;
}

a.zixun_qq, a.pro_tel {
    height: 44px;
    display: block;
    border-radius: 20px;
    float: left;
    margin-top: 25px;
}

a.pro_tel {
    width: 150px;
    background: #f5cc55;
    padding-left: 22px;
    color: #333;
    line-height: 18px;
}

a.pro_tel span {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

a.zixun_qq {
    width: 136px;
    background: #ef0f0f;
    margin-left: 20px;
    text-align: center;
    color: #fff;
    line-height: 44px;
}

.clear {
    clear: both;
}

.pro_share {
    margin-top: 30px;
}

.products_detail_content {
    height: auto;
    min-height: 300px;
    overflow: hidden;
    border-top: solid 1px #ccc;
    margin-top: 20px;
}

.products_detail_content > h1 {
    color: #f00;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
}

.products_detail_content p {
    color: #333;
    line-height: 24px;
}

.products_detail_content p.tag, .server_list p.tag, .application_content > p.tag {
    font-size: 14px;
    margin-top: 50px;
}

.products_detail_content p.tag a, .server_list p.tag a, .application_content p.tag a {
    color: #333;
    margin-right: 30px;
}

.products_detail_content > div.pro_contact, .server_list > div.pro_contact {
    height: 232px;
    width: 100%;
    background: url('../image/kfbg.jpg') no-repeat;
    margin-top: 20px;
}

.pro_contact_content {
    width: 482px;
    height: 190px;
    margin-left: 285px;
    padding-top: 30px;
}

.pro_contact_content_left {
    float: left;
    width: 220px;
    height: 190px;
    padding-top: 30px;
}

.pro_contact_content_left h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 15px;
}

.pro_contact_content_left p {
    font-size: 13px;
    color: #fff;
    line-height: 26px;
}

.pro_contact_content_right .zixun1 {
    background: #f5cc55;
    border-radius: 5px;
    display: block;
    height: 52px;
}

.pro_contact_content_right .zixun2 {
    background: #1764a7;
    border-radius: 5px;
    display: block;
    height: 52px;
    margin-top: 10px;
}

.pro_contact_content_right .zixun2 span, .pro_contact_content_right .zixun1 span {
    padding-left: 15px;
    display: block;
    float: left;
}

.pro_contact_content_right {
    float: right;
    height: 190px;
    width: 210px;
    padding-top: 30px;
}

.pro_contact_content_right .zixun1 .f1 {
    color: #333;
}

.pro_contact_content_right .zixun1 .f2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.pro_contact_content_right .zixun2 p {
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.pro_content_form {
    height: 428px;
    width: 100%;
    margin-top: 23px;
    border-bottom: dashed 1px #ccc;
}

.pro_content_form > h1 {
    font-size: 16px;
    font-weight: bold;
    color: #f00;
}

.pro_content_form form {
    margin-left: 53px;
    margin-top: 25px;
    color: #333;
}

.pro_content_form form div {
    margin-top: 10px;
}

.pro_content_form form div label {
    width: 88px;
    text-align: right;
    display: block;
    float: left;
}

.pro_content_form form div textarea {
    width: 595px;
    height: 165px;
    border: solid 1px #ccc;
}

.pro_content_form form div span {
    color: #f00;
}

.pro_content_form form div p {
    padding-left: 88px;
}

.pro_content_form input {
    width: 240px;
    height: 26px;
    border: solid 1px #ccc;
}

#reset, #submit {
    width: 85px;
    height: 30px;
    float: right;
    margin-top: 30px;
    border-radius: 30px;
    color: #fff;
    border: none;
}

#submit {
    margin-right: 85px;
    background: #f00;
}

#reset {
    margin-right: 15px;
    background: #999;
}

.pro_page {
    height: 85px;
    border-bottom: solid 1px #ccc;
    margin-top: 25px;
}

.pro_page > p {
    width: 660px;
    float: left;
}

.pro_page > p > a {
    color: #000;
    font-weight: bold;
}

.pro_page > a.return {
    display: block;
    width: 80px;
    height: 26px;
    border: solid 1px #000;
    line-height: 26px;
    text-align: center;
    color: #000;
    float: right;
}

.pro_recommend {
    height: 280px;
}

.pro_recommend > span {
    width: 146px;
    height: 28px;
    background: #5bc53d;
    display: block;
    margin-top: 28px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
}

.pro_recommend_content {
    height: 252px;
    border: solid 1px #5bc53d;
}
.pro_recommend_content ul{
    overflow: hidden;
}

.pro_recommend_content li {
    float: left;
    margin-right: 5px;
    margin-top: 10px;
    width: calc((100% - 5px * 3 - 1px) / 4);
}
.pro_recommend_content li:nth-of-type(4n){
    margin-right: 0;
}
.pro_recommend_content li a{
    display: block;
    width: 100%;
    
}

.pro_recommend_content li img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    border: solid 1px #ccc;
}

.pro_recommend_content li p {
    color: #333;
    text-align: center;
    line-height: 26px;
    overflow: hidden; /* 隐藏超出部分 */ white-space: nowrap; /* 防止换行 */ text-overflow: ellipsis; /* 显示省略号 */
}

.pro_comment {
    height: 218px;
    border: solid 1px #ccc;
    margin-top: 20px;
    margin-bottom: 40px;
}

.pro_comment_content {
    width: 740px;
    height: 178px;
    margin: 0 auto;
    margin-top: 10px;
}

.pro_comment_content span {
    font-weight: bold;
    font-size: 14px;
}

.pro_comment_content > div {
    margin-top: 15px;
}

.pro_comment_content label {
    width: 36px;
    height: 20px;
    float: left;
}

.pro_comment_content textarea {
    width: 670px;
    height: 90px;
    border: solid 1px #ccc;
}

/*server */
.serverbanner {
    background: url('../image/serverbanner.jpg') no-repeat 50% 50%;
}

.server_list > h1, .application_content > h1 {
    text-align: left;
}

.server_list > p {
    color: #333;
    line-height: 24px;
    text-indent: 2em;
}

.server_list > ul {
    overflow: hidden;
}

.server_list > ul > li {
    float: left;
    width: 380px;
    height: 100px;
    border: solid 1px #ccc;
    margin-right: 18px;
    margin-top: 20px;
}

.server_list > ul > li > img, .server_list > ul > li > div {
    float: left;
}

.server_list > ul > li > img {
    margin: 10px;
}

.server_list > ul > li > div > h3 {
    font-size: 14px;
    color: #333;
    line-height: 35px;
}

.server_list > ul > li > div > a {
    color: #000;
    margin-top: 20px;
    display: block;
}

.server_list > ul > li:hover {
    border: solid 1px red;
}

.server_list > ul > li:hover > div > a {
    color: #f00;
}

/*application*/
.application {
    background: url('../image/application_banner.jpg') no-repeat 50% 50%
}

.application_content > .customer {
    float: right;
    width: 253px;
    height: 175px;
}

.application_content > p {
    color: #333;
    line-height: 24px;
    text-indent: 2em;
}

span.kehusay {
    margin-top: 30px;
    color: #f00;
    display: block;
}

.cat_application {
    width: 1060px;
    margin: 0 auto;
    margin-top: 20px;
}

.cat_application > ul > li {
    float: left;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

.cat_application > ul > li:nth-child(3) {
    margin-right: 0;
}

.cat_application > ul > li > img {
    width: 338px;
    height: 200px;
}

.cat_application > ul > li > div {
    position: absolute;
    width: 338px;
    height: 200px;
    background: #000;
    opacity: 0.7;
}

.cat_application > ul > li > div > p {
    text-align: center;
    line-height: 200px;
}

.cat_application > ul > li > div > p > a {
    color: #fff;
    font-size: 20px;
}

.licontent {
    display: none;
}

.licontent > h1 {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
}

.licontent > p {
    color: #333;
    line-height: 24px;
    text-indent: 2em;
}

.cat_application_recomment {
    margin-top: 20px;
}

.cat_application_recomment > h1, .partner > h1 {
    height: 30px;
    background: #f5cc55;
    border-radius: 15px;
    line-height: 30px;
    padding-left: 20px;
    font-size: 16px;
}

.cat_application_recomment > ul {
    overflow: hidden;
    margin-top: 15px;
}

.cat_application_recomment > ul > li {
    width: 248px;
    height: 326px;
    border: solid 1px #ccc;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.cat_application_recomment > ul > li:nth-child(4n+0) {
    margin-right: 0;
    margin-bottom: 22px;
}

.cat_application_recomment > ul > li > img {
    width: 250px;
    height: 250px;
}

.cat_application_recomment > ul > li > div {
    height: 78px;
}

.cat_application_recomment > ul > li > div > a {
    display: block;
    width: 120px;
    height: 26px;
    border: solid 1px #6e6e6e;
    border-radius: 15px;
    margin: 0 auto;
    color: #333;
    line-height: 26px;
    text-align: center;
}

.cat_application_recomment > ul > li > div > p {
    text-align: center;
    color: #333;
    line-height: 35px;
}

.cat_application_recomment > ul > li:hover {
    border: solid 1px red;
}

.cat_application_recomment > ul > li:hover > div {
    background: #f00;
}

.cat_application_recomment > ul > li:hover > div > p {
    color: #fff;
}

.cat_application_recomment > ul > li:hover > div > a {
    color: #f00;
    background: #fff;
    border: none;
}

.cat_application_recomment > a.btn_more {
    width: 180px;
    height: 33px;
    background: #f5cc55;
    border-radius: 15px;
    line-height: 33px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #333;
}

.partner > h1 {
    background: #61b1f6;
    margin-top: 35px;
}

.theysay {
    width: 1060px;
    height: 420px;
    margin: 0 auto;
    margin-top: 35px;
    background: url('../image/say_38.jpg') no-repeat;
}

.theysay > ul {
    width: 720px;
    min-height: 267px;
    margin-top: 66px;
    float: right;
}

.theysay > ul > li {
    min-height: 117px;
    margin-bottom: 30px;
}

.theysay > ul > li > img, .theysay > ul > li > div {
    float: left;
}

.theysay > ul > li > img {
    width: 117px;
    height: 117px;
    border-radius: 50%;
}

.theysay > ul > li > div {
    width: 575px;
    margin-left: 23px;
}

.theysay > ul > li > div > span {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.theysay > ul > li > div > p {
    line-height: 30px;
}

.theysay > ul > a {
    width: 153px;
    height: 30px;
    border-radius: 15px;
    background: #0093b4;
    display: block;
    float: right;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-right: 23px;
}

.question {
    margin-top: 20px;
}

.question > h1 {
    background: #ef0f0f;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
}

.question > h1 > a {
    float: right;
    line-height: 30px;
    color: #fff;
    padding-right: 30px;
}

.question_content {
    min-height: 180px;
    margin-top: 28px;
}

.question_content_left, .question_content_right {
    float: left;
}

.question_content_left {
    width: 475px;
    padding-left: 18px;
}

.question_content_left > h1:before {
    content: "●";
    color: #f00;
}

.question_content_left > h1 {
    color: #333;
}

.question_content_left > p {
    margin-top: 10px;
    line-height: 24px;
    padding-left: 15px;
}

.question_content_right {
    width: 530px;
    float: right;
}

.question_content_right > ul > li:before {
    content: "●";
    color: #f00;
}

.question_content_right > ul > li {
    line-height: 28px;
    font-weight: bold;
}

.question_content_right > ul > li > a {
    padding-left: 5px;
    color: #333;
}

/*代理*/
.dai {
    width: 1000px;
}

.dai > h1 {
    color: #f00;
}

.dai > .about_ico {
    padding-left: 0;
    margin-left: 0px;
    min-height: 250px;
}

.dai > p.des {
    width: 100%;
    padding-left: 0;
}

.dai > .about_ico > div {
    width: 154px;
    height: 154px;
    border-radius: 50%;
    border: solid 1px #6C6C6C;
    margin-left: 70px;
}

.mw1000 {
    min-width: 1000px;
    margin: 0 auto;
}

.dai_fan, .dai_ser, .dai_factory, .hezuo, .daili_list {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

.dai_ser {
    margin-top: -3px;
}

.daili_list {
    margin-top: 15px;
}

.daili_list > h1 {
    height: 42px;
    background: url('../image/hezuobg.jpg') no-repeat;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
    font-size: 20px;
    padding-left: 20px;
}

.daili_list > ul {
    overflow: hidden;
    margin-top: 15px;
}

.daili_list > ul > img {
    float: left;
    width: 269px;
    height: 200px;
}

.daili_list > ul > li {
    padding-bottom: 18px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
}

.daili_list > ul > li:hover span, .daili_list > ul > li:hover > div > div.daili_list_left > h1 {
    color: #f00;
}

.daili_list > ul > li > div {
    float: right;
    width: 680px;
}

.daili_list > ul > li > div > div.daili_list_left {
    float: left;
    width: 555px;
}

.daili_list > ul > li > div > div.daili_list_left > h1 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
}

.daili_list > ul > li > div > div.daili_list_left > p {
    color: #666;
    line-height: 24px;
    padding-top: 15px;
}

.daili_list > ul > li > div span {
    float: right;
    width: 120px;
    height: 153px;
    margin-top: 42px;
    line-height: 153px;
    text-align: center;
    font-size: 80px;
    color: #ccc;
}

.daili_list > ul > li > div a:hover {
    color: #f000f0;
}

.daili_share {
    width: 300px;
    height: 60px;
    float: left;
}

a.dailiMore {
    display: block;
    width: 138px;
    height: 30px;
    border: solid 1px #f00;
    border-radius: 10px;
    float: right;
    text-align: center;
    line-height: 30px;
    color: #f00;
}

/* 增加 */
.lh24 {
    padding-top: 20px;
    line-height: 24px;
    text-indent: 2em
}

.w670 {
    width: 670px;
}

.page a, .page span {
    width: 80px;
    display: block;
    float: left;
    text-align: center;
}

/* 友情链接*/
.friend {
    width: 1100px;
    border: solid 1px #ccc;
    height: auto;
    min-height: 35px;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.friend dt {
    width: 85px;
    line-height: 35px;
    text-align: center;
    float: left;
    border-right: solid 1px #c9c9c9;
}

.friend dd {
    float: left;
    line-height: 35px;
    min-width: 35px;
    margin-right: 15px;
    padding-left: 5px;
}

.friend dd a {
    color: #ccc;
}

/***************11.15 产品推荐*****************/

.recommend {
    width: 1100px;
    min-height: 175px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
}

.recommend-title{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding: 12px 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.recommend-title .xf{
    border-bottom: 2px solid #e90f0f;
    position: absolute;
    top: 58px;
    left: 0;
    width: 110px;
}

.recommend-title b{
    display: inline-block;
    font-size: 26px;
    color: #333;
    float: left;
}

.recommend-title span{
    display: inline-block;
    color: #999;
    font-size: 14px;
    float: left;
    margin-left: 12px;
    padding-top: 12px;
    box-sizing: border-box;
}

.recommend-title a{
    display: inline-block;
    float: right;
    color: #e90f0f;
    padding-top: 12px;
    box-sizing: border-box;
}

.recommend > h1 {
    text-align: center;
    line-height: 35px;
}

.recommend ul {
    width: 99900px;
    position: relative;
    left: 0px;
}

.recommend ul li {
    float: left;
    padding-right: 2px;
}

.recommend ul li p {
    text-align: center;
}

.recommend ul li img {
    width: 248px;
    height: 250px;
    margin-top: 30px;
    max-width: 100%;
}

.recommend .swiper-container {
    margin-top: 30px;
}

.recommend .swiper-slide {
    color: #333;
    text-align: center;
}

.recommend .swiper-slide img {
    max-width: 248px;
    height: 250px;
    /*width:auto;
    height:auto;
    max-width: 100%;
    max-height: 100%;*/
}

/******************常见问题******************/
.about_question ul {
    list-style-type: disc
}

.about_question ul li {
    float: left;
    padding-right: 2px;
    width: 100%;
    line-height: 60px;
}

.about_question ul li a:hover p {
    font-color: red;
}

.about_question ul li p {
    text-align: left;
}

.about_question ul li p span {
    float: right
}


/* 照片墙弹框 */
.photoPopUp {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.photoPopUp .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

.photoPopUp .popCont {
    position: absolute;
    width: 1100px;
    top: 50%;
    left: 50%;
    padding: 50px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.photoPopUp .popCont .close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -60px;
    right: 0;
    background: url(../image/close.png) no-repeat center center / 100% 100%;
}

.photoPopUp .popCont img {
    display: block;
    max-width: 770px;
    max-height: 75vh;
    margin: 0 auto;
}

.photoPopUp .popCont .prevBtn,
.photoPopUp .popCont .nextBtn {
    position: absolute;
    width: 30px;
    height: 59px;
    top: 50%;
    background: url(../image/btn.png) no-repeat;
    background-size: auto 100%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.photoPopUp .popCont .prevBtn {
    left: 10px;
    background-position: left top;
}

.photoPopUp .popCont .nextBtn {
    right: 10px;
    background-position: right top;
}


/* 分页 */
.pageNation {
    text-align: center;
    clear: both;
    margin-top: 30px;
}

.pageNation .pageIn {
    display: inline-block;
}

.pageNation .pageIn a {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    color: #333;
    font-size: 12px;
    border: 1px solid #e5e5e5;
}

.pageNation .pageIn a.current,
.pageNation .pageIn a:hover {
    color: #5495c7;
    border-color: #5495c7;
}

.pageNation .pageIn a.firstPage,
.pageNation .pageIn a.prevPage,
.pageNation .pageIn a.nextPage,
.pageNation .pageIn a.lastPage {
    width: auto;
    padding: 0 10px;
}


.about_img {
    text-align: center;
    margin: 20px 0;
}

.about_img .imgBox {
    width: 250px;
    height: 195px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin: 0 5px;
}

.about_img .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.buy_flower{
    width: 1100px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}


.pageTools{
    position: fixed;
    top: 33%;
    right: 50px;
    width: 46px;
    /*border: 1px solid #cccccc;*/
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
}
.pageTools .tools{
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    white-space: nowrap;
    /*background-color: #fff;*/
    /*border-bottom: 1px solid #cccccc;*/
    cursor: pointer;
}
.pageTools .tools:last-child{
    border-bottom-width: 0;
}
.pageTools .tools > img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 60%;
    max-height: 60%;
    transform: translate(-50%,-50%);
}
.pageTools .tools .ewmBox{
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(2px,-50%);
    padding-right: 8px;
    cursor: default;
    display: none;
}
.pageTools .ewm:hover .ewmBox{
    display: block;
}
.pageTools .tools .ewmBox .ewmIn{
    color: #666666;
    text-align: center;
    padding: 20px;
    background-color: #fff;
}

/********20230112***************foot******************/
.flex-warp{ display: flex;justify-content: space-around}
.foot_middle {display: inline-flex;}
.foot_middle div{
    width: 200px;
    margin-left: 20px;
}
.foot_middle div img{
    max-width: 200px;
}
.foot_right{
    margin-left: 20px;
}