* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: 0;
}

a,
a:hover {cursor:pointer;}

body {
    width: 100%;
/*    min-width: 1240px;*/
    padding-top: 140px;
}

.mfl {
    float: left;
}

.mfr {
    float: right;
}

.cl {
    clear: both;
}

.mbox {
    width: 1200px;
    margin: 0 auto;
}

/*头部入口*/
.top-map {
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
}

.logo {
    width: 386px;
    height: 93px;
    margin-top: 4px;
    float: left;
    margin-right: 85px;
}

.inlet a {
    font-size: 14px;
    line-height: 40px;
    float: left;
    margin-right: 4px;
    color: #333333;
}

.inlet p {
    font-size: 14px;
    line-height: 40px;
    float: left;
    margin-right: 30px;
    color: #333333;
}

.inlet img {
    float: left;
    margin-left: 16px;
    margin-top: 13px;
    margin-right: 4px
}

.dingwei {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
}

/*
.m-top{ width: 100%; height: 146px; padding: 0px 0; 
position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
*/

.top-box {
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 10px 8px 0 rgba(0, 0, 0, 0.3);
}

.nav_head {
    float: left;
}

.nav_head .navigation {
    display: block;
    line-height: 100px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 20px;
    align-items: center;
}

.nav_head .navigation:hover {
    color: #4eb6d2
}

.nav_head .navigation div {
    float: right;
    width: 9px;
    height: 5px;
    margin-left: 6px;
    margin-top: 50px;
    background: url(../images/jiantou.png) no-repeat center top;
}

.nav_head .details {
    padding: 0 0px;
    background: #fff;
    z-index: 111111;
    margin-top: -20px;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.nav_head .details li {
    clear: both;
    background: #ffffff;
    display: none;
}

.nav_head .details li a {
    clear: both;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.nav_head div img{display: none; width: 20px; height: 20px; margin: 0 auto; margin-top: -10px;}
.nav_head .navigation:hover .details {
    border-bottom: 3px solid #174bd2;
}

.nav_head li:hover .details li {
    display: block;
}

.nav_head li:hover .details {
    display: block;
    border-top: 3px solid #4eb6d2
}



/*轮播开始*/
.target {
    width:100%;
    height:628px;
    overflow:hidden;
    position:relative;
    margin:0px auto;
}
.target img {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;   
}
/*轮播结束*/
.video {
    margin-left: -0px;
    margin-right: auto;
    margin-top: -20px;
    width: 560px;
    height: 340px;
}

/*第一部分*/
.first {
    width: 100%;
    height: 785px;
    background: url(../images/first-bg.jpg) no-repeat center top;
    padding-top: 100px;
}

.first-left {
    width: 525px;
    float: left;
    margin-bottom: 40px;
}

.first-left h3 {
    font-size: 32px;
    color: #e6f5f8;
}

.first-left h2 {
    font-size: 50px;
    color: #002a4d;
    margin-bottom: 20px;
}

.first-left h2 span {
    color: #4eb6d2;
}

.first-left p {
    height: 280px;
    font-size: 18px;
    color: #606060;
    line-height: 28px;
}

.first-left a {
    display: block;
    width: 156px;
    height: 53px;
    background-color: #4eb6d2;
    border-radius: 27px;
    font-size: 22px;
    text-align: center;
    line-height: 53px;
    color: #fff;
}

.first-right {
    width: 575px;
    float: right;
}

.first-right .video-box {
    width: 575px;
    height: 324px;
    margin-bottom: 30px;
}

.first-right a {
    display: block;
    width: 114px;
    height: 96px;
    float: left;
    margin-right: 39px;
}

.first-right a:nth-child(4) {
    margin-right: 0;
}

.first-bottom {
    clear: both;
    width: 1200px;
    height: 137px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(78, 182, 210, 0.3);
    border-radius: 5px;
    border: solid 1px #4eb6d2;
    padding: 30px 0
}

.first-bottom-box {
    width: 296px;
    height: 137px;
    text-align: center;
    float: left;
}

.first-bottom-box h2 {
    font-size: 36px;
    color: #909090;
}

.first-bottom-box p {
    font-size: 20px;
    color: #4eb6d2;
}

.first-bottom-shu {
    width: 4px;
    height: 76px;
    border: solid 2px #b0b0b0;
    float: left;
}

/*第二部分*/
.second {
    width: 100%;
    height: 1156px;
    background: url(../images/second-bg.jpg) no-repeat center top;
    padding-top: 20px;
}

.tille-top {
    font-size: 50px;
    color: #002a4d;
    text-align: center;
    margin-bottom: 30px;
}

.tille-top span {
    font-size: 50px;
    color: #2d90b3;
}

.second-text {
    width: 1050px;
    color: #606060;
    font-size: 18px;
    text-align: justify;
    line-height: 28px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.second-center {
    padding-bottom: 30px;
}

.second-box {
    width: 591px;
    height: 385px;
    background-color: #fff;
    float: left;
    margin-bottom: 10px;
}

.second-box-float {
    margin-right: 10px;
}

.second-box img {
    display: block;
    width: 591px;
    height: 317px;
}

.second-box div {
    width: 591px;
    height: 68px;
    display: flex;
    padding: 0 20px;
}

.second-box div p {
    width: 110px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 2px #4eb6d2;
    color: #4eb6d2;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    margin: 17px 10px;
    font-weight: 600;
}

.second-box div span {
    font-size: 20px;
    color: #303030;
    line-height: 68px;
}

.second-a {
    clear: both;
    display: block;
    width: 156px;
    height: 53px;
    background-color: #4eb6d2;
    border-radius: 27px;
    font-size: 22px;
    text-align: center;
    line-height: 53px;
    color: #fff;
    margin: 0 auto;
}

/*第三部分*/
.third {
    width: 100%;
    height: 958px;
    background-color: #f3f3f3;
    padding-top: 60px;
}

.third-box {
    width: 376px;
    height: 635px;
    background-color: #ffffff;
    box-shadow: 0px 2px 15px 0px rgba(170, 170, 170, 0.55);
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
    overflow: hidden;
}

.third-box:nth-child(4) {
    margin-right: 0;
}

.third-box img {
    width: 376px;
    height: 237px;
    margin-bottom: px;
}

.third-box div {
    width: 166px;
    height: 35px;
    background-color: #4eb6d2;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
    margin-top: -20px;
    position: relative;
    z-index: 11;
    margin-bottom: 20px;
}

.third-box h2 {
    clear: both;
    width: 301px;
    height: 70px;
    color: #303030;
    font-size: 26px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 16px;
}

.third-box p {
    width: 297px;
    height: 160px;
    color: #606060;
    line-height: 28px;
    font-size: 18px;
	text-align:justify;
    margin: 0 auto;
}

.third-box a {
    display: block;
    width: 211px;
    height: 60px;
    line-height: 56px;
    border-radius: 30px;
    border: solid 2px #4eb6d2;
    color: #4eb6d2;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
}

.third-box a:hover {
    background-color: #ff852b;
    color: #fff;
    border: none;
    line-height: 60px;
}

.third-a {
    clear: both;
    display: block;
    width: 211px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #4eb6d2;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
}

/*第四部分*/
.fourth {
    width: 100%;
    height: 528px;
    background-color: #fff;
    padding-top: 60px;
}

.fourth img {
    display: block;
    width: 1195px;
    height: 310px;
    margin: 0 auto
}

/*第五部分*/
.fifth {
    clear: both;
    width: 100%;
    height: 246px;
    background-color: #4eb6d2;
    padding-top: 50px;
}

.fifth-left {
    width: 76px;
    height: 76px;
    margin: 40px 50px 0 100px;
}

.fifth-center {
    width: 180px;
    height: 160px;
}

.fifth-center h3 {
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}

.fifth-center a {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
    text-align: left;
}

.fifth-right {
    padding-top: 30px;
}

.fifth-right div {
    width: 250px;
    margin-right: 40px;
    margin-bottom: 10px;
}

.fifth-right div img {
    width: 14px;
    height: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 6px;
}

.fifth-right div p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.fifth-right ul {
    width: 340px;
    margin-right: 70px;
}

.fifth-right ul img {
    width: 14px;
    height: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 6px;
}

.fifth-right ul p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.fifth-about h3 {
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 4px;
}

.fifth-about img {
    width: 90px;
    height: 90px;
}

.beian {
    display: block;
    clear: both;
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #fff;
    width: 970px;
    margin: 0 auto;
}

/*二级页样式*/
.ej-about {}

.ej-about-top {
    width: 100%;
    height: 365px;
    background: url(../images/erjiye-top.jpg) no-repeat center;
    padding-top: 94px;
}

.ej-about-top p {
    font-size: 46px;
    color: #4eb6d2;
    margin-bottom: 6px;
    margin-left: 120px;
}

.ej-about-top h2 {
    font-size: 54px;
    color: #fff;
    margin-left: 120px;
}

.ej-about-center {
    padding: 60px 0;
}

.ej-about-center .mbox {
    width: 1024px;
}

.ej-about-center h2 {
    color: #303030;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.ej-about-center p {
    width: 1024px;
    height: auto;
    color: #606060;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    margin: 0 auto;
    margin-bottom: 20px;
    text-indent: 2em;
}

.ej-about-center nav {
    text-indent: 0em;
    color: #606060;
    font-size: 18px;
    line-height: 28px;
    text-align: right !important;
}

.ej-about-center-img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ej-about-center-img img:nth-child(3) {
    margin-right: 0;
}

.ej-about-new {
    padding: 60px 0;
}
.ej-about-new .third-box{overflow: hidden;}
.ej-about-new .third-box{overflow: hidden; margin-left: 12px; margin-right: 12px;}
/*
.ej-about-new .third-box:nth-child(3) {
    margin-right: 0;
}

.ej-about-new .third-box:nth-child(4) {
    margin-right: 30px;
}

.ej-about-new .third-box:nth-child(6) {
    margin-right: 0;
}

.ej-about-new .third-box:nth-child(7) {
    margin-right: 30px;
}
.ej-about-new .third-box:nth-child(9) {
    margin-right: 0px;
}
.ej-about-new .third-box:nth-child(11) {
    margin-right: 30px;
}
.ej-about-new .third-box:nth-child(12) {
    margin-right: 0px;
}
*/
.ej-about-new .third-box{height: 610px;}
.ej-about-new .third-box div {
    margin-top: -44px;
}
.ej-about-center h3{ margin-bottom: 10px; font-size: 18px;}
.ej-about-center span{display: block; font-size: 16px;  text-align: center; margin-bottom: 20px; color: #606060;font-style: italic;}

.gfrz{width: 1024px; height: auto; margin: 0 auto;}
.gfrz img{width: 100%; height: auto;}
/*在线申请*/
.zxsq {width: 89px;height: 102px;position: fixed; right: 0; top: 55%;z-index: 11111; }
.zxsq img {width: 89px;height: 102px;}
