.swiper {
    height: 430px;
}

.layui-icon-home {
    margin-right: 10px;
}

.layui-field-title {
    width: 60%;
    text-align: center;
    color: #2f517d;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
}

.layui-bg-cyan {
    background: #fff !important;
    color: #333;
}

.layui-carousel-arrow {
    width: 80px;
    height: 80px;
    left: 20%;
    font-size: 50px;
}

.commodity .list {
    flex: 1;
    height: 100%;
}

#commodity-detail .layui-col-md4 {
    cursor: pointer;
}

#commodity-detail img {
    width: 275px;
    height: 275px;
    position: relative;
}

.product-list .layui-col-md4 span {
    position: absolute;
    width: 275px;
    height: 275px;
    background: rgba(138, 188, 236, .5);
    z-index: 1;
    color: #fff;
    line-height: 275px;
    text-align: center;
    font-size: 30px;
    display: none;
}

.product-list .mark span {
    display: block;
}

.product-list p {
    line-height: 55px;
    text-indent: 1em;
    font-size: 14px;
}

.layui-carousel:hover .layui-carousel-arrow {
    left: 20%;
}

.layui-nav-tree .layui-nav-item a:hover {
    background: #fff;
}

.layui-carousel:hover .layui-carousel-arrow[lay-type=add], .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 20%;
}

.layui-carousel-arrow[lay-type=add] {
    right: 20%;
}

.advantage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.advantage .item {
    display: flex;
    background: linear-gradient(to right, #0d74c1, #0e96d0);
    color: #fff;
}

.advantage .item p {
    width: 210px;
    padding: 10px 10px 10px 20px;
    font-size: 20px;
    box-sizing: border-box;
}

.advantage .item p span {
    font-size: 12px;
}

.advantage .num {
    background: #fd8f20;
}

.advantage .layui-col-xs3 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.layui-elem-field legend {
    font-size: 32px;
}

.layui-field-title .sub-title {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #ccc;
    font-size: 19px;
    line-height: 1;
}

.about-us .text-instruction {
    background: linear-gradient(to right, #0d74c1, #0e96d0);
    color: #fff;
    padding: 2em;
    font-size: 14px;
    line-height: 1.8;
}

.about-us .text-instruction p {
    text-indent: 2em;
}

.about-us .particulars {
    color: #fd8f20;
    margin-bottom: 20px;
}

.about-us .layui-btn {
    margin-top: 30px;
}

.time-shaft {
    position: relative;
    margin-top: 50px;
}

.time-shaft .time_line_background {
    position: absolute;
    top: 20px;
    height: 3px;
    background: #c6c6c6;
    width: 1170px;
}

.time-shaft .time_line_box {
    display: flex;
    justify-content: space-between;
}

.time-shaft .year {
    position: relative;
    color: #fff;
    background-color: #f66c0a;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.time-shaft .point {
    position: absolute;
    z-index: 2;
    top: 14px;
    background: #fff;
    border: 3px solid #f66c0a;
    box-sizing: border-box;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.time-shaft .end {
    position: relative;
    top: 9px;
    background: transparent;
    color: #ccc;
}

.time-shaft .month_text {
    position: relative;
    top: -3px;
    left: -3px;
    color: #5a5a5a;
    font-size: 12px;
}

.time-shaft .active .month_text {
    color: #f66c0a;
}

.time-shaft .active .point {
    background: #f3621f;
    border-color: #f3a825;
}

.client-case {
    padding: 30px 0;
}

.client-case .list_box {
    display: flex;
    justify-content: space-between;
}

.client-case .list_box .item {
    width: 254px;
    text-align: center;
    cursor: pointer;
}

.client-case .list_box img {
    width: 254px;
    height: 254px;
}

.client-case .list_box h3 {
    line-height: 1.4;
    color: #5a5a5a;
}

.client-case .list_box p {
    padding: 0 10px;
    word-wrap: break-word;
    line-height: 1.4;
    font-size: 13px;
    color: #979797;
    text-align: left;
}

.information .news-box {
    display: flex;
    justify-content: space-between;
    height: 450px;
}

.information .news {
    width: 590px;
    background: #fff;
    margin-right: 20px;
}

.information .faq, .trends {
    background: #fff;
}

.information .title-box {
    padding: 1em;
}

.information .title-box h2 {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    line-height: 2.4;
}

.information .title-box h2 span {
    font-size: 12px;
    color: rgb(204, 204, 204);
}

.information .title-box h2 a {
    color: rgb(204, 204, 204);
    font-size: 14px;
}

.information .title-box .title-box-list {
    margin-top: 5px;
}

.information .title-box .title-box-list a:hover {
    color: red;
}

.information .title-box .title-box-list li {
    display: flex;
    align-items: center;
    padding: .3em 0;
    font-size: 14px;
    color: #7D7D7D;
}

.information .title-box .title-box-list li h3 {
    cursor: pointer;
}

.information .layui-carousel>[carousel-item]>* {
    background: #fff;
}

.information .title-box .title-box-list.faq-box li {
    flex-direction: column;
    align-items: flex-start;
    color: #979797;
    font-size: 12px;
    border-bottom: 1px dotted #e2e2e2;
    line-height: 1.8;
}

.information .title-box .title-box-list.faq-box li h3 {
    color: #5a5a5a;
    font-size: 13px;
    font-weight: bold;
    cursor: default;
}

.information .title-box .title-box-list time {
    font-size: 13px;
    color: #ccc;
    margin-right: 10px;
}

.information .main-news h3 {
    color: red;
    font-size: 18px;
    margin-top: 10px;
    line-height: 2;
    cursor: pointer;
}

.information .main-news h6 {
    color: #ccc;
    font-size: 13px;
}

.information .main-news p {
    font-size: 14px;
    color: #979797;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.information .main-news a {
    font-size: 14px;
    color: #333;
}

.information .main-news a:hover {
    color: #ff9900;
}

.information .trends {
    margin-top: 10px;
}

.information .trends li {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #e2e2e2;
    line-height: 1.8;
}

.information .trends .layui-icon-play {
    color: red;
    margin-right: 5px;
}

.address {
    display: flex;
    padding: 50px 0;
}

.address .layui-form {
    flex: 1;
}

.address .layui-field-title .sub-title {
    margin-left: -123px;
}

#allmap {
    width: 500px;
    height: 400px;
    margin-right: 50px;
}
.more-title img{
    padding: 50px 0 30px;
}

.honor .nr {
    position: relative;
    padding-top: 30px;
    height: 348px;
}

.honor .nr:before {
    content: url(../../img/honorbg1.png);
    width: 464px;
    height: 274px;
    position: absolute;
    left: -183px;
    top: -65px;
}
.honor .tempWrap{
    z-index: 1;
}

.honor .nr:after {
    content: url(../../img/honorbg2.png);
    width: 414px;
    height: 250px;
    right: -148px;
    position: absolute;
    top: -65px;
}
.honor ul{
    display: flex;
}
.honor li{
    margin-right: 15px;
}
.honor li a{
    width: 180px;
    height: 254px;
    background: url(http://media.qtw-sz.com/patentbg.png);
    background-size: 100% 100%;
}
.menu{
    width: 200px;
    margin-right: 10px;
}
.menu .tit{
    color: #fff;
    font-size: 18px;
    background: url(./homeimg/nav_05.jpg);
    background-size: 100% 100%;
    height: 63px;
    padding-top: 10px;
    text-align: center;
    overflow: hidden;
}
.menu .tit i{
    color: #A6C0DA;
    display: block;
    font: 12px Arial;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}


.bgt{
    background: url(./homeimg/bt.png) no-repeat center top;
    overflow: hidden;
    margin-top: 20px;
}
.bgt h3{
    width: 472px;
    height: 52px;
    margin: 56px auto 25px;
    padding-left: 50px;
    line-height: 56px;
    font-weight: bold;
    text-align: center;
}
.bgt p{
    text-transform: uppercase;
    color: #ccc;
    font-size: 24px;
    text-align: center;
    width: 600px;
    margin: 0 auto;
}
/*品牌系列*/
.series{background: url(http://media.qtw-sz.com/sebg.jpg) no-repeat center 0;height: 720px;overflow: hidden;}
.serpp{height: 450px;margin-top: 19px;overflow: hidden;}
.serpp dl{width: 100%;overflow: hidden;margin-bottom: 4px; padding-bottom: 3px;border-bottom: 1px dashed #e0e9ef;}
.serpp dl dd{float: left;width: 115px;height: 50px;text-align: center;margin-left: 4px;background: url(./homeimg/seli.png) no-repeat center top;/* margin-top: 12px; */overflow: hidden;}
.serpp dl dd a{font-weight: bold;;color: #333;font-size: 14px;line-height: 36px;display: block;width: 106px;height: 33px;margin: 8px 4px;}
.serpp dl dd a:hover{background: #0079FE;color: #fff;}
.serpp dl dt{float: left;background: url(./homeimg/seul.png) no-repeat center top;width: 119px;height: 50px;text-align: center;line-height: 50px;}
.serpp dl dt a{font-size: 14px;font-weight: bold;color:#fff;}
.serpp dl:nth-child(1){height:50px;overflow:hidden;}
.serpp dl:nth-child(2){height:50px;overflow:hidden;}
.serpp dl:nth-child(4) dd{ margin-bottom: 8px;}
.serpp dl:nth-child(3){height:50px;overflow:hidden;}
.serpp dl:nth-child(3) dd{ margin-bottom: 8px;}
.serpp dl:nth-child(4){height:50px;overflow:hidden;}   
.serpp dl:nth-child(5){height:50px;overflow:hidden;}
.serpp dl:nth-child(6){height:50px;overflow:hidden;}
/*五大类*/
.fire{background: url(http://media.qtw-sz.com/fbg.jpg) no-repeat bottom center;height: 636px;}
.f_con{ position: relative; width: 1200px;margin: 30px auto;height: 200px;}
.f_con ul li{background: rgba(0,0,0,0.1);width: 232px;height: 438px;float: left;margin-left: 22px;position: relative;transition: .5s;border-radius: 5px;overflow: hidden;}
.f_con ul li h4{width: 100%;text-align: center;height: 30px;line-height: 30px;margin: 2px auto 5px;}
.f_con ul li h4 a{font-size: 16px;color: #fff;}
.f_con ul li P{color: #fff;font-size: 14px;line-height: 20px;width: 200px;margin: 0 auto;height: 60px;overflow: hidden;text-align: justify;}
.f_con ul li img{width:232px;height: 330px;border-radius: 5px;}
.f_con ul li:hover{margin-top: -6px;box-shadow: 1px 1px 10px #333;}
.le{width: 56px;height: 56px;background: url(./homeimg/lefts.png) no-repeat center;top: 300px;left: 5px;position: absolute;cursor: pointer;}
.ri{width: 56px;height: 56px;background: url(./homeimg/rights.png) no-repeat center;top: 300px;right: 5px;position: absolute;cursor: pointer;}
.f_con .le,.f_con .ri{top: 200px;}
.hot{background: url(http://media.qtw-sz.com/hotbg.jpg) no-repeat center top;height: 1235px;}
.pul li{width: 197px;height: 192px;background: url(./homeimg/hioc1.png) no-repeat;float: left;margin-top: 5px;}
.pul li:hover,.pul li.up{background: url(./homeimg/hioc.png) no-repeat;}
.pul li:hover a,.pul li.up a{color: #fff;}
.pul li a{display: block;text-align: center;font-size: 18px;color: #333;height: 192px;line-height: 240px;}
.A_pro{margin-top: 15px;position: relative;}
.A_pro .hleft{width: 238px;float: left;height: 838px;box-shadow: 1px 1px 5px #ccc;position: relative;background: url(./homeimg/hleft.png) no-repeat top center; overflow: hidden;}
.A_pro .hright{float: right;height: 838px !important;width: 956px !important;background: url(./homeimg/hright.png) no-repeat top center;box-shadow: 1px 1px 5px #ccc;}
.A_pro dl{width: 930px;margin-left: 12px;margin-top: 12px;height: 814px;}
.A_pro dl dt{width: 930px;height: 61px;}
.A_pro dl dt .p_tit{width: 700px;margin-top: 15px;overflow: hidden;height: 36px;margin-left: 14px;}
.A_pro dl dt .p_tit a{overflow: hidden;text-align: center;margin-left: 4px;color: #333;font-size: 14px;color: #666;float: left;width: 94px;height: 38px;line-height: 36px;background: url(./homeimg/seli.png) no-repeat center top;background-size: 100% 100%;}
.A_pro dl dt .p_tit a:hover{color: #0079FE;}
.ul_pr{width: 700px;}
.ul_pr li{width: 220px;height: 245px;float: left;background:url(./homeimg/hotli.png) no-repeat;background-size: 100% 100%;margin-left: 10px;margin-top: 3px;}
.ul_pr li a img{width: 190px;margin: 15px 15px 2px;display: block;}
.ul_pr li a span{display: block;height: 20px; overflow: hidden;line-height: 20px;margin: 0 auto;font-size: 14px;text-align: center;width: 188px;border: 1px solid #69bcff;margin-left: 15px;    word-break: break-all;}
.ul_pr li a span:hover{color:#0079FE}
.hleft h4{height: 62px;line-height: 62px;width: 160px;text-align: center;margin: 22px auto 0;background: url(./homeimg/hlicon.jpg) no-repeat center;background-size:100% 100%;}
.hleft h4 a{color: #fff;font-size: 24px;}
/*case*/

.case .nr{ position: relative;}
.case .nr .hd{ width: 250px;}
.case .nr .hd,.case .nr .bd{ display: inline-block; vertical-align: top;}
.case .nr .hd ul li,.case .nr .hd ul a{ width: 250px; height: 70px ; box-sizing: border-box; border: 1px solid #d8d8d8; margin-bottom: 20px; cursor: pointer; padding: 15px 0 0 20px; display: inline-block;}
.case .nr .hd ul li>div,.case .nr .hd ul a>div{ display: inline-block; vertical-align: middle;}
.case .nr .hd ul .icon{ position: relative; width: 34px; height: 32px; margin-right: 6px;}
.case .nr .hd ul .icon img{ position: absolute; left: 0; top: 0;}
.case .nr .hd ul .icon .img2{ visibility: hidden;}
.case .nr .hd ul li.on,.case .nr .hd ul a:hover{ background: url("./homeimg/casetab.png") no-repeat;}
.case .nr .hd ul li.on .icon .img2,.case .nr .hd ul a:hover .icon .img2{ visibility: visible;}
.case .nr .hd ul li.on .icon .img1,.case .nr .hd ul a:hover .icon .img1{ visibility: hidden;}

.case .nr .hd ul li.on .bt span,.case .nr .hd ul li.on .bt p,.case .nr .hd ul a:hover .bt p,.case .nr .hd ul a:hover .bt span{ color: #fff;}
.case .nr .hd ul span{ color: #666; font-size: 18px; line-height: 25px;}
.case .nr .hd ul p{ color: #666; font-size: 14px;}
.case .nr .bd{ margin-left: 15px; height: 430px; overflow: hidden; width: 930px;}
.case .nr .bd ul li .limg,.case .nr .bd ul li .rimg{ display: inline-block; vertical-align: top;}
.case .nr .bd ul li .limg{ width: 622px; height: 430px; overflow: hidden; margin-right: 15px;}
.case .nr .bd ul li .rimg dd{ width: 288px; height: 205px; overflow: hidden;}
.case .nr .bd ul li .rimg dd+dd{ margin-top: 20px;}
.case .nr .bd ul li .limg:hover img,.case .nr .bd ul li .rimg dd:hover img{ transform: scale(1.1, 1.1); transition-duration: 300ms;}

/*about*/

.about{ box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);}
.about .left,.about .right {}

.about .left{ overflow: hidden; width: 602px; height: 421px;}
.about .left img{ width: 602px; height: 422px;}
.about .left:hover img{ transform: scale(1.1, 1.1); transition-duration: 300ms;}
.about .right{ padding: 40px 30px 0; background: #f7f7f7; width: 598px; height: 421px;}
.about .right .bt h1{ color: #666; font-size: 20px;}
.about .right .bt h2{ color: #666; font-size: 14px; text-transform: uppercase;}
.about .right .wz{ margin-top: 40px;}
.about .right .wb{ color: #666; font-size: 14px; overflow:hidden;line-height: 28px; height: 130px;}
.about .right hr{ background-color: rgb(14, 110, 184); width: 116px; height: 1px; border: none; outline: none; margin: 10px 0;}
.about .right .more a{ color: #fff; font-size: 14px; background: #ff8800; height: 23px; text-align: center; line-height: 23px; width: 88px; display: inline-block; vertical-align: top;}
.about .right .more a img{ margin-left: 6px;}

/*new*/

.qyxc{ margin: 25px auto 0;}
.qyxc .tynavtop{ background: url(./homeimg/qycxbg.png)no-repeat; height: 34px; line-height: 35px; overflow: hidden;}
.qyxc .tynavtop span:before{ content: url(./homeimg/qycxtb.png); width: 21px; height: 17px; margin: 2px 6px 0; display: inline-block; vertical-align: top;}
.qyxc .tynavtop span{ color: #fff; font-size: 18px;}
.qyxc .tynavtop a{ float: right; color: #999; font-size: 18px; margin-right: 20px;text-transform: uppercase;}
.qyxc .bd{ margin: 20px 0 0; width: 1200px; overflow: hidden;}
.qyxc .bd ul li{ float: left; text-align: center; margin-right: 20px;}
.qyxc .bd ul li .pic{ width: 285px; height: 200px; overflow: hidden;}
.qyxc .bd ul li .pic img{ width: 285px; height: 200px;}
.qyxc .bd ul li .pic:hover img{ transform: scale(1.1, 1.1); transition-duration: 300ms;}
.qyxc .bd ul li p {}

/*new*/

.new{padding-top: 50px;}
.new .newlist{ width: 370px; display: inline-block; vertical-align: top; margin-right: 30px; overflow: hidden;}
.new .newlist3{ margin-right: 0;}
.new .newlist .top{ width: 370px; border-bottom: 1px dashed #D8D8D8; padding-bottom: 10px;}
.new .newlist .top .bt{ display: inline-block; vertical-align: middle; margin-left: 10px;}
.new .newlist .top h1{ font-size: 24px; color: #0e6eb8; line-height: 20px;display: inline-block; vertical-align: middle;}
.new .newlist .top h2{ font-size: 16px; color: #0e6eb8; text-transform: uppercase;display: inline-block; vertical-align: top;margin-top: 2px;}
.new .newlist .top .more{ font-size: 14px; color: #999; margin: 6px 10px 0 0;}
.new .newlist .nr{ margin: 20px 0 0;}
.new .newlist .nr .pic{ width: 370px; height: 200px; overflow: hidden;margin-bottom: 20px;}
.new .newlist .nr .pic img{ width: 370px; height: 200px;}
.new .newlist .nr .pic:hover img{ transform: scale(1.1, 1.1); transition-duration: 300ms;}
.new .newlist1 ul li a i:before{ content: "•"; margin-right: 4px;}
.new .newlist1 ul li a:hover i,.new .newlist1 ul li a:hover span{ color: #0e6eb8;}
.new .newlist1 ul li a i{ font-size: 14px; color: #666;line-height: 32px;}
.new .newlist1 ul li{ margin: 0px 0 10px; border-bottom: 1px dashed #D8D8D8;}
.new .newlist1 ul li:first-child+li+li+li{ border-bottom: none;}
.new .newlist .nr{ height: 375px;}
.new .newlist3 ul li{ margin-bottom: 15px;border-bottom: 1px dashed #D8D8D8;padding-bottom: 15px;height: 112px!important;}
.new .newlist3 .lbnew{ height: 320px;}
.new .newlist3 ul li .wen{ margin-bottom: 10px;}
.new .newlist3 ul li .wen a{ font-size: 14px; color: #666;}
.new .newlist3 ul li .wen a i{ margin-top: 5px; display: inline-block; vertical-align: middle;}
.new .newlist3 ul li .wen a:before{ content: "Q"; background: url(./homeimg/qq.png)no-repeat;}
.new .newlist3 ul li .wen a:before,.new .newlist3 ul li .da a:before{ width: 30px; text-align: center; height: 30px; line-height: 30px; color: #fff; font-size: 24px; border-radius: 15px; margin-right: 6px; display: inline-block; vertical-align: top;}
.new .newlist3 ul li .da a:before{ content: "A"; background: #ff8800;}
.new .newlist3 ul li .da a{ font-size: 14px; color: #666;line-height: 28px;}
.new .newlist3 ul li .da a i{ display: inline-block; width: 320px; vertical-align: top;height: 56px; overflow: hidden;}
