/*Created by lk on 2019/4/15.*/

/*----banner----*/
.banner{width: 100%; height: 800px; position: fixed; top: 0; overflow: hidden}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.banner .swiper-slide video{width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; object-fit:cover;}
.banner .swiper-slide .mask{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: transparent; z-index: 9}

.banner .swiper-slide-active .img{animation: zoom 5s cubic-bezier(0.42,0,0.58,1); -webkit-animation: zoom 5s cubic-bezier(0.42,0,0.58,1); animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards}

@keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}

@-webkit-keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}

.banner .text{position: absolute; left: 10%; top: 30%}
.banner .text .t_img{transform: translateX(80px); -webkit-transform: translateX(80px); opacity: 0; transition: all ease .4s .8s; -webkit-transition: all ease .4s .8s}
.banner .text .t_img img{display: block; float: none;}
.banner .text span{display: block; width: 200px; height: 3px; background: #fff; margin-top: 36px; transform: translateX(80px); -webkit-transform: translateX(80px); opacity: 0; transition: all ease .4s 1s; -webkit-transition: all ease .4s 1s }

.banner .swiper-slide-active .text .t_img{transform: translateX(0); -webkit-transform: translateX(0); opacity: 1}
.banner .swiper-slide-active .text span{transform: translateX(0); -webkit-transform: translateX(0); opacity: 1}

.banner .swiper-button-prev, .banner .swiper-button-next{bottom: 20px;}
.banner .swiper-button-prev{background: url("../image/prev.png") no-repeat; left: 60px; transition: all ease .3s; -webkit-transition: all ease .3s}
.banner .swiper-button-next{background: url("../image/next.png") no-repeat; left: 110px; transition: all ease .3s; -webkit-transition: all ease .3s}
.banner .swiper-button-prev:hover{background: url("../image/prev-1.png") no-repeat}
.banner .swiper-button-next:hover{background: url("../image/next-1.png") no-repeat;}

.mark{width: 100%; position: relative;}


.banner .right_nav{position: absolute; top: 0; right: 0; width: 60px; height: 100%; z-index: 9}
.banner .right_nav .right_nav_con{height: 80%;  background: #fff; position: relative}


.banner .right_nav .right_list{position: absolute; bottom: 0;}
.banner .right_nav .right_list .li{position: relative; width: 60px; height: 60px; text-align: center; line-height: 60px; cursor: pointer; transition: all ease .3s; -webkit-transition: all ease .3s}
.banner .right_nav .right_list .li i{font-size: 22px; color: #26324a; transition: all ease .3s; -webkit-transition: all ease .3s}
.banner .right_nav .right_list .li.top i{font-size: 28px}
.banner .right_nav .right_list .li.tel i{font-size: 26px}

.banner .right_nav .right_list .li .fa-q{width: 60px; height: 60px; background: url("../image/icon.png") no-repeat}
.banner .right_nav .right_list .li .fa-q:hover{background: url("../image/icon.png") no-repeat -60px 0;}

.banner .right_nav .right_list .li .fa-wx{width: 60px; height: 60px; background: url("../image/icon.png") no-repeat 0 -60px}
.banner .right_nav .right_list .li .fa-wx:hover{background: url("../image/icon.png") no-repeat -60px -60px;}

.banner .right_nav .right_list .li.cd{background: #ff4229}
.banner .right_nav .right_list .li .fa-cd{width: 60px; height: 60px; background: url("../image/icon.png") no-repeat -60px -120px}

.banner .right_nav .right_list .li .fa-tel{width: 60px; height: 60px; background: url("../image/icon.png") no-repeat 0 -240px}
.banner .right_nav .right_list .li .fa-tel:hover{background: url("../image/icon.png") no-repeat -60px -240px;}

.right_list .li .img{width: 120px; height: 120px; position: absolute; top: 0; left: 0; margin: 20px 0 0 -130px; background: #fcfcfc; box-shadow: 0 0 10px 3px rgba(0,0,0,.2); visibility: hidden; opacity: 0; transition: all ease .3s .1s; -webkit-transition: all ease .3s .1s}
.right_list .li .img img{width: 100%; display: block; float: none; margin: 0 auto 5px auto;}

.right_list .li .tel{width: 190px; height: 60px; position: absolute; top: 0; left: 0; margin: 0 0 0 -150px; background: #fff; box-shadow: 0 0 10px 3px rgba(0,0,0,.2); visibility: hidden; opacity: 0; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li .tel h3{font-size: 18px; color: #26324a; line-height: 60px; padding-left: 10px; font-family: 'novecentowide-book'; background: url("../image/icon.png") no-repeat 0 -240px}
.right_list .li .tel a{font-size: 14px; line-height: 46px; border-top: 1px solid #e0e0e0; background: #fff}
.right_list .li .tel a:hover{background: #ff4229; color: #fff}

.right_list .li:hover{background: #ff4229}
.right_list .li:hover i{color: #fff;}
.right_list .li:hover .img{visibility: visible; opacity: 1; margin: 0 0 0 -130px}
.right_list .li:hover .tel{margin: 0 0 0 -200px; visibility: visible; opacity: 1}

/*--------content--------*/
.content{width: 100%; position: relative; z-index: 2}


/*----list01----*/
.list11 .list11_con{width: 1600px; background: #f0f0f0;}
.list11 .list11_con .list11_left{width: 55%;}
.list11 .list11_con .list11_left .li{width: 100%; height: 580px;}
.list11 .list11_con .list11_left .li img{width: 100%;}

.list11 .list11_con .list11_right{width: 45%;}
.list11 .list11_con .list11_right .li{height: 580px; padding: 80px 80px 50px 100px;}
.list11 .list11_con .list11_right .li h1{font-size: 32px; color: #ff4229; font-weight: bold; margin-bottom: 30px;}
.list11 .list11_con .list11_right .li h2{font-size: 24px; color: #333; font-weight: bold; margin-bottom: 30px;}
.list11 .list11_con .list11_right .li img{float: none; display: block; margin-bottom: 40px;}
.list11 .list11_con .list11_right .li p{font-size: 15px; color: #666; line-height: 26px;}
.list11 .list11_con .list11_right .li a{width: 140px; font-size: 14px; color: #ff4229; padding: 10px 0; margin-top: 40px;}

.list11 .list11_con .slick-prev{}


/*----list12----*/
.list12{padding: 80px 0; background: #fff; position: relative}
.list12 .list12_con{padding: 0 100px; position: relative; overflow: hidden}

.list12 .list12_title{width: 100%; margin-bottom: 50px; z-index: 2}
.list12 .list12_title .img img{display: block; float: none}
.list12 .list12_title h1{font-size: 28px; color: #181818; font-weight: 100; padding: 40px 0 20px 0}
.list12 .list12_title p{font-size: 15px; color: #333; font-weight: 100;}

.list12 .list12_con .list{list-style: none;}
.list12 .list12_con .list li{position: relative; width: 30%; height: 300px; float: left; padding: 40px 40px 0 40px; box-sizing: border-box; overflow: hidden;}

.list12 .list12_con .list li .li_left{width: 80%; padding-right: 5%; position: relative; z-index: 2}
.list12 .list12_con .list li .li_right{width: 80%; margin-left: 20%; position: relative; z-index: 2}
.list12 .list12_con .list li .li_right .img{width: 100%;}
.list12 .list12_con .list li .li_right .img img{width: 100%;}
.list12 .list12_con .list li .li_t{position: relative; z-index: 2}
.list12 .list12_con .list li h6{font-size: 30px; font-family: 'DisneyEnglish-Bold'; transition: all ease .3s; -webkit-transition: all ease .3s}
.list12 .list12_con .list li h1{font-size: 24px; font-weight: 100; margin-bottom: 20px; transition: all ease .3s; -webkit-transition: all ease .3s}
.list12 .list12_con .list li p{font-size: 15px; line-height: 26px; margin-bottom: 40px; transition: all ease .3s; -webkit-transition: all ease .3s}
.list12 .list12_con .list li span{display: inline-block; font-size: 15px; margin-right: 20px; transition: all ease .3s; -webkit-transition: all ease .3s}
.list12 .list12_con .list li .li_bg{width: 90px; height: 90px; position: absolute; right: 0; bottom: 0; border-radius: 100%; transition: all ease .3s; -webkit-transition: all ease .3s}
.list12 .list12_con .list li .li_bg:before{content: ""; display: block; width: 200%;  padding-top: 200%; position: absolute; top: 0; left: 0; background: transparent; border-radius: 100%; transition: all ease .4s; -webkit-transition: all ease .4s}

.list12 .list12_con .list li:nth-child(1){width: 40%; height: 600px; background: #dedede;}
.list12 .list12_con .list li:nth-child(2){background: #f4f4f4;}
.list12 .list12_con .list li:nth-child(3){background: #ff4229;}
.list12 .list12_con .list li:nth-child(4){background: #267cbe;}
.list12 .list12_con .list li:nth-child(5){background: #fcc02c;}
.list12 .list12_con .list li:nth-child(1) a{color: #404c63}
.list12 .list12_con .list li:nth-child(2) a{color: #000;}
.list12 .list12_con .list li:nth-child(3) a{color: #fff;}
.list12 .list12_con .list li:nth-child(4) a{color: #fff;}

.list12 .list12_con .list li:hover .li_bg{width: 100%; height: 100%;}
.list12 .list12_con .list li:hover .li_bg:before{background: #000; border-radius: 0}
.list12 .list12_con .list li:hover a{color: #fff;}


/*----list13----*/
.list13{padding: 0 0 80px 0; position: relative; background: #fff; overflow: hidden; z-index: 2}

.list13 .list13_title{padding-bottom: 50px;}
.list13 .list13_title h3{font-size: 28px; color: #181818; font-weight: 100; margin-bottom: 10px}
.list13 .list13_title p{font-size: 15px; color: #333; font-weight: 100;}

.list13 .list13_con{padding: 0 100px;}
.list13 .list13_con .list{}
.list13 .list13_con .list li{width: 25%; float: left; position: relative;}
.list13 .list13_con .list li:before{content: ""; display: block; width: 0; height: 1px; background: rgba(255,255,255,.4); position: absolute; top: 0; left: 20px; margin: 20px 0 0 0; z-index: 2; transition: all ease .9s; -webkit-transition: all ease .9s}
.list13 .list13_con .list li:after{content: ""; display: block; width: 0; height: 1px; background: rgba(255,255,255,.4); position: absolute; bottom: 0; right: 20px; margin: 0 0 20px 0; z-index: 2; transition: all ease .9s; -webkit-transition: all ease .9s}
.list13 .list13_con .list li .img{width: 100%; overflow: hidden}
.list13 .list13_con .list li .img img{width: 100%;}
.list13 .list13_con .list li .img:before{content: ""; display: block; width: 1px; height: 0; background: rgba(255,255,255,.4); position: absolute; bottom: 20px; left: 0; margin: 0 0 0 20px; z-index: 2; transition: all ease .9s; -webkit-transition: all ease .9s}
.list13 .list13_con .list li .img:after{content: ""; display: block; width: 1px; height: 0; background: rgba(255,255,255,.4); position: absolute; top: 20px; right: 0; margin: 0 20px 0 0; z-index: 2; transition: all ease .9s; -webkit-transition: all ease .9s}

.list13 .list13_con .list li .case_mark{width: 100%; height: 100%; background: rgba(0,0,0,.4) url("../image/makr_bg.png") repeat; position: absolute; top: 0; left: 0;}

.list13 .list13_con .list li .t{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 4% 0 0 0; text-align: center; background: transparent; transition: all ease .4s; -webkit-transition: all ease .4s}
.list13 .list13_con .list li .t .c_logo{float: none; display: block; margin: 0 auto; transform: translateY(60px); -webkit-transform: translateY(60px); transition: all ease .4s; -webkit-transition: all ease .4s}
.list13 .list13_con .list li .t h1{font-size: 20px; color: #fff; font-weight: 100; opacity: 0; transform: translateY(-20px); -webkit-transform: translateY(-20px); transition: all ease .4s; -webkit-transition: all ease .4s}

.list13 .list13_con .list li:hover .t{background: rgba(255,66,41,.9)}
.list13 .list13_con .list li:hover .t .c_logo{transform: translateY(30px); -webkit-transform: translateY(30px);}
.list13 .list13_con .list li:hover .t h1{transform: translateY(20px); -webkit-transform: translateY(20px); opacity: 1}
.list13 .list13_con .list li:hover:before{width: 88%;}
.list13 .list13_con .list li:hover:after{width: 88%;}
.list13 .list13_con .list li:hover .img:before{height: 82%;}
.list13 .list13_con .list li:hover .img:after{height: 82%;}

.list13 .list13_con .list li:nth-child(1){animation-delay: .4s; -webkit-animation-delay: .4s}
.list13 .list13_con .list li:nth-child(2){animation-delay: .5s; -webkit-animation-delay: .5s}
.list13 .list13_con .list li:nth-child(3){animation-delay: .6s; -webkit-animation-delay: .6s}
.list13 .list13_con .list li:nth-child(4){animation-delay: .7s; -webkit-animation-delay: .7s}
.list13 .list13_con .list li:nth-child(5){animation-delay: .8s; -webkit-animation-delay: .8s}
.list13 .list13_con .list li:nth-child(6){animation-delay: .9s; -webkit-animation-delay: .9s}
.list13 .list13_con .list li:nth-child(7){animation-delay: 1s; -webkit-animation-delay: 1s}
.list13 .list13_con .list li:nth-child(8){animation-delay: 1.1s; -webkit-animation-delay: 1.1s}

/*----list14----*/
.list14{padding: 80px 0; background: #f4f4f4}
.list14 .list14_con{padding: 0 100px;}

.list14 .list14_con .list14_title{padding-bottom: 40px}
.list14 .list14_con .list14_title h3{font-size: 28px; color: #181818; font-weight: 100; margin-bottom: 10px}
.list14 .list14_con .list14_title p{font-size: 15px; color: #333; font-weight: 100;}

.list14 .list14_con .list{margin-right: -1%;}
.list14 .list14_con .list li{width: 15.6666%; margin-right: 1%; margin-bottom: 20px; float: left; background: #fff; transition: all ease .4s; -webkit-transition: all ease .4s}
.list14 .list14_con .list li .img{width: 100%; overflow: hidden; position: relative}
.list14 .list14_con .list li .img img{width: 100%; transition: all ease .8s; -webkit-transition: all ease .8s}
.list14 .list14_con .list li .img .img_g{position: absolute; top: 0; left: 0; opacity: 0}

.list14 .list14_con .list li:hover{background: #ff4229}
.list14 .list14_con .list li:hover .img .img_b{opacity: 0}
.list14 .list14_con .list li:hover .img .img_g{opacity: 1}

.list14 .list14_con .list li:nth-child(1){animation-delay: .4s; -webkit-animation-delay: .4s}
.list14 .list14_con .list li:nth-child(2){animation-delay: .5s; -webkit-animation-delay: .5s}
.list14 .list14_con .list li:nth-child(3){animation-delay: .6s; -webkit-animation-delay: .6s}
.list14 .list14_con .list li:nth-child(4){animation-delay: .7s; -webkit-animation-delay: .7s}
.list14 .list14_con .list li:nth-child(5){animation-delay: .8s; -webkit-animation-delay: .8s}
.list14 .list14_con .list li:nth-child(6){animation-delay: .9s; -webkit-animation-delay: .9s}
.list14 .list14_con .list li:nth-child(7){animation-delay: 1s; -webkit-animation-delay: 1s}
.list14 .list14_con .list li:nth-child(8){animation-delay: 1.1s; -webkit-animation-delay: 1.1s}
.list14 .list14_con .list li:nth-child(9){animation-delay: 1.2s; -webkit-animation-delay: 1.2s}
.list14 .list14_con .list li:nth-child(10){animation-delay: 1.3s; -webkit-animation-delay: 1.3s}
.list14 .list14_con .list li:nth-child(11){animation-delay: 1.4s; -webkit-animation-delay: 1.4s}
.list14 .list14_con .list li:nth-child(12){animation-delay: 1.5s; -webkit-animation-delay: 1.5s}



/*----list15----*/
.list15{padding: 80px 0; position: relative; background: #fff; z-index: 2}

.list15_con{padding:  0 100px;}
.list15_con .list15_left{width: 15%; margin-right: 5%;}
.list15_con .list15_left h2{font-size: 28px; color: #181818; font-weight: 100; padding-bottom: 20px; border-bottom: 1px solid #dedede;}
.list15_con .list15_left a{font-size: 15px; color: #666; padding: 24px 0; border-bottom: 1px solid #dedede;}
.list15_con .list15_left a.on{color: #ff4229}

.list15_con .list15_right{width: 80%; padding-top: 54px;}
.list15_con .list15_right .list{position: relative; margin-right: -3.3333%}
.list15_con .list15_right .list li{width: 30%; margin-right: 3.3333%; float: left; padding: 30px 0; border-bottom: 1px solid #dedede; position: relative}
.list15_con .list15_right .list li:before{content: ""; display: block; width: 0; height: 1px; background: #ff4229; position: absolute; bottom: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list15_con .list15_right .list li h6{font-size: 16px; color: #999; margin-bottom: 20px; font-family: 'Montserrat-Light' }
.list15_con .list15_right .list li h1{font-size: 16px; color: #464646; margin-bottom: 40px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list15_con .list15_right .list li p{font-size: 14px; color: #999; line-height: 24px; margin-bottom: 25px;}
.list15_con .list15_right .list li span{font-size: 16px; color: #999; line-height: 20px; font-family: 'Montserrat-Light'; transition: all ease .4s; -webkit-transition: all ease .4s}
.list15_con .list15_right .list li span i{display: inline-block; width: 30px; height: 20px; background: url("../image/ico07.png") no-repeat 6px 4px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list15_con .list15_right .list li:hover:before{width: 100%;}
.list15_con .list15_right .list li:hover h1{color: #ff4229}
.list15_con .list15_right .list li:hover span{color: #ff4229}
.list15_con .list15_right .list li:hover span i{background: url("../image/ico07-1.png") no-repeat 14px 4px;}
.list15_con .list15_right .list li:nth-child(1){border-top: 1px solid #dedede; animation-delay: .4s; -webkit-animation-delay: .4s}
.list15_con .list15_right .list li:nth-child(2){border-top: 1px solid #dedede; animation-delay: .5s; -webkit-animation-delay: .5s}
.list15_con .list15_right .list li:nth-child(3){border-top: 1px solid #dedede; animation-delay: .6s; -webkit-animation-delay: .6s}
.list15_con .list15_right .list li:nth-child(4){animation-delay: .7s; -webkit-animation-delay: .7s}
.list15_con .list15_right .list li:nth-child(5){animation-delay: .8s; -webkit-animation-delay: .8s}
.list15_con .list15_right .list li:nth-child(6){animation-delay: .9s; -webkit-animation-delay: .9s}



















.mob_link{width: 280px; height: 190px; position: fixed; top: 46%; left: 50%; margin-left: -140px; padding: 30px 20px; background: #ff4229; border-radius: 6px; box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1); z-index: 99; display: none}
.mob_link h1{font-size: 16px; color: #fff; margin-bottom: 10px; text-align: center}
.mob_link .img{width: 150px; margin: 0 auto 20px auto; overflow: hidden}
.mob_link .img img{width: 100%}
.mob_link #foo{outline: none; border: none; background: transparent; color: #fff; margin-bottom: 10px}
/*.mob_link .link_mark{display: block; width: 280px; height: 20px; background: #ff4229; position: absolute; top: 110px; left: 0}*/
.mob_link .btn{display: block; width: 140px; height: 30px; margin: 0 auto; background: #fff; color: #333; border: none;}







