html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    letter-spacing: 1px;
    font-family: '方正兰亭黑简体' !important; background-color:#f9f9f9;
}

#wrap {
    width: 100%;
    height: auto;
    min-width: 1280px;
    margin: 0 auto;
    background: url(../images/warpbg.jpg) no-repeat top center/100% 100%;
    box-sizing: border-box;
}

#wrap .nav>li a:hover {
    color: #FFFFFF;
    background-color: #eb8d33;
    display: block;
}

.top .nav {
    /* width: 68%; */
    float: right;
    overflow: hidden;
    position: relative;
}

.top .nav::before {
    position: absolute;
    content: '';
    width: 620px;
    height: 8px;
    top: 67px;
    background: url(../img/nav.png)no-repeat;
}

.top li {
    float: left;
    list-style: none;
    /* padding: 0% 1%; */
    position: relative;
}

.top .nav a {
    position: relative;
    display: block;
    line-height: 72px;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    width: 134px;
}

.top .nav a img {
    vertical-align: middle;
}

.top .nav_1>a {
    color: #FFFFFF;
    background-color: #eb8d33;
    position: relative;
}

.top .nav_2 {
    display: none;
    margin-top: 25px;
    background: rgb(255, 255, 255, 0.4);
}

.top .nav_2 a {
    color: #FFFFFF;
    position: relative;
    font-size: 13px;
    padding: 1%;
    border-top: 1px dashed #FFFFFF;
    /*background-color: #00aeef;*/
}

.top .nav_2 a:nth-child(1) {
    border-top: none;
}

#goToTop {
    position: fixed;
    right: 20px;
    z-index: 9000;
    bottom: 30px;
}

#goToTop a {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 14px;
    display: inline-block;
    background: none repeat scroll 0 0 #ddd;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 50px;
}


/*主体内容宽度*/

.inner {
    width: 1100px;
    margin: 0 auto;
    /*overflow: hidden;*/
}


/*头部区域*/

.header {
    position: relative;
    z-index: 1;
}

.top {
    /*position: absolute;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

.top .inner {
    height: 60px;
}

#wrap .logo {
    float: right;
    cursor: pointer;
    padding-top: 11px;
    /*position: absolute;
	top: 0;
	right: 0;*/
}

.logo img {
    width: 100%;
}

#wrap .dl {
    float: left;
    cursor: pointer;
    padding-top: 11px;
    /*position: absolute;
    top: 0;
    right: 0;*/
}

/*banner*/
.banner{width: 1200px; margin: 60px auto;}
.banner img {
     
    vertical-align: bottom;
}


/*bj*/

.bj {
    height: auto;
    /* min-height: 250%; */
    min-height: 100%;
    width: 100%;
    position: relative;
}

.bacg2 {
    background: url(../img/bj1.png) no-repeat;
    background-size: 100% 100%;
    padding: 1%;
    margin: 2% 0;
}

.bacg3 {
    background: url(../img/bj3.png)no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    border-radius: 42px;
}

.bacg4 {
    background: url(../img/bj2.jpg)no-repeat center bottom;
    background-size: 100%;
}

.bacg1_1 {
    background: #ffffffd6;
}

.top1 {
    /* position: absolute; */
    /* top: -72.9px; */
    left: 0px;
    width: 100%;
    z-index: 0;
    height: 100px;
}

.top1 img {
    width: 100%;
}

.bottom1 {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.bottom2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: -1;
}


/*main*/

.main {
    border-radius: 25px;
    margin-bottom: 0%;
    /*padding-bottom: 72px;*/
}

#main {
    z-index: 0;
}


/*title*/

.title {
    font-size: 25px;
    text-align: center;
    margin: 3% auto;
}

.title1 {
    font-size: 25px;
    /*background: url(../img/title.png)no-repeat;
	background-size: 100% 100%;*/
    text-align: center;
    margin: 0% auto;
}

.title1 h1 {
    position: relative;
    color: #ffab49;
    font-size: 32px;
    line-height: 61px;
    margin: 3% 0;
    text-shadow: 2px 1px 0 #ffffff;
    background: url(../img/title.png)no-repeat 48% center/225px 61px;
}

.title1 span {
    color: #646464;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.title11 {
    width: 96%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-left: 5px;
}

.title11::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ccc;
}

.title11::after {
    margin-left: 10px;
}


/*tp1*/

.tp1 {
    width: 100%;
    text-align: center;
    margin: 3% 0;
}

.tp2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 3% 1%;
}

.top3 {
    display: flex;
    color: #000000;
    flex-direction: column;
    align-items: center;
    box-shadow: 2px 2px 5px #656b79;
    line-height: 30px;
}

.tac {
    text-align: center;
}


/*contant*/

.contant {
    position: relative;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    margin-bottom: 12%;
    overflow: hidden;
}

.contant1 {
    padding: 2% 4% 4%;
    /* position: relative; */
    font-size: 20px;
    line-height: 35px;
    font-size: 20px;
    z-index: 2;
    overflow: hidden;
    /*border: 1px solid #0db6d2;*/
}

.contant2 {
    margin-top: 40px;
    width: 100%;
    padding: 1%;
}

.contant2_1 {
    padding: 0 6%;
    position: relative;
    color: #fff;
    font-size: 18px;
    /*border: 1px solid #0db6d2;*/
}

.contant1 h3 {
    color: #2e78bb;
}

.contant1 p {
    text-indent: 2em;
    margin: 0px;
}

.contant4 {
    padding: 0 2%;
    position: relative;
}

.nr_job1 {
    border: 1px solid green;
    border-radius: 10px;
    padding: 1% 3%;
    margin: 3% 0;
}

.button1 {
	position: relative;
	display: block;
	font-size: 29px;
	width: 395px;
	line-height: 86px;
	/* height: 138px; */
	margin: 20px auto;
	color: #FF6600;
	font-weight: 700;
	text-align: center;
	border-radius: 26px;
	box-sizing: border-box;
	background: url(title01.png)no-repeat 26% 19%;
}

.button2 {
    position: relative;
    display: block;
    font-size: 29px;
    width: 356px;
    line-height: 79px;
    /* height: 138px; */
    margin: 40px auto;
    padding-top: 10px;
    color: #2e78bb;
    font-weight: 700;
    text-align: center;
    border-radius: 26px;
    box-sizing: border-box;
    background: url(../img/title1.png)no-repeat 26% 19%;
}

.button3 {
    position: relative;
    display: inline-block;
    margin: 0% auto;
    width: 18%;
    padding: 0% 0;
    padding-right: -26px;
    color: #fff;
    text-align: center;
    border-radius: 26px;
    box-sizing: border-box;
    background-color: #f3881b;
    border-radius: 10px;
    margin-left: 36px;
}

.button3_1 {
    position: relative;
    display: inline-block;
    /* width: 25%; */
    padding: 0% 3%;
    padding-right: -26px;
    color: #fff;
    text-align: center;
    border-radius: 23px;
    box-sizing: border-box;
    background-color: #f3881b;
    cursor: pointer;
    padding-top: 3px;
}

.button3_1 img {
    vertical-align: middle;
}

.button3_2 {
    position: relative;
    display: inline-block;
    width: 15%;
    padding: 0% 0;
    padding-right: -26px;
    color: #f3881b;
    text-align: center;
    border-radius: 23px;
    box-sizing: border-box;
    border: 1px solid #f3881b;
}

.button4 {
    position: relative;
    display: block;
    font-size: 29px;
    width: 510px;
    line-height: 79px;
    /* height: 138px; */
    padding-top: 10px;
    color: #2e78bb;
    font-weight: 700;
    margin: 40px auto;
    text-align: center;
    border-radius: 26px;
    box-sizing: border-box;
    background: url(../img/title4.png)no-repeat 26% 19%;
}

.button5 {
    color: #FFFFFF;
    padding: 0% 3%;
    background-color: #2ba899;
}


/*job.html*/

.box_1 {
    /*position: relative;*/
    /*padding: 10px auto;*/
    overflow: auto;
}

.box_1>div {
    width: 30%;
    float: left;
    margin-top: 20px;
    margin-right: 3%;
    border-radius: 15px;
    box-sizing: border-box;
    border: 1px solid #179fc3;
    background: linear-gradient(to right, #0290b5, #002c64);
}

.box_1 li {
    text-indent: 0;
}

.display {
    display: flex;
    margin: 2% 0;
}

.display>img {
    margin-right: 2%;
    width: 25%;
    height: 100%;
}

.nr1 {
    height: 522px;
    padding-left: 17%;
    background: url(../img/1P_06.png)no-repeat;
}

.nr1 li {
    padding: 0 0 6.1% 0;
}

.nr2 {
    border: 1px dashed #f3881b;
    border-radius: 12px;
    border-top-right-radius: none;
    padding: 0 0 0 2%;
    width: 40%;
    margin: 0 auto 1%;
    box-sizing: border-box;
    font-weight: 700;
}

.nr2 img {
    vertical-align: middle;
}

.nr2_1>li {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 10%;
    color: #ff842d;
    font-weight: bold;
    border: 1px solid #ff842d;
    border-right: none;
    border-radius: 20px;
    margin: 5% 0px;
}

.nr2_1>li>span:nth-child(1) img {
    position: absolute;
    top: 0;
    left: 0;
    top: -15px;
    left: 26px;
}

.nr2_1>in {
    display: block;
}

.nr2_2 {
    border: 1px dashed #f3881b;
    border-radius: 10px;
    padding: 2%;
    background-color: #101c4a;
    display: none;
}

.nr2_2>img {
    vertical-align: middle;
}

.nr3 {
    display: flex;
    justify-content: space-between;
}

.nr3 li {
    width: 20%;
    text-align: center;
    border: 1px solid #ffab49;
    border-radius: 10px;
    padding: 1% 2%;
}

.nr4 li {
    width: 60%;
    border: 1px solid #2ba899;
    padding: 0 1%;
    margin: 2% 0;
    background-color: #fff;
}

.nr4 li img {
    vertical-align: middle;
}

.nr4 li a {
    color: #000;
}

.qh_1 {
    float: left;
    width: 35%;
}

.qh_1 li {
    width: 100%;
    line-height: 40px;
    margin: 2% 0;
    text-indent: 2em;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    color: #b7b7b7;
    border: 1px solid #b7b7b7;
    background: url(../img/p5_03.png)no-repeat 15% center;
    font-size: 17px;
    transition: background .2s;
    cursor: pointer;
}

.ti0 {
    text-indent: 0 !important;
}

.qh_1 .in {
    color: #FFFFFF;
    background: url(../img/p5_02.png)no-repeat 15% center;
    background-color: #3da4a6;
    border: none;
}

.qh_1 .in i {
    background-color: #FFFFFF;
}

.qh1_1 {
    width: 60%;
    float: right;
}

.qh1_1 .coinfo {
    border: 1px solid #2ba899;
    padding: 2%;
    margin: 1% 0;
    font-size: 15px;
    box-sizing: border-box;
}

.qh1_1 li {
    overflow: hidden;
    border: 1px solid #2ba899;
    border-left: 18px solid #2ba899;
    padding: 0 0 0 4%;
    margin: 3% 0 0;
    cursor: pointer;
}

.qh1_1 li span {
    float: left;
    font-weight: bold;
    color: #2ba899;
}

.qh1_1 li span img {
    vertical-align: middle;
}

.qh1_1 li a {
    float: right;
}

.qh1_1 .jobname>in {
    display: block;
}

.qh1_1 .jobname li span active {
    transform: rotate(90deg);
}

.qh1_1 .jobinfo {
    display: none;
    border: 1px solid #2ba899;
    padding: 4%;
    animation-duration: 2s;
}

.qh1_1 .jobinfo span {
    margin-right: 55px;
}

.qh1_1 .jobinfo img {
    vertical-align: middle;
}

.qh_2 {
    box-sizing: border-box;
    padding: 8%;
    display: none;
}

.qh_2 li {
    border: 2px solid #d71d14;
    background-color: #fff;
    text-align: center;
}

.qh_1_1 {
    text-align: center;
    border-top: 1px dashed #f16501;
    border-left: 1px dashed #f16501;
    border-right: 1px dashed #f16501;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}

.qh_1_2 {
    text-align: center;
    border: 1px dashed #f16501;
    cursor: pointer;
}

.qh_1_3 {
    text-align: center;
    border-left: 1px dashed #f16501;
    border-right: 1px dashed #f16501;
    border-bottom: 1px dashed #f16501;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.qh1>li {
    display: none;
}

.qh1 .in {
    display: block;
}

.qh {
    display: flex;
    list-style-type: none;
    justify-content: space-evenly;
    font-size: 20px;
    margin: 5% 0;
    font-weight: bold;
    color: #1d7ae3;
}

.qh>li {
    position: relative;
    line-height: 43px;
    padding: 2px 68px;
    background: url(../img/qh2.png)no-repeat;
    border: 1px solid #ffab49;
    border-radius: 35px;
    color: #fff;
    cursor: pointer;
}

.qh>li:nth-child(1)::before {
    position: absolute;
    content: '';
    top: 12px;
    left: 93px;
    width: 27px;
    height: 29px;
    background: url(../img/p5_11.png)no-repeat;
    background-size: 100% 100%;
}

.qh>li:nth-child(2)::before {
    position: absolute;
    content: '';
    top: 12px;
    left: 93px;
    width: 31px;
    height: 29px;
    background: url(../img/p5_2.png)no-repeat;
    background-size: 100% 100%;
}

.qh .in {
    background: linear-gradient(to bottom, #ffbb73, #ff7c22);
    color: #fff;
    border-radius: 35px;
}

.qh .in:nth-child(1)::before {
    position: absolute;
    content: '';
    top: 12px;
    left: 93px;
    width: 27px;
    height: 29px;
    background: url(../img/p5_1.png)no-repeat;
    background-size: 100% 100%;
}

.qh .in:nth-child(2)::before {
    position: absolute;
    content: '';
    top: 12px;
    left: 93px;
    width: 31px;
    height: 29px;
    background: url(../img/p5_22.png)no-repeat;
    background-size: 100% 100%;
}

.qh.in li {
    background: url(../img/qh1.png)no-repeat;
}

.jobs {
    background: url(../img/job_1.png)no-repeat;
    background-size: 100% 100%;
    padding: 7% 1.6%;
    margin: 5% 0;
}

.job1 {
    overflow: hidden;
    padding: 1% 0%;
    margin: 2% 0;
    font-weight: bold;
    border-bottom: 2px solid #064380;
    cursor: pointer;
}

.job1_1 {}

.job1_1 li {
    display: flex;
    color: #FFFFFF;
    padding: 0 0 4px 0%;
    margin-top: 3%;
    justify-content: space-between;
    border-bottom: 1px dashed #f3881b;
}

.job1_2 {
    padding: 3% 6%;
    background-color: #f4f2f1;
    display: none;
}

.job11 {
    padding: 1% 0;
    overflow: hidden;
    display: none;
}

.job11 strong img {
    vertical-align: middle;
}

.job_2 {
    /*background-color: #2c8bea;*/
    color: #b50920;
    /* text-align: center; */
    /* margin: 0 15%; */
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    /*padding: 1% 6%;*/
}

.job_3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8%;
}

.job_3 li {
    position: relative;
}

.job_3 li img {
    margin-right: 2px;
}

#jobs li {
    background: url(../img/list2.png) no-repeat;
    width: 697px;
    height: 49px;
    line-height: 49px;
    margin: 0 auto 10px;
    overflow: hidden;
    text-align: 49px;
    font-size: 14px;
}

#jobs li div {
    width: 347px;
    float: left;
}

#jobs li a {
    float: right;
    width: 135px;
    color: #FFFFFF;
}


/*版权*/

.copyright {
    margin: 0 auto 0;
    width: 100%;
    height: 90px;
    line-height: 74px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    /*background-color: #2ba899;*/
    background: url(footer.png)no-repeat 100% 100%;
    background-size: 100% 100%;*/
}

.copyright img {
    vertical-align: text-bottom;
}


/*color*/

.color1 {
    color: #f3881b;
}

.color2 {
    color: #ffab49;
}

.color3 {
    color: #ffab49;
    border: 1px dashed #ffab49;
    padding: 1% 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 10px #ffab49 inset;
}

.color3 img {
    vertical-align: middle;
}

.color4 {
    color: #0096d6;
}


/**/

.relative {
    position: relative;
}


/*lunbotu*/

#certify {
    width: 950px;
    margin: 0 auto;
    height: 400px;
}

#certify .swiper-container {
    padding-top: 80px;
    width: 950px;
    height: 300px;
}

#certify .swiper-slide {
    position: relative;
    width: 440px;
    height: 275px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 0 7px #b9b5b5;
    border-radius: 14px;
}

#certify .swiper-slide img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

#certify .swiper-button-prev {
    left: -7px;
    top: 210px;
    color: #ed9b55;
}

#certify .swiper-button-next {
    right: -7px;
    top: 210px;
    color: #ed9b55;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    opacity: 1;
    transition: width .2s;
}


/*弹窗*/

#tc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(50, 50, 50, .3);
}

#fade {
    width: 560px;
    box-sizing: border-box;
    padding: 22px;
    background: #070b28;
    border-radius: 14px;
    position: absolute;
    border: 1px solid #00ffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center1 {
    width: 645px;
    font-size: 14px;
    margin: 5% auto;
    /* color: #0e3acc; */
    /* font-weight: bold; */
    letter-spacing: 5px;
}

.center1 img {
    vertical-align: middle;
}

.center2 {
    width: 800px;
    margin: 5% auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.display1 {
    display: inline-flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: flex-start;
}

.display1 strong {
    color: #000;
}

.display1>ul {
    line-height: 30px;
    padding: 11px 0 0 37px;
}

.display2 {
    display: flex;
    align-items: center;
    padding: 2% 0;
}

.display2>img {
    width: 90%;
}

.display2_1 {
    display: flex;
    width: 100%;
    align-items: center;
}

.display2_2 {
    display: flex;
    width: 8%;
    /* height: 100%; */
    align-items: center;
    justify-content: space-evenly;
}

.display3 {
    padding: 0 4%;
    display: none;
}

.display3>li:nth-child(1) {
    display: block;
}

.display3 li {
    line-height: 30px;
}

.cent {
    text-align: center;
    margin: 28px;
}


/*--------表格-----------*/

.tab {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
    line-height: 55px;
}

.tab tr:nth-child(1) {
    background-color: #57c1cf;
}

.tab tr:nth-child(2n) {
    background-color: #152e45;
}

.tab tr td a {
    color: #FFFFFF;
}

.grid li {
    box-sizing: border-box;
    overflow: hidden;
}

.grid li span {
    display: block;
    float: left;
    box-sizing: border-box;
    height: 84px;
    border-right: 1px solid #7d7d7d;
    border-bottom: 1px solid #7d7d7d;
    padding: 0 8px;
}

.grid li span:nth-child(1) {
    width: 140px;
    line-height: 84px;
}

.grid li span:nth-child(2) {
    width: 102px;
    line-height: 84px;
}

.grid li span:nth-child(3) {
    width: 388px;
    line-height: 84px;
}

.grid li span:nth-child(4) {
    width: 180px;
    line-height: 84px;
}

.grid li span:nth-child(5) {
    width: 100px;
    line-height: 84px;
}

.grid li:first-child span {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #7d7d7d;
}

.grid li span:first-child {
    border-left: 1px solid #7d7d7d;
}

.grid a.apply {
    background: #cd0b25;
    color: #fff;
    border-radius: 20px;
    padding: 0 6px;
}

.active {
    transform: rotate(180deg);
}

.kg {
    width: 84px;
    display: inline-block;
}

.kg1 {
    width: 69px;
    display: inline-block;
}

.icon1 {
    position: relative;
}

.icon1::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 8px;
    left: -16px;
    ;
    border-radius: 50%;
    background-color: #f3881b;
}

.icon2 {
    width: 5px;
    height: 5px;
    margin: 0 1px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffab49;
}

.icon3 {
    width: 12px;
    height: 12px;
    margin: 1% 12px 1%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: #326cd3;
}

.margin1 {
    margin-top: -465px;
}

.left1 {
    float: left;
    width: 36%;
}

.right1 {
    float: right;
    width: 61%;
}


/*----------------------------------------------*/

.didian {
    display: flex;
    flex-wrap: wrap;
}

.didian>li {
    list-style: none;
    width: 20%;
    text-align: center;
    font-size: 13px;
    margin: 2%;
    padding: 0.5% 0%;
    line-height: 17px;
    font-weight: bold;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #f47405;
    cursor: pointer;
}

.didian>li:hover {
    background-color: #ffaf6a;
}

.didian .in {
    background-color: #ffaf6a;
}

.sqsx-l {
    float: left;
}

.sq1 {
    background: url(../images/zwbg1.png) no-repeat top center/100% 100%;
    width: 223px;
    height: 52px;
    text-align: center;
    line-height: 57px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    box-sizing: border-box;
    padding-left: 15px;
    cursor: pointer;
}

.sq2 {
    border: 1px #f3881b solid;
    border-radius: 15px;
    width: 206px;
    height: 46px;
    line-height: 46px;
    color: #f3881b;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.sqsx {
    min-height: 500px;
}

.sqsx-r {
    width: 697px;
    float: left;
    margin-left: 75px;
    box-sizing: border-box;
}

.sqsfq-t {
    background: url(../images/zwbg.png) no-repeat top center/100% 100%;
    width: 697px;
    height: 52px;
    line-height: 52px;
    margin-top: 20px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.sqsfq-t a {
    color: #fff;
}

.sqsfq-t span:nth-child(1) {
    float: left;
    margin-left: 35px;
}

.sqsfq-t span:nth-child(2) {
    float: right;
    margin-right: 15px;
}

.sqsfq-b {
    padding: 20px;
    box-sizing: border-box;
    background: #f4e1d0;
    border-radius: 10px;
    margin-top: 15px;
}

.sqsfq-b p {
    text-indent: 0;
    margin-bottom: 5px;
}

.bbbox {
    min-height: 800px;
}

.pl20 {
    padding-left: 20px;
}

.hide {
    display: none;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1;
}

.block {
    display: block;
}

.sq1 img {
    float: right;
    margin-top: 18px;
    margin-right: 5px;
}

.imgzs {
    transform: rotate(-90deg);
}

.imgxz {
    transform: rotate(0deg);
}

.bg1 {
    height: 242px;
    background: url(../images/img1.png) no-repeat top center/100% 100%;
    box-sizing: border-box;
    padding: 46px 0 0 50px;
}

.bg2 {
    display: flex;
    justify-content: space-around;
}

.bg2-1 {
    width: 446px;
    height: 176px;
    background: url(../images/img2.png) no-repeat top center/100% 100%;
    box-sizing: border-box;
    padding: 46px 0 0 50px;
}

.bg2-2 {
    width: 446px;
    height: 176px;
    background: url(../images/img2-2.png) no-repeat top center/100% 100%;
    box-sizing: border-box;
    padding: 39px 50px 0 50px;
}

.bg2 h3 {
    color: #2879c3;
    font-size: 22px;
}

.bg4 {
    width: 925px;
    height: 156px;
    background: url(../images/img4.png) no-repeat top center/100% 100%;
    box-sizing: border-box;
    padding: 63px 50px 0 50px;
    font-size: 22px;
    margin: 0 auto;
}

.bg6 {
    width: 925px;
    height: 216px;
    background: url(../images/img6.png) no-repeat top center/100% 100%;
    box-sizing: border-box;
    padding: 49px 50px 0 69px;
    margin: 0 auto;
    line-height: 30px;
}

.fl {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.fl div {
    box-sizing: border-box;
    width: 299px;
    height: 200px;
    line-height: 25px;
    padding: 30px 15px 20px;
    text-align: justify;
    font-size: 16px;
}

.fl div:nth-child(1),
.fl div:nth-child(2),
.fl div:nth-child(3) {
    margin-bottom: 35px;
}

.flbj1 {
    background: url(../images/flbg1.png) no-repeat top center/100% 100%;
}

.flbj2 {
    background: url(../images/flbg2.png) no-repeat top center/100% 100%;
}

.flbj3 {
    background: url(../images/flbg3.png) no-repeat top center/100% 100%;
}

.flbj4 {
    background: url(../images/flbg4.png) no-repeat top center/100% 100%;
}

.flbj5 {
    background: url(../images/flbg5.png) no-repeat top center/100% 100%;
}

.flbj6 {
    background: url(../images/flbg6.png) no-repeat top center/100% 100%;
}

.fl h3 {
    color: #2879c3;
    margin-bottom: -11px;
}

.fl p {
    margin-top: 8px;
}

.px,
.px div {
    box-sizing: border-box;
}

.px div {
    width: 938px;
    height: 134px;
    margin: 0 auto;
    padding: 36px 0 20px 167px;
    line-height: 25px;
    margin-bottom: 20px;
}

.px p {
    font-size: 16px;
}

.px h3 {
    font-size: 22px;
    color: #f3881b;
    border-bottom: 1px #f3881b solid;
    display: inline-block;
    margin-bottom: 5px;
}

.pxbg1 {
    background: url(../images/pxbg1.png) no-repeat top center/100% 100%;
}

.pxbg2 {
    background: url(../images/pxbg2.png) no-repeat top center/100% 100%;
}

.pxbg3 {
    background: url(../images/pxbg3.png) no-repeat top center/100% 100%;
}

.pxbg4 {
    background: url(../images/pxbg4.png) no-repeat top center/100% 100%;
}

.pxbg5 {
    background: url(../images/pxbg5.png) no-repeat top center/100% 100%;
}

.px .pxbg6 {
    background: url(../images/pxbg6.png) no-repeat top center/100% 100%;
    padding: 22px 30px 0 167px;
}

.imglc {
    background: url(../images/lc.png) no-repeat top center/100% 100%;
    width: 925px;
    height: 225px;
    margin: 0 auto;
    position: relative;
}

.imglc span {
    position: absolute;
}

.imglc span:nth-child(1) {
    top: 126px;
    left: 20px;
    text-align: center;
    line-height: 20px;
}

.imglc span:nth-child(2) {
    top: 76px;
    left: 198px;
}

.imglc span:nth-child(3) {
    top: 126px;
    line-height: 20px;
    text-align: center;
    left: 332px;
}

.imglc span:nth-child(4) {
    top: 76px;
    right: 351px;
}

.imglc span:nth-child(5) {
    top: 118px;
    right: 211px;
}

.imglc span:nth-child(6) {
    top: 76px;
    right: 28px;
}

.sxT {
    text-align: center;
    font-size: 22px;
    color: #565656;
    background-color: #fce9b7;
    width: 715px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    border-radius: 10px;
}
