@charset "UTF-8";
.clear::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

.clear-float::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

html body {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

.header,
.footer {
    width: 100%;
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

.header {
    position: relative;
}

.header .nav-wrap {
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
}

.header .nav-wrap .content {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    line-height: 90px;
}

.header .nav-wrap .content .logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
}

.header .nav-wrap .content .list {
    display: inline-block;
}

.header .nav-wrap .content .list .li {
    width: 100px;
    display: inline-block;
    font-size: 18px;
    color: #303030;
    text-align: center;
    position: relative;
}

.header .nav-wrap .content .list .li::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #1F55B6;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.header .nav-wrap .content .list .li:hover {
    color: #1F55B6;
}

.header .nav-wrap .content .list .li:hover::after {
    opacity: 1;
}

.header .nav-wrap .content .list .active {
    color: #1F55B6;
}

.header .nav-wrap .content .list .active::after {
    opacity: 1;
}

.header .nav-wrap .content .call-wrap {
    display: inline-block;
    font-size: 18px;
    color: #303030;
    margin-left: 80px;
}

.header .nav-wrap .content .call-wrap .icon {
    vertical-align: middle;
}

.header .nav-wrap .content .call-wrap .number {
    font-weight: bold;
}

.header .banner-wrap {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.header .banner-wrap .banner-swiper-container {
    width: 100%;
    height: 100%;
}

.header .banner-wrap .banner-swiper-container .swiper-slide {
    position: relative;
}

.header .banner-wrap .banner-swiper-container .swiper-slide .banner {
    width: 100%;
    height: 100%;
}

.header .banner-wrap .banner-swiper-container .swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.header .banner-wrap .banner-swiper-container .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 1 !important;
}

.header .banner {
    width: 100%;
}


/**  面包屑导航  **/

.bread-crumbs {
    border-bottom: 1px solid #DEDEDE;
}

.bread-crumbs .label {
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid #DEDEDE;
    padding-bottom: 16px;
}

.bread-crumbs .label span {
    font-size: 36px;
    font-weight: bold;
    color: #383838;
    margin-right: 26px;
    vertical-align: middle;
}

.bread-crumbs .label .icon {
    vertical-align: middle;
}

.bread-crumbs .tab-wrap {
    display: inline-block;
    font-size: 20px;
    color: #009A4B;
    padding-left: 20px;
    vertical-align: middle;
}

.bread-crumbs .tab-wrap .tab {
    margin-right: 30px;
    padding: 0 3px;
    position: relative;
}

.bread-crumbs .tab-wrap .tab::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #37B20E;
    position: absolute;
    left: 0;
    bottom: -26px;
    visibility: hidden;
}

.bread-crumbs .tab-wrap .active {
    color: #009A4B;
}

.bread-crumbs .tab-wrap .active::after {
    visibility: visible;
}

.bread-crumbs .t-n-wrap {
    font-size: 14px;
    color: #888888;
    float: right;
    margin-top: 17px;
}

.bread-crumbs .t-n-wrap a {
    color: #888888;
}

.bread-crumbs .t-n-wrap .i:nth-last-child(1) {
    color: #384688;
}


/* .bread-crumbs .t-n-wrap a:nth-last-child(1) {
    color: #384688;
} */

.bread-crumbs .t-n-wrap .i:not(.bread-crumbs .t-n-wrap .i:nth-last-child(1)) {
    margin-right: 15px;
    position: relative;
}

.bread-crumbs .t-n-wrap .i:not(.bread-crumbs .t-n-wrap .i:nth-last-child(1))::after {
    content: "-";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}


/**  分页  **/

.navigation-wrap {
    text-align: center;
}

.navigation-wrap .cont {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.navigation-wrap .cont a {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}

.navigation-wrap .cont a:not(.navigation-wrap .cont a:nth-last-child(1)) {
    margin-right: 10px;
}

.navigation-wrap .cont .prev,
.navigation-wrap .cont .next {
    font-size: 18px;
    color: #333333;
}

.navigation-wrap .cont .prev {
    margin-right: 30px !important;
}

.navigation-wrap .cont .next {
    margin-left: 20px;
}

.navigation-wrap .cont .active {
    color: #fff;
    background-color: #66B757;
}

.footer .top {
    height: 290px;
    background-color: #373737;
}

.footer .top .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.footer .top .content .left-wrap {
    width: 920px;
    display: inline-block;
    margin-right: 100px;
	position: relative;
}
.footer .top .content .left-wrap .qrcode-img {
	width: 100px;
	height: 100px;
	position: absolute;
	right: 0px;
	bottom: -5px;
}
.footer .top .content .left-wrap .qrcode-img-2 {
	right: 120px;
}

.footer .top .content .left-wrap .bottom-nav-wrap {
    font-size: 20px;
    color: #FFFFFF;
    padding-bottom: 39px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .top .content .left-wrap .bottom-nav-wrap a {
    color: #FFFFFF;
}

/* .footer .top .content .left-wrap .bottom-nav-wrap a:not(.footer .top .content .left-wrap .bottom-nav-wrap a:nth-last-child(1)) {
    margin-right: 60px;
} */
.footer .top .content .left-wrap .bottom-nav-wrap a {
	margin-right: 60px;
}
.footer .top .content .left-wrap .bottom-nav-wrap a:nth-last-child(1) {
	margin-right: 0;
}
.footer .top .content .left-wrap .bottom-nav-wrap a:hover {
    color: #5289ED;
}

.footer .top .content .left-wrap .bottom-nav-wrap .active {
    color: #5289ED;
}

.footer .top .content .left-wrap .contact-wrap {
	width: 75%;
    padding-top: 9px;
}

.footer .top .content .left-wrap .contact-wrap .logo {
    margin-right: 50px;
}

.footer .top .content .left-wrap .contact-wrap .call-wrap {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}

.footer .top .content .qrcode-wrap {
    display: inline-block;
    width: 160px;
    height: 188px;
    background-color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 15px;
    margin-top: 50px;
}
.footer .top .content .qrcode-wrap-2 {
    display: inline-block;
    width: 160px;
    height: 188px;
    background-color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 15px;
    margin-top: 50px;
	margin-left: 40px;
}

.footer .top .content .qrcode-wrap .img {
    width: 130px;
    height: 130px;
}

.footer .top .content .qrcode-wrap .text {
    font-size: 16px;
    color: #383838;
    line-height: 30px;
    text-align: center;
}

.footer .copyright-wrap {
    height: 47px;
    background-color: #272727;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 47px;
    text-align: center;
}

.footer .copyright-wrap a {
    color: #888888;
}

.footer .copyright-wrap p {
    line-height: 30px;
}


/**  单页  **/

.container .content {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 50px 0 0;
}

.container .content .rich-text-wrap {
	width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
    padding: 30px 0 30px;
}
.container .content .rich-text-wrap img {
	max-width: 100%;
	max-height: 100%;
}



/*悬浮*/

.float {
    width: 200px;
    position: fixed;
    right: -150px;
    transition: all 0.5s;
    top: 20%;
    z-index: 100;
}

.float ul li {
    position: relative;
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    background: #2A3E84;
    border-radius: 5px;
    margin-bottom: 3px;
    cursor: pointer;
}

.float ul li span {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.float ul li .iconfont {
    color: #FFFFFF;
    font-size: 30px;
}

.float ul li .icon-huidingbu {
    font-size: 20px !important;
}

.float ul li p {
    font-size: 18px;
    color: #FFFFFF;
}

.float ul li .wx {
    width: 90px;
    height: 0px;
    margin-left: 60px;
    overflow: hidden;
    padding-bottom: 0;
    transition: all 0.5s;
}

.float:hover {
    right: 0;
}

.float:hover .wx {
    height: 90px;
    padding-bottom: 10px;
}



/*表单*/

.form {
    width: 100%;
    padding-top: 55px;
	padding-bottom: 50px;
}

.form_tit {
    width: 100%;
    text-align: center;
}

.form_tit .p1 {
    font-size: 36px;
    color: #efefef;
    text-transform: uppercase;
}

.form_tit .p2 {
    font-size: 24px;
    color: #333333;
    height: 68px;
    line-height: 68px;
}

.form_tit .p3 {
    width: 800px;
    height: 43px;
    line-height: 43px;
    background: #efefef;
    margin: 0 auto;
    font-size: 12px;
    color: #9c9c9c;
}

.layui-form {
    width: 830px;
    margin: 50px auto 0;
}

.layui-form td span {
    font-size: 16px;
    color: #333333;
    margin: 0 15px;
    float: left;
    line-height: 46px;
}

.layui-form table {
    width: 100%;
}

.layui-form td {
    width: 50%;
    padding-bottom: 25px;
    position: relative;
}

.layui-form td input {
    height: 46px;
    text-indent: 25px;
    font-size: 16px;
    line-height: 46px;
    border-radius: 5px;
    background: none;
    outline: none;
    border: 1px solid #cccccc;
    width: 264px;
}

.layui-form .new input {
    width: 674px;
}

.layui-form td .s1 {
    color: red;
    float: right;
    margin-right: 10px;
}

.layui-form textarea {
    resize: none;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 670px;
    padding: 5px;
    outline: none;
    background: none;
    height: 153px;
}

.form ul {
    width: 100%;
    text-align: center;
}

.form ul li {
    display: inline-block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin: 0 15px;
}

.form ul li input {
    width: 100%;
    height: 100%;
}
