﻿*{box-sizing: border-box;margin:0;padding:0;}
html{overflow-x: hidden;}
body{ min-width:320px;font:16px "微软雅黑", "YaHei,Arial";color:#333;line-height:24px;overflow-x: hidden;background: #fff;}
.container{ margin:0 auto;height:auto; }
xmp{font-family: "微软雅黑", "YaHei,Arial";}
h1,h2,h3,h4,h5,p,div,span,ul,li,dl,dd,dt{margin:0;padding:0;}
input,textarea,select,button{outline:none;font:16px "微软雅黑", "YaHei,Arial";}
label{font-weight: normal;}
a{text-decoration: none;outline:none;color:#333; }
a:focus, a:hover{color:#333;text-decoration: none;outline: none;  outline-offset: 0;}
ul,li{list-style: none;} i,em{font-style:normal;}
.nav>li>a:focus, .nav>li>a:hover{background: none;}
.lt{float:left;}.rt{float:right;}.hide{display: none;}.show{display: block;} .imgMax{max-width:100%;max-height:100%;}
.tc{text-align:center;}.tr{text-align:right;}.tl{text-align:left;}.fwn{font-weight: normal}
.db{display: block;}.dib{display: inline-block;}.ma{margin: 0 auto;}.pr{position: relative;}.pa{position: absolute;}.pf{position: fixed;}.oh{overflow: hidden;}
.transition{-webkit-transition: all  0.3s linear;-moz-transition: all  0.3s linear;-o-transition: all  0.3s linear; transition: all  0.3s linear; }
img.desaturate { filter: grayscale(100%); -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);  }
img.desaturate:hover { filter: grayscale(0);-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);-ms-filter: grayscale(0); -o-filter: grayscale(0);  }
.clear{clear: both;}
.clearAfter:after{content:"";display: block; clear: both;}
img{vertical-align: middle;}
.slick-slide{outline: none;}
.slick-prev:before, .slick-next:before{display: none;}
.slick-dots li button:before{display: none;}
.slick-dotted.slick-slider{margin:0;}
.slick-slide img {max-width: 100%;margin:0 auto;}
.banner .slick-slide {overflow: hidden;}
.banner img{width: 100%;margin:0 auto;}

/*手机侧边导航*/
.body{transition: all linear .2s;-webkit-transition: all linear .2s;}
.body.on{transform: translate3d(-80%,0,0);-webkit-transform: translate3d(-80%,0,0);}
.left_navBox{position: fixed;right:0;top:0;bottom:0;width:100%;z-index: 33;
    transform: translate3d(100%,0,0);-webkit-transform: translate3d(100%,0,0);
    transition: all linear .2s;-webkit-transition: all linear .2s;
}
.left_navBox.on{transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);}
.left_bg{position: fixed;right:0;top:0;bottom:0;width:100%;background: rgba(0,0,0,.5);}
.left_cont{background: #fff;width: 80%;position: fixed;right:0;top:0;height:100%;overflow-y:auto;-webkit-overflow-scrolling: touch; }
.left_had{height:55px;line-height:55px;background: #f18519;padding:0 16px;font-size: 18px;color:#fff;font-weight: bold;}
.left_had img{width: 20px;margin-right:8px;}
.left_nav{padding:20px 16px;}
.left_nav li {border-bottom:1px solid #e6e6e6;}
.left_nav li a{position: relative;display: block;padding:0  30px 0 0;
    font-size: 15px;line-height: 40px;height:40px;overflow:hidden;}
.left_nav li i{display: none;text-align: center; width:15px;height:40px;font-weight: bold; position: absolute;top:0;right:0; background: url(../images/dh_09.png) no-repeat center center;background-size: 12px;}
.left_navTwo {padding-bottom:10px;}
.left_navTwo li {border-bottom:none;}
.left_navTwo li a{color:#666;line-height: 35px;height:35px;font-size: 13px;}
.left_nav li i.in{display: block;}
.left_nav ul{display: none;}
.left_nav li a.on{color:#f18519;}
.left_navTwo li a.on{color:#f18519;}



.header{position: fixed;top:0;left:0;right:0;z-index: 10;border-bottom:1px solid rgba(255,255,255,.1);}
.logo{float: left;height:100px;width:18%;}
.logo a{display: block;height:100%;position: relative;}
.logo img{max-width: 100%;max-height: 100%;position: absolute;top:0;bottom:0;left:0;margin:auto;}

.language{float: right;height:100px;display: inline-flex;align-items: center;}
.language a{margin-left:20px;display: inline-block;}
.language a img{width: 42px;height:28px;}

.nav{float: right;width:65%;}
.nav li {float: left;position: relative;width:20%;text-align: center;}
.nav li a {display: block;vertical-align: top;font-size: 16px;color:#fff; font-weight: bold; line-height: 100px;height:100px;padding:0;overflow: hidden;}
.nav li a:after{content: '';display: none;position: absolute;bottom:22px;left:50%;margin-left:-11px;width:22px;height:3px;background: #f18519;}
.nav_child{display: none; position: absolute;top:100px;left:50%;margin-left:-71px; width:142px;z-index:10;padding-top:20px;}
.nav_child ul{background:#fff;border-radius: 5px;overflow: hidden;}
.nav_child li{float: none;width: 100%;padding:0;}
.nav_child li a{color:#666;line-height: 43px;height:43px;font-size: 14px;}
.nav_child li a:after{display: none;}
.nav>li>a:hover:after{display: block;}
.nav>li.current>a:after{display: block;}
.nav_child li a:hover{background: #f18519;color:#fff;}
.nav li:hover .nav_child{display: block;animation: navChild .3s ease-in-out forwards;-webkit-animation: navChild .3s ease-in-out forwards;}
@keyframes navChild  {
    0%{transform: translateY(10px);-webkit-transform: translateY(10px);}
    100%{transform: translateY(0);-webkit-transform: translateY(0);}
}
@-webkit-keyframes navChild  {
    0%{transform: translateY(10px);-webkit-transform: translateY(10px);}
    100%{transform: translateY(0);-webkit-transform: translateY(0);}
}
.header.on{background: #fff; box-shadow: 0 0 10px 0 rgba(0,0,0,.1);z-index:100;}
.header.on .nav>li>a{color:#333;}


.banner{overflow: hidden;}
.banner .slick-slide {overflow: hidden;}
.banner .slick-slide.slick-current img{animation: banAn 3s linear forwards;}
/*.banner .slick-slide.slick-current img{transform: scale(1,1);transition: all linear 3s;}*/
.banner .slick-dots { bottom:15px; }
.banner .slick-dots li button{margin:0 auto;padding:0; width:6px;height:6px;background: #fff;border-radius: 50%;opacity: 1;}
.banner .slick-dots li{width:30px;height:30px;border: 1px solid transparent;border-radius: 50%;display: inline-flex;align-items: center;}
.banner .slick-dots li.slick-active{border: 1px solid #fff;}
@keyframes banAn {
    0%{transform: scale(1.3,1.3);}
    100%{transform: scale(1,1);}
}

.com_title{padding:75px 0 60px;text-align: center;}
.com_title .cn{font-size: 36px;font-weight: bold;line-height: 40px;position: relative;z-index: 1;}
.com_title .cn:after{content: "";display: block;width: 40px;height:5px;background: #f18519;margin:10px auto 0;}
.com_title .en{font-size: 56px;font-weight: bold;color:#f1f1f1;line-height: 60px;margin-top:-36px;}
.com_title .des{color:#666;line-height: 32px;margin-top:30px;}

.section_one{background: url(../images/bg_02.jpg) no-repeat center top;}
.secOne_cont{overflow: hidden;display: inline-flex;align-items: center;justify-content: space-between;}
.secOne_cont img{max-height:  100%;max-width: 100%;}
.secOne_cont .txt{position: absolute;bottom:0;left:0;}
.secOne_rt{position: relative;width: 38%;}
.secOne_rt img{width: 100%;}
.secOne_lt{position: relative;width: 59.33%;}
.secOne_rt .txt{top:0;right:0;margin:auto;width: 160px;height:160px;border-radius: 50%;color:#fff;font-weight: bold;font-size: 24px;
    display: inline-flex;align-items: center;justify-content: center;
    background: -webkit-linear-gradient(rgba(241,133,25,.5), rgba(241,133,25,0.01)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(241,133,25,.5), rgba(241,133,25,0.01)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(241,133,25,.5), rgba(241,133,25,0.01)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(241,133,25,.5), rgba(241,133,25,0.01)); /* 标准的语法 */
}
.secOne_lt .txt{color:#fff;bottom:35px;left:40px;}
.secOne_lt .txt li{margin-top:22px;font-size: 24px;line-height: 30px;}
.secOne_lt .txt li b{font-size: 48px;margin-right:15px;vertical-align: sub;line-height: 50px;}

.secTwo_cont{overflow: hidden;padding-bottom:80px;}
.secTwo_list{float: right;width: 48.6%;padding:0 40px;display: inline-flex;align-items: center;justify-content: space-between; background: url(../images/index_05.jpg) no-repeat center center;}
.secTwo_cont .secTwo_list:nth-child(2n){float: left;background: url(../images/index_03.jpg) no-repeat center center;}
.secTwo_list .ti{font-size: 30px;font-weight: bold;line-height: 30px;display: block;}
.secTwo_list .des{font-size: 18px;color:#666;margin:12px 0;}
.secTwo_list .more{display: block;font-size: 14px;color:#999;}
.secTwo_list .more i{font-family: "幼圆";margin-left:5px;}
.secTwo_list img{max-height:  100%;max-width: 100%;}

.section_three{background: url(../images/index_17.jpg) no-repeat center center;padding-bottom:60px;}
.section_three .com_title .cn{color:#fff;}
.section_three .com_title .en{opacity: .07}
.secThree_cont{color:#fff;font-size: 24px;line-height: 34px;text-align: center;margin-bottom:110px;}
.secThree_cont .slick-slide{min-height: 130px;}
.secThree_slider .slick-prev{left:0;}
.secThree_slider .slick-next{right:0;}
.secThree_slider .slick-prev,
.secThree_slider .slick-next{width: 47px;height:47px;border-radius: 50%;text-align: center;}
.secThree_slider .slick-prev:before,
.secThree_slider .slick-next:before{content:"";display: block;font-family: "幼圆";color:#fff;font-size: 30px;line-height: 47px;}
.secThree_slider .slick-prev:before{content:"<";}
.secThree_slider .slick-next:before{content:">";}
.secThree_slider .slick-prev:hover,
.secThree_slider .slick-next:hover{background: rgba(241,133,25,.3);}
.secThree_slider .slick-prev:hover:before,
.secThree_slider .slick-next:hover:before{color:#f18519;}

.com_more{display: table;margin:0 auto; width: 140px;height:40px;background: #fff;border-radius: 10px;line-height: 40px;text-align: center;font-size: 14px;}
.com_more:hover{background: #f18519;color:#fff;}

.secFour_cont{padding:80px 0;overflow: hidden;}
.secFour_rt{float: right;width: 61.5%;}
.secFour_lt{float: left;width: 35%;background: #f9f9f9;padding:25px 40px;}
.map{height:auto;border:1px solid #f1f1f1;padding:4px;}
.map img{width: 100%;height: auto;}
.secFour_list dl{display: inline-flex;align-items: center;width: 100%;padding:7px 0;}
.secFour_list dl dd{margin-left:20px;line-height: 28px;}
.secFour_list dl .des{color:#666;}

.copy{font-size: 14px;color:#777;text-align: center;line-height: 20px;padding:23px 0;background: #272727;}
.copy a{font-size: 14px;color:#777;}
.copy a:hover{color:#fff;}

.det_ban {position: relative;}
.det_ban img{max-width: 100%;max-height: 100%;}
.det_ban .txt{width:140px;height:140px;border-radius: 50%;text-align: center;position: absolute;top:44%;left:0;right:0;margin:auto;
    background: -webkit-linear-gradient(rgba(241,133,25,.5), rgba(241,133,25,0.01)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(241,133,25,.5), rgba(241,133,25,0.01)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(241,133,25,.5), rgba(241,133,25,0.01)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(241,133,25,.5), rgba(241,133,25,0.01)); /* 标准的语法 */
}
.det_ban .txt .cn{color:#fff;font-size: 36px;line-height: 40px;font-weight: bold;margin:28px auto 8px;}
.det_ban .txt .en{color:#fff;font-size: 20px;line-height: 30px;font-weight: bold;opacity: .5;margin:0 auto;}

.pro_main{padding:80px 0;}
.pro_list{overflow: hidden;padding:40px 0;position: relative;}
.pro_list .cont{float: left;z-index: 10; width: 52%;background: rgba(255,255,255,.5);padding:35px 0; padding-right:70px;
    position: absolute;top:40px;bottom:40px; left:0;}
.pro_list .img{float: right;width: 52%;}
.pro_list .img img{max-width: 100%;max-height: 100%;}
.pro_list .cont .ti{font-size: 36px;line-height: 40px;font-weight: bold;}
.pro_list .cont .en{margin:25px 0;font-size: 36px;line-height: 40px;font-weight: bold;color:#eaeaea;}
.pro_list .cont .des{font-size: 17.5px;line-height: 30px;color:#999;margin-bottom:70px;}
.pro_list .cont .des li:before{content:"";display:inline-block;vertical-align: middle;margin-top:-3px; background:#f18519;width:4px;height:4px;margin-right:8px;border-radius: 50%;}

.pro_cont .pro_list:nth-child(2n) .cont{float: right;left:auto;right:0;padding-left:95px;padding-right:0;}
.pro_cont .pro_list:nth-child(2n) .img{float: left;}
.com_btn a{display: inline-block;vertical-align: top;width: 160px;height:50px;line-height:50px;border-radius: 5px;background:#f9f9f9;text-align: center;font-size: 14px;color:#666;font-weight: bold;margin-right:30px;}
.com_btn a i{font-family: "幼圆";opacity:0;transition: all linear .2s;}
.com_btn a:hover{background: #f18519;color:#fff;}
.com_btn a:hover i{opacity:1;margin-left:10px;}

.pro_slider .slick-dots{bottom:10px;}
.pro_slider .slick-dots li button{display: none;}
.pro_slider .slick-dots li{width: 8px;height:8px;border-radius: 50%;background: #fff;margin:0 10px;}
.pro_slider .slick-dots li.slick-active{background: #f18519;}


.pro_led .pro_list {text-align: center;}
.pro_led .pro_list .cont{float: none;width: 100%;position: static;transform: translateY(0);}
.pro_led .pro_list .cont .des{margin-bottom:30px;}
.pro_led .pro_list .img{float: none;width: 100%;margin-top:25px;}
.pro_led .pro_list .com_btn a{margin:0 20px;}

.message_model{display: none; position: fixed;top:0;left:0;right:0;bottom:0;z-index: 20; height:100%;background: rgba(255,255,255,.9);}
.mesModel_cont{padding:60px 40px;overflow: hidden;box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    position: absolute;top:5%;left:0;right:0;margin:auto;width: 800px;background: #fff;max-height: 90%;overflow-y: auto;-webkit-overflow-scrolling : touch;
}
.mesModel_cont::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.mesModel_cont::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #000;
}
.mesModel_cont::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #f1f1f1;
}
.mesModel_close{display: flex;align-items: flex-end;cursor: pointer; position: absolute;top:-50px;right:-50px;background: #f18519;color:#fff;width: 100px;height:100px;border-radius: 50%;font-size: 35px;font-weight: lighter;}
.mesModel_close span{margin:0 0 18px 16px;}
.mesModel_cont .com_title{padding:0;}
.mes_form{padding:25px 0 0;}
.put_list{margin:15px 0;padding:0 15px;font-size: 14px;color:#999; width: 100%;display: inline-flex;border:1px solid #eaeaea;height:52px;line-height: 52px;}
.put_list input{border:none;padding:0 10px;font-size: 14px;vertical-align: top;flex: 1;}
.area_list{height:auto;}
.area_list textarea{line-height: 24px;height:160px;border:none;font-size: 14px;flex: 1;padding:13px 10px;}
.mes_form button{width: 160px;height:50px;color:#fff;background: #f18519;margin-top:25px;border-radius: 5px;border:none;}

.det_main{min-height: 500px;}
.det_ban .tactTxt {top:50%;margin-top:-70px;}
.det_ban .tactTxt .cn{width: max-content;margin-top:22px;}
.det_ban .tactTxt .en{width: max-content; width: 200%;   margin-left: -50%; }
.tact_cont{padding:80px 0 50px;text-align: center; display: inline-flex;justify-content: space-between;width: 100%;}
.tact_list{width: 33.33%;}
.tact_list span{display: block;margin:15px 0 0;}
.tact_list p{color:#999;margin:10px 0;}
.tact_list b.num{font-size: 24px;}
.tact_main .com_btn{text-align: center;}
.tact_map{width: 100%;height:auto;border:1px solid #ccc;margin:60px 0 100px;}
.tact_map img{width: 100%;height: auto;}

.brand_title{text-align: center;font-size: 36px;line-height: 40px;font-weight: bold;margin-bottom:15px;}
.brand_title:after{content:"";display: block;margin:20px auto 0;width: 40px;height:5px;background: #f18519;}

.brand_one{padding:65px 0 100px;}
.brOne_cont{text-align: center;color:#666;line-height: 30px;}
.brOne_cont img{max-width: 100%;max-height: 100%;}

.brand_two{padding:70px 0; background: url(../images/brand_08.jpg) no-repeat top center;background-size: cover;}
.brand_two .brand_title{color:#fff;}
.brTwo_cont{margin-top:90px;}
.brTwo_rt{float: right;width: 60%;padding-left:90px;text-align: center;position: relative;}
.brTwo_lt{float: left;width: 40%;position: relative;}
.brTwo_lt:before{content:"";display: block;position: absolute;top:0;left:0;
    width: 100%;height:100%;border-radius: 0 50px 0 50px;background: #f18519;margin:20px 0 0 20px;}
.brTwo_lt img{position: relative;z-index: 2;max-height: 100%;max-width: 100%;border-radius: 0 50px 0 50px;}
.brTwo_rt img{max-height: 100%;max-width: 100%;}
.brTwo_ti li{font-size: 30px;line-height: 40px;color:#fff; position: absolute;}
.brTwo_des li{color:#cfcfcf;position: absolute;}
.brTwo_des li.one{top:10%;left:10%;}
.brTwo_des li.two{top:0;right:2%;}
.brTwo_des li.three{bottom:-7.5%;left:46%;}
.brTwo_ti li.one{transform: rotate(-65deg);top:41%;left:32%;}
.brTwo_ti li.two{transform: rotate(54deg);top:20%;right:28%;}
.brTwo_ti li.three{bottom:21%;right:32%;}

.brand_three{padding:105px 0 95px;background: url(../images/brand_09.jpg) no-repeat center bottom;background-size: cover;}
.brThree_cont{margin-top:70px;height:580px;}
.brThree_slider .slider-for{float: right;width: calc(100% - 280px);height:100%;}
.brThree_slider .slider-nav{float: left;width:240px;height:100%;}
.brThree_slider .slider-for .slick-list{height:100%;}
.brThree_slider .slider-for .slick-track{height:100%;}
.brThree_slider .slider-for .slick-slide{height:100%;position: relative;}
.brThree_slider .slider-for .img span{display: block;position: absolute;}
.brThree_slider .slider-for .img span.one{bottom:67px;right:0;}
.brThree_slider .slider-for .img span.two{bottom:200px;right:0;padding-right: 32px;}
.brThree_slider .slider-for .img span.two:after{content:"";display: block;width: 170px;height:170px;background:#f18519;position: absolute;top:34px;right:0;}
.brThree_slider .slider-for .img span.two img{position: relative;z-index: 2;}
.brThree_slider .slider-for .img span.three{bottom:20px;left:14%;z-index: 3;}
.brThree_slider .slider-for .img img{max-width: 100%;max-height: 100%;}
.brThree_slider .slider-for .txt{display: inline-flex;margin-top:70px;width: 40%;position: absolute;top:0;left:0;}
.brThree_slider .slider-for .txt dt{display: none; color:#f18519;font-size: 72px;font-weight: bold;line-height: 80px;margin-right:55px;}
.brThree_slider .slider-for .txt .ti{font-size: 24px;line-height: 30px;}
.brThree_slider .slider-for .txt .des{color:#666;line-height: 30px;margin-top:15px;font-size: 16px;}
.brThree_slider .slider-nav{position: relative;padding:35px 0;}
.brThree_slider .slider-nav:before{content:"";display: block;width:1px;height:100%;background: #e2e2e2;position: absolute;top:0;left:18px;}
.brThree_slider .slider-nav  .slick-list{height:100%;}
.brThree_slider .slider-nav  .slick-track{height:100%;}
.brThree_slider .slider-nav  .slick-slide{cursor: pointer; padding:30px 0;padding-left:14px;display: inline-flex;align-items: center;position: relative;}
.brThree_slider .slider-nav  .slick-slide:before{content:"";display: inline-block;vertical-align:middle;width: 7px;height:7px;border-radius: 50%; background: #cfcfcf;}
.brThree_slider .slider-nav  .slick-slide span{margin-left:25px;font-size: 18px;color:#666;transition: all linear .2s;}
.brThree_slider .slider-nav  .slick-slide.slick-current span{color:#f18519;margin-left:68px;}
.brThree_slider .slider-nav  .slick-slide.slick-current:before{opacity: 0;}
.brThree_slider .slider-nav  .slick-slide.slick-current:after{content:"";display: block;position: absolute;top:50%;left:7px;margin-top:-9px;
    width: 79px;height:19px;background: url(../images/brand_18.png) no-repeat center center;}
.brThree_slider .slider-nav  .slick-prev,
.brThree_slider .slider-nav  .slick-next{width: 35px;height:35px;background: #cfcfcf;border-radius: 50%;text-align: center;}
.brThree_slider .slider-nav  .slick-prev:before,
.brThree_slider .slider-nav  .slick-next:before{content:""; display: block;opacity: 1;height:35px;}
.brThree_slider .slider-nav  .slick-prev:before{background: url(../images/brandI_03.png) no-repeat center center;}
.brThree_slider .slider-nav  .slick-next:before{background: url(../images/brandI_06.png) no-repeat center center;}
.brThree_slider .slider-nav  .slick-prev{top:0;left:0;transform: translate(0);-webkit-transform: translate(0);}
.brThree_slider .slider-nav  .slick-next{bottom:0;top:auto;left:0;transform: translate(0);-webkit-transform: translate(0);}
.brThree_slider .slider-nav  .slick-prev:hover,
.brThree_slider .slider-nav  .slick-next:hover{background: #f18519;}

.xz_one{padding-top:85px;}
.xzOne_list {padding:60px 0;}
.xzOne_list .list_box{position: relative;}
.xzOne_list .list_box:after{content:"";display: block;clear: both;}
.xzOne_list .cont{float: right;width: calc(47.3% + 35px);position: absolute;top:50%;right:0;padding: 5px 0 0 35px;margin-left:-35px;
    transform: translateY(-50%);max-height: 100%;overflow: hidden;min-height: 170px;}
.xzOne_list .cont .box{position: relative;z-index: 10;}
.xzOne_list .cont .num{position: absolute;top:50%;right:0;transform: translateY(-50%);font-size: 200px;color:#f9f9f9;line-height: 200px;font-weight: bold;}
.xzOne_list .cont .ti{font-size: 30px;line-height: 36px;position: relative;}
.xzOne_list .cont .ti:before{content:"";display: block;position: absolute;top:-5px;left:-32px;
    width: 20px;height:20px;border:4px solid #f18519;border-radius: 50%;}
.xzOne_list .cont .des{font-size: 18px;color:#666;line-height: 40px;margin:15px 0;}
.xzOne_list .cont .list{font-size: 16px;color:#666;line-height: 30px;}
.xzOne_list .cont .list .txt:before{content:"";display:inline-block;vertical-align: middle;
    width: 16px;height:12px; margin:-3px 13px 0 0; background: url(../images/dui_03.png) no-repeat center center;}
.xzOne_list .img{float:left;width: 47.3%;text-align: center;border-radius: 10px;overflow: hidden;}
.xzOne_list .img img{max-width: 100%;max-height: 100%;border-radius: 10px;}
.xzOne_cont .xzOne_list:nth-child(2n) {background: #fafafa;}
.xzOne_cont .xzOne_list:nth-child(2n) .cont{left:0;right: auto;}
.xzOne_cont .xzOne_list:nth-child(2n) .cont .num{color:#f3f3f3;}
.xzOne_cont .xzOne_list:nth-child(2n) .img{float: right;}

.xz_two{padding:80px 0 50px;}
.xzTwo_cont{width: 100%; margin-top:45px;display: inline-flex;}
.xzTwo_list{float: left;width: 14.28%;height:540px; border-radius: 5px;margin:0 5px;overflow: hidden;
    transition: all linear .2s;}
.xzTwo_list .img{position: relative;text-align: center;overflow: hidden;}
.xzTwo_list .img img{margin:0 auto;max-height: 100%;}
.xzTwo_list .img .box{position: absolute;top:0;left:0;right:0;padding:10px;bottom:0;display: inline-flex;align-items: center;background: rgba(0,0,0,.3);}
.xzTwo_list .img .imgTxt{width: 100%;}
.xzTwo_list .img .des{color:#fff;line-height: 30px;height:60px; overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:2;}
.xzTwo_list .img .line{display: block;width:20px;height:2px;background: #f18519;margin:30px auto;}
.xzTwo_list .cont{display:none;padding-top:65px;overflow: hidden;}
.xzTwo_list .cont .ti{font-size: 22px;font-weight: bold;line-height: 36px;height:36px; overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}
.xzTwo_list .cont .des{color:#f18519; line-height: 36px;height:36px; overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}
.xzTwo_list .cont .line{width: 20px;height:2px;background: #f18519;margin:20px 0 25px;}
.xzTwo_list .cont .list{}
.xzTwo_list .cont .list dl{margin-bottom:10px;font-size: 16px;position: relative;padding-left:15px;}
.xzTwo_list .cont .list dl:before{content:"";display: block;position: absolute;top:9px;left:0;background: #f18519;border-radius: 50%;width:4px;height:4px;}
.xzTwo_list .cont .list dt{font-weight: normal;}
.xzTwo_list .cont .list dd{margin-top:5px;}
.xzTwo_list.on{width: 39.5%;display: inline-flex;justify-content: space-between;padding:30px;background: #fff;position: relative;box-shadow: 0 5px 15px 0 rgba(0,0,0,.08)}
.xzTwo_list.on:before{content:"";display: block;position: absolute;top:0;left:0;width: 100%;border-top:3px solid #f18519;}
.xzTwo_list.on .cont{display: block;width: 48%;}
.xzTwo_list.on .img{width: 48%;}
.xzTwo_list.on .img .box{display: none;}
.xzTwo_list.on .img img{max-height: 100%;}

.xz_three{padding:50px 0 60px;}
.xz_des{text-align: center;font-size: 18px;margin:45px 0 0;}
.xzThree_slider .slider-for .slick-track{padding:15px 0;}
.xzThree_slider .slider-for .slick-slide{margin:0 30px; text-align: center;}
.xzThree_slider .slider-for .slick-slide .ti{font-size: 18px;margin:45px 0 20px;}
.xzThree_slider .slider-for .slick-slide .img{background: #fff;padding:10px;border-radius: 10px;box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);}
.xzThree_slider .slider-for .slick-prev,
.xzThree_slider .slider-for .slick-next{width: 35px;height:35px;border-radius: 50%;background: #f18519;z-index: 10;}
.xzThree_slider .slider-for .slick-prev:before,
.xzThree_slider .slider-for .slick-next:before{content: "";display: block;height:35px;}
.xzThree_slider .slider-for .slick-prev:before{background: url(../images/brandI_03.png) no-repeat center center;transform: rotate(-90deg)}
.xzThree_slider .slider-for .slick-next:before{background: url(../images/brandI_06.png) no-repeat center center;transform: rotate(-90deg)}
.xzThree_slider .slider-for .slick-prev{left:5%;}
.xzThree_slider .slider-for .slick-next{right: 5%;}

.xzThree_slider .slider-nav{width: calc(100% - 44% - 60px); margin:25px auto 0;padding:40px 0;border-top:1px solid #ebebeb;}
.xzThree_slider .slider-nav .slick-slide{margin:0 5px;border-radius: 5px;overflow: hidden;position: relative;}
.xzThree_slider .slider-nav .slick-slide:before{content:"";display: block; position: absolute;top:0;bottom:0;left:0;right:0;background: rgba(0,0,0,.5);}
.xzThree_slider .slider-nav .slick-slide.slick-current:before{display: none;}



































