/*Created by lk on 2020/06/04.*/

/*----banner----*/
.banner{width: 100%; overflow: hidden; position: fixed}
.banner .swiper-slide{width: 100%; height: 100%; overflow: hidden}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}


.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color:#fff;
}

.mark{width: 100%; height: 820px; position: relative; z-index: -1}

/*----content------*/
.content{position: relative; background: #fff; z-index: 9;}

.title{position: relative; margin-bottom: 60px; text-align: center; z-index: 2}
.title h1{font-size: 32px; color: #404040; margin-bottom: 4px; font-weight: bold;}
.title h6{font-size: 16px; color: #a6a6a6; font-weight: 100; text-transform: uppercase; margin-bottom: 20px; font-family: montserrat}
.title p{font-size: 14px; color: #999; line-height: 1.8; padding: 0 5%;}

.a_link{display: block; width: 160px; height: 40px; line-height: 40px; text-align: center; margin-top: 40px; border: 1px solid #666; border-radius: 24px; overflow: hidden; position: relative; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:before{content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background: #e61411; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link i{font-size: 14px; color: #333; font-style: normal; position: relative; z-index: 2; transition: all ease .4s; -webkit-transition: all ease .4s}
.a_link:hover:before{width: 100%;}
.a_link:hover i{color: #fff;}


/*----list02----*/
.list02{position: relative; padding: 80px 0; overflow: hidden}

.list02 .list02_con{}
.list02 .list02_con .list{margin-right: -2%;}
.list02 .list02_con .list li{position: relative; width: 31.3333%; float: left; margin-right: 2%; border-radius: 8px; overflow: hidden;}
.list02 .list02_con .list li:before{content: ""; display: block; width: 100%; height: 100%; background: rgba(29,66,137,.2); position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list li .img{width: 100%; height: 570px; background-position: center; background-size: cover;}
.list02 .list02_con .list li .text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 76% 40px 0 40px; }
.list02 .list02_con .list li .text h1{font-size: 24px; color: #fff; font-weight: bold; margin-bottom: 10px; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list li .text h3{font-size: 15px; color: #fff; font-weight: 100; font-family: montserrat; transition: all ease .4s; -webkit-transition: all ease .4s}
.list02 .list02_con .list li .text p{font-size: 14px; color: #fff; line-height: 24px; opacity: 0; transition: all ease .4s .1s; -webkit-transition: all ease .4s .1s}
.list02 .list02_con .list li .text .r{display: block; width: 32px; height: 32px; border: 1px solid #fff; border-radius: 100%; background: url("../image/ico20.png") no-repeat center; transform: translateY(-40px); -webkit-transform: translateY(-40px); transition: all ease .4s .1s; -webkit-transition: all ease .4s .1s }

.list02 .list02_con .list li:hover:before{background:  rgba(29,66,137,.5)}
.list02 .list02_con .list li:hover .text h1{transform: translateY(-40px); -webkit-transform: translateY(-40px)}
.list02 .list02_con .list li:hover .text h3{opacity: 0; transform: translateY(-40px); -webkit-transform: translateY(-40px)}
.list02 .list02_con .list li:hover .text p{opacity: 1; transform: translateY(-50px); -webkit-transform: translateY(-50px)}
.list02 .list02_con .list li:hover .text .r{background: #fff url("../image/ico21.png") no-repeat center; transform: translateY(-30px); -webkit-transform: translateY(-30px)}


/*----list01----*/
.list01{padding: 80px 0; position: relative; overflow: hidden; background: url("../image/bg01.jpg") no-repeat}

.list01 .list01_con{margin-bottom: 50px;}
.list01 .list01_con .list01_left{width: 55%; margin-right: 5%;}
.list01 .list01_con .list01_left h1{font-size: 36px; color: #0757a0; font-weight: bold; margin-bottom: 10px; font-family: 'Montserrat-Light'}
.list01 .list01_con .list01_left p{font-size: 15px; color: #333; line-height: 2;}

.list01 .list01_con .list01_right{width: 40%; padding-left: 5%; padding-top: 40px;}
.list01 .list01_con .list01_right .li{width: 50%; float: left; margin-bottom: 40px; padding-left: 30px; position: relative}
.list01 .list01_con .list01_right .li:before{content: ""; display: block; width: 1px; height: 100%; background: #999; position: absolute; top: 0; left: 0;}
.list01 .list01_con .list01_right .li:after{content: ""; display: block; width: 3px; height: 20px; background: #0757a0; position: absolute; top: 0; left: 0;}
.list01 .list01_con .list01_right .li span{font-size: 40px; color: #181818; font-weight: bold; font-family: 'dincond-medium';}
.list01 .list01_con .list01_right .li i{font-size: 16px; color: #fda200; padding-left: 10px; font-style: normal; }
.list01 .list01_con .list01_right .li p{font-size: 14px; color: #999;}

.list01 .list01_link{margin-right: -2%;}
.list01 .list01_link .li{width: 48%; margin-right: 2%; float: left; border-radius: 6px;}
.list01 .list01_link .li a{padding: 50px 40px; box-shadow: 0 0 10px 3px rgba(0,0,0,.1); transition: all ease .4s; -webkit-transition: all ease .4s}
.list01 .list01_link .li:nth-child(1) a{background: #fff url("../image/ico08.png") no-repeat right bottom}
.list01 .list01_link .li:nth-child(2) a{background: #fff url("../image/ico09.png") no-repeat right bottom}
.list01 .list01_link .li h1{font-size: 16px; color: #181818; margin-bottom: 40px;}
.list01 .list01_link .li .ico{width: 66px; margin-bottom: 30px;}
.list01 .list01_link .li .ico img{float: none; display: block;}
.list01 .list01_link .li p{font-size: 14px; color: #333; line-height: 2;}

.list01 .list01_link .li:hover a{transform: translateY(-20px); -webkit-transform: translateY(-20px)}


/*----list03----*/
.list03{padding: 80px 0 0 0; background: url("../image/bg03.jpg") no-repeat left bottom; overflow: hidden}

.list03 .title{text-align: left; margin-bottom: 0;}

.list03 .list03_con .list03_right{width: 49%;}
.list03 .list03_con .list03_right .li{padding: 0 80px;}
.list03 .list03_con .list03_right .li .img{width: 100%; overflow: hidden}
.list03 .list03_con .list03_right .li .img img{width: 100%;}

.list03 .list03_con .list03_left{width: 51%; padding-top: 100px; padding-right: 10%;}
.list03 .list03_con .list03_left .li{width: 100%;}
.list03 .list03_con .list03_left .li h1{font-size: 30px; color: #555; font-weight: bold; margin-bottom: 20px;}
.list03 .list03_con .list03_left .li h3{font-size: 16px; color: #333; margin-bottom: 40px;}
.list03 .list03_con .list03_left .li p{font-size: 14px; color: #888; line-height: 1.8;}

.list03 .list03_con .slick-prev, .list03 .list03_con .slick-next{width: 140px; height: 48px; bottom: 0; margin-bottom: -44%; padding: 2px; border: 1px solid #fff; border-radius: 26px;}
.list03 .list03_con .slick-prev:before, .list03 .list03_con .slick-next:before{ width: 100%; font-size: 13px; color: #fff; line-height: 42px; text-align: left; padding-left: 20px;}
.list03 .list03_con .slick-prev:before{content: "上一位专家"; background: url("../image/ico14.png") no-repeat 20px center; padding-left: 50px;}
.list03 .list03_con .slick-next:before{content: "下一位专家"; background: url("../image/ico12.png") no-repeat 100px center;}

.list03 .list03_con .slick-prev{left: 0; margin-left: 0;}
.list03 .list03_con .slick-next{left: 20%; margin-left: 60px;}

/*----list04----*/
.list04{padding: 80px 0; overflow: hidden}
.list04 .list04_con{}
.list04 .list04_con .li{width: 50%; position: relative; overflow: hidden}
.list04 .list04_con .li:before{content: ""; display: block; width: 100%; height: 100%; background: rgba(29,66,137,.4); position: absolute; top: 0; left: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.list04 .list04_con .li .img{width: 100%; height: 490px; background-position: center; background-size: cover}
.list04 .list04_con .li .text{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 50% 0 0 60px;}
.list04 .list04_con .li .text h1{font-size: 24px; color: #fff;}
.list04 .list04_con .li .text h3{font-size: 14px; color: #fff; font-family: 'Montserrat-Light'}

.list04 .list04_con .li:hover:before{background: rgba(29,66,137,.7);}

/*----list05----*/
.list05{padding: 80px 0; background: url("../image/bg05.jpg") no-repeat; overflow: hidden}
.list05 .title{text-align: left}

.list05 .list05_con{}
.list05 .list05_con .list05_left{width: 38%; margin-right: 2%;}
.list05 .list05_con .list05_left .img{width: 100%; overflow: hidden}
.list05 .list05_con .list05_left .img img{width: 100%;}
.list05 .list05_con .list05_left .text{position: relative; margin-top: 20px;}
.list05 .list05_con .list05_left .text .data{width: 60px; height: 60px; padding-top: 12px; background: #0757a0; position: absolute; top: 0; left: 0;}
.list05 .list05_con .list05_left .text .data h6{font-size: 13px; color: #fff; text-align: center; font-family: 'Montserrat-Light'}
.list05 .list05_con .list05_left .text .data h6 i{display: block; font-style: normal}
.list05 .list05_con .list05_left .text h1{font-size: 18px; color: #4c4c4c; padding-top: 8px; padding-left: 80px; margin-bottom: 40px; }
.list05 .list05_con .list05_left .text p{font-size: 13px; color: #848484; line-height: 1.8}

.list05 .list05_con .list05_right{width: 60%;}
.list05 .list05_con .list05_right .list05_link{margin-bottom: 40px;}
.list05 .list05_con .list05_right .list05_link a{display: inline-block; font-size: 18px; color: #333; margin-right: 50px;}
.list05 .list05_con .list05_right .list05_list{}
.list05 .list05_con .list05_right .list05_list .list{margin-right: -2%;}
.list05 .list05_con .list05_right .list05_list .list li{width: 31.3333%; float: left; margin-right: 2%;}
.list05 .list05_con .list05_right .list05_list .list li .img{width: 100%; overflow: hidden}
.list05 .list05_con .list05_right .list05_list .list li .img img{width: 100%;}
.list05 .list05_con .list05_right .list05_list .list li .text{position: relative; margin-top: 20px;}
.list05 .list05_con .list05_right .list05_list .list li .text .data{width: 60px; height: 60px; padding-top: 12px; background: #0757a0; position: absolute; top: 0; left: 0;}
.list05 .list05_con .list05_right .list05_list .list li .text .data h6{font-size: 13px; color: #fff; text-align: center; font-family: 'Montserrat-Light'}
.list05 .list05_con .list05_right .list05_list .list li .text .data h6 i{display: block; font-style: normal}
.list05 .list05_con .list05_right .list05_list .list li .text h1{font-size: 16px; color: #4c4c4c; padding-top: 8px; padding-left: 76px; margin-bottom: 20px; }
.list05 .list05_con .list05_right .list05_list .list li .text p{font-size: 13px; color: #848484; line-height: 1.8}


