﻿


/*css reset*/
* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'microsoft yahei';
}

ul,ol {
    list-style: none;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

em,i {
    font-style: normal;
}

.view {
    width: 1240px;
    height: auto;
    margin: 0 auto;
    padding: 33px 0;
    box-sizing: border-box;
}

.view:before {
    content: '';
    display: table;
    clear: both;
}

.view:after {
    content: '';
    display: block;
    color: both;
}

/*头部样式*/
.header {
    width: 100%;
    height: 49px;
    background: #5094ff;
}

.header .top {
    width: 1240px;
    height: 49px;
    margin: 0 auto;
}

/*logo*/
.logo {
    width: 135px;
    height: 49px;
    float: left;
}

/*头部列表*/
.top_list {
    width: 860px;
    height: 49px;
    float: left;
    margin-left: 15px;
}

.top_list li {
    width: 122px;
    height: 49px;
    float: left;
    position: relative;
}

.top_list li a {
    display: inline-block;
    width: 120px;
    height: 49px;
    line-height: 49px;
    color: #fff;
    font-size: 18px;
    vertical-align: top;
    text-align: center;
}

.top_list li a.select {
    color: #dddd0e;
}

.top_list li a:hover {
    text-decoration: underline;
}

.top_list li em {
    display: inline-block;
    width: 2px;
    height: 49px;
    background: url(../images/top-em.png) no-repeat;
}

.top-hideBox {
    transition: all .3s linear;
    position: absolute;
    top: 49px;
    left: -115px;
    z-index: 8888;
    display: none;
}

.top-hide {
    position: relative;
    padding-top: 20px;
    width: 1000px;
    padding-bottom: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 2px #d5d5d5;
}

.top-hide:after {
    content: '';
    display: block;
    clear: both;
}

.topHide-lf {
    float: left;
    line-height: 0;
    margin-left: 25px;
    width: 300px;
}

.topHide-lf span {
    display: inline-block;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
}

.topHide-lf span a {
    text-align: left;
    width: auto;
    color: #007FF4;
    margin-bottom: -1px;
    font-size: 16px;
    border-bottom: 2px #0e6eb8 solid;
    line-height: 40px;
    font-weight: normal;
    float: left;
    display: block;
    height: auto;
}

.topHide-list {
    width: 100%;
    height: auto;
}

.topHide-list:after {
    content: '';
    display: block;
    clear: both;
}

.topHide-list dd {
    color: #666666;
    font-size: 14px;
    line-height: 35px;
    float: left;
    position: relative;
    margin-right: 16px;
}

.topHide-list dd a {
    color: #666;
    font-size: 14px;
    width: auto;
    height: auto;
}

.topHide-list dd a:hover {
    text-decoration: underline;
}

.topHide-list dd img {
    position: absolute;
    top: 8px;
    left: 60px;
}

.sj-box {
    width: 100%;
    height: 10px;
}

.top-hideBox b.sanjiao {
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 0;
    left: 155px;
    z-index: 9999;
}

/*头部联系方式*/
.top_phone {
    height: 49px;
    float: right;
    line-height: 49px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.top_phone b {
    display: inline-block;
    width: 20px;
    height: 22px;
    background: url(../images/phone.png) no-repeat;
    margin-right: 7px;
    margin-bottom: -3px;
}

/*banner*/
.banner {
    width: 100%;
    height: 540px;
    background: url(../images/banner4.jpg) center top no-repeat;
}

/*main*/
.main {
    width: 100%;
    height: auto;
}

.main .title p.t-one {
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.main .title p.t-one em {
    color: #5094ff;
}

.main .title p.t-two {
    text-align: center;
}

.main .title p.t-two em.lf {
    display: inline-block;
    width: 100px;
    height: 31px;
    text-align: right;
    line-height: 31px;
    background: url(../images/em-lf.png) no-repeat;
    padding-right: 11px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
}

.main .title p.t-two em.rt {
    display: inline-block;
    width: 100px;
    height: 31px;
    text-align: left;
    line-height: 31px;
    background: url(../images/em-rt.png) no-repeat;
    padding-left: 11px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
}

.main .title p.t-two span {
    display: inline-block;
    line-height: 31px;
    font-size: 14px;
    color: #666;
    margin: 0 5px;
}

/*m-1*/
.m-1 {
    width: 100%;
    height: auto;
}

.m-1 .title .p-one {
    color: #333;
}

.m-1 .cen {
    width: 1015px;
    height: 585px;
    margin: 15px auto 0;
    background: url(../images/m-1.png) no-repeat;
}

.m-1 .cen .t-1 {
    padding: 130px 54px 0 108px;
    box-sizing: border-box;
}

.m-1 .cen .t-1:after {
    content: '';
    display: block;
    clear: both;
}

.m-1 .cen .t-1 .fl {
    font-size: 30px;
    color: #5094ff;
    font-weight: bold;
}

.m-1 .cen .t-1 .fr {
    font-size: 30px;
    color: #333;
}

.m-1 .cen ul {
    width: 820px;
    height: auto;
    margin: 0 auto;
}

.m-1 .cen ul li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-top: 26px;
}

.m-1 .cen ul li em {
    display: inline-block;
    width: 310px;
    height: auto;
    line-height: 35px;
    font-size: 22px;
    color: #5094ff;
}

.m-1 .cen ul li b {
    display: inline-block;
    width: 108px;
    height: 35px;
    margin: 0 40px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    background: #5094ff;
    text-align: center;
    line-height: 35px;
    font-weight: normal;
}

.m-1 .cen ul li span {
    display: inline-block;
    width: 310px;
    height: auto;
    line-height: 35px;
    font-size: 22px;
    color: #666;
}

.m-1 .btm {
    margin-top: 30px;
    text-align: center;
}

.m-1 .btm a {
    display: inline-block;
    width: 186px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 8px;
    background: #5094ff;
    font-size: 18px;
    color: #fff;
}

/*m-2*/
.m-2 {
    width: 100%;
    height: auto;
    background: #f4f4f4;
}

.m-2 .title .p-one {
    color: #999;
}

.m-2 .cen {
    width: 100%;
    height: auto;
    margin: 40px auto 0;
}

.m-2 .cen:after {
    content: '';
    display: block;
    clear: both;
}

.m-2 .cen li {
    float: left;
    width: 295px;
    height: 180px;
    border: 1px solid #5094ff;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.m-2 .cen li:not(:nth-child(4n)) {
    margin-right: 19px;
}

.m-2 .cen li .box {
    width: 100%;
    height: 100%;
}

.m-2 .cen li .box.select {
    background: #fff;
}

.m-2 .cen li .c1 {
    width: 238px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    border-bottom: 2px solid #d9d9d9;
    margin: 0 auto;
}

.m-2 .cen li .c1 span {
    display: inline-block;
    height: 63px;
    line-height: 63px;
    border-bottom: 1px solid #5094ff;
    font-size: 26px;
    color: #5094ff;
}

.m-2 .cen li .c2 {
    width: 100%;
    text-align: center;
    line-height: 55px;
    font-size: 16px;
    color: #666;
}

.m-2 .cen li .c3 {
    text-align: center;
}

.m-2 .cen li .c3 a:first-child {
    display: inline-block;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #5094ff;
    color: #666;
    font-size: 12px;
    margin-right: 26px;
}

.m-2 .cen li .c3 a:last-child {
    display: inline-block;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    background: #5094ff;
    color: #fff;
    font-size: 12px;
}

.m-2 .btm {
    margin-top: 30px;
    text-align: center;
}

.m-2 .btm a {
    display: inline-block;
    width: 186px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 8px;
    background: #5094ff;
    font-size: 18px;
    color: #fff;
}

/*m-3*/
.m-3 {
    width: 100%;
    height: 905px;
    background: url(../images/m-3.png) no-repeat;
}

.m-3 .title p.t-one {
    color: #fff;
}

.m-3 .title p.t-two span {
    color: #fff;
}

.m-3 .cen {
    width: 100%;
    height: auto;
    margin: 30px auto 0;
}

.m-3 .cen li {
    width: 288px;
    height: 338px;
    float: left;
    margin-bottom: 36px;
}

.m-3 .cen li:not(:nth-child(4n)) {
    margin-right: 27px;
}

.m-3 .cen li img {
    display: block;
    width: 288px;
    height: 288px;
}

.m-3 .cen li span {
    display: block;
    width: 100%;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 20px;
    color: #202c28;
    position: relative;
    background: #fff;
}

.m-3 .cen li span em {
    position: absolute;
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 66px;
    font-size: 24px;
    color: #202c28;
    top: -40px;
    left: 110px;
    z-index: 1;
}

.m-3 .cen li span i {
    display: block;
    width: 100%;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 20px;
    color: #202c28;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

/*m-4*/
.m-4 {
    width: 100%;
    height: 738px;
    background: url(../images/m-4.png) center top no-repeat;
}

.m-4 .title p.t-one {
    color: #999;
}

.m-4 .title p.t-two span {
    color: #666;
}

/*m-5*/
.m-5 {
    width: 100%;
    height: 567px;
    background: url(../images/m-5.png) center top no-repeat;
}

.m-5 .cen {
    width: 100%;
    height: auto;
    margin-top: 33px;
}

.m-5 .cen:after {
    content: '';
    display: block;
    clear: both;
}

.m-5 .cen .fl {
    width: 520px;
    height: 350px;
}

.m-5 .cen .fl:after {
    content: '';
    display: block;
    clear: both;
}

.m-5 .cen .fl li {
    width: 250px;
    height: 170px;
    margin: 0 9px 9px 0;
    float: left;
    position: relative;
}

.m-5 .cen .fl li img.wc {
    display: block;
    width: 100%;
    height: 100%;
}

.m-5 .cen .fl li span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 40px 80px;
    box-sizing: border-box;
    background: rgba(3,3,3,.6);
    left: 0;
    top: 0;
}

.m-5 .cen .fl li span img {
    display: block;
}

.m-5 .cen .fr {
    width: 656px;
    height: 385px;
    background: url(../images/m5-rt.png) no-repeat;
}

/*m-6*/
.m-6 ul.cen {
    margin-top: 32px;
}

.m-6 ul.cen:after {
    content: '';
    display: block;
    clear: both;
}

.m-6 ul.cen li {
    float: left;
    width: 298px;
    height: 183px;
    margin-bottom: 18px;
    position: relative;
}

.m-6 ul.cen li:not(:nth-child(4n)) {
    margin-right: 15px;
}

.m-6 ul.cen li img {
    display: block;
    width: 100%;
    height: 100%;
}

.m-6 ul.cen li span {
    display: block;
    width: 100%;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: #fff;
    background: rgba(3,3,3,.4);
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all .5s ease;
}

.m-6 ul.cen li .box {
    width: 100%;
    height: 100%;
    background: rgba(3,3,3,.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease;
}

.m-6 ul.cen li .box em {
    display: block;
    margin-top: 33px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.m-6 ul.cen li .box p {
    margin-top: 18px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.m-6 ul.cen li .box a {
    display: block;
    width: 99px;
    height: 29px;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 29px;
    margin: 22px auto 0;
}

.m-6 ul.cen li:hover span {
    opacity: 0;
}

.m-6 ul.cen li:hover .box {
    opacity: 1;
}

.m-6 .btm {
    margin-top: 30px;
    text-align: center;
}

.m-6 .btm a {
    display: inline-block;
    width: 186px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 8px;
    background: #5094ff;
    font-size: 18px;
    color: #fff;
}

/*m-7*/
.m-7 .btm {
    margin-top: 43px;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
}

/*滚动条样式*/
.m-7 .btm::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}

.m-7 .btm::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}

.m-7 .btm::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.m-7 .btm .prev {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 225px;
    width: 60px;
    height: 90px;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat 0 0;
    z-index: 10;
    cursor: pointer;
    transition: all .3s ease;
}

.m-7 .btm .next {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 225px;
    width: 60px;
    height: 90px;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat 0 0;
    z-index: 10;
    cursor: pointer;
    transition: all .3s ease;
    background-position: 0 -90px;
}

.m-7 .btm:hover .next,.m-7 .btm:hover .prev {
    opacity: 1;
}

.m-7 .btm:after {
    content: '';
    display: block;
    clear: both;
}

.m-7 .btm ul {
    width: 1475px;
    height: auto;
    transition: all .3s ease;
}

.m-7 .btm ul li {
    float: left;
}

.m-7 .btm ul li .fl {
    width: 235px;
    height: 540px;
    position: relative;
}

.m-7 .btm ul li .fr {
    width: 535px;
    height: 540px;
    display: none;
    position: relative;
    background: url(../images/stu-pj.png) no-repeat;
    background-size: 100% 100%;
}

.m-7 .btm ul li.select .fr {
    display: block;
}

.m-7 .btm ul li .fl img {
    display: block;
    width: 100%;
    height: 100%;
}

.m-7 .btm ul li .fl .flex {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.6);
}

.m-7 .btm ul li .fl .flex .f-1 {
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
}

.m-7 .btm ul li .fl .flex .f-2 {
    padding: 6px 0;
    text-align: center;
    display: none;
}

.m-7 .btm ul li .fl .flex .f-2 span {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.m-7 .btm ul li .fl .flex .f-2 p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    padding: 0 10px 10px;
}

.m-7 .btm ul li .fl:hover .f-2 {
    display: block;
}

.m-7 .btm ul li .fr .fr-box {
    width: 515px;
    height: 380px;
    position: absolute;
    left: 23px;
    top: 67px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 25px 0;
    box-sizing: border-box;
}

/*滚动条样式*/
.m-7 .btm ul li .fr .fr-box::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}

.m-7 .btm ul li .fr .fr-box::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}

.m-7 .btm ul li .fr .fr-box::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.m-7 .btm ul li .fr .fr-box .box {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.m-7 .btm ul li .fr .fr-box .box:after {
    content: '';
    display: block;
    clear: both;
}

.m-7 .btm ul li .fr .fr-box .box .b-1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.m-7 .btm ul li .fr .fr-box .box .b-1 .hp {
    width: 40px;
    height: 40px;
    background: #d2d2d2;
    border-radius: 50%;
    margin-right: 16px;
    float: left;
}

.m-7 .btm ul li .fr .fr-box .box .b-1 .hp img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.m-7 .btm ul li .fr .fr-box .box .b-1 span {
    float: left;
}

.m-7 .btm ul li .fr .fr-box .box .b-2 {
    width: 280px;
    min-height: 110px;
    background: #d7eff6;
    border-radius: 15px;
    margin-left: 56px;
    padding: 5px 10px;
    line-height: 25px;
    color: #666;
    font-size: 14px;
    box-sizing: border-box;
}

.m-7 .btm ul li .fr .fr-box .box:nth-child(2n) .b-1 .hp {
    margin-right: 0;
    margin-left: 16px;
    float: right;
}

.m-7 .btm ul li .fr .fr-box .box:nth-child(2n) .b-1 span {
    float: right;
}

.m-7 .btm ul li .fr .fr-box .box:nth-child(2n) .b-2 {
    float: right;
    margin-right: 56px;
}

.m-7 .btn {
    margin-top: 30px;
    text-align: center;
}

.m-7 .btn a {
    display: inline-block;
    width: 186px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 8px;
    background: #5094ff;
    font-size: 18px;
    color: #fff;
}

/*m-8*/
.m-8 {
    width: 100%;
    height: auto;
    background: #e4ecff;
}

.m-8 p {
    width: 100%;
    line-height: 124px;
    text-align: center;
    font-size: 30px;
    color: #999;
}

.m-8 .tbl {
    width: 100%;
    height: 1667px;
    background: url(../images/dbg.png) no-repeat;
}

.m-8 .btn {
    margin-top: 30px;
    text-align: center;
}

.m-8 .btn a {
    display: inline-block;
    width: 186px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 8px;
    background: #5094ff;
    font-size: 18px;
    color: #fff;
}

.m-8 ul.btm:after {
    content: '';
    display: block;
    clear: both;
}

.m-8 ul.btm {
    width: 1240px;
    height: auto;
    margin-top: 50px;
}

.m-8 ul.btm li {
    float: left;
    width: 273px;
    height: 296px;
    background: url(../images/m8-b.png) no-repeat;
}

.m-8 ul.btm li:not(:last-child) {
    margin-right: 49px;
}

.m-8 ul.btm li .top {
    width: 50px;
    height: 55px;
    margin: 35px auto 45px;
    font-size: 24px;
    color: #333;
}

.m-8 ul.btm li p {
    width: 225px;
    line-height: 27px;
    font-size: 18px;
    color: #666;
    margin: 0 auto;
}

.m-8 ul.btm li a {
    display: block;
    width: 197px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: #ffeacb;
    border-radius: 5px;
    font-size: 16px;
    color: #ff4c20;
    margin: 20px auto 0;
}

/*m-9*/
.m-9 {
    width: 100%;
    height: 973px;
    background: url(../images/m-9.png) center top no-repeat;
}

.m-9 ul.tab {
    margin: 40px auto 35px;
}

.m-9 ul.tab:after {
    content: '';
    display: block;
    clear: both;
}

.m-9 ul.tab li {
    width: 170px;
    height: 56px;
    float: left;
    border: 2px solid #5094ff;
    text-align: center;
    line-height: 52px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
    border-radius: 5px;
    cursor: default;
}

.m-9 ul.tab li:not(:last-child) {
    margin-right: 97px;
}

.m-9 ul.tab li.select {
    background: #5094ff;
    color: #fff;
}

.m-9 ul.img-list:after {
    content: '';
    display: block;
    clear: both;
}

.m-9 ul.img-list li {
    display: none;
}

.m-9 ul.img-list li.show {
    display: block;
}

.m-9 ul.img-list li img {
    float: left;
    margin-bottom: 8px;
}

.m-9 ul.img-list li img:not(:last-child) {
    margin-right: 8px;
}

.m-9 ul.img-list li img:first-child {
    width: 710px;
    height: 301px;
}

.m-9 ul.img-list li img:nth-child(2) {
    width: 514px;
    height: 301px;
}

.m-9 ul.img-list li img:nth-child(3) {
    width: 367px;
    height: 301px;
}

.m-9 ul.img-list li img:nth-child(4) {
    width: 487px;
    height: 301px;
}

.m-9 ul.img-list li img:last-child {
    width: 367px;
    height: 301px;
}

.m-9 a.phone {
    display: block;
    width: 348px;
    height: 50px;
    background: url(../images/400.png) no-repeat;
    margin: 26px auto 0;
}

/*m-10*/
.m-10 .btm {
    width: 1240px;
    height: 160px;
    background: url(../images/6.png) no-repeat;
    margin: 55px auto 0;
}

/*m-11*/
.m-11 {
    width: 100%;
    height: 690px;
    background: url(../images/m-11.png) center top no-repeat;
}

.m-11 .box {
    width: 1240px;
    height: 460px;
    background: url(../images/bar.png) center top no-repeat;
    padding: 68px 48px;
    box-sizing: border-box;
    margin: 50px auto 0;
}

.m-11 .box:after {
    content: '';
    display: block;
    clear: both;
}

.m-11 .box .fl {
    width: 407px;
    height: auto;
}

.m-11 .box .fl ul li {
    width: 100%;
    height: 47px;
    margin-bottom: 24px;
    border: 2px solid #5094ff;
    border-radius: 3px;
}

.m-11 .box .fl ul li input {
    width: 262px;
    height: 45px;
    border: 0;
    background: none;
    line-height: 45px;
    outline: none;
    padding-left: 33px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    float: left;
}

.m-11 .box .fl ul li a {
    float: left;
    width: 145px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    background: #5094ff;
    font-size: 16px;
}

.m-11 .box .fl ul li input::-webkit-input-placeholder {
    color: #fff;
}

.m-11 .box .fl ul li input::-moz-input-placeholder {
    color: #fff;
}

.m-11 .box .fl ul li input:-moz-input-placeholder {
    color: #fff;
}

.m-11 .box .fl ul li input::-ms-input-placeholder {
    color: #fff;
}

.m-11 .box .fr {
    width: 475px;
    height: auto;
    margin-right: 46px;
}

.m-11 .box .fr p {
    font-size: 30px;
    color: #fff;
}

.m-11 .box .fr span {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 14px;
}

.m-11 .box .fr input {
    width: 475px;
    height: 47px;
    line-height: 47px;
    background: #fff;
    border: 0;
    outline: none;
    margin-top: 21px;
    padding-left: 18px;
    box-sizing: border-box;
    color: #999;
    font-size: 16px;
    border-radius: 5px;
}

.m-11 .box .fr a {
    display: block;
    width: 475px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    background: #ffdc00;
    color: #5094ff;
    font-size: 18px;
    margin-top: 14px;
    border-radius: 5px;
}

/*m-12*/
.m-12 .view {
    width: 1240px;
    height: auto;
    margin: 0 auto;
}

.m-12 .view .title {
    margin: 29px auto;
    text-align: center;
    font-size: 30px;
    color: #999;
}

.m-12 .view .mt-list {
    width: 1240px;
    height: auto;
    margin-top: 38px;
    padding: 0 10px;
    box-sizing: border-box;
}

.m-12 .view .mt-list:after {
    content: '';
    display: block;
    clear: both;
}

.m-12 .view .mt-list li {
    width: 385px;
    height: auto;
    float: left;
    margin-bottom: 40px;
}

.m-12 .view .mt-list li:not(:nth-child(3n)) {
    margin-right: 32px;
}

.m-12 .view .mt-list li .fl {
    width: 150px;
    height: auto;
    padding: 12px 0;
}

.m-12 .view .mt-list li .fr a {
    display: block;
    font-size: 14px;
    color: #999;
    width: 220px;
    overflow: hidden;
    height: 18px;
}

.m-12 .view .mt-list li .fr a:not(:last-child) {
    margin-bottom: 12px;
}

.m-12 .view .mt-list li .fr a:hover {
    color: #db1011;
}

/*footer*/
.footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #f1f1f1;
}

.footer .title {
    margin: 50px auto;
    color: #5092e4;
    font-size: 24px;
    font-weight: bold;
    line-height: 27px;
}

.footer .title em {
    display: inline-block;
    width: 5px;
    height: 27px;
    background: #5092e4;
    margin: 0 16px;
    vertical-align: middle;
    transform: translateY(-2px);
}

.footer .top {
    padding-bottom: 17px;
    border-bottom: 3px solid #959595;
}

.footer p.pic-list {
    text-align: center;
    margin-bottom: 31px;
}

.footer p.pic-list img {
    display: inline-block;
    width: 174px;
    height: 71px;
}

.footer p.pic-list img:not(:last-child) {
    margin-right: 81px;
}

.footer .btm {
    margin-top: 35px;
}

.footer .btm:after {
    content: '';
    display: block;
    clear: both;
}

.footer .btm .left {
    width: 600px;
    height: auto;
    padding: 0 14px;
    box-sizing: border-box;
    float: right;
}

.footer .btm .left .l-t {
    margin-bottom: 28px;
    float: right;
    margin-right: 45px;
    text-align: center;
}

.footer .btm .left .l-t img {
    display: inline-block;
    width: 122px;
    height: 122px;
}

.footer .btm .left .l-t span {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #9b9b9b;
    font-size: 14px;
    vertical-align: top;
}

.footer .btm .left .l-b span {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    color: #9b9b9b;
}

.footer .btm .right {
    width: 600px;
    height: auto;
    float: left;
    margin-top: 20px;
}

.footer .btm .right .title {
    margin-top: 0;
    margin-bottom: 20px
}

.footer .btm .right .r-b {
    padding-left: 45px;
    box-sizing: border-box;
}

.footer .btm .right .r-b:after {
    content: '';
    display: block;
    clear: both;
}

.footer .btm .right .r-b .fl {
    width: 525px;
    height: auto;
}

.footer .btm .right .r-b .fr {
    width: 455px;
    height: auto;
}

.footer .btm .right .r-b p {
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 16px;
}

.footer .btm .right .r-b dl dt {
    float: left;
    color: #9b9b9b;
    font-size: 14px;
}

.footer .btm .right .r-b dl dd {
    float: right;
    color: #9b9b9b;
    font-size: 14px;
}

.footer .btm .right .r-b dl dd:last-child {
    margin-top: 8px;
}

.footer .btm .right .r-b .fl dl dd {
    width: 365px;
}

.footer .btm .right .r-b .fr dl dd {
    width: 322px;
}

.footer .btm .right .r-b dl:after {
    content: '';
    display: block;
    clear: both;
}

.footer .btm .right .r-b dl {
    margin-bottom: 16px;
}

.footer .btm .right .r-b .ts {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #9b9b9b;
}

.footer-f {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #333;
}

.my_kf{
    cursor: pointer;
}

.fixed_left_main {
    position: fixed;
    left: 10px;
    top: 30%;
    background: url(/style_zkw/yx_style_yjs/peixun/picture/fixed_left.png) no-repeat center center/175px 311px;
    width: 175px;
    height: 311px;
}

.fixed_left_com>span {
    font-size: 16px;
    color: #333333;
    padding: 8px;
    font-weight: 400;
    display: block;
    text-align: center;
}

.fixed_left_com {
    padding-top: 55px;
}


.fixed_right_main {
    top: 20%;
    position: fixed;
    right: 10px;
}

.fixed_right_main img {
    width: 120px;
}


/* 手机端代码 */
@media screen and (max-width: 1025px) {
    body{
        max-width: 100%;
    }

    * {
        box-sizing: border-box;
    }
    
    .header .top .logo, .header .top_phone,ul.top_list>li:last-of-type {
        display: none;
    }
    
    ul.top_list {
        width: 100%;
        margin: 0;
        height: auto;
        float: none;
        display: flex;
        flex-wrap: wrap;
        padding: 5px 0;
    }
    
    .top_list li {
        width: 33%;
        float: none;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }
    
    .top_list li a {
        display: inline;
        width: auto;
        height: auto;
        line-height: initial;
        vertical-align: middle;
        font-size: 16px;
    }
    
    .header {
        height: auto;
    }
    
    .header .top {
        width: 100%;
        height: auto;
    }

    .banner {
        width: 100%;
        height: 200px;
        background-size: cover;
    }

    .fixed_left_main,.fixed_right_main {
        display: none;
    }

    .view {
        width: 100%;
        padding: 10px 0;
    }
    
    .main .title p.t-one {
        font-size: 25px;
        visibility: visible !important;
    }
    
    p.t-two.wow.fadeInUp {
        display: flex;
        justify-content: space-between;
        visibility: visible !important;
    }
    
    .main .title p.t-two em.lf {
        width: 20%;
        background-size: 100%;
        padding-right: 7px;
        background-position: 0px center;
    }
    
    .main .title p.t-two em.rt {
        width: 20%;
        background-size: 100%;
        padding-left: 7px;
        background-position: 0px center;
    }

    .m-1 .cen {
        width: 100%;
        margin: 0 auto;
        padding: 10px 5px;
        height: auto;
        background-size: 140% 110%;
        background-position: center 0;
    }
    
    .m-1 .cen .t-1 {
        padding: 87px 30px 0;
    }
    
    .m-1 .cen .t-1 .fl {
        font-size: 20px;
    }
    
    .m-1 .cen .t-1 .fr {
        font-size: 20px;
    }
    
    .m-1 .cen ul li {
        margin-top: 10px;
        display: flex;
    }
    
    .m-1 .cen ul li em {
        width: 40%;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .m-1 .cen ul li b {
        width: 20%;
        margin: 0 5px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    
    .m-1 .cen ul li span {
        width: 40%;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .m-1 .cen ul {
        width: 100%;
    }
    
    .m-1 .btm {
        margin-top: 10px;
    }
    
    .m-1 .btm a {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }

    .m-2 .cen {
        margin: 20px auto 0;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    .m-2 .cen li {
        width: 48% !important;
        visibility: visible !important;
        height: auto;
        float: none;
        margin: auto;
        margin-bottom: 10px;
        padding: 5px;
        border: 1px solid #acccff;
    }
    
    .m-2 .cen li:not(:nth-child(4n)) {
        margin-right: auto;
    }
    
    .m-2 .cen li .c1 {
        width: 100%;
    }
    
    .m-2 .cen li .box {
        background: white;
    }
    
    .m-2 .cen li .c2 {
        line-height: 25px;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .m-2 .cen li .c1 span {
        height: 35px;
        line-height: 35px;
        font-size: 18px;
    }
    
    .m-2 .cen li .c3 {
        display: flex;
        justify-content: space-around;
    }
    
    .m-2 .cen li .c3 a {
        width: 50% !important;
        margin: 0 !important;
    }

    .m-2 .btm a {
        visibility: visible !important;
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }
    
    .m-2 .btm {
        margin-top: 10px;
    }

    .m-3 {
        height: auto;
        padding-bottom: 20px;
    }
    
    .m-3 .cen {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .m-3 .cen li {
        width: 48%;
        margin-right: 0 !important;
        height: 150px;
        float: none;
        visibility: visible !important;
    }
    
    .m-3 .cen li img {
        width: 100%;
        height: 100%;
    }

    .m-4 {
        height: 250px;
        background-size: cover;
    }
    
    .m-4 .title p.t-two {
        display: none;
    }
    
    .m-3 .cen li span em {
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: -25px;
    }

    .m-5 .cen .fr {
        display: none;
    }
    
    .m-5 .cen .fl {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        visibility: visible !important;
    }
    
    .m-5 .cen .fl li {
        width: 50%;
        margin: 0 !important;
        height: auto;
        float: none;
        text-align: center;
    }
    
    .m-5 .cen .fl li span {
        padding: 30px;
        text-align: center;
    }
    
    .m-5 .cen .fl li span img {
        width: 80% !important;
        height: auto;
        margin: 0 auto;
    }
    
    .m-5 .cen {
        margin-top: 20px;
    }
    
    .m-5 {
        height: auto;
    }
    
    .main .title p.t-two span {
        white-space: nowrap;
        overflow: hidden;
        width: 60%;
        text-overflow: ellipsis;
    }

    .m-6 ul.cen {
        visibility: visible !important;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    
    .m-6 ul.cen li {
        width: 48%;
        margin: 10px 0 !important;
    }

    .m-6 .btm a {
        visibility: visible !important;
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }

    .m-7 .btn a,.m-8 .btn a {
        visibility: visible !important;
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }

    .m-7 .btn a {
        visibility: visible !important;
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }
    
    .m-8,.m-9 {
        display: none;
    }

    .m-10 .btm {
        visibility: visible !important;
        width: 100%;
        height: 50px;
        margin: 20px auto;
        background-size: contain;
    }

    .footer .btm {
        display: flex;
        margin-top: 10px;
        flex-direction: column-reverse;
    }
    
    .footer .btm .left {
        width: 100%;
        float: none;
        display: flex;
        justify-content: space-around;
    }
    
    .footer .btm .right {
        width: 100%;
        float: none;
        margin-top: 0;
    }
    
    .footer .btm .right .r-b .fl {
        width: 100%;
    }
    
    .footer .btm .right .r-b {
        padding: 0 20px;
    }
    
    .footer .btm .left .l-t {
        float: none;
        margin: 0;
    }
    
    .footer-f {
        height: auto;
        padding: 10px;
        line-height: 30px;
    }
    







}