/*鍒濆鍖栨牱寮�*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 瀹嬩綋, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.wh {
    width: 12rem;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*澶撮儴鏍峰紡*/

.top1 {
    height: 40px;
    background: #f5f5f5;
    color: #666666;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
}

.top1 .wel>span {
    width: 43px;
    height: 20px;
    background-color: #4e75f4;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    margin-right: 9px;
}

.top1 .topLink a {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #666666;
    padding-left: 20px;
    margin-left: 24px;
}

.top1 .topLink a:first-child {
    background: url(/file/image/03c9cc2f37955cda142c71b59d31f8092d7ad5ac.png) no-repeat left center;
}

.top1 .topLink a:nth-child(2) {
    background: url(/file/image/2e8c7dc674634199bf78f5e731b4df580a3e0695.png) no-repeat left center;
}

.top1 .topLink a:nth-child(3) {
    background: url(/file/image/d45d774d5336acd92e2130ecda438008215480fc.png) no-repeat left center;
}

.top2 {
    height: 132px;
    overflow: hidden;
}

.logo {
    line-height: 132px;
}

.top2 .k2 p {
    font-size: 30px;
    font-weight: 700;
    color: #4e75f4;
}

.top2 .k2 h3 {
    width: 211px;
    height: 33px;
    border-radius: 17px;
    border: solid 1px #4d74f0;
    line-height: 31px;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    margin: 0 auto;
}


/* 瀵艰埅鏍峰紡 */

#menu {
    position: relative;
    z-index: 9999;
}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-menu>li.first {
    width: 183px;
    height: 53px;
    background-color: #4e75f4;
    border-radius: 10px 10px 0px 0px;
}

.x-menu>li.first a {
    color: #fff;
}

.x-menu>li.first .x-sub-menu {
    width: 693px;
    box-shadow: inset 0px 3px 27px 0px rgba(216, 231, 249, 0.08);
    border-radius: 0px 0px 20px 20px;
    border-top: 2px solid #068cdd;
    padding: 12px 34px 28px 42px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.x-menu>li.first .x-sub-menu li a {
    display: flex;
    width: 180px;
    height: 44px;
    border: 1px solid #dcdcdc;
    border-radius: 48px;
    /*background-color: transparent;*/
    padding: 0 4px 0 15px;
    margin-bottom: 10px;
    margin-top: 25px;
    transition: all ease .2s;
    /*border-bottom: 1px dashed #dcdcdc;*/
    margin-right: 38px;
    overflow: hidden;
}

.x-menu>li.first .x-sub-menu li:nth-child(3n) a {
    margin-right: 0;
}

.x-menu>li.first .x-sub-menu li a div.img {
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.x-menu>li.first .x-sub-menu li a div.img img {
    max-width: 100%;
}

.x-menu>li.first .x-sub-menu li a h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: 44px;
}

.x-menu>li.first .x-sub-menu li a:hover div.img img {
    filter: brightness(100000%);
}

.x-menu>li.first .x-sub-menu li a:hover {
    background-color: #4e75f4;
    border-color: #4e75f4;
}

.x-menu>li.first .x-sub-menu li a:hover h3 {
    color: #fff;
}

.x-menu>li {
    position: relative;
    width: 101px;
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #222222;
    white-space: nowrap;
    line-height: 53px;
    height: 53px;
    text-align: center;
    position: relative;
}

.x-menu>li>a::after {
    content: '';
    width: 0px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all ease .3s;
    background: #4e75f4;
}

.x-menu>li>a:hover::after {
    width: 100%;
}

.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 53px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #4e75f4;
    color: #fff;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}

.p1 {
    padding-top: 66px;
}

.p1a {
    width: 334px;
}

.p1-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    line-height: 40px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #dcdcdc;
}

.p1-title h3 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #333333;
    position: relative;
    padding-left: 12px;
}

.p1-title h3::before {
    content: "";
    width: 4px;
    height: 21px;
    background-color: #4e75f4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p1-title h3 span {
    font-family: "Arial";
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #666666;
    margin-left: 15px;
}

.p1-title a.more {
    font-size: 12px;
    line-height: 40px;
    color: #666666;
    padding-right: 26px;
    margin-right: 4px;
    background: url(/file/image/d35138d2268ab0b5991682c206bafa6b42637321.png) no-repeat right center;
}

.p1a1a li a {
    display: block;
    line-height: 47px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 14px;
    border-bottom: 1px dashed #dcdcdc;
    position: relative;
}

.p1a1a li a::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #999999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p1a1 {
    margin-bottom: 18px;
}

.p1a2-img {
    margin: 13px auto 10px;
}

.p1a2-img img {
    width: 100%;
}

.p1b {
    width: 518px;
}

.p1b1 .p1b1a {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 24px;
}

.p1b1 .p1b1a li {
    flex: 1;
}

.p1b1 .p1b1a li a {
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    display: block;
    font-weight: 700;
}

.p1b1 .p1b1a li+li a {
    border-left: 1px solid #ffffff;
}

.p1b1 .p1b1a li.cur a {
    background: url(/file/image/cdebec2a07aa5f9ab25f356c2c79312fd48c177b.png) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.p1b1-tab-item .p1b1-tab-item-rem {
    margin-bottom: 10px;
}

.p1b1-tab-item .p1b1-tab-item-rem li a {
    justify-content: flex-start;
}

.p1b1-tab-item .p1b1-tab-item-rem li a div.img {
    width: 167px;
    height: 132px;
    overflow: hidden;
    margin-right: 13px;
}

.p1b1-tab-item .p1b1-tab-item-rem li a div.img img {
    width: 100%;
    height: 100%;
    transition: all ease .3s;
}

.p1b1-tab-item .p1b1-tab-item-rem li a:hover div.img img {
    transform: scale(1.1);
}

.p1b1-tab-item .p1b1-tab-item-rem li a .cont {
    width: 313px;
}

.p1b1-tab-item .p1b1-tab-item-rem li a .cont>h3 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
}

.p1b1-tab-item .p1b1-tab-item-rem li a .cont>span.time {
    line-height: 17px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #666666;
    background: url(/file/image/8424a4cff0066785182c7fd39a8b5f38863d6fb8.png) no-repeat left center;
    padding-left: 27px;
    display: block;
    margin: 15px 0 12px;
}

.p1b1-tab-item .p1b1-tab-item-rem li a .cont>p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #666666;
}

.p1b1-tab-item-rem-new li a {
    border-bottom: 1px dashed #dcdcdc;
}

.p1b1-tab-item-rem-new li a h3 {
    width: 410px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #666666;
    line-height: 44px;
    padding-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.p1b1-tab-item-rem-new li a h3::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #999999;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p1b1-tab-item-rem-new li a span.time {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #666666;
}

.p1b2 {
    margin-top: 15px;
}

.p1b2 img {
    max-width: 100%;
}

.p1c {
    width: 280px;
}

.p1c .p1-title {
    margin-bottom: 24px;
}

.p1c .p1-title a {
    width: 16px;
    height: 16px;
    background: url(/file/image/1e71c070d1f6677508341f500240a89486e88fbd.png) no-repeat center center;
}

.p1c .p1c1 .p1c1a {
    width: 283px;
    height: 77px;
    border-radius: 37px;
    background: url(/file/image/1919547038f78c7cade2d7f7a8edbf8e9eab4348.png) no-repeat center center;
    padding: 13px 0 0 81px;
    margin-bottom: 8px;
}

.p1c .p1c1 .p1c1a p:nth-of-type(1) {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 8px;
}

.p1c .p1c1 .p1c1a p:nth-of-type(2) {
    font-family: "Arial";
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.p1c .p1c1 .p1c1b {
    width: 287px;
    height: 98px;
    border-radius: 37px;
    background: url(/file/image/8ff20a3007f95695a3bbdce00c87505a6dc619d3.png) no-repeat center center;
    padding: 13px 0 0 81px;
}

.p1c .p1c1 .p1c1b p:nth-of-type(1) {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 8px;
}

.p1c .p1c1 .p1c1b p:nth-of-type(2) {
    font-family: "Arial";
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.p1c2 {
    padding: 13px 0;
    border-top: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
    margin-top: 12px;
    text-align: center;
}

.p1c2 li h3 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #666666;
    margin-top: 6px;
}

.p1c2 li.ewm {
    position: relative;
}

.p1c2 li.ewm .ewm-img {
    width: 100px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.p1c2 li.ewm .ewm-img img {
    max-width: 100%;
}

.p1c2 li.ewm:hover .ewm-img {
    display: block;
}

.p1c3 {
    padding: 12px 0 0;
}

.p1c3 li {
    width: 50%;
    margin-bottom: 12px;
}

.p1c3 li a {
    justify-content: flex-start;
}

.p1c3 li a div.img {
    width: 42px;
    height: 42px;
    margin-right: 11px;
}

.p1c3 li a div.img img {
    width: 100%;
}

.p1c3 li a h3 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333333;
}

.p1c-video a {
    display: block;
}

.p1c-video a img {
    width: 280px;
    height: 142px;
}

.p1c-video a h3 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 10px;
    text-align: center;
}

.index-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-title>h3 {
    font-family: Impact;
    font-size: 42px;
    letter-spacing: 1px;
    color: #f0f2ff;
}

.index-title>h4 {
    font-size: 42px;
    line-height: 1;
    color: #333333;
    position: relative;
    padding: 0 40px;
    margin-top: -12px;
    z-index: 9;
}

.index-title>h4::after {
    content: "";
    width: 26px;
    height: 22px;
    /*background: url(/file/image/6c4b5f7b6d5708bd67475076602844d3d491f664.png) no-repeat center center;*/
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.index-title>h4::before {
    content: "";
    width: 26px;
    height: 22px;
    /*background: url(/file/image/6c4b5f7b6d5708bd67475076602844d3d491f664.png) no-repeat center center;*/
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index-title>p {
    padding: 0 68px;
    font-family: "Arial";
    font-size: 20px;
    color: #666666;
    position: relative;
    margin-top: 15px;
}

.index-title>p::after {
    content: "";
    width: 55px;
    height: 1px;
    background-color: #666666;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index-title>p::before {
    content: "";
    width: 55px;
    height: 1px;
    background-color: #666666;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p2 {
    padding-top: 26px;
}

.p2a {
    margin-top: 66px;
    position: relative;
}

.p2a::before {
    content: "";
    width: 31px;
    height: 269px;
    /*background: url(/file/image/1d71ed23752931e0bdb68824bdfa7424f2545094.png) no-repeat center center;*/
    position: absolute;
    left: -46px;
    top: -29px;
}

.p2a li {
    background-color: #ffffff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.16);
    border-radius: 53px;
}

.p2a li+li {
    margin-top: 66px;
}

.p2a li a {
    justify-content: flex-end;
    padding-right: 43px;
    height: 106px;
    position: relative;
}

.p2a li a span.link {
    width: 173px;
    line-height: 51px;
    background-color: #4e75f4;
    border-radius: 26px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    transition: all ease .3s;
    margin-left: 35px;
    text-align: center;
}

.p2a li a:hover span.link {
    background-color: #f7971e;
}

.p2a li a .contb {
    width: 678px;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.p2a li a .conta {
    width: 211px;
    height: 144px;
    background: url(/file/image/ab76e86862e788efaca2c7b8cd3a837ae6d3af4a.png) no-repeat center center;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 2px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 40px;
    bottom: 0;
    padding-left: 32px;
}

.p2a li a .conta h3 {
    font-size: 30px;
    line-height: 44px;
}

.p3 {
    padding: 52px 0 76px;
}

.p3 .index-title {
    margin-bottom: 28px;
}

.p3 .p3a li {
    margin-right: 68px;
    text-align: center;
}

.p3 .p3a li:nth-child(7n) {
    margin-right: 0;
}

.p3 .p3a li:nth-last-child(-n+7) {
    margin-top: 46px;
}

.p3 .p3a li a {
    display: block;
}

.p3 .p3a li a div.img {
    width: 111px;
    height: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/file/image/8d7ed8fb1f4674e56d0fc7147a48137a7f0ff18e.png) no-repeat center center;
    margin: 0 auto;
}

.p3 .p3a li a div.img img {}

.p3 .p3a li a h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-top: 12px;
}

.p3 .p3a li:hover a div.img {
    background: url(/file/image/45a8f3d7e839cb51007209a44d9957e221ceecf2.png) no-repeat center center;
}

.p4 img {
    width: 100%;
}

.p5 {
    padding-top: 53px;
}

.p5-tab {
    margin-top: 16px;
}

.p5a {
    position: relative;
    margin-bottom: 82px;
}

.p5a li a {
    display: block;
    text-align: center;
}

.p5a li a h3 {
    width: 138px;
    height: 146px;
    background: url(/file/image/tu1.png) no-repeat center center;
    line-height: 146px;
    text-align: center;
    font-family: Impact;
    font-size: 48px;
    font-weight: normal;
    color: #ffffff;
    position: relative;
}

.p5a li a h3::after {
    content: '';
    width: 12px;
    height: 12px;
    border: solid 1px #3968fc;
    border-radius: 50%;
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.p5a li a h4 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-top: -5px;
}

.p5a::after {
    content: "";
    height: 2px;
    width: 1200px;
    background: #eeeeee;
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.p5a li.on a h3 {
    background: url(/file/image/tu2.png) no-repeat center center;
}

.p5a li.on a h3::after {
    background-color: #f7971e;
    border-color: #f7971e;
}

.p5-tab {
    position: relative;
}

.p5-tab .p5b li a div.cont {
    width: 474px;
    background-color: #4e75f4;
    padding: 28px 29px 10px 45px;
}

.p5-tab .p5b li a div.cont h3 {
    font-family: Impact;
    font-size: 80px;
    color: #6887f5;
    line-height: 1;
}

.p5-tab .p5b li a div.cont h4 {
    font-size: 30px;
    color: #ffffff;
    margin: 9px 0 20px;
}

.p5-tab .p5b li a div.cont p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, .9);
    height: 150px;
    overflow: hidden;
}

.p5-tab .p5b li a div.img img {
    width: 726px;
    height: 438px;
}

.p5-tab .hd {
    width: 180px;
    position: absolute;
    bottom: 15px;
    left: 265px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p5-tab .hd .fy {
    font-family: "Arial";
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
}

.p5-tab .hd a.prev {
    width: 41px;
    height: 41px;
    background: #ffffff url(/file/image/627fadf881da32ed729f8ad740eee72c44b0fd5f.png) no-repeat center center;
    border-radius: 50%;
    cursor: pointer;
    margin-left: auto;
    margin-right: 20px;
}

.p5-tab .hd a.next {
    width: 41px;
    height: 41px;
    background: #ffffff url(/file/image/627fadf881da32ed729f8ad740eee72c44b0fd5f.png) no-repeat center center;
    border-radius: 50%;
    cursor: pointer;
    transform: rotate(180deg);
}

.p6 {
    padding-top: 66px;
}

.p6-scroll {
    margin-top: 42px;
    position: relative;
}

.p6-scroll a.prev {
    width: 44px;
    height: 63px;
    background: #929292 url(/file/image/3e298f7c818e1a67e4c298eaef74d4172f578838.png) no-repeat center center;
    position: absolute;
    left: -78px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 999;
}

.p6-scroll a.next {
    width: 44px;
    height: 63px;
    background: #929292 url(/file/image/3e298f7c818e1a67e4c298eaef74d4172f578838.png) no-repeat center center;
    position: absolute;
    right: -78px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
    z-index: 999;
}

.p6-scroll .bd li {
    width: 289px;
    margin-right: 14px;
}

.p6-scroll .bd li a {
    display: block;
}

.p6-scroll .bd li a div.img {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.p6-scroll .bd li a div.img img {
    transition: all ease .3s;
    width: 100%;
}

.p6-scroll .bd li a:hover div.img img {
    transform: scale(1.1);
}

.p6-scroll .bd li a .title {
    justify-content: center;
    height: 66px;
    background-color: #f0f0f0;
    transition: all ease .3s;
}

.p6-scroll .bd li a .title h3 {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    vertical-align: bottom;
    margin-right: 4px;
}

.p6-scroll .bd li a .title span {
    font-size: 14px;
    color: #666666;
    vertical-align: bottom;
    padding-top: 4px;
}

.p6-scroll .bd li:hover a .title {
    background-color: #4e75f4;
}

.p6-scroll .bd li:hover a .title h3 {
    color: #fff;
}

.p6-scroll .bd li:hover a .title span {
    color: #fff;
}

.p7 {
    padding-top: 63px;
}

.p7 .index-title {
    margin-bottom: 38px;
}

.news .news-top {
    height: 199px;
    margin-bottom: 14px;
}

.news .news-top .news-left-top {
    width: 455px;
    height: 199px;
    background: url(/file/image/b4a9de7bbaa841a953ab9eb806f74ad4f0321bb2.png) no-repeat center;
    float: left;
    padding: 28px 0 0 28px;
    box-sizing: border-box;
}

.news .news-top .news-left-top em {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #FFF;
    font-style: normal;
}

.news .news-top .news-left-top span {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 28px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 12px;
}

.news .news-top .news-left-top i {
    display: block;
    width: 84px;
    height: 2px;
    background: #fff;
}

.news .news-top .news-rig-top {
    width: 741px;
    float: right;
}

.news .news-top .news-rig-top ul li {
    float: left;
    width: 363px;
    height: 199px;
    padding-left: 25px;
    box-sizing: border-box;
}

.news .news-top .news-rig-top ul li i {
    display: block;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #333333;
    font-style: normal;
    margin-top: 9px;
}

.news .news-top .news-rig-top ul li h4 {
    height: 34px;
    line-height: 34px;
    margin-bottom: 7px;
}

.news .news-top .news-rig-top ul li h4 a {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.news .news-top .news-rig-top ul li p {
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 28px;
    width: 317px;
}

.news .news-top .news-rig-top ul li span {
    display: block;
    width: 92px;
    height: 27px;
    background: #B7B7B7;
    text-align: center;
    line-height: 27px;
}

.news .news-top .news-rig-top ul li span a {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
}

.news .news-top .news-rig-top ul li:first-child {
    background: url(/file/image/b12244e415b2cd5e2e2af1fa5a962d903f077fd7.png) no-repeat right top;
}

.news .news-top .news-rig-top ul li:hover span {
    background: #4e75f4;
}

.news .news-bot {
    margin-top: 12px;
}

.news .news-bot ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news .news-bot ul li {
    height: 63px;
    width: 346px;
    line-height: 62px;
    border-bottom: 1px solid #e0e0e0;
}

.news .news-bot ul li h3 {
    font-size: 14px;
    color: #666666;
    padding-left: 17px;
    background: url(/file/images/a9f954cc0a9cfa227b7d33e17dcb560e9f0ca287.png) no-repeat left;
    font-weight: normal;
    line-height: 62px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news-bot ul li h3:hover {
    color: #4e75f4;
}

.p8 {
    background: url(/file/images/96850eabf1d15dd5a52e8a26142afa8756b1fe1e.png) no-repeat center center;
    background-size: cover;
    height: 716px;
    padding-top: 30px;
    margin-top: -15px;
}

.p8-title {
    text-align: center;
}

.p8-title h3 {
    font-size: 0.3rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 20px;
}

.p8-title p {
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333333;
}

.p8cont {
    margin-top: 52px;
}

.p8a {
    width: 4.2rem;
    height: 455px;
    background-color: #ffffff;
    padding: 50px 70px 20px 60px;
}

.p8a h3.title {
font-size: .25rem;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}

.p8a h3.title span {
    color: #3968fc;
}

.p8a1 {
    justify-content: flex-start;
    margin-bottom: 10px;
}

.p8a1 li {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    width: 100px;
}

.p8a1 li:nth-child(2) {
    margin-left: 54px;
}

.p8a1 li:nth-child(3) {
    margin-left: 72px;
}

.p8a1 li:nth-child(4) {
    margin-left: 113px;
}

.p8a2 li a h3:nth-child(1) {
    font-size: .15rem;
}

.p8a2 li a h3 {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    height: 39px;
    line-height: 39px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p8b {
    width: 4.2rem;
    height: 436px;
    background-color: #3968fc;
    padding: 50px 70px 40px;
}

.p8b-title {
    text-align: center;
    margin-bottom: 18px;
}

.p8b-title h3 {
    font-size: 34px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 14px;
}

.p8b-title span {
    font-size: .2rem;
    font-weight: bold;
    color: #ffffff;
}

.p8b input {
    outline: none;
    background: none;
    border: none;
}

.p8binput {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.p8binput>span {
   width: 2.1rem;
    font-size: .18rem;
    font-weight: normal;
    color: #ffffff;
    text-align: right;
    margin-right: 20px;
}

.p8binput>input {
    height: 39px;
    background: #fff;
    width: 358px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    padding: 0 35px;
    overflow: hidden;
}

.p8binput>input::placeholder {
    color: #666666;
}

.p8binput>select {
    background: #fff;
    border: none;
    outline: none;
    height: 39px;
    background: #fff;
    width: 358px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    padding: 0 35px;
}

.p8b .code-group {
    display: flex;
    justify-content: flex-end;
}

.p8b .code-group input.checkcode {
    height: 39px;
    background: #fff;
    width: 231px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    padding: 0 10px;
    margin-right: 6px;
}

.p8b .code-group input.checkcode::placeholder {
    color: #666666;
    font-size: 16px;
}

.p8b .code-group input[type="submit"] {
    width: 357px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 1px rgba(44, 155, 220, 0.43);
    border-radius: 22px;
    height: 44px;
    /* margin: 5px ; */
    font-size: 18px;
    font-weight: normal;
    color: #3968fc;
    margin: 8px 0 0 0;
}

.p9 {
    background: url(/file/image/38eb5579e66cbf19fa0e8882c77daecb496a1853.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 24px;
}

.p9a {
    border-bottom: 1px solid #607bdd;
}

.p9a li a {
    display: block;
    line-height: 82px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
    border-bottom: 1px solid #607bdd;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.c-link dd {
    width: calc(100% - 97px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(56, 89, 214, .6);
    padding: 10px;
    min-width: 120px;
}

.c-link a {
    color: #fff;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

.p9b {
    padding: 17px 0 30px;
    justify-content: flex-start;
}

.p9b .p9b1 {
    margin-right: 82px;
}

.p9b .p9b1 .p9b1a {
    margin-left: 7px;
    position: relative;
    padding-right: 20px;
    margin-right: 10px;
}

.p9b .p9b1 .p9b1a::after {
    content: "";
    width: 2px;
    height: 62px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p9b .p9b1 .p9b1a p:nth-of-type(1) {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 7px;
}

.p9b .p9b1 .p9b1a p:nth-of-type(2) {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    font-family: "Arial";
    line-height: 1;
}

.p9b1b h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
}

.p9b2 p:nth-of-type(1) {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    padding-top: 7px;
}

.p9b2 p:nth-of-type(2) {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
}

.p9c {
    justify-content: flex-start;
}

.p9c1 {
    width: 558px;
    margin-right: 80px;
}

.p9c1 li a {
    display: block;
}

.p9c1 li a div.img img {
    width: 119px;
    height: 118px;
}

.p9c1 li a h3 {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    margin-top: 19px;
}

.p9c2>h3 {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 6px;
}

.p9c2>p {
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #ffffff;
}

.copyright {
    margin-top: 50px;
    border-top: 1px solid #607bdd;
    padding: 15px 0;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    line-height: 1.8;
}

.copyright a {
    color: #ffffff;
}


/*鍐呴〉宸︿晶鏍峰紡*/

.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

.page-product-inquiry a {
    color: #fff;
}

@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}