/* common */
.sec_wrapper{
    width: 1200px;
    margin: 0 auto;
}
.common_title{
    text-align: center;
    margin-bottom: 92px;
}
.common_title>h2{
    font-size: 48px;
    color: #333;
    margin-bottom: 14px;
}
.common_title>p{
    font-size: 24px;
    color: #333;
}
/* common */

/* banner */
.container {
    width: 100%;
    height: 100%;
}
.container .banner {
    width: 100%;
    height: 530px;
}
.container .banner .swiper-container {
    width: 100%;
    height: 100%;
}
.container .banner .swiper-container .swiper-slide {
    background-image: url('../../images/lqyzx/banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.container .banner .swiper-container .swiper-slide .bannerBox {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding-top: 129px;
}
.container .banner .swiper-container .swiper-slide .bannerBox h5{
    font-weight: bold;
    font-size: 24px;
}
.container .banner .swiper-container .swiper-slide .bannerBox h3 {
    font-weight: bold;
    font-size: 48px;
}
.container .banner .swiper-container .swiper-slide .bannerBox p {
    display: inline-block;
    font-size: 20px;
    width: 453px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 34px;
}
.container .banner .swiper-container .swiper-slide .bannerBox .goInfo a {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    width: 120px;
    height: 40px;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
    border: solid 1px #ffffff;
}
.container .banner .swiper-container .swiper-slide .bannerBox .goInfo a:hover {
    background-color: #c09572;
    border: none;
}
.container .banner .swiper-container .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
}
.container .banner .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
}
.container .banner .btnBox{
    width: 140px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 23px;
    background: -webkit-linear-gradient(left,#00e41b, #00dfc2);
    background: -o-linear-gradient(right,#00e41b, #00dfc2);
    background: -moz-linear-gradient(right,#00e41b, #00dfc2);
    background: linear-gradient(to right,#00e41b, #00dfc2);
}
.container .banner .btnBox>a{
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}
/* banner */

/* lqyzx_sec1 */
.lqyzx_sec1{
    width: 100%;
    padding: 110px 0 54px 0;
    background-color: #f4f4f4;
    box-sizing: border-box;
}
.sec1_box{
    position: relative;
    margin-bottom: 22px;
}
.sec1_box_part1{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}
.sec1_box_part1 .part1_img,
.sec1_box_part2 .part2_img{
    margin-right: 16px;
}
.sec1_box_part1 .part1_img>img,
.sec1_box_part2 .part2_img>img{
    width: 72px;
    height: 72px;
}
.sec1_box_part1 .part1_txt>h6,
.sec1_box_part2 .part2_txt>h6{
    font-weight: bold;
    font-size: 25px;
    color: #333;
    margin-bottom: 10px;
}
.sec1_box_part1 .part1_txt>p,
.sec1_box_part2 .part2_txt>p{
    font-size: 18px;
    color: #777;
    line-height: 26px;
}
.sec1_box_part1 .part1_txt>p>span,
.sec1_box_part2 .part2_txt>p>span{
    color: #008ad5
}

.sec1_box_part2>li{
    float: left;
    width: 50%;
    display: flex;
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display: -ms-flexbox; /* IE 10 */ 
    align-items: center;
    margin-bottom: 52px;
}
.sec1_box_part2>li:nth-child(2n){
    width: 32%;
    margin-left: 18%;
}
.sec1_box_part2 .part2_txt{
    text-align: left;
}
.sec1_img{
    position: absolute;
    top: 21%;
    left: 0;
}
.sec1_img>img{
    max-width: 100%;
    width: 100%;
}
.sec1_btn,
.sec3_btn{
    width: 210px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    background: -webkit-linear-gradient(left,#0081e4, #00dfc2);
    background: -o-linear-gradient(right,#0081e4, #00dfc2);
    background: -moz-linear-gradient(right,#0081e4, #00dfc2);
    background: linear-gradient(to right,#0081e4, #00dfc2);
}
.sec1_btn:hover,
.sec3_btn:hover{
    opacity: .8;
	-moz-opacity: .8;
	-khtml-opacity: .8;
	-webkit-opacity: .8;
    filter: alpha(opacity=8);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sec1_btn>a,
.sec3_btn>a{
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}
/* lqyzx_sec1 */

/* lqyzx_sec2 */
.lqyzx_sec2{
    width: 100%;
    padding: 170px 0;
    box-sizing: border-box;
    background: url(/Public/Home/images/lqyzx/sec2_bg.png) no-repeat center/cover;
}
.sec2_box_part1{
    margin-bottom: 160px;
}
.sec2_part1_img{
    width: 50%;
    margin-right: 8%;
}
.sec2_part1_img>img{
    max-width: 100%;
    width: 100%;
}
.sec2_part1_txt{
    width: 42%;
}
.sec2_part1_txt>h3,
.sec2_part2_txt>h3,
.sec2_part3_txt>h3,
.sec2_part4_txt>h3{
    font-style: italic;
    font-weight: bold;
    font-size: 120px;
    color: #ddd;
}
.sec2_part1_txt>h5,
.sec2_part2_txt>h5,
.sec2_part3_txt>h5,
.sec2_part4_txt>h5{
    font-weight: bold;
    font-size: 36px;
    color: #333;
    margin-bottom: 24px;
}
.sec2_part1_txt>p,
.sec2_part2_txt>p,
.sec2_part3_txt>p,
.sec2_part4_txt>p{
    font-size: 20px;
    color: #666;
    line-height: 36px;
}
.sec2_part1_txt>a,
.sec2_part2_txt>a,
.sec2_part3_txt>a,
.sec2_part4_txt>a{
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    letter-spacing: 2px;
    margin-top: 16px;
    background: -webkit-linear-gradient(left,#0081e4, #00dfc2);
    background: -o-linear-gradient(right,#0081e4, #00dfc2);
    background: -moz-linear-gradient(right,#0081e4, #00dfc2);
    background: linear-gradient(to right,#0081e4, #00dfc2);
    box-shadow: 0 5px 18px rgba(0, 203, 201, .3);
}
.sec2_part1_txt>a:hover,
.sec2_part3_txt>a:hover,
.sec2_part4_txt>a:hover{
    opacity: .8;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    -webkit-opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sec2_box_part2{
    margin-bottom: 200px;
}
.sec2_part2_txt{
    width: 40%;
}
.sec2_part2_img{
    width: 60%;
}
.sec2_part2_txt>h3,
.sec2_part2_txt>h5,
.sec2_part2_txt>p{
    color: #fff;
}
.sec2_part2_txt>a{
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
}
.sec2_part2_txt>a:hover{
    color: #00abd5;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sec2_box_part3{
    margin-bottom: 200px;
}
.sec2_part3_img{
    width: 50%;
    text-align: center;
}
.sec2_part3_txt{
    width: 50%;
    margin-top: 4.5%;
}

.sec2_part4_txt,.sec2_part4_img{
    width: 50%;
}
/* lqyzx_sec2 */

/* lqyzx_sec3 */
.lqyzx_sec3{
    width: 100%;
    padding: 92px 0;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.sec3_content_swiper .swiper-slide{
    height: 514px;
    padding-top: 43px;
    box-sizing: border-box;
}
.sec3_content_swiper .swiper_logo{
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sec3_content_swiper .swiper_logo>img{
    width: 86px;
    height: 86px;
}
.sec3_content_swiper .swiper_img{
    width: 380px;
    height: 230px;
}
.sec3_content_swiper .swiper_img>img{
    max-width: 100%;
    width: 100%;
}
.sec3_content_swiper .swiper_txt{
    position: absolute;
    left: 50%;
    top: 42%;
    width: 340px;
    margin: 0 auto;
    padding: 0 0 36px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sec3_content_swiper .swiper_txt>h4{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: -webkit-linear-gradient(left,#3c71d0, #699ffe);
    background: -o-linear-gradient(right,#3c71d0, #699ffe);
    background: -moz-linear-gradient(right,#3c71d0, #699ffe);
    background: linear-gradient(to right,#3c71d0, #699ffe);
    box-shadow: 0 20px 15px rgba(0, 0, 0, .1);
}
.sec3_content_swiper .swiper_txt .swiper_txt_box1{
    width: 100%;
    padding: 0 28px;
    margin-top: 18px;
    box-sizing: border-box;
}
.sec3_content_swiper .swiper_txt .swiper_txt_box1>p{
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
.sec3_content_swiper .swiper_txt .swiper_txt_box1>p:first-child{
    font-weight: bold;
    color: #333;
    margin-bottom: 2px;
}
.sec3_btn{
    width: 250px;
    margin-top: 64px;
}
/* lqyzx_sec3 */