/* S-section1 */
.section1 {
    background:#10a3a3 url("../images/page1-bg.jpg") no-repeat center;
    background-size: 100% 100%;
}
.section1 h1 {
    margin: 88px auto 0 auto;
    width: 844px;
    height: 364px;
    text-indent: -9999px;
    background: url("../images/h1-title.png") no-repeat;
}
.section1__list-box {
    width: 922px;
    margin: 0 auto;
    color: #000000;
}
.section1__company-box {
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 16px;
}
.section1__company-box>div {
    margin-right: 50px;
}
.section1__company {
    display: inline-block;
    width: 112px;
    text-align: center;
    color: #fff;
    background: #10a3a3;
    margin-right: 25px;
}
.section1__list-box ul {
    overflow: hidden;
}
.section1__list-box ul li {
    float: left;
    width: 111px;
    height: 45px;
    margin-right: 24px;
}
.section1__list-box ul .li-last {
    margin: 0;
}
.section1__nav {
    position: relative;
    width: 1098px;
    height: 116px;
    margin: 75px 0 0 -53px;
    background: url("../images/path.png") no-repeat;
}
.section1__nav li {
    position: absolute;
    width: 87px;
    height: 87px;
}
.section1__nav li.odd {
    top: 18px;
}
.section1__nav li.even {
    bottom: 0;
}
.section1__nav li a {
    display: block;
    height: 100%;
}
.section1__index {
    left: 57px;
    background: url("../images/index.png") no-repeat;
}
.section1__confident {
    left: 182px;
    background: url("../images/confident.png") no-repeat;
}
.section1__shishi {
    left: 320px;
    background: url("../images/shishi.png") no-repeat;
}
.section1__front-line {
    left: 444px;
    background: url("../images/frontline.png") no-repeat;
}
.section1__strong-voice {
    left: 583px;
    background: url("../images/strong-voice.png") no-repeat;
}
.section1__watch {
    right: 303px;
    background: url("../images/watch.png") no-repeat;
}
.section1__market {
    right: 173px;
    background: url("../images/market.png") no-repeat;
}
.section1__active {
    right: 47px;
    background: url("../images/active.png") no-repeat;
}
/* E-section1 */

/* S-section2 */
.section2 {
    background:#10a3a3 url("../images/page2-bg.jpg") no-repeat center;
    background-size: 100% 100%;
}
.section2__header {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 66px;
    background: #10a3a3;
    display: none;
}
.section2__header img {
    float: left;
}
.section2__header ul {
    float: left;
}
.section2__header li {
    float: right;
    font-size: 24px;
    margin-right: 15px;
}
.section2__header .li-last {
    margin: 0;
}
.section2__header li a {
    color: #fff;
    line-height: 66px;
}
.section2__confident {
    display: block;
    margin-top: 66px;
}
.section2__main {
    height: 637px;
    overflow: hidden;
    padding: 0 15px;
    background-color: #f5836b;
}
.section2__content {
    margin-bottom: 45px;
}
.section2__main p {
    line-height: 26px;
    padding-top: 15px;
    font-size: 18px;
}
.section2__main p a {
    color: #fff;
}
.section2__introduction {
    display: inline-block;
    width: 81px;
    height: 32px;
    line-height: 32px;
    text-indent: 13px;
    background: url("../images/introduction.png") no-repeat;
}
.section2__video-box {
    position: relative;
    float: left;
}
.section2__video-box img {
    display: block;
}
.section2__video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 67px;
    height: 67px;
    margin: -33px 0 0 -33px;
    cursor: pointer;
    background: url("../images/video-btn.png") no-repeat;
}
.section2__video-content {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
    text-indent: 25px;
    width: 100%;
    background:rgba(0,0,0,0.5); filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}
.section2__video-content a{
    
    color: #fff;
    
}
.section2__bottom ul {
    float: right;
}
.section2__bottom ul img {
    float: left;
}
.section2__bottom ul li {
    width: 322px;
    overflow: hidden;
    height: 87px;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
    padding-top: 20px;
}
.section2__bottom li div {
    float: right;
    width: 200px;
    font-size: 14px;
}
.section2__bottom li h3 {
    color: #1a3b56;
    font-size: 14px;
}
.section2__bottom li p {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    line-height: 1.5em;
}
.section2__bottom li a {
    color: #fff;
}
.section2__bottom .li-side{
    height: 85px;
    border: none;
    padding: 0;
}
.section2__bottom .li-last {
    padding-top: 17px;
    height: 68px;
}
#menu {
    position: fixed;
    top: 192px;
    right: 125px;
    z-index: 999;
    width: 88px;
    padding-top: 103px;
    height: 380px;
    font-size: 18px;
    background: url("../images/nav.png") no-repeat;
    display: none;
}
#menu li {
    text-align: center;
}
#menu a {
    float: left;
    width: 100%;
    height: 34px;
    color: #10a3a3;
    line-height: 34px;
    margin-bottom: 15px;
    text-decoration: none;
}
#menu .active a {
    color: #fff;
    background-color: #10a3a3;
}
/* E-section2 */

/* S-section3 */
.section3 {
    background:#10a3a3 url("../images/page3-bg.jpg") no-repeat center;
    background-size: 100% 100%;
}
.section3__title {
    margin-top: 66px;
}
.section3__slide {
    position: relative;
    width: 922px;
    margin: 0 auto;
}
.section3__slide .slide-box {
    position: relative;
    overflow: hidden;
    height: 520px;
    width: 922px;
}
.section3__slide .slide-list {
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s ease;
}
.section3__slide .slide-page {
    float: left;
    width: 922px;
    overflow: hidden;
}
.section3__slide .slide-page  a{
    display: block;
    width: 273px;
    height: 430px;
}
.section3__slide .slide-page  a span{
    display: block;
    color: #fff;
    font-size: 14px;
}
.section3__slide .slide-page  a span.title{
    font-size: 22px;
    height: 60px;
    line-height: 30px;
    margin: 0 40px;
    overflow: hidden;
    text-align: center;
}
.section3__slide .slide-page  a span.des{
    margin: 20px;
    line-height: 22px;
    height: 154px;
    overflow: hidden;
}
.section3__slide img {
    display: block;
}
.section3__slide .fl,.section3__slide .fr {
    background-color: #10a3a3;
}
.section3__slide .center {
    padding-top: 8px;
    margin: 90px 0 0 52px;
    background-color: #f5836b;
}
.section3__slide .btn {
    position: absolute;
    top: 206px;
    width: 52px;
    height: 67px;
    cursor: pointer;
}
.section3__slide .left-btn {
    left: -60px;
    display: none;
    background: url("../images/left-btn.png") no-repeat;
}
.section3__slide .right-btn {
    right: -60px;
    background: url("../images/right-btn.png") no-repeat;
}
/* E-section3 */

/* S-section4 */
.section4 {
    background:#10a3a3 url("../images/page4-bg.jpg") no-repeat center;
    background-size: 100% 100%;
}
.section4__title {
    display: block;
    margin-top: 66px;
}
.section4__main {
    height: 775px;
}
.section4__main>div {
    padding: 0 21px;
    width: 273px;
    height: 763px;
    background-color: #10a3a3;
}
.section4__main .center {
    margin-left: 27px;
    background-color: #f5836b;
}
.section4__main img {
    display: block;
}
.section4__main h3 {
    font-size: 18px;

}
.avatar {
    float: left;
}
.section4__main h3 span {
    width: 272px;
    padding: 18px 0 0 5px;
    display: inline-block;
	color: #fff;
}
.section4__main h3 span a{
	color: #fff;
}
.section4__main p {
    font-size: 13px;
    line-height: 24px;
    text-indent: 2em;
    margin-top: 10px;
	color: #fff;
}
.section4__main p a{
	color: #fff;
}
.section4__content {
    margin-top: 12px;
	
}
/* E-section4 */

/* S-section5 */
.section5 {
    background:#10a3a3 url("../images/page5.jpg") no-repeat center;
    background-size: 100% 100%;
}
.section5__title {
    display: block;
    margin-top: 66px;
}
.section5__slide {
    position: relative;
    height: 635px;
    background: #fff;
}
.section5__slide .btn {
    position: absolute;
    top: 270px;
    width: 51px;
    height: 67px;
    cursor: pointer;
}
.section5__slide .left-btn {
    left: -60px;
    background: url("../images/left-btn.png") no-repeat;
    display: none;
}
.section5__slide .right-btn {
     right: -60px;
     background: url("../images/right-btn.png") no-repeat;
}
.section5__box {
    position: relative;
    width: 922px;
    height: 633px;
    margin: 0 auto;
    overflow: hidden;
}
.section5__page {
    width: 922px;
    float: left;
	color:#10a3a3;
}
.section5__page a{
	color:#10a3a3;
}
.section5__page>div {
    overflow: hidden;
}
.section5__content--1, .section5__content--2 {
    height: 316px;
}
.section5__list .section5__content--1 {
    border-bottom: 1px dashed #bababa;
}
.section5__list img {
    margin-top: 56px;
    width: 338px;
    width: 338px;
    height: 218px;
}
.section5__content--1 img {
    margin-right: 18px;
}
.section5__content--2 img {
    margin-left: 18px;
}
.section5__list {
    position: relative;
    left: 0;
    overflow: hidden;
    transition: .5s ease;
}
.section5__list h3 {
    margin-top: 56px;
    color: #10a3a3;
    font-size: 18px;
}
.section5__list h3 span {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    width: 83px;
    color: #fff;
    text-align: center;
    background: #107384;
    margin-right: 12px;
}
.section5__list p {
    width: 545px;
    color: #000;
    line-height: 24px;
    text-indent: 2em;
}
.section5__list .p-fir {

    font-size: 12px;
    padding: 10px;
    margin-top: 16px;
    background: #efefef;
}
.section5__list .p-sec {
    font-size: 14px;
    margin-top: 5px;
}
.section5__list .p-sec a {
    color: #b32121;
}
/* E-section5 */

/* S-section6 */
.section6 {
    background:#10a3a3 url("../images/page6-bg.jpg") no-repeat center;
    background-size: 100% 100%;
}
.section6__title {
    display: block;
    margin-top: 66px;
}
.section6__main {
    height: 617px;
    background: #fff;
    overflow: hidden;
}
.top {
    overflow: hidden;
}
.common-width {
    width: 960px;
    margin: 38px auto 0 auto;
}
.section6__content {
    width: 594px;
    float: right;
	color:#000;
}
.section6__content a{
	color:#000;
}
.section6 h3 {
    font-size: 18px;
    color: #117384;
}
.border {
    display: inline-block;
    width: 435px;
    height: 15px;
    margin-left: 5px;
    vertical-align: middle;
    background: #bcd8dd;
}
.gd01 {
    float: right;
}
.gd01 a {
    color: #b21d1d;
}
.section6__content>div {
    height: 63px;
    color: #000;
    margin-top: 12px;
    font-size: 12px;
    line-height: 24px;
    background-color: #efefef;
    padding: 15px;
}
.section6__content h4 {
    text-align: center;
}
.section6__content ul {
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
}
.section6__content li {
    float: left;
    width: 49%;
    margin-top: 10px;
    text-indent: 25px;
    background: url("../images/point.png") 10px center no-repeat;
}
.section6__content li a {
    color: #000;
}
.market-title {
    width: 960px;
    height: 195px;
    background: url("../images/market-title.png") no-repeat;
}
.market-title a {
    font-size: 18px;
    color: #b21d1d;
    float: right;
    margin-top: 97px;
}
.bottom ul li {
    float: left;
    width: 320px;
    height: 120px;
    padding-top: 9px;
    color: #000;
}
.bottom ul li h4{
    color: #000;
}
.bottom ul li h4 a{
    color: #000;
}
.bottom ul .center {
    width: 318px;
    border-left: 1px dashed #bababa;
    border-right: 1px dashed #bababa;
}
.bottom li img {
    margin: 0 13px 0 24px;
}
.bottom .li-fir {
    margin-left: 0;
}
.bottom li>div {
    width: 168px;
}
.bottom h4 {
    font-size: 13px;
    text-indent: 1.5em;
}
.bottom p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 24px;
    text-indent: 2em;
}
.bottom a {
    color: #b32121;
}
/* E-section6 */

/* S-section7 */
.section7 {
    background:#10a3a3 url("../images/page7-bg.jpg") no-repeat center;
    background-size: 100% 100%;
}
.section7__title {
    display: block;
    margin-top: 66px;
}
.main {
    margin: 0 auto;
    width: 1000px;
    height: 617px;
    position: relative;
    background: url("../images/white-bg.jpg") no-repeat 0 0;
}

.main .icon {
    width: 42px;
    height: 42px;
    position: absolute;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.main .number1 {
    background: url(../images/1.png) no-repeat 0 0;
    top: 436px;
    left: 39px;
}

.main .number2 {
    background: url(../images/2.png) no-repeat 0 0;
    top: 84px;
    left: 39px;
}

.main .number3 {
    background: url(../images/3.png) no-repeat 0 0;
    top: 255px;
    left: 191px
}

.main .number4 {
    background: url(../images/4.png) no-repeat 0 0;
    top: 440px;
    left: 434px;
}

.main .number5 {
    background: url(../images/5.png) no-repeat 0 0;
    top: 165px;
    left: 431px;
}

.main .number6 {
    background: url(../images/6.png) no-repeat 0 0;
    top: 83px;
    left: 729px;
}

.main .number7 {
    background: url(../images/7.png) no-repeat 0 0;
    top: 264PX;
    left: 637PX;
}

.main .number8 {
    background: url(../images/8.png) no-repeat 0 0;
    top: 440px;
    left: 920px;
}

.main .person {
    background: url(../images/person.png) no-repeat 0 0;
    width: 96px;
    height: 83px;
    position: absolute;
    left: 15px;
    top: 350px;
}

.main .question {
    position: absolute;
}

.main .question1 {
    background: url(../images/question1.png) no-repeat 0 0;
    width: 274px;
    height: 78px;
    top: 475px;
    left: 30px;
}

.main .question2 {
    background: url(../images/question2.png) no-repeat 0 0;
    width: 274px;
    height: 199px;
    top: 118PX;
    left: 25PX;
}

.main .question3 {
    background: url(../images/question3.png) no-repeat 0 0;
    width: 274px;
    height: 154px;
    top: 292px;
    left: 181px;
}

.main .question4 {
    background: url(../images/question4.png) no-repeat 0 0;
    width: 274px;
    height: 194px;
    top: 252PX;
    left: 340PX;
}

.main .question5 {
    background: url(../images/question5.png) no-repeat 0 0;
    width: 274px;
    height: 179px;
    top: 199px;
    left: 420px;
}

.main .question6 {
    background: url(../images/question6.png) no-repeat 0 0;
    width: 274px;
    height: 136px;
    top: 117px;
    left: 711px;
}

.main .question7 {
    background: url(../images/question7.png) no-repeat 0 0;
    width: 274px;
    height: 158px;
    top: 297PX;
    left: 625PX;
}

.main .question8 {
    background: url(../images/question8.png) no-repeat 0 0;
    width: 274px;
    height: 126px;
    top: 319px;
    left: 782px;
}

.answer {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 20px 30px;
    cursor: pointer;
    float: left;
}

.success {
    background: url(../images/success.gif) no-repeat 0 0;
    width: 204px;
    height: 191px;
    top: 54px;
    left: 891px;
}

.a_r {
    background: url(../images/a_r.png) no-repeat 0 0;
}

.a_e {
    background: url(../images/a_e.png) no-repeat 0 0;
}

.b_r {
    background: url(../images/b_r.png) no-repeat 0 0;
}

.b_e {
    background: url(../images/b_e.png) no-repeat 0 0;
}

.c_r {
    background: url(../images/c_r.png) no-repeat 0 0;
}

.c_e {
    background: url(../images/c_e.png) no-repeat 0 0;
}

.error_answer {
    background: url(../images/error.png) no-repeat 0 0;
    width: 336px;
    height: 68px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.select {
    width: 300px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    left: 340px;
    bottom: 0;
    /*border: dashed 1px red;*/
    text-align: center;
}
/* E-section7 */



