/*.menu {*/
/*    display: none;*/
/*    height: 60px;*/
/*    width: 30px;*/
/*    position: absolute;*/
/*    right: 20px;*/
/*    top: 0px;*/
/*    z-index: 99999;*/
/*}*/

.menu i {
    transition: all 0.2s;
    position: relative;
    width: 30px;
    height: 3px;
    margin-top: 20px;
    background: #333;
    display: block;
}

.menu i:before,
.menu i:after {
    position: relative;
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    background: #333;
    display: block;
    transition: all 0.2s;
}

.menu i:after {
    top: unset;
    bottom: -18px;
}

.close i:before {
    top: 4px;
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

.close i:after {
    top: 4px;
    -webkit-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}

.close i {
    background: transparent;
}

.header {
    border-bottom: 1px solid #ecebeb;
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 99;
    left: 0;
    top: 0;
    background: #fff;
}

.ding {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 8%;
    box-sizing: border-box;
}

.header .logo {
    float: left;
    height: 100%;
}

.header .logo img {
    height: 100%;
}

.header .dao {
    float: right;
}

.header .dao ul {
    font-size: 0;
}

.header .dao ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 78px;
    margin-right: 50px;

}

.header .dao ul li:last-child {
    margin-right: 0;
}

.header .dao ul li:hover {
    color: #FF6600;
    border-bottom: 2px solid #FF6600;
}

.header .dao ul li span {
    color: #ff6600;
}

.header .dao ul li:hover .erji {
    display: block;
}

.header .dao ul .liang {
    color: #FF6600;
    border-bottom: 2px solid #FF6600;
    box-sizing: border-box;
}

.erji {
    margin-top: 43px;
    border-top: 1px solid #dddddd;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 4;
}

.erji dl {
    font-size: 0;
    /* padding: 20px 0; */
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
}

.erji dl dd {
    float: unset; !important;
    font-size: 14px;
    line-height: 76px;
    margin-right: 60px;
    display: inline-block;
    vertical-align: top;
    color: #333333;
}

.sanji {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    top: 72px;
}

.sanji .centerBox {
    border-top: 1px dashed #e4e4e4;
    padding: 20px 0;
    box-sizing: border-box;
}

.sanji  .tu img{
    width: 350px;
}

.erji dl dd:last-child {
    margin-right: 0;
}

.erji dl dd:hover {
    color: #FF6600;
    border-bottom: 1px solid #FF6600;
    box-sizing: border-box;
}

.erji dl dd:hover .sanji {
    display: block;
}

.erji dl dd .sanji .tu {
    display: inline-block;
    vertical-align: middle;
}

.erji dl dd .sanji .zi {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 20px;
}

.banner img {
    width: 100%;
    display: block;
    transition: all ease-in-out .5s;
}

.banner:hover img {
    transform: scale(1.02);
}

.banner {
    /*margin-top: 80px;*/
    overflow: hidden;
}

.sb span {
    width: 10px;
    height: 10px;
    /*border: #d3d7d9 solid 1px;*/
    background-color: #fff;
    opacity: 1;
    border-radius: 10px;
}

.sb .swiper-pagination-bullet-active {
    background-color: #ff6600;
    width: 10px;
    height: 10px;
}

.footer {
    background: #333;
    color: #fff;
    padding-top: 50px;
    margin-top: 50px;
}

.loa img {
    width: 314px;
    display: block;
    margin: auto;
}

.doa ul {
    font-size: 0;
    text-align: center;
    border-bottom: 2px solid #fff;
    margin-top: 40px;
}

.doa ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0 4% 20px;
}

.fen2 {
    margin-top: 30px;
}

.fez {
    float: left;
    width: 50%;
}

.lxa,
.lxa * {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.fey {
    float: right;
    width: 50%;
    padding-left: 4%;
    box-sizing: border-box;
}

.erwm {
    width: 100px;
    margin-top: 25px;
}

.erwm img {
    width: 100%;
}

.erwm p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.fey h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.fey ul {
    font-size: 0;
    margin-top: 20px;
}

.fey ul li {
    width: 47%;
    margin-right: 6%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.fey ul li:nth-child(2n) {
    margin-right: 0;
}

.fey ul li p {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    width: 18%;
    vertical-align: top;
}

.fey ul li input {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    width: 82%;
    border: 0;
    border-radius: 5px;
    background: #fff;
    padding-left: 2%;
    box-sizing: border-box;
    height: 30px;
}

.fey ul .bai {
    width: 100%;
    margin-right: 0;
}

.fey ul .bai p {
    width: 8%;
}

.fey ul .bai textarea {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    width: 92%;
    border: 0;
    border-radius: 5px;
    background: #fff;
    padding-left: 2%;
    box-sizing: border-box;
    height: 150px;
}

.fey .tj1 {
    width: 100px;
    height: 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    border: 0;
    font-size: 16px;
    margin-left: 8%;
}

.foot2 {
    border-top: 2px solid #dddddd;
    font-size: 16px;
    text-align: center;
    line-height: 55px;
    margin-top: 45px;
}

.main_pa {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.main_pa span {
    color: #666666;
}

.chanpin {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cp1 {
    width: 20%;
    float: left;
}

.cp1 li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 4%;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px #ebebeb;
}

.cp1 li p {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    font-size: 16px;
}

.cp1 li i {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/cp_08.png) no-repeat;
    width: 7px;
    height: 12px;
}

.cp2 {
    width: 20%;
    float: right;
    width: 78%;
}

.cp1 .adci {
    background: #FF6600;
    color: #fff;
}

.cp1 .adci i {
    background: url(../images/cp_05.png) no-repeat;
}

.cp1 li:hover {
    background: #FF6600;
    color: #fff;
}

.cp1 li:hover i {
    background: url(../images/cp_05.png) no-repeat;
}

.cpa1 {
    box-shadow: 0px 0px 10px #dfdede;
    padding: 30px 3%;
    box-sizing: border-box;
    min-height: 350px;
}

.cpa1 .tet {
    text-align: center;
    font-size: 30px;
    color: #FF6600;
    line-height: 36px;
    font-weight: bold;
}

.cpa1 .tet span {
    font-size: 18px;
    color: #999999;
    font-weight: normal;
    font-style: italic;
}

.cpa1 .cot {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

.cpa2 {
    margin-top: 40px;
}

.cpa2 .taff {
    line-height: 50px;
    font-size: 24px;
    color: #FF6600;
    font-weight: bold;
}

.cpa2 .taff span {
    color: #FF6600;
    font-size: 40px;
    margin-right: 6px;
}

.cpa2 ul {
    font-size: 0;
}

.cpa2 ul li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #999999;
    border-radius: 20px;
    margin-right: 5%;
    width: 30%;
    margin-bottom: 30px;
}

.cpa2 ul li:nth-child(3n) {
    margin-right: 0;
}

.cpa2 ul li img {
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.cpa2 ul li p {
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cpa2 ul li:hover p {
    background: #FF6600;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.cpa2 ul li:hover {
    border: 1px solid #FF6600;
}

.cpa3 .taff {
    box-shadow: 0px 0px 10px #dfdede;
    padding: 0 2%;
    box-sizing: border-box;
}

.cp2 .bg .taff p {
    color: #333;
}

.cpa3 .taff p {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    color: #FF6600;
    margin-right: 4px;
    width: 94%;
    display: inline-block;
    vertical-align: middle;
}

.cpa3 .taff h6 {
    width: 4%;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    color: #FF6600;
}

.cp2 .cpa3 .taff h6 .jia {
    display: none;
}

.cp2 .bg .taff h6 .jan {
    display: none;
}

.cp2 .bg .taff h6 .jia {
    display: block;
    color: #333;
}

.cpa3 {
    margin-bottom: 50px;
}

.cpa3 .canshu {
    padding: 30px 3%;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #dfdede;
    margin-top: 10px;
}

.cpa3 .canshu img {
    width: 100%;
}

.cpa3 .canshu ul li {
    border-bottom: 1px solid #999999;
    margin-bottom: 50px;
    padding-bottom: 40px;
}

.cpa3 .canshu ul li .p2,
.p2 * {
    font-size: 14px;
    line-height: 30px;
}

.cpa3 .canshu ul li .bn,
.bn * {
    font-size: 14px;
    line-height: 30px;
}

.cpa3 .canshu .p1 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #FF6600;
}

.cpa3 .canshu .p1 span {
    font-weight: bold;
    font-size: 30px;
    margin-right: 5px;
}

.cpa3 .canshu .p2 {
    margin-top: 24px;
}

.cpa3 .canshu .p3 {
    margin-top: 20px;
}

.cpa3 .canshu .p3 .bv {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}

.cpa3 .taff span{
    margin-right: 4px;
}
.cpa3 .canshu .p3 .bv span {
    color: #FF6600;
    font-size: 20px;
    margin-right: 5px;
}

.main_tit {
    text-align: center;
    font-size: 30px;
    color: #FF6600;
    line-height: 36px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.main_tit span {
    font-size: 18px;
    color: #999999;
    font-weight: normal;
    font-style: italic;
    text-transform: uppercase;
    margin-left: 4px;
}

.company {
    padding-top: 50px;
    padding-bottom: 100px;
}

.company ul {
    font-size: 0;
    padding-top: 10px;
    padding-bottom: 60px;
}

.company ul li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 5%;
    margin-top: 40px;
}

.company ul li:nth-child(3n) {
    margin-right: 0;
}

.company ul li .tu {
    overflow: hidden;
}

.company ul li .tu img {
    transition: all ease-in-out .5s;
    width: 100%;
    border-radius: 15px;
}

.company ul li:hover .tu img {
    transform: scale(1.06);
}

.company ul li h3 {
    font-size: 16px;
    float: left;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.company ul li:hover h3 {
    color: #FF6600;
    font-weight: bold;
}

.company ul li .sj {
    float: right;
    padding-top: 4px;
    box-sizing: border-box;
}

.company .kang {
    margin: 10px 0;
}

.company ul li .sj img {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.company ul li .sj p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
}

.company ul li .description {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.pages {
    text-align: center;
    margin: 10px auto;
    font-size: 0;
}

.pages span {
    display: inline-block;
    height: 30px;
    min-width: 30px;
    background: #ff6600;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    margin: 0 5px;
}

.pages a {
    display: inline-block;
    height: 28px;
    width: 30px;
    border: 1px solid #dedede;
    line-height: 28px;
    font-size: 14px;
    margin: 0 5px;
}

.pages .a1 {
    display: inline-block;
    height: 28px;
    width: 58px;
    border: 1px solid #dedede;
    line-height: 28px;
    font-size: 14px;
    margin: 0 5px;
}

.show {
    padding-top: 60px;
    padding-bottom: 100px;
}

.show .sw_tite {
    font-size: 24px;
    font-weight: bold;
    color: #FF6600;
    text-align: center;
}

.show .sw_sj {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #999999;
}

.show .sw_sj p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.show .sw_sj img {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
}

.show .sw_cont {
    padding: 30px 0;
}

.show .sw_cont,
.sw_cont * {
    font-size: 16px;
    line-height: 30px;
}

.show .sw_cont img {
    width: 100%;
}

.show .sw_fan {
    font-size: 0;
    padding-top: 40px;
}

.show .sw_fan h6 {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    line-height: 30px;
}

.show .sw_fan h6:hover {
    color: #FF6600;
}

.show .sw_fan h6:nth-child(2) {
    text-align: right;
}

.news li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news {
    padding-bottom: 100px;
    padding-top: 60px;
}

.news li {
    padding: 50px 0;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
}

.news li:first-child {
    border-top: 0;
}

.news li:last-child {
    border-bottom: 0;
}

.news li .tu {
    width: 26%;
    overflow: hidden;
}

.news li .tu img {
    width: 100%;
    transition: all ease-in-out .5s;
    border-radius: 15px;
}

.news li:hover .tu img {
    transform: scale(1.05);
}

.news ul {
    padding-top: 10px;
    padding-bottom: 20px;
}

.news li .kang {
    width: 74%;
    padding-left: 3%;
    box-sizing: border-box;
}

.news li .kang h3 {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news li:hover .kang h3 {
    color: #FF6600;
    font-weight: bold;
}

.news li .kang .sj img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.news li .kang .sj p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display: inline-block;
    vertical-align: middle;
}

.news li .kang .sj {
    padding-top: 20px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.news li .kang .description {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.testing {
    padding-top: 70px;
    padding-bottom: 80px;
}

.testing ul {
    font-size: 0;
}

.testing ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
    margin-top: 50px;
}

.testing ul li:nth-child(2n) {
    margin-right: 0;
}

.testing ul li .tu {
    overflow: hidden;
}

.testing ul li .tu img {
    width: 100%;
    transition: all ease-in-out .5s;
}

.testing ul li:hover .tu img {
    transform: scale(1.02);
}

.testing ul li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 36px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    z-index: 99;
    padding: 0 2%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.equipment h3 {
    font-size: 24px;
    color: #FF6600;
    margin: 30px 0;
}

.equipment .content,
.content * {
    font-size: 16px;
    line-height: 36px;
}

.testing {
    padding: 30px 0;
}

.comapany {
    padding-top: 60px;
    padding-bottom: 100px;
}

.comapany .swiper-container {
    margin-top: 50px;
}

.comapany img {
    width: 100%;
}

.comapany .zz {
    width: 23px;
    height: 41px;
    background: url(../images/zz_05.png) no-repeat;
    background-size: cover;
    right: 3% !important;
}

.comapany .yy {
    width: 23px;
    height: 41px;
    background: url(../images/zz_03.png) no-repeat;
    background-size: cover;
    left: 3% !important;
}

.boway {
    margin-top: 30px;
}

.boway,
.boway * {
    font-size: 16px;
    line-height: 30px;
}

.base {
    background: #f8f8f8;
    padding: 100px 0;
}

.base1 {
    margin-top: 50px;
}

.base1 .base_z {
    width: 50%;
    float: left;
    padding-right: 3%;
    box-sizing: border-box;
}

.base1 .base_z,
.base_z * {
    font-size: 16px;
    line-height: 30px;
}

.base1 .base_y {
    width: 50%;
    float: right;
}

.base1 .base_y .map {
    width: 100%;
    height: 435px;
}

.goals {
    padding: 100px 0;
}

.goals ul {
    font-size: 0;
}

.goals ul li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 5%;
    background: url(../images/k_09.jpg) no-repeat;
    background-size: cover;
    min-height: 380px;
    padding: 30px 4%;
    box-sizing: border-box;
    margin-top: 50px;
}

.goals ul li h3 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.goals ul li .bowe {
    color: #fff;
}

.goals ul li .bowe,
.bowe * {
    font-size: 14px;
    line-height: 28px;
}

.goals ul li:nth-child(3n) {
    margin-right: 0;
}

.philosophy {
    background: url(../images/kk_02.jpg) no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 250px;
}

.philosophy .main_tit {
    color: #fff;
}

.sophy {
    max-width: 460px;
    display: block;
    margin: 50px auto 0;
}

.sophy,
.sophy * {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.conus {
    padding-top: 60px;
    padding-bottom: 100px;
}

.conus ul {
    text-align: center;
    font-size: 0;
    border-top: 1px solid #999999;
    box-sizing: border-box;
    margin-top: 30px;
}

.conus ul li {
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    box-shadow: 0px 0px 5px #bab8b8;
    padding: 20px 2%;
    box-sizing: border-box;
    margin-top: 30px;
    border-radius: 10px;
}

.conus ul li:nth-child(3n) {
    margin-right: 0;
}

.conus ul li .tu {
    display: inline-block;
    vertical-align: top;
    width: 26%;
}

.conus ul li .tu img{
    width: 100%;
}

.conus ul li .fs {
    display: inline-block;
    vertical-align: top;
    padding-left: 5%;
    box-sizing: border-box;
    width: 72%;
}

.conus ul li .fs h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.conus ul li .fs .fs1,
.fs1 * {
    font-size: 16px;
    line-height: 36px;
}

.ltd {
    padding-bottom: 100px;
}

.ltd .ltd_z {
    float: left;
    width: 47%;
    overflow: hidden;
}

.ltd .ltd_z img {
    width: 100%;
    transition: all ease-in-out 5s;
}

.ltd .ltd_z:hover img {
    transform: scale(1.02);
}

.ltd .ltd_y {
    width: 51%;
    float: right;
}

.ltd .ltd_y h3 {
    font-weight: bold;
    color: #ff6600;
    font-size: 30px;
}

.ltd .ltd_y h4 {
    font-size: 16px;
    line-height: 36px;
    color: #999999;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
}

.ltd .ltd_y .dy2 {
    box-shadow: 0px 0px 5px #bab8b8;
    border-radius: 10px;
    padding: 10px 2%;
    box-sizing: border-box;
    margin-top: 20px;
}

.ltd .ltd_y .dy2,
.dy2 * {
    font-size: 16px;
    line-height: 36px;
}

.choose{
    background: url(../images/m_12.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    padding-top: 80px;
    margin-top: 50px;
}

.choose ul li{
    margin-bottom: 80px;
    background: rgb(255,255,255,0.8);
    padding: 40px 4%;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}

.choose ul li .xu{
    position: absolute;
    width: 60px;
    height: 60px;
    background: #FF6600;
    border-radius: 50%;
    line-height: 60px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    left: -30px;
    text-align: center;
    top: -30px;
}

.choose ul li  h3{
    font-size: 18px;
    color: #FF6600;
    font-weight: bold;
    margin-bottom: 12px;
}

.choose ul li  .cho,.cho *{
    font-size: 16px;
    line-height: 36px;
}

.testing1{
    padding-top: 10px;
    padding-bottom: 40px;
}

.equipment2{
    padding-top: 60px;
}

.testing1 ul{
    font-size: 0;
}

.testing1 ul li{
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    margin-top: 30px;
}

.testing1 ul li:nth-child(3n){
    margin-right: 0;
}

.testing1 ul li .tu{
    overflow: hidden;
}

.testing1 ul li img{
    width: 100%;
    transition: all ease-in-out .5s;
}

.testing1 ul li:hover  .tu img{
    transform: scale(1.06);
}

.testing1 ul li p{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

.index1{
    padding: 100px 0;
    background: #f5f5f5;
}

.index1 ul{
    font-size: 0;
    padding-top: 10px;
}

.index1 ul li{
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    vertical-align: top;
    margin-top: 30px;
}

.index1 ul li:nth-child(3n){
    margin-right: 0;
}

.index1 ul li .tu{
    overflow: hidden;
}

.index1 ul li .tu img{
    width: 100%;
    transition: all ease-in-out .5s;
}

.index1 ul li:hover .tu img{
    transform: scale(1.06);
}

.index1 ul li .zi{
    padding: 20px 4%;
    box-sizing: border-box;
}

.index1 ul li .zi p{
    font-size: 18px;
    line-height: 36px;
    margin: 10px 0;
}

.index1 ul li .zi h3{
    font-size: 14px;
    line-height: 28px;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.index1 ul li:hover .zi{
    box-shadow: 0px 0px 10px #e0dfdf;
}

.index1 ul li:hover .zi p{
    color: #FF6600;
}

.index2{

    padding-top: 100px;
    padding-bottom: 110px;
}

.index2 ul{
    font-size: 0;
}

.index2 ul li{
    width: 30%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    padding-top: 10px;
}

.index2 ul li:nth-child(3n){
    margin-right: 0;
}

.index2 ul li .titi {
    text-align: center;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.index2 ul li:hover {
    background: #fff;
    box-shadow: 0px 0px 10px #d7d6d6;
}

.index2 ul li .titi::after{
    width: 50px;
    height: 1px;
    background: #999999;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.index2 ul li .titi h3{
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}

.index2 ul li:hover .titi h3{
    color: #FF6600;
}

.index2 ul li .titi h4{
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
}

.index2 ul li img{
    width: 100%;
    transition: all ease-in-out 0.5s;
}

.index2 ul li .thumb{
    overflow: hidden;
}

.index2 ul li:hover .thumb img{
    transform: scale(1.05);
}

.index3{
    padding-top: 60px;
}

.index3 video{
    width: 100%;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}