/* common */
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.common_title{
    text-align: center;
}
.common_title>h5{
    font-weight: bold;
    font-size: 40px;
    color: #333;
    margin-bottom: 22px;
}
.common_title>h5>span{
    color: #4381ff;
}
.common_title>p{
    font-size: 24px;
    color: #333;
}

.common_btn{
    width: 250px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    background: -webkit-linear-gradient(left,#4486ff, #68b3ff);
    background: -o-linear-gradient(right,#4486ff, #68b3ff);
    background: -moz-linear-gradient(right,#4486ff, #68b3ff);
    background: linear-gradient(to right,#4486ff, #68b3ff);
}
.common_btn:hover{
    opacity: .85;
    -moz-opacity: .85;
    -khtml-opacity: .85;
    -webkit-opacity: .85;
    filter: alpha(opacity=85);
    -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;
}
.common_btn>a{
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
/* 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/ejfx/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 h3 {
    font-size: 55px;
}
.container .banner .swiper-container .swiper-slide .bannerBox p {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 55px;
    font-size: 18px;
    line-height: 32px;
    width: 453px;
}
.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: 44px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 23px;
}
.container .banner .btnBox>a{
    font-size: 16px;
    color: #fff;
}
/* banner */

/* ejfx_sec1 */
.ejfx_sec1{
    width: 100%;
    padding: 84px 0 94px;
    box-sizing: border-box;
    background-color: #fff;
}
.sec1_box .img_box{
    width: 100%;
    text-align: center;
    margin-top: 62px;
}
.sec1_box .txt_box{
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    background-color: #f1f1f1;
    border-radius: 20px;
    margin-top: 64px;
}
.sec1_box .txt_box .title{
    font-weight: bold;
    font-size: 26px;
    color: #333;
    width: 168px;
    line-height: 120px;
    text-align: center;
    border-right: 1px solid #ddd;
}
.sec1_box .txt_box .content{
    padding-left: 70px;
}
.sec1_box .txt_box .content>p{
    font-size: 20px;
    color: #333;
    line-height: 40px;
}
/* ejfx_sec1 */

/* ejfx_sec2 */
.ejfx_sec2{
    width: 100%;
    padding: 90px 0 68px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.ejfx_sec2 .sec2_box{
    margin-top: 54px;
    padding-bottom: 86px;
    overflow: hidden;
}
.sec2_box>li{
    float: left;
    width: 590px;
    padding: 16px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    margin-right: 18px;
    margin-bottom: 20px;
    overflow: hidden;
}
.sec2_box>li:hover{
    box-shadow: 0 8px 20px rgba(39, 65, 159, .3);
    -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>li:nth-child(2n){
    margin-right: 0;
}
.sec2_box>li:nth-child(3),
.sec2_box>li:nth-child(4){
    margin-bottom: 0;
}
.sec2_box>li .sec2_img_box{
    float: left;
    width: 200px;
    height: 200px;
}
.sec2_box>li .sec2_img_box>img{
    max-width: 100%;
    width: 100%;
}
.sec2_box>li .sec2_txt_box{
    float: left;
    width: 308px;
    margin-left: 16px;
}
.sec2_box>li .sec2_txt_box>h6{
    font-weight: bold;
    font-size: 25px;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 14px;
}
.sec2_box>li .sec2_txt_box>h6>span{
    font-size: 20px;
    color: #fff;
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 16px;
    background-color: #4381ff;
    border-radius: 50%;
    box-shadow: 0 10px 26px rgba(67, 129, 255, .18);
}
.sec2_box>li .sec2_txt_box>p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
/* ejfx_sec2 */

/* ejfx_sec3 */
.ejfx_sec3{
    width: 100%;
    padding: 84px 0 72px;
    box-sizing: border-box;
}
.ejfx_sec3 .sec3_box{
    margin: 70px 0 90px;
    overflow: hidden;
}
.ejfx_sec3 .sec3_box>li{
    float: left;
    margin-right: 165px;
    margin-bottom: 64px;
}
.ejfx_sec3 .sec3_box>li:nth-child(5n){
    margin-right: 0;
}
.ejfx_sec3 .sec3_box>li:nth-child(6),
.ejfx_sec3 .sec3_box>li:nth-child(7),
.ejfx_sec3 .sec3_box>li:nth-child(8),
.ejfx_sec3 .sec3_box>li:nth-child(9),
.ejfx_sec3 .sec3_box>li:nth-child(10){
    margin-bottom: 0;
}
.sec3_box>li .sec3_img_box{
    width: 108px;
    height: 108px;
    line-height: 108px;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 50%;
    margin-bottom: 20px;
}
.sec3_box>li:hover .sec3_img_box{
    transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	
	-moz-transform:rotate(360deg); 	
	-webkit-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
    -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;
}
.sec3_box>li .sec3_img_box>img{
    width: 80px;
    height: 80px;
}
.sec3_box>li .sec3_txt_box{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    text-align: center;
}
/* ejfx_sec3 */

/* ejfx_sec4 */
.ejfx_sec4{
    width: 100%;
    padding: 84px 0 66px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.ejfx_sec4 .sec4_box{
    margin-top: 60px;
    padding-bottom: 72px;
    overflow: hidden;
}
.ejfx_sec4 .sec4_box>li{
    position: relative;
    float: left;
    width: 340px;
    margin-right: 90px;
    padding-top: 292px;
}
.ejfx_sec4 .sec4_box>li:last-child{
    margin-right: 0;
}
.sec4_box>li .sec4_img_box{
    width: 256px;
    height: 452px;
    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%);
    z-index: 1;
    overflow: hidden;
}
.sec4_box>li .sec4_img_box>img{
    max-width: 100%;
    width: 100%;
}
.sec4_box>li:hover .sec4_img_box>img{
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
    -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;
}
.sec4_box>li .sec4_txt_box{
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .16);
    z-index: 2;
}
.sec4_box>li .sec4_txt_box>h6{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #0093de;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.sec4_box>li .sec4_txt_box>p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    width: 100%;
    padding: 30px 15px 42px;
    box-sizing: border-box;
}
/* ejfx_sec4 */