* {
    margin: 0;
    padding: 0
}
ul,li{
    list-style: none
}
a {
    text-decoration: none;
    color: #ffffff
}
a:hover {
text-decoration: none;
}
a:link{text-decoration: none;}
.navbar {
    margin-bottom: 0;
    background-color: #ffffff;
    border: none;
}
.navbar .head {
    padding: 20px 0
}
.navbar .head .company .com-logo {
    display: inline-block;
    vertical-align: middle
}
.navbar .head .company .com-logo img {
    vertical-align: middle;
    
}
.navbar .head .company .com-info {
    display: inline-block;
    vertical-align: middle;
    /*margin-left: 15px;*/
   position: relative;
   top:-60px;
   left: 100px;
   height:30px;
   padding-left: 10px;
}
.navbar .head .company .com-info p:nth-of-type(2){font-size: 16px;color: #333333;}
.navbar .head .company .com-info .info-name {
    margin-bottom: 0;
    font-size: 16px;
    color: #333333;
}
.top.container{line-height: 40px;}
.top.container span:nth-of-type(2){float: right;}
.navbar .head .company .com-info .info-slogon {
    margin-bottom: 0;
   /* padding: 0 0 0 10px;*/
   /* border-left: 2px solid #005a98;*/
    font-size:36px;
    color:#005a98;
}
/*.navbar .head .company .com-info .info-slogon span {
    border-radius: 50%;
    -webkit-border-radius:50%;
    vertical-align: middle;
    background-color: #cf2f31;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 10px;
}*/

.navbar .head .contact {
    margin-top: 6px;
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    
}
.navbar .head .contact .con-pho {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 20px;
    color: #cf2f31
}
.navbar .head .contact .con-pho > span {
    margin-right: 10px;
    display: inline-block;
    height: 42px;
    width: 42px;
    background: url("../images/revision_icon01.png") no-repeat;
}
.navbar .head .contact .con-pho p {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
    color:#666666;
}
.navbar .head .contact .con-pho p span {
    margin:0;
    font-weight: bold;
    font-size: 24px;
    color:#333333;
}
.navbar .head .contact .con-mail {
    margin-left: 30px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 12px
}

.navbar .head .contact .con-mail > span {
    margin-right: 10px;
    display: inline-block;
    height:42px;
    width: 42px;
    background: url("../images/revision_icon.png") no-repeat;
}
.navbar .head .contact .con-mail p {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
    color:#333333;
}
.navbar .head .contact .con-mail p span {
    margin: 0;
    font-size: 24px;
    color:#c00000;
}
.navbar .head .contact .btn-group {
    position: absolute;
    top: -20px;
    right: 15px;
}
.navbar .head .contact .btn-default {
    padding: 3px 12px;
    border-color:#ededed;
    border-radius: unset;
    background-color: #f6f6f6;
}
.navbar-header .com-logo {
    display: none;
}
.navbar-header .icon-bar {
    background-color: #ffffff
}
.navbar-nav li {
    position: relative;
    margin-right: 20px
}
.navbar-nav > li:nth-child(n+10) {
    display: none;
}
.navbar-nav  li > a:hover {
    background-color: #20629c;
    color: #ffffff;
}
.navbar-nav  li > a span {
    margin-left: 7px;
    font-size: 12px;
}
.navbar-nav li ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%; 
    left: 0;
    background-color: #20629c;
}

.navbar-nav li ul li {
    width: 100%;
    margin-right: 0;
}
.navbar-nav li ul li a {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    text-decoration: none;
    text-align: center;
}
.navbar-nav .list:hover ul {
    display: block;
}
.ttt:hover{background-color: #B8382F;}
    /*头部样式结束*/
/*底部样式开始*/
.footer {
    background-color: #20629c;
    padding-top: 30px
}
.footer .info {
    padding-bottom: 25px;
    border-bottom: 1px solid #5c5c5c;
}
.footer .info > div {
    text-align: center
}
.footer .info .pho {
    border-left: 1px solid #5c5c5c;
    border-right: 1px solid #5c5c5c;
}
.footer .info span {
    font-size: 25px;
    color: #cf2f31
}
.footer .info p {
    margin-top: 5px;
    font-size: 16px;
    color: #ffffff
}
.footer .foot-link {
    margin-top: 35px
}
.footer .foot-link p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #ffffff
}
.footer .foot-link li {
    margin-top: 10px
}
.footer .foot-link li a {
    font-size: 12px;
    color: #666666;
    cursor: pointer;
}
.footer .foot-link li a:hover {
    color: #ffffff;
}
.footer .foot-link .foot-logo {
    text-align: center;
}
.footer .foot-link .concern-us {
    height: 226px;
    border-left: 1px solid #666666;
    text-align: center
}
.footer .foot-link .concern-us div {
    margin: 0 auto;
    padding: 10px;
    width: 140px;
    border: 1px solid #666666;
}
.footer .foot-link .concern-us div img {
    width: 100%
}
.footer .foot-link .concern-us div p {
    margin: 10px 0 0 0;
    font-size: 12px;
}
.footer .copyright {
    margin-top: 35px;
    background-color: #383838;
    /*border-top: 1px solid #666666;*/

}
.footer .copyright .content {
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color: #5f92c2;
}
/*底部样式结束*/
/*首页主体样式开始*/
.shouye-main {
    margin-top: 147px;
}
.shouye-main .shouye-banner {
    position: relative;
}
.shouye-main .shouye-banner .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23bababa'%2F%3E%3C%2Fsvg%3E") !important;
}
.shouye-main .shouye-banner .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23bababa'%2F%3E%3C%2Fsvg%3E") !important;
}
.revision-serc {
    width: 100%;
    position: absolute;
    left: 0;
    bottom:0;
    z-index: 1020;
    background: rgba(24,73,116,0.7);
    padding: 15px 0;
    overflow: auto;
}
.revision-serc .container {
    padding: 0 2px 0 10px;
}
.revision-serc p {
    margin: 4px 0 0 0;
    float: left;
}
.revision-serc p i {
    display: inline-block;
    height: 22px;
    width: 18px;
    background: url("../images/revision_icon03.png") no-repeat;
    vertical-align: text-bottom;
}
.revision-serc p span:nth-child(2) {
    margin-left: 5px;
    font-size: 14px;
    color: #ffffff;
}
.revision-serc p span:nth-child(n+3) {
    margin-right: 10px;
    font-size: 14px;
    color: #e7e7e7;
}
.revision-serc from {
    float: right;
}
.revision-serc from input[type="text"] {
    width: 300px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #20629c;
    outline: none;
}
.revision-serc from div {
    margin-left: -4px;
    display: inline-block;
    width: 60px;
    height: 35px;
    background: url("../images/revision_icon04.png") #20629c center no-repeat;
}
.revision-serc from div input {
    height: 100%;
    width: 100%;
    opacity: 0;
}
/*产品样式开始*/
.shouye-product {
    background-color: #f6f6f6;
}
.shouye-product .container > p {
    display: none;
    text-align: center;
    font-size: 16px;
}
.shouye-product .container .row >:first-child {
    padding: 0;
}
.shouye-product .picScroll-left{
    margin: 50px 0;
    width: 100%;
    overflow:hidden;
    position:relative;
}
.shouye-product .picScroll-left:hover .prev,.shouye-product .picScroll-left:hover .next {
    visibility: visible;
}
.shouye-product .picScroll-left .prev {
    visibility: hidden;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -43px;
    padding: 6px 8px;
    background-color: #20629c;
    z-index: 5;
    cursor: pointer;
}
.shouye-product .picScroll-left .prev span {
    margin-top: 2px;
    font-size: 28px;
}
.shouye-product .picScroll-left .prev:hover {
    color: #ffffff;
}
.shouye-product .picScroll-left .next {
    visibility: hidden;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1px;
    margin-top: -43px;
    padding: 6px 8px;
    background-color: #20629c;
    z-index: 5;
    cursor: pointer;
}
.shouye-product .picScroll-left .next span {
    margin-top: 2px;
    font-size: 28px;
}
.shouye-product .picScroll-left .next:hover {
    color: #ffffff;
}
.shouye-product .picScroll-left .bd ul{
    overflow:hidden;
    zoom:1;
}
.shouye-product .picScroll-left .bd ul li{
    margin:0 10px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.shouye-product .picScroll-left .bd ul li .pic{
    
    text-align:center;
    width: 373px;
    overflow: hidden;
}
.shouye-product .picScroll-left .bd ul li .pic a {
    overflow:hidden;
    border: 1px solid #c3c3c3;
    display: inline-block;
    position: relative;
}
.shouye-product .picScroll-left .bd ul li .pic .title {
    margin: 0;
    width: 373px;
    line-height:24px;
    color: #20629c;
}
.shouye-product .picScroll-left .bd ul li .pic img{
    
    width:100%;
    height:227px;
    display:block;
    transition: all 1s ease 0s;
}
.shouye-product .picScroll-left .bd ul li .pic img:hover {
    transform: scale(1.2);
}
.shouye-product .product-m {
    display: none;
}
/*产品样式结束*/
/*解决方案样式开始*/
.shouye-items {
    background-color: #ffffff;
    padding: 50px 0 50px 0;
}
.shouye-items > h2 {
    margin: 0 auto 10px;
    position: relative;
    width: 200px;
    text-align: center;
    color: #20629c;
}
.shouye-items > h2:before {
    position: absolute;
    top: 50%;
    left: -15px;
    content: ' ';
    width: 40px;
    height: 1px;
    background-color: #20629c;
    
}
.shouye-items > h2:after {
    position: absolute;
    top: 50%;
    right: -15px;
    content: ' ';
    width: 40px;
    height: 1px;
    background-color: #20629c;
    
}
.shouye-items > p {
    margin: 0 auto 20px;
    width: 700px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.shouye-items .slideBox{
    width:100%;
    position:relative;
}
.shouye-items .slideBox .hd{
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

.shouye-items .slideBox .hd ul{
    margin: 0 auto;
    width: fit-content;
    overflow: auto;
    zoom:1;
}
.shouye-items .slideBox .hd ul li{
    float:left;
    margin-right:10px;
    width:100px;
    height: 35px;
    border: 1px solid #cccccc;
    font-size: 14px;
    line-height: 33px;
    text-align:center;
    color: #777777;
    cursor:pointer;
}
.shouye-items .slideBox .hd ul li.on{
    background-color: #20629c;
    color: #ffffff;
}
.shouye-items .slideBox .bd{
    position:relative;
    z-index:0;
}

/*.shouye-items .slideBox .bd:hover .prev,.shouye-items .slideBox .bd:hover .next {
    visibility: visible;
}*/
.shouye-items .slideBox .bd li{
    zoom:1;
    vertical-align:middle;
}
.shouye-items .slideBox .bd img{
    width:100%;
    display:block;
}

.shouye-items .slideBox .prev {
    visibility: hidden;
    position:absolute;
    left:0;
    top:50%;
    margin-top: -120px;
    padding: 6px 8px;
    display:block;
    z-index: 5;
    background: rgba(0,0,0,0.5);
    /*filter:alpha(opacity=50);opacity:0.5;*/
}
.shouye-items .slideBox .next{
    visibility: hidden;
    position:absolute;
    right:0;
    top:50%;
    margin-top: -120px;
    padding: 6px 8px;
    display:block;
    z-index: 5;
    background: rgba(0,0,0,0.5);
    /*filter:alpha(opacity=80);*/
    /*opacity:0.5;*/
}
.shouye-items .slideBox .bd:hover .prev1,.shouye-items .slideBox .bd:hover .next1 {
    visibility: visible;
}
.shouye-items .slideBox .prev span,
.shouye-items .slideBox .next span {
    font-size: 28px;
}

.shouye-items .slideBox .prev:hover,
.shouye-items .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
/*.shouye-items .slideBox .prevStop{ display:none;  }
.shouye-items .slideBox .nextStop{ display:none;  }*/
.shouye-items .slideBox .bd .items-tc {
    display: none;
    width: 100%;
    height: 50%;
    padding: 30px 60px;
    text-align: center;
    background-color: #f6f6f6;
    /*transform: translate(-50%,50%);
    -ms-transform:translate(-50%,50%);
    -moz-transform:translate(-50%,50%);
    -webkit-transform:translate(-50%,50%);
    -o-transform:translate(-50%,50%);  Opera */
}
.shouye-items .slideBox .bd .items-tc.active {
    display: block;
}
.shouye-items .slideBox .bd .items-tc .title {
    font-size: 16px;
    color: #333333;
}
.shouye-items .slideBox .bd .items-tc .content {
    margin: 20px 0 30px 0;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}
.shouye-items .slideBox .bd .items-tc a {
    display: inline-block;
    height: 35px;
    width: 120px;
    line-height: 33px;
    font-size: 14px;
    text-decoration: none;
}
.shouye-items .slideBox .bd .items-tc .ask {
    background-color: #cf2f31;
    color: #ffffff;
    border: 1px solid #cf2f31;
    margin-right: 10px;
}
.shouye-items .slideBox .bd .items-tc .more {
    background-color: #ffffff;
    color: #cf2f31;
    border: 1px solid #cf2f31;
    margin-left: 10px;
}
/*解决方案样式结束*/
.revision_bg {
    position: relative;
    height: 200px;
    background: url("../images/revision_bg01.jpg") center no-repeat;
    background-size: cover;
}
.revision_bg div {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(110px,-50%);
    -ms-transform:translate(110px,-50%);
    -moz-transform:translate(110px,-50%);
    -webkit-transform:translate(110px,-50%);
    -o-transform:translate(110px,-50%);
}
.revision_bg div p:nth-child(1) {
    margin-bottom: 5px;
    padding-left: 75px;
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
}
.revision_bg div p:nth-child(2) {
    padding-left: 35px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #ffffff;
}
.revision_bg div p:nth-child(3) {
    padding-left: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
}
.revision_bg div p:nth-child(3) i {
    margin-right: 20px;
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url('../images/revision_icon05.png') no-repeat;
    vertical-align: bottom;
}
.revision_bg div p:nth-child(4) {
    margin-left: -28px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #ffffff;
}
/*时间轴样式开始*/

/*时间轴样式结束*/
/*ceo样式开始*/
.shouye-main .ceo {
    position: relative;
    background-color: #f6f6f6;
    padding-top: 30px;
}
.shouye-main .ceo h2 {
    margin: 30px auto 50px;
    position: relative;
    width: 200px;
    text-align: center;
    color: #20629c;
}
.shouye-main .ceo h2:before {
    position: absolute;
    top: 50%;
    left: -15px;
    content: ' ';
    width: 40px;
    height: 1px;
    background-color: #20629c;
    
}
.shouye-main .ceo h2:after {
    position: absolute;
    top: 50%;
    right: -15px;
    content: ' ';
    width: 40px;
    height: 1px;
    background-color: #20629c;
    
}
.shouye-main .ceo h3 {
    padding-left: 30px;
    text-align: center;
    font-size: 24px;
    color: #333333;
}
.shouye-main .ceo h3 span {
    margin-left: 15px;
    font-size: 16px;
}
.shouye-main .ceo .container {
    width: 950px;
}
.shouye-main .ceo .row {
    background-color: #ffffff;
}
.shouye-main .ceo .ceo-pic img {
    width: 100%;
    transform: translate(0,-50px);
    -ms-transform:translate(0,-50px);
    -moz-transform:translate(0,-50px);
    -webkit-transform:translate(0,-50px);
    -o-transform:translate(0,-50px);
    
}
.shouye-main .ceo .ceo-info {
    color: #20629c;
}
.shouye-main .ceo .ceo-info h3 {
    margin-top: 70px;
    margin-bottom: 0;
}
.shouye-main .ceo .ceo-info p:nth-child(2) {
    font-size: 16px;
    color: #999999;
}
.shouye-main .ceo .ceo-info p:last-child {
    margin-top: 30px;
    font-size: 14px;
    color: #777777;
}
.shouye-main .txtMarquee-left{
    position:relative; 
}
.shouye-main .txtMarquee-left .line {
    width: 100%;
    height: 1px;
    background-color: #d0d0d0;
    position: absolute;
    top: 82px;
    left:0;
    z-index: 998;
}
.shouye-main .txtMarquee-left .prev{
    visibility: visible;
    display: inline-block;
    position: absolute;
    top: 84px;
    left: 50%;
    margin-left: -600px;
    padding: 6px 8px;
    z-index: 5;
    cursor: pointer;
}
.shouye-main .txtMarquee-left .next{ 
    visibility: visible;
    display: inline-block;
    position: absolute;
    top: 84px;
    right: 50%;
    margin-right: -600px;
    padding: 6px 8px;
    z-index: 5;
    cursor: pointer;
}

.shouye-main .txtMarquee-left .prev span,
.shouye-main .txtMarquee-left .next span {
    color: #d0d0d0;
    font-size: 25px;
}
.shouye-main .txtMarquee-left .mask-left {
    height: 150px;
    width: 300px;
    background: url(../images/mask-left.png) no-repeat;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -560px;
    padding: 6px 8px;
    z-index: 5;
}
.shouye-main .txtMarquee-left .mask-right {
    height: 150px;
    width: 300px;
    background: url(../images/mask-right.png) no-repeat;
    position: absolute;
    top: 40px;
    right: 50%;
    margin-right: -560px;
    padding: 6px 8px;
    z-index: 5;
}
.shouye-main .txtMarquee-left .bd{
    margin: 0 auto;
    width: 1140px;
    padding: 40px 10px; 
    
}
.shouye-main .txtMarquee-left .tempWrap {
    width: 100% !important;
}
.shouye-main .txtMarquee-left .bd ul{ 
    overflow:hidden;
    zoom:1; 
}
.shouye-main .ceo .infoList li {
    width: 33%;
}
.shouye-main .ceo .infoList li p:first-child {
    padding: 10px 30px; 
    margin:0;
}
.shouye-main .ceo .infoList li p:first-child span:nth-child(2n-1) {
    font-size: 16px;
    color: #20629c;
} 
.shouye-main .ceo .infoList li p:first-child span:nth-child(2n) {
    font-size: 12px;
    color: #666666;
} 
.shouye-main .ceo .infoList li p:last-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    padding: 10px 30px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}

/*ceo样式结束*/
/*关于华烨样式开始*/
.shouye-main .about {
    padding-top: 60px;
    padding-bottom: 60px;
    height: 650px;
    background: url('../images/revision_bg03.jpg') center no-repeat;
    background-size: cover;
}
.shouye-main .about h2 {
    margin: 30px auto 50px;
    position: relative;
    width: 200px;
    text-align: center;
    color: #ffffff;
}
.shouye-main .about h2:before {
    position: absolute;
    top: 50%;
    left: -15px;
    content: ' ';
    width: 40px;
    height: 1px;
    background-color: #ffffff;
    
}
.shouye-main .about h2:after {
    position: absolute;
    top: 50%;
    right: -15px;
    content: ' ';
    width: 40px;
    height: 1px;
    background-color: #ffffff;
    
}
.shouye-main .about > p {
    margin: 0 auto;
    width: 700px;
    text-align: center;
    font-size: 14px;
    color: #aaaaaa;
}
.shouye-main .about div {
    margin: 60px auto;
    width: 320px;
    overflow: auto;
}
.shouye-main .about div a {
    float: left;
    margin: 0 20px;
    display: inline-block;
    height: 35px;
    width: 120px;
    border: 1px solid #ffffff;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
}
.shouye-main .about div a:hover {
    background-color: #ffffff;
    color:#cf2f31;
}
.shouye-main .about ul {
    margin: 0 auto;
    width: 1140px;
    overflow: auto;
}
.shouye-main .about ul li {
    padding: 0 35px;
    float: left;
    width: 25%;
    text-align: center;
}
.shouye-main .about ul li i {
    margin: 0 auto 8px;
    display: block;
    width: 64px;
    height: 64px;
}

.shouye-main .about ul li:nth-child(1) i {
    background: url('../images/revision_icon06.png') no-repeat;
}
.shouye-main .about ul li:nth-child(2) i {
    background: url('../images/revision_icon07.png') no-repeat;
}
.shouye-main .about ul li:nth-child(3) i {
    background: url('../images/revision_icon08.png') no-repeat;
}
.shouye-main .about ul li:nth-child(4) i {
    background: url('../images/revision_icon09.png') no-repeat;
}
.shouye-main .about ul li p:nth-child(2) {
    font-size: 20px;
    color: #ffffff;
}
.shouye-main .about ul li p:nth-child(3) {
    font-size: 14px;
    color: #aaaaaa;
}
.shouye-main .about 
/*关于华烨样式结束*/
/*案例展示样式开始*/
.shouye-main .case {
    background-color: #ffffff;
    padding: 60px 0;
}
.shouye-main .case h2 {
    margin: 30px auto 50px;
    position: relative;
    width: 200px;
    text-align: center;
    color: #20629c;
}
.shouye-main .case h2:before {
    position: absolute;
    top: 50%;
    left: -15px;
    content: ' ';
    width: 40px;
    height: 1px;
    background-color: #20629c;
    
}
.shouye-main .case h2:after {
    position: absolute;
    top: 50%;
    right: -15px;
    content: ' ';
    width: 40px;
    height: 1px;
    background-color: #20629c;
    
}
.shouye-main .case .container {
    margin-bottom: 60px;
    padding: 0;
    background-color: #f6f6f6;
}
.shouye-main .case .slideBox {
    overflow: auto;
}
.shouye-main .case .bd {
    float: left;
    display: inline-block;
    width: 70%;
}
.shouye-main .case .bd li {
    overflow: hidden;
    max-height: 500px;
    position: relative;
}
.shouye-main .case .bd li a {
    display: block;
    text-decoration: none;
}
.shouye-main .case .bd li div {
    padding: 10px 150px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
}
.shouye-main .case .bd li div h4 {
    font-size: 18px;
    color: #ffffff;
}
.shouye-main .case .bd li div p {
    font-size: 12px;
    color: #ffffff;
}
.shouye-main .case .content {
    padding: 30px 50px 30px 30px;
    float: left;
    display: inline-block;
    width: 30%;
}
.shouye-main .case .content > a {
    margin: 40px auto 20px;
    display: block;
    width: 120px;
    height: 35px;
    background-color: #cf2f31;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
}
.shouye-main .case .content-menu {
    border-bottom: 1px solid #dadada;
}
.shouye-main .case .content-menu a {
    display: inline-block;
    width: 120px;
    height: 35px;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #333333;
}
.shouye-main .case .content-menu a.active {
    color: #ffffff;
    background-color: #20629c;
}
.shouye-main .case .content-list .hd {
    overflow: hidden;
    max-height: 310px;
    display: none;
}
.shouye-main .case .content-list .hd.active {
    display: block;
}
.shouye-main .case .content-list .hd li {
    border-bottom: 1px dashed #dadada;
}
.shouye-main .case .content-list .hd li.on a {
    color: #20629c;
}
.shouye-main .case .content-list .hd a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    font-size: 14px;
    color: #666666;
}
.shouye-main .case .content-list .hd a:hover {
    color: #20629c;
}
/*案例展示样式结束*/
/*news样式开始*/
.shouye-main .news {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f6f6f6;
}
.shouye-main .news h3 {
    padding: 5px 0;
    position: relative;
    text-align: left;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #d0d0d0;
    color: #20629c;
}
.shouye-main .news h3:after {
    content: ' ';
    width: 100px;
    height: 3px;
    background-color: #cf2f31;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.shouye-main .news .row .row > div:first-child {
    padding: 8px 8px 0 15px;
}
.shouye-main .news .row .row > div:last-child {
    padding: 0 15px 0 8px;
}
.shouye-main .news .content-one a {
    display: block;
    text-decoration: none;
}
.shouye-main .news .content-one a img {
    display: block;
    height: 150px;
}
.shouye-main .news .content-one div {
    padding: 19px 15px;
    background-color: #ffffff;
}
.shouye-main .news .content-one div p:first-child {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shouye-main .news .content-one:hover div p:first-child{
    color:#20629c;
}
.shouye-main .news .content-one div p:last-child {
    margin: 0;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.shouye-main .news .content-twe ul {
    margin: 0;
}
.shouye-main .news .content-twe li {
    padding: 8px 15px;
    border-bottom: 1px dashed #d0d0d0;
}
.shouye-main .news .content-twe a {
    display: block;
    overflow: auto;
    text-decoration: none;
}
.shouye-main .news .content-twe a > div:first-child {
    float: left;
    height: 70px;
    width: 70px;
    background-color: #20629c;
    text-align: center;
}
.shouye-main .news .content-twe a > div:first-child p:first-child {
    margin: 0;
    font-size: 30px;
    color: #ffffff;
}
.shouye-main .news .content-twe a > div:first-child p:last-child {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}
.shouye-main .news .content-twe a > div:last-child {
    padding-left: 80px;
    width: auto;
}
.shouye-main .news .content-twe a > div:last-child p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
}
.shouye-main .news .content-twe a:hover > div:last-child p:first-child {
    color: #20629c;
}
.shouye-main .news .content-twe a > div:last-child p:last-child {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #666666;
}
.shouye-main .news video {
    margin-top: 10px;
    width: 100%;
    height: 250px;
}
/*news样式结束*/
/*联系我们*/
.shouye-main .revision-contact {
    background-color: #ffffff;
    padding: 60px 0;
}
.shouye-main .revision-contact h2 {
    margin: 10px auto 15px;
    position: relative;
    width: 200px;
    text-align: center;
    color: #20629c;
}
.shouye-main .revision-contact h2:before {
    position: absolute;
    top: 50%;
    left: -15px;
    content: ' ';
    width: 40px;
    height: 1px;
    background-color: #20629c;
    
}
.shouye-main .revision-contact h2:after {
    position: absolute;
    top: 50%;
    right: -15px;
    content: ' ';
    width: 40px;
    height: 1px;
    background-color: #20629c;
    
}
.shouye-main .revision-contact > p {
    margin: 0 auto 40px;
    width: 50%;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.shouye-main .revision-contact ul {
    overflow: auto;
}
.shouye-main .revision-contact ul li {
    width: 33.3333333%;
    float: left;
}
.shouye-main .revision-contact ul li i {
    margin: 0 auto 15px;
    display: block;
    width: 46px;
    height: 46px;
}
.shouye-main .revision-contact ul li:nth-child(1) i {
    background: url("../images/revision_icon010.png") no-repeat;
}
.shouye-main .revision-contact ul li:nth-child(2) i {
    background: url("../images/revision_icon011.png") no-repeat;
}
.shouye-main .revision-contact ul li:nth-child(3) i {
    background: url("../images/revision_icon012.png") no-repeat;
}
.shouye-main .revision-contact ul li p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
/*首页主体样式结束*/

/*解决方案样式开始*/
.solution-main {
    margin-top: 147px;
}
.solution-main .qa {
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
}
.solution-main .qa h3 {
    margin-bottom: 30px;
    text-align: center;
    color: #20629c;
}
.solution-main .qa div p:nth-child(1) {
    font-size: 16px;
    color: #cf2f31;
}
.solution-main .qa div p:nth-child(2) {
    font-size: 14px;
    color: #666666;
}
.solution-main .qa div:nth-child(3) {
    position: absolute;
    top: 25%;
    right: 50%;
    transform: translateX(-30%);
    -ms-transform:translateX(-30%);
    -moz-transform:translateX(-30%);
    -webkit-transform:translateX(-30%);
    -o-transform:translateX(-30%);
    text-align: right;
}
.solution-main .qa div:nth-child(4) {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(30%);
    -ms-transform:translateX(30%);
    -moz-transform:translateX(30%);
    -webkit-transform:translateX(30%);
    -o-transform:translateX(30%);
    text-align: left;
}
.solution-main .qa div:nth-child(5) {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(-40%);
    -ms-transform:translateX(-40%);
    -moz-transform:translateX(-40%);
    -webkit-transform:translateX(-40%);
    -o-transform:translateX(-40%);
    text-align: right;
}
.solution-main .qa div:nth-child(6) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(45%);
    -ms-transform:translateX(45%);
    -moz-transform:translateX(45%);
    -webkit-transform:translateX(45%);
    -o-transform:translateX(45%);
    text-align: left;
}
.solution-main .qa div:nth-child(7) {
    position: absolute;
    bottom: 13%;
    right: 50%;
    transform: translateX(-30%);
    -ms-transform:translateX(-30%);
    -moz-transform:translateX(-30%);
    -webkit-transform:translateX(-30%);
    -o-transform:translateX(-30%);
    text-align: right;
}
.solution-main .qa div:nth-child(8) {
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translateX(30%);
    -ms-transform:translateX(30%);
    -moz-transform:translateX(30%);
    -webkit-transform:translateX(30%);
    -o-transform:translateX(30%);
    text-align: left;
}

.solution-main .manager {
    padding: 50px 0 30px;
    background-color: #f8f8f8;
}
.solution-main .manager h3 {
    margin-bottom: 40px;
    text-align: center;
    color: #20629c;
}
.solution-main .manager .row > a {
    display: inline-block;
    position: relative;
    padding: 60px 30px 0;
    text-align: center;
    transition: all 0.1s ease 0s;
    text-decoration: none;
    cursor: pointer;
}
.solution-main .manager .row a img {
    width: 70%;
}
.solution-main .manager .row a div {
    visibility: hidden;
    padding: 0 30px;
    height: 35%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #20629c;
    text-align: center;
    color: #ffffff;
    transition: all 0.1s ease 0s;
}
.solution-main .manager .row a div p:nth-child(1) {
    margin-top: 5%;
    font-size: 16px;
    color: #ffffff;
}
.solution-main .manager .row a div p:nth-child(n+2) {
    font-size: 14px;
    color: #ffffff;
}
.solution-main .manager .row a div p:nth-child(3) {
    margin-top: 5%;
}
.solution-main .manager .row > a:hover {
    box-shadow: 0 0 15px #f0f0f0;
    -webkit-box-shadow: 0 0 15px #f0f0f0;
    -moz-box-shadow: 0 0 15px #f0f0f0;
    background-color: #ffffff;

}
.solution-main .manager .row > a:hover div {
    visibility: visible;
}

.solution-main .phone {
    margin-top: 80px;
    background-color: #20629c;
}
.solution-main .phone .container {
    padding: 30px 50px;
    background-color: #ffffff;
    transform: translateY(-25%);
    -ms-transform:translateY(-25%);
    -moz-transform:translateY(-25%);
    -webkit-transform:translateY(-25%);
    -o-transform:translateY(-25%);
    box-shadow: 0 -7px 9px #f0f0f0;
    -webkit-box-shadow: 0 -7px 9px #f0f0f0;
    -moz-box-shadow: 0 -7px 9px #f0f0f0;
}
.solution-main .phone .container div {
    border: 1px solid #333333;
}
.solution-main .phone .container div p:nth-child(1) {
    width: 500px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    background-color: #ffffff;
    text-align: center;
    font-size: 30px;
    color: #333333;
}
.solution-main .phone .container div p:nth-child(1) span {
    color: #cf2f31;
}
.solution-main .phone .container div p:nth-child(2) {
    width: 800px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    transform: translateY(50%);
    -ms-transform:translateY(50%);
    -moz-transform:translateY(50%);
    -webkit-transform:translateY(50%);
    -o-transform:translateY(50%);
    background-color: #ffffff;
    text-align: center;
    font-size: 18px;
    color: #20629c;
}

.solution-main .case .row {
    padding-top: 60px;
    padding-bottom: 60px;
}
.solution-main .case .row h4 {
    margin-bottom: 20px;
    padding: 0 5px;
    text-align: left;
    color: #20629c;
}
.solution-main .case .row a:nth-child(-n+4) {
    padding: 0 5px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    height: 300px;
    text-align: center;
}
.solution-main .case .row a:nth-child(-n+4) div {
    line-height: 300px;
}
.solution-main .case .row a:nth-child(n+5) {
    padding: 0 5px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    height: 350px;
    text-align: center;
}
.solution-main .case .row a:nth-child(n+5) div {
    line-height: 350px;
}
.solution-main .case .row a img {
    width: 100%;
    height: 100%;
}
.solution-main .case .row a div {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.1s ease 0s;
}
.solution-main .case .row a:hover div {
    display: block;
}
/*解决方案样式结束*/
/*方案展示样式开始*/
.solution-show-main {
    margin-top: 147px;
}
.solution-show-main .value {
    padding-top: 60px;
    padding-bottom: 60px;
}
.solution-show-main .value h3 {
    margin-bottom: 20px;
    text-align: center;
    color: #20629c;
}
.solution-show-main .value .row > p {
    margin: 0 auto 40px;
    width: 60%;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.solution-show-main .value .row div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.solution-show-main .value .row div p {
    margin: 0 0 0 10px;
    font-size: 16px;
    color: #333333;
}
.solution-show-main .value .row div i {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.solution-show-main .value .row div:nth-child(3) i {
    background: url('../images/solution_show_icon01.png') no-repeat;
    background-size: 100%;
}
.solution-show-main .value .row div:nth-child(4) i {
    background: url('../images/solution_show_icon02.png') no-repeat;
    background-size: 100%;
}
.solution-show-main .value .row div:nth-child(5) i {
    background: url('../images/solution_show_icon03.png') no-repeat;
    background-size: 100%;
}
.solution-show-main .domain {
    background-color: #f7f7f7;
    padding: 50px 0;
}
.solution-show-main .domain .container > h3 {
    margin-bottom: 50px;
    text-align: center;
    color: #20629c;
}
.solution-show-main .domain .row {
    position: relative;
}
.solution-show-main .domain .col-sm-3 {
    padding-right: 0;
    height: 480px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
}
.solution-show-main .domain .col-sm-3 div {
    text-align: center;
}
.solution-show-main .domain .col-sm-3 div h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #888888;
    font-weight: bold;
}
.solution-show-main .domain .col-sm-3 div p {
    font-size: 14px;
}
.solution-show-main .domain .col-sm-9 {
    padding-left: 0;
    height: 480px;
    /*padding-left: 15px;
    padding-right: 0;*/
}
.solution-show-main .domain .domain-list {
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;

}
.solution-show-main .domain .domain-list.active {
    display: block;

}
.solution-show-main .domain .slideBox{
    width:100%;
    position:relative;
}
.solution-show-main .domain .slideBox .bd{
    position:relative;
    z-index:0;
}
/*.shouye-items .slideBox .bd:hover .prev,.shouye-items .slideBox .bd:hover .next {
    visibility: visible;
}*/
.solution-show-main .domain .slideBox .bd li{
    overflow: hidden;
    zoom:1;
    vertical-align:middle;
}
.solution-show-main .domain .slideBox .bd img{
    display:block;
    width: 100%;
}

.solution-show-main .domain .prev2 {
    visibility: hidden;
    position:absolute;
    right: 75%;
    top: 50%;
    margin-top: -22px;
    padding: 6px 8px;
    display:block;
    z-index: 5;
    background: rgba(0,0,0,0.5);
    /*filter:alpha(opacity=50);opacity:0.5;*/
}
.solution-show-main .domain .next2{
    visibility: hidden;
    position:absolute;
    left: 25%;
    top: 50%;
    margin-top: -22px;
    padding: 6px 8px;
    display:block;
    z-index: 5;
    background: rgba(0,0,0,0.5);
    /*filter:alpha(opacity=80);*/
    /*opacity:0.5;*/
}
.solution-show-main .domain .row:hover .prev2,.solution-show-main .domain .row:hover .next2 {
    visibility: visible;
}
.solution-show-main .domain .prev2 span,
.solution-show-main .domain .next2 span {
    font-size: 28px;
}

.solution-show-main .domain .prev2:hover,
.solution-show-main .domain .next2:hover{ filter:alpha(opacity=100);opacity:1;  }
.solution-show-main .case {
    background-color: #f7f7f7;
    padding: 50px 0;
}
.solution-show-main .case h3 {
    margin-bottom: 50px;
    text-align: center;
    color: #20629c;
}
.solution-show-main .case a {
    margin-bottom: 30px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.solution-show-main .case a div {
   border: 1px solid #20629c;
}
.solution-show-main .case a p {
    margin-bottom: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-color: #ffffff;
    font-size: 16px;
    color: #333333;
}
.solution-show-main .case a img {
    width: 100%;
}
.solution-show-main .product .container {
    transform: translateY(60px);
    -ms-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -o-transform: translateY(60px);
}
.solution-show-main .product h3 {
    margin-bottom: 0;
    text-align: center;
    color: #20629c;
}
.solution-show-main .product a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.solution-show-main .product a div {
    border: 1px solid #cf2f31;
    background-color: #ffffff;
}
.solution-show-main .product a p {
    margin-bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #cf2f31;
    font-size: 16px;
    color: #ffffff;
}
.solution-show-main .product a img {
    width: 100%;
}
.solution-show-main .product div:nth-child(2) {
    text-align: center;
    background-color: #20629c;
}
.solution-show-main .product div:nth-child(2) a {
    margin: 120px auto 60px;
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ffffff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.solution-show-main .product div:nth-child(2) a:hover {
    color: #cf2f31;
}
/*方案展示样式结束*/

/*品牌介绍样式开始*/
.brand-main {
    margin-top: 147px;
}
.brand-main .brand-map {
    position: relative;
}
.brand-main .brand-map .content-one {
    width: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-120px,20px);
    -ms-transform:translate(-120px,20px);
    -moz-transform:translate(-120px,20px);
    -webkit-transform:translate(-120px,20px);
    -o-transform:translate(-120px,20px);
    text-align: left;
}
.brand-main .brand-map .content-one h3 {
    color: #20629c;
}
.brand-main .brand-map .content-one p {
    font-size: 14px;
    color: #666666;
}
.brand-main .brand-map .content-twe {
    width: 380px;
    max-height: 360px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-570px,-50%);
    -ms-transform:translate(-570px,-50%);
    -moz-transform:translate(-570px,-50%);
    -webkit-transform:translate(-570px,-50%);
    -o-transform:translate(-570px,-50%);
    background-color: #20629c;
    text-align: center;
}
.brand-main .brand-map .content-twe p:nth-child(1) {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #ffffff;
    border-bottom: 1px solid #1c6fba;
}
.brand-main .brand-map .content-twe p:nth-child(2) {
    padding: 0 20px 15px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}
.brand-main .brand-map .content-twe a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    width: 100px;
    border: 1px solid #ffffff;
    margin-bottom: 20px;
}
.brand-main .brand-map .content-twe a:hover {
     color: #cf2f31;
 }
.brand-main .brand-solgen {
    padding-top: 50px;
    padding-bottom: 60px;
}
.brand-main .brand-solgen h3 {
    margin-bottom: 50px;
    text-align: center;
    color: #20629c;
}
.brand-main .brand-solgen .content-one .row {
    background-color: #f8f8f8;
}
.brand-main .brand-solgen .content-one .row div:nth-child(1) {
    padding: 0;
}
.brand-main .brand-solgen .content-one .row div:nth-child(2) {
    padding: 60px 80px;
    text-align: center;
}
.brand-main .brand-solgen .content-one .row span {
    font-size: 14px;
    width: 25px;
    color: #cf2f31;
}
.brand-main .brand-solgen .content-one .row div:nth-child(2) p:nth-child(1) {
    margin-bottom: 0;
    font-size: 20px;
    color: #cf2f31;
}
.brand-main .brand-solgen .content-one .row div:nth-child(2) p:nth-child(3) {
    font-size: 16px;
    color: #cf2f31;
}
.brand-main .brand-solgen .content-twe .row {
    background-color: #f8f8f8;
}
.brand-main .brand-solgen .content-twe .row div:nth-child(2) {
    padding: 0;
}
.brand-main .brand-solgen .content-twe .row div:nth-child(1) {
    padding: 60px 80px;
    text-align: center;
}
.brand-main .brand-solgen .content-twe .row div:nth-child(1) span {
    font-size: 14px;
    color: #cf2f31;
}
.brand-main .brand-solgen .content-twe .row div:nth-child(1) p:nth-child(1) {
    margin-bottom: 0;
    font-size: 20px;
    color: #cf2f31;
}
.brand-main .brand-solgen .content-twe .row div:nth-child(1) p:nth-child(3) {
    font-size: 16px;
    color: #cf2f31;
}
.brand-main .brand-banner03 {
    padding-bottom: 60px;
}
.brand-main .brand-honor {
    background-color: #f8f8f8;
}
.brand-main .brand-honor .row {
    padding-top: 50px;
    padding-bottom: 5px;
}
.brand-main .brand-honor .row h3 {
    margin-bottom: 50px;
    text-align: center;
    color: #20629c;
}
.brand-main .brand-honor .row div {
    position: relative;
    text-align: center;
}
.brand-main .brand-honor .row div img {
    width: 100%;
}
.brand-main .brand-honor .row div p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    color: #cf2f31;
    text-align: center;
}
.brand-main .brand-manager {
    padding: 90px 0 30px;
    margin-top: 60px;
    background-color: #f8f8f8;
}
.brand-main .brand-manager .content-one h4 {
    color: #333333;
}
.brand-main .brand-manager .content-one p:nth-child(2) {
    font-size: 14px;
    color: #999999;
}
.brand-main .brand-manager .content-one p:nth-child(3) {
    margin-top: 50px;
    font-size: 14px;
    color: #999999;
}
.brand-main .brand-manager .content-twe div a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s ease 0s;
}
.brand-main .brand-manager .content-twe div a img {
    width: 80%;
}
.brand-main .brand-manager .content-twe div a div {
    visibility: hidden;
    height: 30%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/brand_bg06.png') no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all 0.1s ease 0s;
}
.brand-main .brand-manager .content-twe div a div p:nth-child(1) {
    padding-left: 30px;
    text-align: left;
    font-size: 16px;
    color: #ffffff;
}
.brand-main .brand-manager .content-twe div a div p:nth-child(2) {
    padding-left: 30px;
    text-align: left;
    font-size: 14px;
    color: #ffffff;
}
.brand-main .brand-manager .content-twe div a:hover {
    box-shadow: 0 0 5px #ffffff;
    -webkit-box-shadow: 0 0 5px #ffffff;
    -moz-box-shadow: 0 0 5px #ffffff;
    background-color: #ffffff;
}
.brand-main .brand-manager .content-twe div a:hover div {
    visibility: visible;
}
.brand-main .brand-cooper {
    padding-top: 40px;
    padding-bottom: 60px;
}
.brand-main .brand-cooper h3 {
    margin-bottom: 50px;
    text-align: center;
    color: #20629c;
}
.brand-main .brand-cooper .picScroll-left{
    width: 100%;
    overflow:hidden;
    position:relative;
}
.brand-main .brand-cooper .picScroll-left:hover .prev,.brand-main .brand-cooper .picScroll-left:hover .next {
    visibility: visible;
}
.brand-main .brand-cooper .picScroll-left .prev {
    visibility: hidden;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -22px;
    padding: 6px 8px;
    background-color: #20629c;
    z-index: 5;
    cursor: pointer;
}
.brand-main .brand-cooper .picScroll-left .prev span {
    margin-top: 2px;
    font-size: 28px;
}
.brand-main .brand-cooper .picScroll-left .prev:hover {
    color: #ffffff;
}
.brand-main .brand-cooper .picScroll-left .next {
    visibility: hidden;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -22px;
    padding: 6px 8px;
    background-color: #20629c;
    z-index: 5;
    cursor: pointer;
}
.brand-main .brand-cooper .picScroll-left .next span {
    margin-top: 2px;
    font-size: 28px;
}
.brand-main .brand-cooper .picScroll-left .next:hover {
    color: #ffffff;
}
.brand-main .brand-cooper .picScroll-left .bd ul{
    width: 100%;
    overflow:hidden;
    zoom:1;
}
.brand-main .brand-cooper .picScroll-left .bd ul li{
    margin:0 10px;
    width:-moz-calc(25% - 20px);
    width:-webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.brand-main .brand-cooper .picScroll-left .bd ul li .pic{
    text-align:center;
    overflow: hidden;
}

.brand-main .brand-cooper .picScroll-left .bd ul li .pic img{
    width: 100%;
    display:block;
    transition: all 1s ease 0s;
}
.brand-main .brand-cooper .picScroll-left .bd ul li .pic img:hover {
    transform: scale(1.2);
}
/*品牌介绍样式结束*/

/*篷房中心样式开始*/
.product-main {
    margin-top: 147px;
}
.product-main .product-banner > div {
    margin: 0 auto;
    width: 1140px;
    padding: 15px 0;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-main .product-banner > div a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.product-main .product-banner > div a:hover p {
    color: #cf2f31;
}
.product-main .product-banner > div a img {
    transition: all 1s ease 0s;
    width: 100%;
}
.product-main .product-banner > div a img:hover {
    transform: scale(1.2);
}
.product-main .product-banner > div a p {
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
    color: #333333;
}
.product-main .product-list .mob {
    display: none;
}
.product-main .product-list {
    padding-top: 50px;
    padding-bottom: 70px;
}
.product-main .product-list h3 {
    text-align: center;
    margin-bottom: 40px;
    color: #20629c;
}
.product-main .product-list .item_list {
    margin-top: 10px;
    width: 220px;
    float: left;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #20629c;
}
.product-main .product-list .item_list a {
    position: relative;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
}
.product-main .product-list .item_list:hover p {
    background-color: #cf2f31;
}
.product-main .product-list .item_list a img {
    transition: all 1s ease 0s;
    width: 100%;
}
.product-main .product-list .item_list a img:hover {
    transform: scale(1.2);
}
.product-main .product-list .item_list p {
    margin: 0 auto 5px;
    width: 95%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #bababa;
    border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -ms-border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -ms-border-top-right-radius: 2px;
    box-shadow: 0 0 0 1px #bababa;
    color: #ffffff;
}
.product-main .product-banner02 {
    position: relative;
}
.product-main .product-banner02 > p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-570px,-50%);
    -ms-transform:translate(-570px,-50%);
    -moz-transform:translate(-570px,-50%);
    -webkit-transform:translate(-570px,-50%);
    -o-transform:translate(-570px,-50%);
    font-size: 16px;
    color: #20629c;

}
.product-main .product-banner02 > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%,-50%);
    -ms-transform:translate(-100%,-50%);
    -moz-transform:translate(-100%,-50%);
    -webkit-transform:translate(-100%,-50%);
    -o-transform:translate(-100%,-50%);

}
.product-main .product-banner02 > div p:nth-child(2n-1) {
    font-size: 14px;
    color: #ffffff;
}
.product-main .product-banner02 > div p:nth-child(2) {
    font-size: 18px;
    color: #ffffff;
}
.product-main .product-advantage {

}
.product-main .product-advantage .advantage-one {
    transform: translateY(-20%);
    -ms-transform:translateY(-20%);
    -moz-transform:translateY(-20%);
    -webkit-transform:translateY(-20%);
    -o-transform:translateY(-20%);
    box-shadow: 0 5px 20px #f2f4f6;
    -webkit-box-shadow: 0 5px 20px #f2f4f6;
    -moz-box-shadow: 0 5px 20px #f2f4f6;
    background: url('../images/product_bg01.png') no-repeat;
    background-size: cover;
}
.product-main .product-advantage .advantage-one .row h4 {
    margin: 30px 0 20px;
    text-align: center;
    color: #20629c;
}
.product-main .product-advantage .advantage-one .row .content-one li:nth-child(2n-1) {
    text-align: right;
    font-size: 16px;
    color: #cf2f31;
}
.product-main .product-advantage .advantage-one .row .content-one li:nth-child(2n) {
    text-align: right;
    font-size: 14px;
    color: #333333;
}
.product-main .product-advantage .advantage-one .row .content-twe {
    display: table;
    height: 100%;
}
.product-main .product-advantage .advantage-one .row .content-twe p {
    display: table-cell;
    text-align: center;
    font-size: 16px;
    color: #cf2f31;
}
.product-main .product-advantage .advantage-one .row .content-tre li:nth-child(2n-1) {
    text-align: left;
    font-size: 16px;
    color: #cf2f31;
}
.product-main .product-advantage .advantage-one .row .content-tre li:nth-child(2n) {
    text-align: left;
    font-size: 14px;
    color: #333333;
}
.product-main .product-advantage .advantage-twe {
    position: relative;
}
.product-main .product-advantage .advantage-twe div {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,100%);
    -ms-transform:translate(-50%,100%);
    -moz-transform:translate(-50%,100%);
    -webkit-transform:translate(-50%,100%);
    -o-transform:translate(-50%,100%);
    text-align: center;
}
.product-main .product-advantage .advantage-twe div h4 {
    font-size: 24px;
    color: #222222;
}
.product-main .product-advantage .advantage-twe div p {
    font-size: 16px;
    color: #222222;
}
.product-main .product-advantage .advantage-tre {
    margin-top: 50px;
}
.product-main .product-advantage .advantage-tre .content-one {
    position: relative;
    text-align: center;
}
.product-main .product-advantage .advantage-tre .content-one div:nth-child(1) {
    margin-top: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    text-align: center;
}
.product-main .product-advantage .advantage-tre .content-one div:nth-child(1) h4 {
    font-size: 24px;
    color: #ffffff;
}
.product-main .product-advantage .advantage-tre .content-one div:nth-child(1) p {
    font-size: 16px;
    color: #ffffff;
}
.product-main .product-advantage .advantage-tre .content-one div:nth-child(3) span {
    display: inline-block;
    margin-top: 30px;
    font-size: 25px;
    color: #666666;
}
.product-main .product-advantage .advantage-tre .content-one div:nth-child(3) h4 {
    color: #333333;
}
.product-main .product-advantage .advantage-tre .content-one div:nth-child(3) p {
    font-size: 14px;
    color: #666666;
}
.product-main .product-advantage .advantage-fou {
    margin-top: 50px;
    margin-bottom: 50px;
}
.product-main .product-advantage .advantage-fou .content-one {
    position: relative;
    text-align: center;
}
.product-main .product-advantage .advantage-fou div {
    margin-top: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    text-align: center;
}
.product-main .product-advantage .advantage-fou div h4 {
    font-size: 24px;
    color: #222222;
}
.product-main .product-advantage .advantage-fou  div p {
    font-size: 16px;
    color: #222222;
}
/*篷房中心样式结束*/

/*篷房列表样式开始*/
.product-list-main {
    margin: 147px 0 20px;
}
.product-list-main .product-advantage .row {
    padding-top: 50px;
    padding-bottom: 60px;
}
.product-list-main .product-advantage h3 {
    margin-bottom: 50px;
    text-align: center;
    color: #20629c;
}
.product-list-main .product-advantage .row > div {
    padding-top: 15px;
    padding-bottom: 15px;
}
.product-list-main .product-advantage .row .content {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    /*-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
    background-color: #f7f7f7;

}
.product-list-main .product-advantage .row .content div {
    margin: 0 auto;
    width: 95px;
    height: 95px;
}
.product-list-main .product-advantage .row > div:nth-child(2) div div {
    background: url('../images/01.png') no-repeat;
    background-size: 100%;
}
.product-list-main .product-advantage .row > div:nth-child(3) div div {
    background: url('../images/02.png') no-repeat;
    background-size: 100%;
}
.product-list-main .product-advantage .row > div:nth-child(4) div div {
    background: url('../images/03.png') no-repeat;
    background-size: 100%;
}
.product-list-main .product-advantage .row div p:nth-child(2) {
    margin-top: 30px;
    font-size: 16px;
    color: #cf2f31;
}
.product-list-main .product-advantage .row div p:nth-child(3) {
    margin-top: 10px;
    font-size: 14px;
    color: #777777;
}
.product-list-main .product-list {
    border-top: 1px solid #b2b2b2;
}
.product-list-main .product-list .content-one h4 {
    color: #20629c;
}
.product-list-main .product-list .content-one p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
}
.product-list-main .product-list .content-one ul {
    overflow: hidden;
}
.product-list-main .product-list .content-one li {
    float: left;
    width: 30px;
    height: 20px;
    line-height: 20px;
    margin: 0 10px;
}
.product-list-main .product-list .content-one li a {
    display: inline-block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    color: #666666;
}
.product-list-main .product-list .content-one li.active a {
    color: #20629c;
}
.product-list-main .product-list .content-twe .row > p {
    margin: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #b8382f;
    border-bottom: 1px solid #b2b2b2;
}
.product-list-main .product-list .content-twe .row > a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
}
.product-list-main .product-list .content-twe .row a img {
    width: 90%;
    border: 1px solid #b2b2b2;
}
.product-list-main .product-list .content-twe .row a p:nth-child(2){
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}
.product-list-main .product-list .content-twe .row a p:nth-child(n+3){
    font-size: 12px;
    color: #666666;
    margin-bottom: 5px;
}
.product-list-main .product-list .content-tre {
    margin: 20px 0;
    overflow: hidden;
}
.product-list-main .product-list .content-tre a {
    display: inline-block;
    margin-right: 15px;
    float: left;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.product-list-main .product-list .content-tre a.active {
    color: #20629c;
}
.product-list-main .product-list .content-tre span {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #666666;
    margin-top: 3px;
    cursor: pointer;
}
.product-list-main .product-recommend {
    background: url('../images/product-list_banner02.png') no-repeat;
    background-size: cover;
}
.product-list-main .product-recommend .row {
    padding-top: 50px;
    padding-bottom: 60px;
}
.product-list-main .product-recommend .row h3 {
    text-align: center;
    color: #20629c;
    margin-bottom: 50px;
}
.product-list-main .product-recommend .row a {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.product-list-main .product-recommend .row img {
    width: 100%;
}
.product-list-main .product-recommend .row a div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    height: 70%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background-color: #cddff1;
    text-align: center;
    font-size: 14px;
}
/*篷房列表样式结束*/

/*篷房详情样式开始*/
.product-show-main {
    margin: 147px 0 20px;
}
.product-show-main .product-show-list {
    margin-top: 30px;
}
.product-show-main .product-show-list .content-one > div {
    border: 1px solid #dddddd;
    padding: 15px;
}
.product-show-main .product-show-list .row div:nth-child(1) div:nth-child(1) {
    padding-bottom: 30px;
}
.product-show-main .product-show-list .row div:nth-child(1) div:nth-child(1) h4 {
    color: #20629c;
}
.product-show-main .product-show-list .row div:nth-child(1) div:nth-child(1) p {
    font-size: 14px;
    color: #666666;
}
.product-show-main .product-show-list .row div:nth-child(1) div:nth-child(1) img {
    width: 100%;
    margin-bottom: 10px;
}
.product-show-main .product-show-list .row div:nth-child(1) div:nth-child(2) {
    overflow: hidden;
}
.product-show-main .product-show-list .row div:nth-child(1) div:nth-child(2) p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #cf2f31;
    border-bottom: 1px solid #dddddd;
}
.product-show-main .product-show-list .row div:nth-child(1) div:nth-child(2) div  {
    float: left;
}
.product-show-main .product-show-list .row div:nth-child(1) div:nth-child(2) div a {
    display: block;
    height: 30px;
    width: 100px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.product-show-main .product-show-list .row div:nth-child(1) div:nth-child(2) > a:nth-child(3) {
    display: block;
    float: right;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.product-show-main .product-show-list .row div:nth-child(1) div:nth-child(2) a:hover {
    color: #cf2f31;
}
.product-show-main .product-show-list .content-twe > div {
    border: 1px solid #dddddd;
    padding: 15px;
}
.product-show-main .product-show-list .content-twe  div > p {
    font-size: 16px;
    color: #cf2f31;
    text-align: left;
}
.product-show-main .product-show-list .row .content-twe  a{
    display: inline-block;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
.product-show-main .product-show-list .row .content-twe  a img {
    width: 100%;
}
.product-show-main .product-show-list .row .content-twe a p {
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
/*篷房详情样式结束*/

/*篷房定制样式开始*/
.customi-main {
    margin-top: 147px;
}
.customi-main .customi-ser .row {

 }
.customi-main .customi-ser h3 {
    text-align: center;
    color: #20629c;
    margin-top: 60px;
    margin-bottom: 50px;
}
.customi-main .customi-ser .row div:nth-child(2) {
    padding-top: 70px;
    padding-bottom: 50px;
}
.customi-main .customi-ser .row div:nth-child(2) p:nth-child(1) {
    font-size: 16px;
    color: #333333;
}
.customi-main .customi-ser .row div:nth-child(2) p:nth-child(2) {
    font-size: 13px;
    color: #777777;
}
.customi-main .customi-ser .row div:nth-child(2) a {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cf2f31;
    font-size: 14px;
    color: #cf2f31;
    text-align: center;
    text-decoration: none;
}
.customi-main .customi-ser .row div:nth-child(2) a:hover {
    background-color: #cf2f31;
    color: #ffffff;
}
.customi-main .customi-confidence {
    margin-top: 50px;
    margin-bottom: 50px;
    background: url('../images/customization_bg012.png') no-repeat;
    background-size: cover;
}
.customi-main .customi-confidence .row {
    padding-top: 20px;
    padding-bottom: 50px;
}
.customi-main .customi-confidence .row h3 {
    margin-bottom: 50px;
    color: #20629c;
    text-align: center;
}
.customi-main .customi-confidence .row .left {
    width: 100%;
    overflow: auto;
}
.customi-main .customi-confidence .row .left > div {
    float: left;
    /*width:-moz-calc(50% - 90px);
    width:-webkit-calc(50% - 90px);
    width: calc(50% - 90px);*/
    width: 50%;
    padding: 0 30px 0 120px;
    text-align: right;
}
.customi-main .customi-confidence .row .left > div p {
    position: relative;
    font-size: 14px;
    color: #666666;
}
.customi-main .customi-confidence .row .left > div p span {
    position: absolute;
    top: 4px;
    right: -38px;
    font-size: 18px;
    color: #cf2f31;
}
.customi-main .customi-confidence .row .right {
    width: 100%;
    overflow: auto;
}
.customi-main .customi-confidence .row .right > div {
    float: right;
    /*width:-moz-calc(50% - 90px);
    width:-webkit-calc(50% - 90px);
    width: calc(50% - 90px);*/
    width: 50%;
    padding: 0 120px 0 30px;
    text-align: left;
}
.customi-main .customi-confidence .row .right > div p {
    position: relative;
    font-size: 14px;
    color: #666666;
}
.customi-main .customi-confidence .row .right > div p span {
    position: absolute;
    top: 4px;
    left: -40px;
    font-size: 18px;
    color: #cf2f31;
}
.customi-main .customi-entirety {
    padding-top: 20px;
    padding-bottom: 50px;
}
.customi-main .customi-entirety h3 {
    margin-bottom: 50px;
    color: #20629c;
    text-align: center;
}

.customi-main .customi-entirety .col-sm-6 {
    padding: 0;
}
.customi-main .customi-entirety div:nth-child(2) .content {
    position: relative;
}
.customi-main .customi-entirety div:nth-child(2) .content p {
    position: absolute;
    bottom: 0;
    left: 30px;
    width:-moz-calc(100% - 60px);
    width:-webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 35px;
    line-height: 35px;
    background-color: #f7f7f7;
    font-size: 16px;
    color: #cf2f31;
    text-align: center;
}
.customi-main .customi-entirety div:nth-child(n + 3) .content {
    padding: 50px 50px;
}
.customi-main .customi-entirety div:nth-child(n + 3) .content p:nth-child(1) {
    font-size: 16px;
    color: #cf2f31;
}
.customi-main .customi-entirety div:nth-child(n + 3) .content p:nth-child(2) {
    font-size: 13px;
    color: #20629c;
}

.customi-main .customi-high {
    padding-top: 20px;
    padding-bottom: 50px;
}
.customi-main .customi-high h3 {
    margin-bottom: 50px;
    color: #20629c;
    text-align: center;
}
.customi-main .customi-high .row {
    margin-right: 0;
    margin-left: 0;
}
.customi-main .customi-high .col-sm-6,.customi-main .customi-high .col-sm-12 {
    padding: 0;
}
.customi-main .customi-high .content {
    position: relative;
}
.customi-main .customi-high .content img {
    width: 100%;
}
.customi-main .customi-high .content p {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    width: 90%;
    height: 35px;
    line-height: 35px;
    background-color: #f7f7f7;
    font-size: 16px;
    color: #cf2f31;
    text-align: center;
}
/*篷房定制样式结束*/

/*案例中心样式开始*/
.case-main {
    margin-top: 147px;
    margin-bottom: 30px;
}
.case-main .case-nav > ul {
    margin-top: 20px;
    width: 100%;
    overflow: auto;
    border-bottom: 1px solid #bababa;
}
.case-main .case-nav > ul li {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #666666;
    float: left;
    margin-right: 30px;
    cursor: pointer;
}
.case-main .case-nav > ul li.active {
    color: #20629c;
}
.case-main .case-nav div dd,
.case-main .case-nav div dt,
.case-main .case-nav div li {
    float: left;
}
.case-main .case-nav div dt,
.case-main .case-nav div dl {
    overflow: hidden;
}
.case-main .case-nav div dd {
    margin-right: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.case-main .case-nav div li {
    margin-right: 30px;
    height: 30px;
    line-height: 30px;
}
.case-main .case-nav div li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #666666;
    cursor: pointer;
}
.case-main .case-nav div li a:hover {
    color: #cf2f31;
}

.case-main .case-list .row > a {
    padding-top: 15px;
    text-align: center;
    min-height: 200px;
    text-decoration: none;
}
.case-main .case-list .row > a:hover {
    box-shadow: 0 0 0 2px #f6f6f6;

}
.case-main .case-list .row > a img {
    width: 100%;
}
.case-main .case-list .row > a div {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    cursor: pointer;
}
.case-main .case-list .row > a div h4:nth-child(1) {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.case-main .case-list .row > a div p:nth-child(3) {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #888888;
    max-height: 80px;
    overflow: hidden;
}
.case-main .case-list .row > a div span:nth-child(2) {
    font-size: 14px;
    color: #e5e5e5;
}
.case-main .case-list .row > a div span:nth-child(4) {
    display: none;
    font-size: 14px;
    color: #9fa19f;
}
.case-main .case-list .row > a:hover div span:nth-child(4) {
    display: block;
}

/*案例中心样式结束*/

/*案例详情样式开始*/
.case-show-main {
    margin: 147px 0 20px;
}
.case-show-main > div:nth-child(1) {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 50px;
}
.case-show-main > div:nth-child(1) p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    width: 1140px;
    margin: 0 auto;
}

.case-show-main > div:nth-child(1) p a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #555555;
    text-decoration: none;
}
.case-show-main > div:nth-child(1) p a:nth-child(5) {
    color: #20629c;
}
.case-show-main > div:nth-child(1) p span {
    margin: 0 7px;
    font-size: 12px;
    color: #666666;
}
.case-show-main .case-show-list {
    margin-top: 30px;
}
.case-show-main .case-show-list .content-one > div {
    padding: 15px;
}
.case-show-main .case-show-list .row .content-one div:nth-child(1) {
    padding-bottom: 30px;
}
.case-show-main .case-show-list .row .content-one div:nth-child(1) h4 {
    color: #20629c;
}
.case-show-main .case-show-list .row .content-one div:nth-child(1) p {
    font-size: 14px;
    color: #666666;
}
.case-show-main .case-show-list .row .content-one div:nth-child(1) img {
    width: 100%;
    margin-bottom: 10px;
}
.case-show-main .case-show-list .row .content-one div:nth-child(2) {
    overflow: hidden;
}
.case-show-main .case-show-list .content-one div:nth-child(2) p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #cf2f31;
    border-bottom: 1px solid #dddddd;
}
.case-show-main .case-show-list .row .content-one div:nth-child(2) div  {
    float: left;
}
.case-show-main .case-show-list .row .content-one div:nth-child(2) div a {
    display: block;
    height: 30px;
    width: 100px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.case-show-main .case-show-list .row .content-one div:nth-child(2) > a:nth-child(3) {
    display: block;
    float: right;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.case-show-main .case-show-list .row .content-one div:nth-child(2) a:hover {
    color: #cf2f31;
}
.case-show-main .case-show-list .content-twe > div {
    padding: 15px;
}
.case-show-main .case-show-list .content-twe  div > p {
    margin-top: 10px;
    font-size: 16px;
    color: #cf2f31;
    text-align: left;
}
.case-show-main .case-show-list .row .content-twe  a{
    display: inline-block;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
.case-show-main .case-show-list .row .content-twe a {
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.case-show-main .case-show-list .row .content-twe .row .row div:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}
.case-show-main .case-show-list .row .content-twe .row .row > div {
    height: 100px;
}
.case-show-main .case-show-list .row .content-twe  a img {
    width: 100%;
    height: 100%;
}
.case-show-main .case-show-list .row .content-twe a p:nth-child(1) {
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-align: left;
}
.case-show-main .case-show-list .row .content-twe a p:nth-child(2) {
    width: 100%;
    font-size: 12px;
    color: #666666;
    text-align: left;
}
/*案例详情样式结束*/

/*新闻样式开始*/
.news-main {
    margin-top: 147px;
    margin-bottom: 30px;
}
.news-main .news-nav p {
    font-size: 14px;
    color: #333333;
    margin: 30px 0;
}
.news-main .news-nav p span {
    font-size: 12px;
    color: #666666;
}
.news-main .news-nav > ul {
    width: 601px;
    overflow: auto;
    border: 1px solid #dbdbdb;
    border-left: none;
}

.news-main .news-nav > ul li {
    height: 30px;
    width: 150px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    border-left: 1px solid #dbdbdb;
    float: left;
    cursor: pointer;
}
.news-main .news-nav > ul li.active {
    background-color: #20629c;
    color: #ffffff;
}
.news-main .news-nav  dt,
.news-main .news-nav li {
    float: left;
}
.news-main .news-nav dl {
    margin-bottom: 10px;
}
.news-main .news-nav dd,
.news-main .news-nav dt,
.news-main .news-nav dl {
    overflow: hidden;
}
.news-main .news-nav dt {
    margin-right: 30px;
    margin-left: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #555555;
}
.news-main .news-nav dd {
    margin-right: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #333333;
}
.news-main .news-nav dd li {
    margin-right: 30px;
    height: 20px;
    line-height: 20px;
}
.news-main .news-nav dd li.active {
    color: #20629c;
}
.news-main .news-nav dd li.active span {
    color: #20629c;
}
.news-main .news-nav dd li span {
    font-size: 12px;
    color: #999999;
}
.news-main .news-nav dd li a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #999999;
    cursor: pointer;
}
.news-main .news-head .row a:nth-child(1) {
    display: inline-block;
    text-decoration: none;
}
.news-main .news-head .row a:nth-child(1) img {
    width: 100%;
}
.news-main .news-head .row a:nth-child(1) div p:nth-child(1){
    margin: 20px 0 10px ;
    font-size: 16px;
    color: #cf2f31;
}
.news-main .news-head .row a:nth-child(1) div p:nth-child(2){
    font-size: 14px;
    color: #666666;
}
.news-main .news-head .row a:nth-child(1) div p:nth-child(3){
    text-align: right;
    font-size: 14px;
    color: #666666;
}
.news-main .news-head .row > div:nth-child(2) {
    max-height: 600px;
    overflow: hidden;
    border: 1px solid #dbdbdb;
}
.news-main .news-head .row div:nth-child(2) p {
    margin: 20px 0 10px ;
    font-size: 14px;
    color: #cf2f31;
}
.news-main .news-head .row div:nth-child(2) a {
    display: inline-block;
    margin-bottom: 20px;
}
.news-main .news-head .row div:nth-child(2) img {
    width: 100%;

}
.news-main .news-list a {
    border-bottom: 1px solid #e5e5e5;
}
.news-main .news-list a:hover {
    box-shadow: 0 5px 10px #f2f4f6;
    -webkit-box-shadow: 0 5px 10px #f2f4f6;
    -moz-box-shadow: 0 5px 10px #f2f4f6;
}
.news-main .news-list a .row div {
    padding-top: 20px;
    padding-bottom: 20px;
}
.news-main .news-list a .row div img {
    width: 100%;
}
.news-main .news-list a .row div p:nth-child(1) {
    float: right;
    font-size: 16px;
    color: #999999;
}
.news-main .news-list a .row div p:nth-child(2) {
    font-size: 14px;
    color: #20629c;
}
.news-main .news-list a .row div p:nth-child(3) {
     font-size: 12px;
     color: #666666;
}
.news-main .news-list a .row div p:nth-child(4) {
    text-align: right;
}
.news-main .news-list a .row div span {

    font-size: 12px;
    color: #999999;
}
/*新闻样式结束*/

/*新闻详情样式开始*/
.news-show-main {
    margin-top: 147px;
}
.news-show-main > div:nth-child(1) {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 50px;
}
.news-show-main > div:nth-child(1) p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    width: 1140px;
    margin: 0 auto;
}

.news-show-main > div:nth-child(1) p a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #555555;
    text-decoration: none;
}
.news-show-main > div:nth-child(1) p a:nth-child(5) {
    color: #20629c;
}
.news-show-main > div:nth-child(1) p span {
    margin: 0 7px;
    font-size: 12px;
    color: #666666;
}
.news-show-main .news-show-list > .row .content-one {
    padding-right: 30px;
}
.news-show-main .news-show-list > .row .content-one div {
    overflow: auto;
}
.news-show-main > div:nth-child(2) .row div:nth-child(1) h4 {
    color: #20629c;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
}
.news-show-main .content-one .head p {
    float: left;
}
.news-show-main > div:nth-child(2) .row div:nth-child(1) div dl {
    float: right;
}
.news-show-main > div:nth-child(2) .row div:nth-child(1) div dt,
.news-show-main > div:nth-child(2) .row div:nth-child(1) div li {
    float: left;
}
.news-show-main > div:nth-child(2) .row div:nth-child(1) div dd,
.news-show-main > div:nth-child(2) .row div:nth-child(1) div dt,
.news-show-main > div:nth-child(2) .row div:nth-child(1) div dl {
    overflow: hidden;
}
.news-show-main > div:nth-child(2) .row div:nth-child(1) div dt {
    margin-right: 10px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #555555;
}
.news-show-main > div:nth-child(2) .row div:nth-child(1) div dd li {
    margin-right: 7px;
}
.news-show-main > div:nth-child(2) .row div:nth-child(1) div dd li a {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.news-show-main > div:nth-child(2) .row div:nth-child(1) div dd li:nth-child(1) a {
    background: url('../images/weixin2.png') no-repeat;
    background-size: 100%;
}
.news-show-main > div:nth-child(2) .row div:nth-child(1) div dd li:nth-child(2) a {
     background: url('../images/Weibo.png') no-repeat;
     background-size: 100%;
 }
.news-show-main > div:nth-child(2) .row div:nth-child(1) div dd li:nth-child(3) a {
    background: url('../images/qq.png') no-repeat;
    background-size: 100%;
}
.news-show-main > div:nth-child(2) .row div:nth-child(1) div dd li:nth-child(4) a {
    background: url('../images/kongjian.png') no-repeat;
    background-size: 100%;
}
.news-show-main .news-show-list > .row .content-one > p {
    font-size: 14px;
    color: #333333;
}
.news-show-main .content-twe {
    overflow: hidden;
}
.news-show-main .content-twe .row div:nth-child(1) {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
}
.news-show-main .content-twe .row div:nth-child(1) > p {
    font-size: 16px;
    color: #333333;
}
.news-show-main .content-twe .row div:nth-child(1) a {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: center;
}
.news-show-main .content-twe .row div:nth-child(1) a img {
    width: 80%;
}
.news-show-main .content-twe .row div:nth-child(1) a p {
    width: 100%;
    font-size: 14px;
    color: #333333;
}
.news-show-main .content-twe .row div:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #dddddd;
}
.news-show-main .content-twe .row div:nth-child(2) > p {
    font-size: 14px;
    color: #333333;
}
.news-show-main .content-twe .row div:nth-child(2) a {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}
.news-show-main .content-twe .row div:nth-child(2) a p:nth-child(1) {
    width: 100%;
    font-size: 14px;
    color: #333333;
}
.news-show-main .content-twe .row div:nth-child(2) a p:nth-child(2) {
    width: 100%;
    font-size: 12px;
    color: #999999;
}
/*新闻详情样式结束*/

/*篷房配件样式开始*/

.parets-main {
    margin-top: 147px;
}

.parets-main h4 {
    margin: 60px 5px 30px;
    color: #20629c;
}
.parets-main p {
    position: absolute;
    left: 15px;
    bottom: 0;
    width:-moz-calc(100% - 30px);
    width:-webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 35px;
    margin-bottom: 15px;
    line-height: 35px;
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    color: #cf2f31;
}
.parets-main .parets-head {
    max-height: 350px;
    overflow: hidden;
    background-color: #ffffff;
    transform: translate(0,-50%);
    -ms-transform:translate(0,-50%); /* IE 9 */
    -moz-transform:translate(0,-50%); /* Firefox */
    -webkit-transform:translate(0,-50%); /* Safari and Chrome */
    -o-transform:translate(0,-50%);
    box-shadow: 0 5px 10px #f2f4f6;
    -webkit-box-shadow: 0 5px 10px #f2f4f6;
    -moz-box-shadow: 0 5px 10px #f2f4f6;
}
.parets-main .parets-head .row {
    padding: 10px 100px 20px;
    text-align: center;
}
.parets-main .parets-head .row h4 {
    color: #20629c;
}
.parets-main .parets-head .row p {
    position: static;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #888888;
}
.parets-main .parets-wall .content-one {
    height: 270px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.parets-main .parets-wall .content-one img {
    width: 100%;
    height: 100%;
}
.parets-main .parets-wall .content-twe {
    height: 176px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.parets-main .parets-wall .content-twe img {
    width: 100%;
    height: 100%;
}
.parets-main .parets-floor .content-one {
    height: 458px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.parets-main .parets-floor .content-one img {
    width: 100%;
    height: 100%;
}
.parets-main .parets-floor .content-twe {
    height: 224px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.parets-main .parets-floor .content-twe img {
    width: 100%;
    height: 100%;
}
.parets-main .parets-floor .content-tre {
    height: 350px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.parets-main .parets-floor .content-tre img {
    width: 100%;
    height: 100%;
}
.parets-main .parets-door .content-one {
    height: 450px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.parets-main .parets-door .content-one img {
    width: 100%;
    height: 100%;
}
.parets-main .parets-fabric .content-one {
    height: 200px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.parets-main .parets-fabric .content-one img {
    width: 100%;
    height: 100%;
}
.parets-main .parets-fabric .content-twe {
    height: 220px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.parets-main .parets-fabric .content-twe img {
    width: 100%;
    height: 100%;
}
.parets-main .parets-light .content-one {
    height: 200px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.parets-main .parets-light .content-one img {
    width: 100%;
    height: 100%;
}
.parets-main .parets-canopy .content-one {
    height: 200px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.parets-main .parets-canopy .content-one img {
    width: 100%;
    height: 100%;
}
.parets-main .parets-air-condition .content-one {
    height: 200px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.parets-main .parets-air-condition .content-one img {
    width: 100%;
    height: 100%;
}
.parets-main .parets-buman .content-one {
    height: 200px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.parets-main .parets-buman .content-one img {
    width: 100%;
    height: 100%;
}
.parets-main .parets-fixs .content-one {
    height: 200px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.parets-main .parets-fixs .content-one img {
    width: 100%;
    height: 100%;
}
.parets-main .parets-safe .content-one {
    height: 200px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.parets-main .parets-safe .content-one img {
    width: 100%;
    height: 100%;
}
.parets-main .content-one,
.parets-main .content-twe,
.parets-main .content-tre {
    padding: 0 5px;
    margin-bottom: 10px;
}
/*篷房配件样式结束*/

/*团队样式开始*/
.team-main {
    margin-top: 147px;
}
.team-main > div:nth-child(2) {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 50px;
}
.team-main > div:nth-child(2) p {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666666;
    width: 1140px;
    margin: 0 auto;
}

.team-main > div:nth-child(2) p a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #555555;
    text-decoration: none;
}
.team-main > div:nth-child(2) p a:nth-child(5) {
    color: #20629c;
}
.team-main > div:nth-child(2) p span {
    margin: 0 7px;
    font-size: 12px;
    color: #666666;
}
.team-main .content-one {
    margin-bottom: 50px;
    display: inline-block;
    text-decoration: none;
}
.team-main .content-one .row > div:nth-child(1) {
    height: 300px;
    overflow: hidden;
}
.team-main .content-one .row div:nth-child(1) img {
    width: 100%;
    height: 100%;
}
.team-main .content-one .row > div:nth-child(2) {
    height: 300px;
    overflow: hidden;
}
.team-main .content-one .content-info  div {
    padding-top: 70px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.team-main .content-one .row > div:nth-child(2) div p:nth-child(1) {
    font-size: 16px;
    color: #333333;
}
.team-main .content-one .row > div:nth-child(2) div p:nth-child(2) {
    font-size: 14px;
    color: #999999;
}
.team-main .content-one .content-info > p:nth-child(2) {
    font-size: 12px;
    color: #666666;
    margin: 10px 0 80px;
}
.team-main .content-one .content-info > span {
    font-size: 12px;
    color: #666666;
}
/*团队样式结束*/

/*团队详情样式开始*/
.team-show-main {
    margin-top: 147px;
}
.team-show-main > div:nth-child(1) {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}
.team-show-main > div:nth-child(1) p {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666666;
    width: 1140px;
    margin: 0 auto;
}

.team-show-main > div:nth-child(1) p a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #555555;
    text-decoration: none;
}
.team-show-main > div:nth-child(1) p a:nth-child(5) {
    color: #20629c;
}
.team-show-main > div:nth-child(1) p span {
    margin: 0 7px;
    font-size: 12px;
    color: #666666;
}
.team-show-main .team-show-list > .row {
    padding-top: 30px;
    padding-bottom: 30px;
}
.team-show-main .team-show-list .content-one {
    border-bottom: 1px solid #e7e7e7;
}
.team-show-main .team-show-list .content-one p:nth-child(1) {
    font-size: 16px;
    color: #333333;
}
.team-show-main .team-show-list .content-one p:nth-child(2) {
    font-size: 14px;
    color: #888888;
}
.team-show-main .team-show-list .content-twe .row {
    padding-top: 20px;
    padding-bottom: 20px;
}
.team-show-main .team-show-list .content-twe .row div:nth-child(1) {
    text-align: center;
}
.team-show-main .team-show-list .content-twe .row div:nth-child(2) p {
    font-size: 14px;
    color: #666666;
}
.team-show-main .team-show-list .content-tre {
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.team-show-main .team-show-list .content-tre a:nth-child(1) {

    float: left;
    text-decoration: none;
    font-size: 14px;
    color: #666666;
}
.team-show-main .team-show-list .content-tre a:nth-child(1) span {
    margin-right: 20px;
    font-size: 12px;
    margin-top: 3px;
}

.team-show-main .team-show-list .content-tre a:nth-child(2) {

    float: right;
    text-decoration: none;
    font-size: 14px;
    color: #666666;
}
.team-show-main .team-show-list .content-tre a:nth-child(2) span {
    margin-left: 20px;
    font-size: 12px;
    margin-top: 3px;
}
.team-show-main .team-show-list .content-tre a:hover {
    color: #b8382f;
}
/*团队详情样式结束*/

/*关于华烨样式开始*/
.about-main {
    margin-top: 147px;
}
.about-main .about-banner {
    position: relative;
}
.about-main .about-banner div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-75%);
    -ms-transform:translate(-50%,-75%); /* IE 9 */
    -moz-transform:translate(-50%,-75%); /* Firefox */
    -webkit-transform:translate(-50%,-75%); /* Safari and Chrome */
    -o-transform:translate(-50%,-75%); /* Opera */
    text-align: center;
    color: #ffffff;

}
.about-main .about-banner div p{
    font-size: 16px;
    color: #ffffff;
}
.about-main .about-us {
    padding: 70px 0 60px 0;
}
.about-main .about-us h3 {
    text-align: center;
    color: #20629c;
    margin-bottom: 50px;
}
.about-main .about-us .about-info p:nth-child(1),.about-main .about-us .about-info p:nth-child(3) {
    font-size: 16px;
    color: #333333;
}
.about-main .about-us .about-info p:nth-child(3) {
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
}
.about-main .about-us .about-info p:nth-child(2),.about-main .about-us .about-info p:nth-child(4) {
    font-size: 12px;
    color: #999999;
}
.about-main .about-ceo {
    padding: 70px 0 0 0;
}
.about-main .about-ceo h3 {
    text-align: center;
    color: #20629c;
    margin-bottom: 50px;
}
.about-main .about-ceo .ceo-pic {
    padding-bottom: 50px;
}
.about-main .about-ceo .ceo-info p {
    margin-bottom: 20px;
    font-size: 12px;
    color: #999999;
}
.about-main .about-ceo .ceo-slogn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    border-top: 1px dotted #d3d3d3;
}
.about-main .about-ceo .ceo-slogn p:nth-child(1){
    font-size: 16px;
    color: #333333;
    margin: 20px 0 10px;
}
.about-main .about-ceo .ceo-slogn p:nth-child(2){
    font-size: 14px;
    color: #999999;
    margin: 10px 0 20px;
}
.about-main .about-factory {
    padding: 70px 0 50px 0;
}
.about-main .about-factory h3 {
    text-align: center;
    color: #20629c;
    margin-bottom: 50px;
}

.about-main .about-photo {
    padding: 70px 0 50px 0;
}
.about-main .about-photo h3 {
    text-align: center;
    color: #20629c;
    margin-bottom: 50px;
}
.about-main .about-photo .picScroll-left{
    width: 100%;
    overflow:hidden;
    position:relative;
}
.about-main .about-photo .picScroll-left:hover .prev,.about-main .about-photo .picScroll-left:hover .next {
    visibility: visible;
}
.about-main .about-photo .picScroll-left .prev {
    visibility: hidden;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -22px;
    padding: 6px 8px;
    background-color: #20629c;
    z-index: 5;
    cursor: pointer;
}
.about-main .about-photo .picScroll-left .prev span {
    margin-top: 2px;
    font-size: 28px;
}
.about-main .about-photo .picScroll-left .prev:hover {
    color: #ffffff;
}
.about-main .about-photo .picScroll-left .next {
    visibility: hidden;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -22px;
    padding: 6px 8px;
    background-color: #20629c;
    z-index: 5;
    cursor: pointer;
}
.about-main .about-photo .picScroll-left .next span {
    margin-top: 2px;
    font-size: 28px;
}
.about-main .about-photo .picScroll-left .next:hover {
    color: #ffffff;
}
.about-main .about-photo .picScroll-left .bd ul{
    overflow:hidden;
    zoom:1;
}
.about-main .about-photo .picScroll-left .bd ul li{
    margin: 0 10px;
    float:left;
    width:-moz-calc(50% - 20px);
    width:-webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.about-main .about-photo .picScroll-left .bd ul li .pic{
    text-align:center;
    width: 100%;
    overflow: hidden;
}
.about-main .about-photo .picScroll-left .bd ul li .pic img{
    width: 100%;
}
/*关于华烨样式结束*/

/*联系我们样式开始*/
.contact-main {
    margin-top: 147px;
}
.contact-main > div:nth-child(2) {
    width: 100%;
    margin-bottom: 50px;
}
.contact-main > div:nth-child(2) p {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666666;
    width: 1170px;
    margin: 0 auto;
}

.contact-main > div:nth-child(2) p a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #555555;
    text-decoration: none;
}
.contact-main > div:nth-child(2) p a:nth-child(5) {
    color: #20629c;
}
.contact-main > div:nth-child(2) p span {
    margin: 0 7px;
    font-size: 12px;
    color: #666666;
}
.contact-main .contact-info h3 {
    text-align: center;
    margin-bottom: 50px;
}
.contact-main .contact-info > .row > div {
    background-color: #f9f9f9;
    padding: 40px 15px;
}
.contact-main .contact-info > .row > div:nth-child(2) {
    margin-bottom: 50px;
}
.contact-main .contact-info .content-one h5 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333333;
}
.contact-main .contact-info .content-one p:nth-child(-n+6) {
    font-size: 14px;
    color: #666666;
}
.contact-main .contact-info .content-one p:last-child{
    margin-top: 20px;
    font-size: 16px;
    color: #b8382f;
}
.contact-main .contact-info .content-one p:last-child span {
    font-weight: bold;
    font-size: 20px;
    color: #b8382f;
}
.contact-main .contact-info .content-twe {
    height: 245px;
    margin-left: -15px;
    margin-right: 15px;
}
.contact-main .contact-message .row {
    padding-top: 30px;
    padding-bottom: 50px;
}
.contact-main .contact-message .row  div:nth-child(1) {
    padding-left: 100px;
}
.contact-main .contact-message .row  div:nth-child(2) {
    padding-right: 100px;
}
.contact-main .contact-message h3  {
    margin-bottom: 30px;
    text-align: center;
}
.contact-main .contact-message li {
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dbdbdb;

}
.contact-main .contact-message li input {
    padding-left: 15px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    background: none;
    outline: medium

}
.contact-main .contact-message textarea {
    padding: 10px 15px;
    width: 100%;
    height: 139px;
    border: 1px solid #dbdbdb;
    background: none;
    outline: medium
}
.contact-main .contact-message .row form > div:nth-child(3) {
    text-align: center;
}
.contact-main .contact-message input[type=submit] {
    margin-top: 30px;
    width: 220px;
    height: 40px;
    border: none;
    background: #b8382f;
    outline: medium;
    color: #ffffff;
}
/*联系我们样式结束*/
