.wow{
    opacity: 0;
}
.mobile {width:100%;}
.mobile-inner {margin-right:auto;margin-left:auto;background-color:;position:relative;}
.mobile-inner img {}
.mobile-inner p {color:#676767;line-height:25px;font-size:16px;padding-bottom:30px;padding-right:30px;padding-left:30px;margin:0px;}
.mobile-inner-header {background-color:rgb(255,255,255);width:100%;height:50px;position:relative;top:0px;z-index:33;left:0px;}
.mobile-inner-header-icon {color:#ffffff;height:50px;font-size:25px;text-align:center;float:right;width:50px;position:relative;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-o-transition:background 0.5s;transition:background 0.5s;}
.mobile-inner-header-icon:hover {background-color:rgba(255,255,255,0.2);cursor:pointer;}
.mobile-inner-header-icon span {position:absolute;left:calc((100% - 25px) / 2);top:calc((100% - 1px) / 2);width:25px;height:1px;background-color:rgb(199,34,27);}
.mobile-inner-header-icon span:nth-child(1) {transform:translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2) {transform:translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clicksecond;}
@keyframes clickfirst {0% {transform:translateY(4px) rotate(0deg);}
100% {transform:translateY(0) rotate(45deg);}
}
@keyframes clicksecond {0% {transform:translateY(-4px) rotate(0deg);}
100% {transform:translateY(0) rotate(-45deg);}
}
.mobile-inner-header-icon-out span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outfirst;}
.mobile-inner-header-icon-out span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outsecond;}
@keyframes outfirst {0% {transform:translateY(0) rotate(-45deg);}
100% {transform:translateY(-4px) rotate(0deg);}
}
@keyframes outsecond {0% {transform:translateY(0) rotate(45deg);}
100% {transform:translateY(4px) rotate(0deg);}
}
.mobile-inner-nav{
    overflow: auto;
    max-height: calc(100vh - 50px);
}
.mobile-inner-nav {background-color:hsla(224,27%,35%,.6);width:100%;position:absolute;top:50px;padding-bottom:0%;display:none;z-index:444;}
.mobile-inner-nav  a {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;color:#fff;transition:all 0.5s;}
.mobile-inner-nav  dl {display:none;}
.mobile-inner-nav  dl dd {line-height:33px;text-decoration:none;text-indent:3em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;font-size:14px;}
.mobile-inner-nav  li {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;line-height:53px;text-indent:20px;}
.mobile-inner-nav h2.h2tit {line-height:50px;text-decoration:none;text-indent:2em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;}
.mobile-inner-nav h2.h2tit a {color:#FFFFFF;}
.mobile-inner-nav a {border-bottom:none;}
.mobile-inner-nav li {-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:returnToNormal;animation-name:returnToNormal;}
@-webkit-keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@-webkit-keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
.mobile-inner-nav li:last-child h2.h2tit {border-bottom:none;}
.mobile-inner-nav li .h3tit {height:50px;position:relative;background:url(../images/51_icon_search@2x.png) no-repeat 30px center;background-size:17px;}
.mobile-inner-nav li  .words {display:block;width:100%;height:100%;border:none;background:none;text-indent:60px;font-size:15px;color:#fff;background:url(../images/search2.png) no-repeat 30px center;background-size:20px;}
.mobile-inner-nav li:last-child {border-bottom:none;}
.mobile-inner-nav li  form {display:block;width:100%;height:100%;}
@charset "utf-8";@charset "UTF-8";
.animated {animation-duration:1s;animation-fill-mode:both;}
.animated.infinite {animation-iteration-count:infinite;}
.animated.hinge {animation-duration:2s;}
.fadeInUp {animation-duration:1.76s;animation-name:fadeInUp;}
@keyframes fadeInUp {from {opacity:0;transform:translate3d(0,40px,0);}
to {opacity:1;transform:none;}
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
    margin: 0;
    padding: 0;
}
html {font-size: 62.5%;}
body {font-size: 1.4rem;}
html,body{
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}
body {
    font-family: "Microsoft YaHei" ! important;
    color: #000000;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
-webkit-appearance: none;
}
input{
    -webkit-appearance: none;
}
textarea { -webkit-appearance: none;} 
a {
    text-decoration: none;
    color: #235aa7;
    outline: none;
}
a:active {
star:expression(this.onFocus=this.blur());
}
img {
    border: 0px;
    vertical-align: middle;
}

li {
    list-style: none;
}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:link{text-decoration:none; } 

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}


.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.loadingfa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 29px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
    padding-top: 185px;
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

@keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}
.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}
.xuanzhuan img{
display: block;
width: 100%;
}

.pc{
    display: block;
}
.wap{
    display: none;
}
.clearflex:after{
    content: "";
    display: table;
    clear: both;
}
.wrap1{
    width: 1230px;
    padding: 0px 15px;
    margin: auto;
    max-width: 100%;
}
.head,
.head *{
    
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;



}
.head{

width: 100%;

z-index: 666;

position: fixed;

left: 0px;

background: #fff;

top: 0px;
}
.head .logo{
    
float: left;
    
margin-left: 28px;
    
padding-top: 28px;
    
padding-bottom: 78px;
}
.head .logo img{
    vertical-align: middle;
}
.head .logo span{
    padding-left: 19px;
    font-size: 27px;
    color: #333;
    vertical-align: middle;
    line-height: 79px;
}
.head .right{
    
float: right;
margin-right: 34px;
padding-top: 18px;
}
.head .right .ri{
    
text-align: right;
}
.head .right .link{
    display: inline-block;
    font-size: 0px;
}
.head .right .link a{
    display: inline-block;
    text-align: left;
    line-height: 23px;
    border-radius: 400px;
    color: #fff;
    background: url(../images/ri.png) no-repeat 90% #eb3d00;
    padding-left: 8px;
    font-size: 15px;
    margin-left: 11px;
    padding-left: 10px;
    padding-right: 20px;
}
.head .right .lan{
    
display: inline-block;
    
margin-left: 160px;
    
background: #ea3e00;
    
color: #fff;
    
text-transform: uppercase;
    
padding: 0px 5px;
color: #000;
font-size: 12px;
margin-top: 4px;
}
.head .right .lan a{
    
color: #000;
}
.head .right .ri{
    
}
.head .right ul{
    
padding-top: 19px;
    
padding-right: 49px;
}
.head .right ul li{
    
float: left;
    
position: relative;
    
line-height: 1;
    
margin-left: 21px;
}
.head .right ul li .h2tit{
    
line-height: 1;
}
.head .right ul li.current .h2tit a,
.head .right ul li:hover .h2tit a{
    border-bottom: 6px solid #ea3e00;
}
.head .right ul li .h2tit a{
    
font-size: 12px;
    
color: #000;
    
font-weight: normal;
    
display: block;
    
padding-right: 13px;
    
padding-bottom: 3px;
    

}
.head .right ul li dl{
    
position: absolute;
    
left: 58px;
    
width: 100%;
    
padding-left: 14px;
    
border-left: 4px solid #ea3e00;
    
padding-top: 1px;
    
top: 0px;
    
width: 100%;
}
.head .right ul li dl dd{
    
}
.head .right ul li dl dd a{
    
display: block;
    
line-height: 23px;
    
font-size: 12px;
    
color: #333;
}
.head .right ul li.sli{
    padding-right: 113px;
}
.head .right ul li:nth-child(3) dl{left: 70px;}
.head *{
    -webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
.banner{

}
.banner img{
    width: 100%;
    display: block;
}
.wrap:after,
.wrap1:after{
    content: "";
    display: table;
    clear: both;
}
.wrap{
    width: 1100px;
    padding: 0px 15px;
    max-width: 100%;
    margin: auto;
}

.section1{
margin-top: 28px;
margin-bottom: 25px;
}
.section1 .left{
    float: left;
    margin-left: 53px;
}
.section1 .left a{
float: left;    
width: 139px;
line-height: 52px;
border-radius:7px;
text-align: center;
background: #ea3e00;
font-size: 18px;
color: #fff;
margin-right: 10px;
}
.section1 .tel{
    float: right;
    margin-right: 26px;
    line-height: 52px;
    color: #000;
    font-size: 19px;
}
.section1 .content{
    zoom: 1;
    overflow: hidden;
    box-shadow: 0px 0px 10px #000;
    padding-top: 25px;
    padding-bottom: 29px;
}
.section2{
    padding-top: 22px;
    background: #e2e2e2;
    padding-bottom: 14px;
}
.titlemodel{
    text-align: center;
}
.titlemodel .cn{
    font-size: 28px;
}
.titlemodel .en{
    text-transform: uppercase;
    font-size: 12px;
}
.listType1{
padding-top: 11px;
}
.listType1 li:nth-child(4n){
    margin-right: 0px;
}
.listType1 li{
float: left;
margin-bottom: 20px;
width: calc((100% - 75px)/4);
margin-right: 25px;
}
.listType1 li a{
position: relative;
}
.listType1 li a *{
display: block;
}
.listType1 li a .type{
position: absolute;
left: 4px;
top: 4px;
width: 86px;
height: 53px;
background: #f7a746;
z-index: 5;
padding-left: 7px;
padding-top: 4px;
color: #fff;
font-size: 23px;
}
.listType1 li a .imgbox img:hover{
    -webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);

}
.listType1 li a .imgbox{border: 4px solid #ea3e00;overflow: hidden;}
.listType1 li a .imgbox img{
width: 100%; height:184px;
}
.listType1 li a .title{line-height: 26px;text-align: center;color: #fff;font-size: 15px;background: #ea3e00;margin-top: 3px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.listType1 li a .type{

}
.listType1 li a .type.color1{
    
}
.listType1 li a .type.color2{
    background: #bd4924;
}
.listType1 li a .type.color3{
    background: #110705;
}
.listType1 li a .type.color4{
    background: #504c4b;
}

.section3{
padding-top: 20px;
}
.section3 .content{
    margin-top: 25px;
    position: relative;
    margin-bottom: 37px;
    zoom: 1;
    overflow: hidden;
}
.section3 .left{
    float: left;
    width: 54%;
}
.section3 .title{
    font-size: 17px;
}
.section3 .dec{
    font-size: 14px;
    line-height: 18px;
    padding-top: 15px;
}
.section3 .dec p{
    padding-bottom: 15px;
}
.section3 .line{
    width: 70px;
    height: 8px;
    background: #eb3d00;
}
.section3 .more{
    
margin-top: 77px;
    
display: inline-block;
    
width: 126px;
    
line-height: 40px;
    
background: #ea3e00;
    
color: #fff;
    
text-align: center;
}
.section3 .imgbox:hover img{
    
-webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);

}
.section3 .imgbox{
    
float: right;
    
width: 44%;
    
overflow: hidden;
}
.section3 .imgbox img{
    
width: 100%;
    
-webkit-transition: all 0.4s;
    
-o-transition:all 0.4s;
    
-moz-transition:all 0.4s;
    
-ms-transition:all 0.4s;
    
transition:all 0.4s;
}
.section4{
padding-bottom: 25px;
}
.section4 .title0{
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    padding-bottom: 6px;
    border-bottom: 8px solid #ea3e00;
}
.section4 .line{
    
}

.footer{
background: #e5e5e5;
}
.footer .sec1{
    
padding-top: 28px;
    
padding-bottom: 20px;
    
zoom: 1;
    
overflow: hidden;
}
.footer .sec1 .left{
    float: left;
    margin-left: 127px;
}
.footer .sec1 .item{
    float: left;
    margin-right: 38px;
}
.footer .sec1 .item h2{
    font-size: 16px;
}
.footer .sec1 .item dl{
    
}
.footer .sec1 .item dd a{
    font-size: 14px;
    color: #333;
    line-height: 25px;
    letter-spacing: 3px;
}
.footer .sec1 .right{
    float: right;
    margin-right: 113px;
}
.footer .sec1 .right .val{
    float: left;
    font-size: 22px;
    font-weight: 300;
    line-height: 50px;
}
.footer .sec1 .right span{
    font-size: 19px;
    font-weight: bold;
}
.footer .sec1 .right a{
    float: left;
    padding-left: 19px;
    line-height: 50px;
    padding-right: 50px;
    background: url(../images/ri.png) no-repeat 90% center #ea3e00;
    border-radius: 5px;
    font-size: 23px;
    color: #fff;
    margin-left: 26px;
}
.footer .sec2{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 22px;
}

.footer .sec2 a{ 
color: #000;
}

.listType1 li,
.listType1 li *{
    -webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}

body.current .head .right ul li dl{
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    top: 20px;
    background: #fff;
}
body.current .head .right ul li:hover dl{
    visibility:visible;
    opacity:1;
    z-index:5;
    top: 0px;
}
body.current .head .logo{
    padding-bottom: 28px;
}

.head .right ul li dl dd a:hover{
    color: #ea3e00;
}
.pagesize{
    text-align: center;
    padding-bottom: 37px;
}
.pagesize a{display: inline-block;font-size: 14px;color: #cccccc;border: 1px solid #cccccc;font-size: 12px;color: #329900;-webkit-transition: all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;padding: 0px 5px;}
.pagesize a.current,
.pagesize a:hover{
color: #fe4445;
border-color: #fe4445;
}
.section6{

padding-top: 20px;
}
.section6 .left{
    float: left;
    width: 140px;
    padding-left: 7px;
    padding-right: 40px;
}
.section6 .left .title{
    font-size: 17px;
}
.section6 .left .line{
    width: 70px;
    height: 8px;
    background: #ea3e00;
}
.section6 .left dl{padding-top: 25px;
    
}
.section6 .left dd a{
    line-height: 30px;
    font-size: 14px;
    border-bottom: 2px solid #ea3e00;
    display: block;
    color: #000;
}
.section6 .right{
    float: right;
    width: calc(100% - 140px);
    padding-top: 14px;
}
.section6 .right .listType1 li a .type{
    line-height: 16px;
    font-size: 12px;
    padding-right: 15px;
}

.type2.section6 .left{
    padding-right: 0px;
    width: 287px;
}
.type2.section6 .left .tel{

}
.type2.section6 .left .val{
    padding-top: 53px;
    font-size: 20px;
    padding-bottom: 15px;
    
}
.type2.section6 .left .more{
    width: 137px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 22px;
    background: url(../images/ri.png) no-repeat 90% center #ea3e00;
    border-radius: 8px;
    color: #fff;
    display: block;
    background-size: 10px;
}
.type2.section6 .right form{
    padding-top:42px;
    display: block;
    padding-bottom: 70px;
}
.type2.section6 .right{
    width: calc(100% - 287px);
}

.section6 .right .model{
    
zoom: 1;
    
overflow: hidden;
    
margin-bottom: 10px;
    
line-height: 16px;
}
.section6 .right .s1{
    
float: left;
    
width: 125px;
}
.section6 .right .s2{
    
float: left;
    
max-width: calc(100% - 125px);
    
width: 312px;
}
.section6 .right .words{
    
float: left;
    
max-width: calc(100% - 125px);
    
width: 312px;
    
height: 16px;
    
border: 1px solid #8a8a8a;
padding: 0px 15px;
}
.section6 .right textarea{
    
float: left;
    padding: 15px;
max-width: calc(100% - 125px);
    
width: 312px;
    
height: 117px;
    
border: 1px solid #8a8a8a;
}
.section6 .right .words2{
    
border: 1px solid #8a8a8a;
    
height: 16px;
    
float: left;
    
width: 130px;
}
.section6 .right .yzm{
    
float: left; width:40px;
}
.section6 .right .send{
    
float: right;
    
cursor: pointer;
    
width: 119px;
    
height: 16px;
    
font-size: 12px;
    
background: #c1c1c1;
    
border: 1px solid #969696;
}

.section6 .articleContent{
    zoom: 1;
    overflow: hidden;
    padding-bottom: 90px;
}
.section6 .articleContent .post{
 float: left;   
 width: 220px;
 border: 3px solid #ea3e00;
}
.section6 .articleContent .title{
    padding-left: 6px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    background: #ea3e00;
}
.section6 .articleContent .imgbox{
    position: relative;
}
.section6 .articleContent  .type{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 86px;
    height: 53px;
    background: #f7a746;
    z-index: 5;
    padding-left: 7px;
    padding-top: 4px;
    color: #fff;
    font-size: 23px;
        line-height: 16px;
    font-size: 12px;
    padding-right: 15px;

}
.section6 .articleContent .imgbox img{
    width: 100%;
}
.section6 .articleContent .ricon{
    
float: left;
    
width: calc(100% - 220px);
    
padding-left: 50px;
}
.section6 .articleContent .ricon .name{
    
font-size: 14px;
}
.section6 .articleContent .ricon .line{
    
width: 96px;
    
height: 3px;
    
background: #ea3e00;
    
margin-top: 10px;
    
margin-bottom: 8px;
}
.section6 .articleContent .ricon .colorPage{
    
}
.section6 .articleContent .ricon .colorPage li{
    zoom: 1;
    overflow: hidden;
    margin-bottom: 20px;
}
.section6 .articleContent .ricon .color{
    width: 250px;
    height: 46px;
    float: left;
}
.section6 .articleContent .ricon .colorVal{
 float: left;
 margin-left: 22px;
 font-size: 12px;
 padding-top: 31px;
}
.color1{
    background: #f7a746 !important;
}
.color2{
    background:#bd4924 !important;
    
}
.color3{
    background: #110705 !important;
    
}
.color4{
    background: #504c4b !important;
    
}
.section6 .articleContent2{
    padding-bottom: 10px;
    zoom: 1;
    overflow: hidden;
}
.section6 .articleContent2 .title0{
    
}
.section6 .articleContent2 .line{
    width: 96px;
    height: 3px;
    background: #ea3e00;
    margin-top: 10px;
    margin-bottom: 30px;
}


.section6 .colorList .list{
    overflow: auto;
}

.section6 .colorList table{
    min-width: 800px;
}
.section6 .colorList{
    padding-bottom: 50px;
}
.section6 .colorList .title{
    
}
.section6 .colorList .line{
        width: 96px;
    height: 3px;
    background: #ea3e00;
    margin-top: 10px;
    margin-bottom: 23px;
}
.section6 .colorList table{
    border-left:  1px solid  #1b2023;
    border-top:  1px solid  #1b2023;
    table-layout:fixed
}
.section6 .colorList table th{
    font-size: 16px;
    color: #fff;
    height: 34px;
    background: #1b2023;
    text-align: center;

}
.section6 .colorList table td{
    text-align: center;
    height: 32px;
    border-right: 1px solid  #1b2023;
    border-bottom:  1px solid  #1b2023;
}
.section6 .colorList table .color{
    height: 100%;
    background: #fbfc7d;
}
.section6 .colorList table td:nth-child(4),
.section6 .colorList table td:nth-child(3){
    
}
.section6 .colorList table .color.c1{
    
}
.section6 .colorList table .color.c2{
    
}
.section6 .colorList table .color.c3{
    
}
.section6 .colorList table .color.c4{
    
}
.section6 .colorList table .color.c5{
    
}
.section6 .colorList table .color.c6{
    
}
.section6 .colorList table .color.c7{
    
}
.section6 .colorList table .color.c8{
    
}
.section6 .colorList table .color.c9{
    
}
.section6 .colorList table .color.c10{
    
}
.section6 .colorList table .color.c11{
    
}
.section6 .colorList table .color.c12{
    
}
.section6 .colorList table .color.c13{
    
}
.section6 .colorList table .color.c14{
    
}
.section6 .colorList table .color.c15{
    
}
.section6 .colorList table .color.c16{
    
}
.section6 .colorList table .color.c17{
    
}
.section6 .colorList  img{
    width: 100%;
}