/* 公共样式表css */
html,body {
    color: #333;
    margin: 0;
    height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
    font-family: 'Microsoft Yahei', 'PingFangSC', sans-serif;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    color: red;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {/* width: 1200px; */}

/* 必要布局样式css */
.change-content {
    padding: 30px 0;
}

.change-box {
    padding-bottom: 70px;
}

.change-main {
    width: 79% !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}


.change-box .change-cut {
    margin: 40px 0 30px;
    /* width: 1551px; */
}

.transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.change-box .change-cut .tab {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    background-color: #F5F5F5;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    /* border-left: none; */
    position: relative;
    cursor: default;
    width: 20%;
    float:left;
    /* margin-right: 0px; */
}

.flex-rows{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.change-box .change-cut ul{
    border: 1px solid #e5e5e5;
    margin-left: 0px;
    /* width: 1200px; */
}

.contents{
    width:100%;
}

.change-box .change-cut .tab.on {
    background-color: #47ccad;
    color: #fff;
}

.change-box .change-cut .tab.on:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 11px solid;
    border-color: #47ccad transparent transparent transparent;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}



.change-box .contents > .flex-row {
    justify-content: space-between;
}

.change-box .contents > .flex-row .flex-row-text{
    text-align: center;
}
.change-box .contents > .flex-row .flex-row-text h1{ font-size: 24px;  line-height: 40px;}
.change-box .contents > .flex-row .flex-row-text p{ font-size: 16px; line-height: 30px; }
.change-box .contents > .flex-row .flex-row-text img{ margin-top: 20px; margin-bottom: 20px; }
.change-box .item {
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    width: 280px;
    height: 103px;
    float: left;
    transition: all .3s ease;
    margin-right: 26px;
}

.img-block {
    margin: 0 auto;
    display: block;
}

.change-box .img-block {
    margin: 0 20px 0 0;
    float: left;
}

.img-block img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.change-box .item-title {
    font-size: 18px;
    color: #333;
}

.change-box .item-p {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.change-box .item:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}

.items-news .items-news-list .item a:hover {
    color: #f26324;
}

.table_box {
            width: 100%;
            height: 100%;
            margin: 0 auto;
        }

        table {
            border: 1px solid #eaeaea;
           
            border-spacing: 1;
           
            border-spacing: 0;
            width: 100%;
        }

        table tr {
            text-align: center;background-color: #f7f7f7;
        }

        table td,
        table th {
            border-right: 1px solid #eaeaea;
            /*设置表格单元格外边框，只设置右下边框*/
            border-bottom: 1px solid #eaeaea;
            padding: 22px;
            /*设置单元格内边距，单元格内容显得不拥挤*/
            text-align: center;
        }
        tr:last-child td:first-child {
            background-color: #fff; 


        }
        tr:last-child td:last-child {
           background-color: #fff;
        }
        tr:last-child td { 
          background-color: #fff;
        }
        tr td:last-child,tr th:last-child {
            border-right: none;
        }
        tr:nth-child(even) {
           ;

        }
.flex-row .block-content-box-list{ margin-left: 0 ; margin: auto auto}
.flex-row .block-content-box-list li{}
.flex-row .block-content-box-list .block-list-item {
 width:25%!important;}

  .flex-row .xiazai{ margin-bottom: 40px; float: left; margin-left: 3%; width:30%;  }
 .flex-row .xiazai h1{ font-size: 22px; color: #000; line-height: 60px; }
 .flex-row .xiazai h1 a{ font-size: 16px; }
 .change-gaishu { width:80% ;  }
.change-gaishu .change-tupian{ float: left;  margin-left: 20%; padding: 0 200px; }
.change-gaishu .change-text{float: left;  margin-left:10%; width:30%}

@media (max-width: 1024px) {
  .change-gaishu .change-text li{ 
    width: 800px;
 
  }
}
@media (max-width: 1024px) {
  .p-banner img{ 
    margin-left: -40%;
 
  }
}


.change-gaishu .change-text .title{ font-size:24px; text-align: left; margin-top: -40px; }
.change-gaishu .change-text li{ font-size: 16px; line-height: 40px;}
.change-gaishu .change-text li div{width:  10px;      height: 10px;      background-color:red;      border-radius: 100%; float: left; margin-top:16px; margin-right: 10px;       }
/*产品展示*/

#outBox{
    width: 100%;
    height: 540px;
    margin: 2px auto;
    margin-top: 100px;
}
.w{
    width: 450px;
    height: 450px;
}
.leftBox{
    width: 450px;
    height: 540px;
    float: left;
    margin-left: 20%;

}
.normalBox{
    overflow: hidden;
    position: relative;
    border: 1px solid #f2f2f2;

}
.normalBox .w{
    display: none;
}
.botBox{
    width: 100%;
    height: 90px;
    background: white;
    overflow: hidden;

}
.botBox ul{
    margin-left:130px;
}
.botBox ul li{
    float: left;
    /*width: 54px;
    height: 54px;*/
    border: 2px solid #fff;
    border-radius: 5px;
    margin-left: 26.5px;
    opacity: 0.5;
}
.bord{
    border-color: #e4393c !important;
    opacity: 1 !important;
}
/*.moveBox{
    width: 200px;
    height: 200px;
    background: rgba(222,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: move;
}*/
/*.magBox{
    width: 540px;
    height: 540px;
    border: 1px solid #f2f2f2;
    position: relative;
    float: left;
    overflow: hidden;
    display: none;
}*/

.magBox ul li{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
#n,.m{
    display: block !important;
}
.box{
    width: 110px;
    margin: auto;
}
.liangdian {text-align: center; }
.liangdian img{ display: inline-block; }
