@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    list-style: none;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
    font-family: 微软雅黑;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 6px;
    /*滚动条宽度*/
    height: 6px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    border-radius: 10px;
    /*滚动条的背景区域的圆角*/
    background-color: #fff;
    /*滚动条的背景颜色*/
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    /*滚动条的圆角*/
    background-color: #3740a3;
    /*滚动条的背景颜色*/
}

::selection {
    color: #fff;
    background: #8188da;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    background: #f5f5f5;
    scroll-behavior: smooth;
}

.warp {
    width: 1600px;
    margin: 0 auto;
    min-width: 1200px;
}

.header-number {
    color: #fff;
    margin-right: 20px;
    font-weight: 500;
	height: 70px;
    line-height: 70px;
	position: relative;
}

.header2 .header-number {
	color: #3740a3!important;
	font-weight: bold;
}



@media(max-width:1619px) and (min-width:1200px) {
    .warp {
        width: 1200px;
    }
}

header {
    /* height: 100px; */
	height: 70px;
    width: 100%;
    background: none;
    text-align: center;
    line-height: 100px;
    position: fixed;
    top: 0;
    z-index: 1;
    transition: 0.5s;
    padding: 0 8%;
}

header .logo {
    display: block;
    float: left;
    background: url(../img/logo.png) 50% 50% no-repeat;
    width: 153px;
    height: 100%;
    transition: 0.5s;
    position: relative;
}

header .nav {
    width: auto;
}

header .nav li {
    display: block;
    width: 80px;
    margin-right: 20px;
    height: 100%;
    float: left;
    position: relative;
}

header .nav li a {
    display: block;
    width: 80px;
    height: 100%;
    /* line-height: 100px; */
	line-height: 70px;
    display: block;
    font-size: 14px;
    font-family: 微软雅黑;
    transition: 0.5s;
    color: #fff;
}

header .nav li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0;
    background: #fff;
    transition: 0.5s;
}

header .nav li a:hover::after {
    color: #3740a3;
    height: 4px;
    width: 100%;
}

header .nav li a.active {
    color: #fff;
}

header .nav li a.active::after {
    color: #fff;
    height: 4px;
    width: 100%;
}

header .nav li a strong {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 38px;
    right: 10px;
    background: #ff6161;
}

header button {
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #3740a3;
    color: #fff;
    border-radius: 18px;
    font-size: 14px;
    /* margin-top: 32px; */
	margin-top: 13px;
    transition: 0.3s;
    position: relative;
    font-size: 12px;
    font-weight: 200;
    cursor: pointer;
    box-shadow: 0px 5px 15px 0px rgba(112, 112, 210, 0.4);
}

header button:hover {
    background: #242b80;
    box-shadow: 0px 3px 5px 0px rgba(112, 112, 210, 0.7);
}

header .nav-back {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

.header2 {
    position: fixed;
    top: 5px;
}

.header2 a {
    color: #999 !important;
}

.header2 .nav li a:hover {
    color: #3740a3 !important;
}

.header2 .nav li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0;
    background: #3740a3;
    transition: 0.5s;
}

.header2 .logo {
    background-image: url(../img/logo2.png);
}

.header2 .nav li a.active {
    color: #3740a3 !important;
}

.header2 .nav-back {
    opacity: 1;
    width: 90%;
    left: 5%;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.banner {
    top: 0;
    position: relative;
}

.banner .banner-back {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    display: block;
}

.banner video {
    width: 100%;
}

.banner .title {
    position: absolute;
    top: 30%;
    width: 90%;
    left: 5%;
}

.banner p {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 800;
    font-size: 6vmax;
}

.banner em {
    color: #fff;
    font-style: normal;
    font-size: 20px;
    display: block;
    font-weight: 200;
    margin-top: 100px;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.banner em div {
    display: inline-block;
    width: 50px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #fff;
    margin-right: 20px;
    border-radius: 10px;
    background: url(../img/bofang.png) 20px center no-repeat;
    transition: 0.3s;
}

.banner em:hover div {
    background: url(../img/bofang.png) 25px center no-repeat;
}

.banner span {
    font-size: 20px;
    display: block;
    font-weight: 200;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.banner .title ul {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.banner .title ul li {
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    margin: 0 auto;
}

.content-a {
    position: relative;
    height: 500px;
}

.content-a .content-aa {
    width: 40%;
    height: 200px;
    background: #3740a3;
    margin-top: -100px;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
    overflow: hidden;
}

.content-a .content-bb {
    width: 100%;
    height: 200px;
    background: #fff;
    margin-top: -100px;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
}

.content-a .content-aa p.title-aa {
    color: #fff;
    font-size: 40px;
    top: 60px;
    left: 100px;
    font-weight: 200;
    transition: 0.5s;
    position: absolute;
}

.content-a .content-aa span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    left: 100px;
    top: 20px;
    transition: 0.5s;
    position: absolute;
}

.content-a .content-aa img {
    display: block;
    height: 68px;
    width: 50px;
    position: absolute;
    right: 50px;
    top: 48px;
    transition: 0.5s;
}

.content-a .content-aaa img {
    top: 0;
    opacity: 0;
}

.content-a .content-aa .aa-a {
    top: 200px;
    left: 60px;
}

.content-a .content-aa .aa-b {
    top: 224px;
    left: 180px;
}

.content-a .content-aa .aa-c {
    top: 260px;
    left: 60px;
}

.content-a .content-aa .aa-d {
    top: 380px;
    left: 60px;
}

.content-a .content-aa .aa-e {
    top: 394px;
    left: 180px;
}

.content-a .content-aa .aa-f {
    top: 440px;
    left: 60px;
}

.content-a .content-aa .aa-a,
.content-a .content-aa .aa-b,
.content-a .content-aa .aa-c,
.content-a .content-aa .aa-d,
.content-a .content-aa .aa-e,
.content-a .content-aa .aa-f {
    opacity: 0;
    transition: 0.9s;
    position: absolute;
}

.content-a .content-aaa .aa-a {
    font-size: 28px;
    color: #fff;
    top: 100px;
    left: 60px;
    opacity: 1;
}

.content-a .content-aaa .aa-b {
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 114px;
    left: 180px;
    opacity: 1;
}

.content-a .content-aaa .aa-c {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 160px;
    left: 60px;
    opacity: 1;
}

.content-a .content-aaa .aa-d {
    font-size: 28px;
    color: #fff;
    position: absolute;
    top: 280px;
    left: 60px;
    opacity: 1;
}

.content-a .content-aaa .aa-e {
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 294px;
    left: 180px;
    opacity: 1;
}

.content-a .content-aaa .aa-f {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 340px;
    left: 60px;
    opacity: 1;
}

.content-a .content-aaa p.title-aa {
    opacity: 0;
    top: 0;
}

.content-a .content-aaa span {
    opacity: 0;
    top: -40px;
}

.content-a .content-bb p {
    color: #999;
    font-size: 40px;
    margin-left: 45%;
    margin-top: 20px;
    font-weight: 200;
    transition: 0.5s;
}

.content-a .content-bb span {
    display: block;
    color: #999;
    font-size: 20px;
    font-weight: 200;
    margin-left: 45%;
    margin-top: 20px;
    transition: 0.5s;
}

.content-a .content-bbb {
    height: 500px !important;
}

.content-a .content-aaa {
    height: 500px !important;
    left: auto !important;
}

.content-a .content-bbb p,
.content-a .content-bbb span {
    opacity: 0;
    margin-top: 30px;
}

.content-a .content-ccc {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
}

.content-a .content-cc .three {
    width: 60%;
    float: right;
    height: 500px;
    margin-top: -100px;
}

.content-a .content-ccc .three {
    width: 60%;
    float: right;
    height: 500px;
    margin-top: 0;
}

.content-a .content-cc .three .ss,
.content-a .content-cc .three .sd,
.content-a .content-cc .three .so {
    width: 33.33%;
    height: 100%;
    float: left;
    opacity: 0;
    cursor: pointer;
}

.content-a .content-cc .three .ss:hover,
.content-a .content-cc .three .sd:hover,
.content-a .content-cc .three .so:hover {
    box-shadow: 0px 5px 20px 0px rgba(13, 27, 131, 0.3);
}

.content-a .content-cc .three .ss:hover p.con-pb,
.content-a .content-cc .three .sd:hover p.con-pb,
.content-a .content-cc .three .so:hover p.con-pb {
    margin-top: 280px !important;
}

.content-a .content-ccc .three .ss,
.content-a .content-ccc .three .sd,
.content-a .content-ccc .three .so {
    opacity: 1;
}

.content-a .content-cc .three .ss {
    background: #fff url(../img/a1.png) center 100px no-repeat;
    transition: 0.2s;
}

.content-a .content-cc .three .sd {
    background: #f9f9f9 url(../img/a2.png) center 100px no-repeat;
    transition: 0.8s;
}

.content-a .content-cc .three .so {
    background: #f1f1f1 url(../img/a3.png) center 100px no-repeat;
    transition: 1.4s;
}

.content-a .content-ccc .three .ss {
    background: url(../img/a1.png) center 150px no-repeat;
}

.content-a .content-ccc .three .sd {
    background: url(../img/a2.png) center 150px no-repeat;
}

.content-a .content-ccc .three .so {
    background: url(../img/a3.png) center 150px no-repeat;
}

.content-a p.con-pa {
    font-size: 12px;
    color: #999;
    text-align: left;
    margin-top: 20px;
    margin-left: 50px;
    transition: 0.4s;
}

.content-a p.con-pb {
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 800;
    margin-top: 250px;
    transition: 0.6s;
}

.content-a p.con-pc {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    transition: 0.8s;
}

.content-a .content-ccc p.con-pa {
    font-size: 12px;
    color: #999;
    text-align: left;
    margin-top: 20px;
    margin-left: 20px !important;
}

.content-a .content-ccc p.con-pb {
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 800;
    margin-top: 300px !important;
}

.content-a .content-ccc p.con-pc {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.case {
    width: 90%;
    left: 5%;
    position: relative;
    opacity: 0;
    transition: 0.5s;
    margin-top: -50px;
    overflow: hidden;
}

.case .case-t {
    font-size: 32px;
    color: #333;
    font-weight: 200;
    display: inline-block;
}

.case .case-tt {
    font-size: 20px;
    color: #999;
    display: inline-block;
    font-weight: 200;
}

.case .more {
    background: url(../img/more.png) left center no-repeat;
    padding-left: 20px;
    font-weight: 200;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    color: #999;
    display: block;
    margin-right: 20px;
    transition: 0.3s;
}

.case .more:hover {
    color: #333;
    padding-left: 25px;
}

.case ul {
    width: 100%;
    background: #ccc;
    margin-top: 60px;
}

.case ul li a {
    width: 33%;
    height: 20vmax;
    display: block;
    float: left;
    margin-right: 2px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.case ul li a img {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    transition: 0.3s;
}

.case ul li a .case-b {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 20%;
    min-height: 60px;
    background: #f5f5f5;
    transition: 0.3s;
}

.case ul li a b {
    width: 100%;
    opacity: 0;
    height: 24vmax;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.case ul li a b i {
    position: absolute;
    top: 30%;
    color: #fff;
    font-size: 20px;
    width: 100%;
    font-weight: 200;
    text-align: center;
    font-style: normal;
    transition: 0.3s;
}

.case ul li a:hover b {
    opacity: 1;
}

.case ul li a:hover b i {
    top: 35%;
}

.case ul li a:hover img {
    transform: scale(1.02);
}

.case ul li a:hover strong {
    padding-right: 20px;
}

.case ul li a:hover span {
    margin-left: 20px;
}

.case ul li a:hover em {
    margin-left: 20px;
}

.case ul li a:hover .case-b {
    background: #fff;
}

.case ul li a span {
    display: block;
    font-size: 18px;
    text-align: left;
    margin-top: 15px;
    line-height: 100%;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: 0.3s;
}

.case ul li a em {
    display: block;
    position: absolute;
    font-style: normal;
    text-align: left;
    line-height: 100%;
    color: #999;
    left: 0;
    top: 40px;
    overflow: hidden;
    transition: 0.3s;
}

.case ul li a strong {
    display: block;
    font-weight: 200;
    color: #333;
    line-height: 100%;
    text-align: right;
    font-size: 14px;
    height: 20px;
    position: absolute;
    line-height: 20px;
    right: 20px;
    top: 30px;
    overflow: hidden;
    background: url(../img/gogogo.png) right center no-repeat;
    padding-right: 30px;
    transition: 0.3s;
}

.case1 {
    opacity: 1;
    margin-top: 0;
}

.about {
    width: 100%;
    position: relative;
    background: #eee;
    height: 800px;
    margin-top: 100px;
    overflow: hidden;
}

.about .ab-c {
    width: 95%;
    left: 5%;
    height: 900px;
    position: relative;
    padding-top: 150px;
    transition: 0.5s;
    opacity: 0;
}

.about .con {
    width: 100%;
    margin-top: 50px;
    line-height: 150%;
}

.about .about-link {
    margin-top: 50px;
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    text-decoration: underline;
    color: #3740a3;
    transition: 0.3s;
}

.about .about-link:hover {
    letter-spacing: 1px;
    opacity: 0.7;
}

.about .fl {
    width: 40%;
    position: relative;
}

.about .fr {
    width: 50%;
    position: relative;
    height: 600px;
}

.about .case-t {
    font-size: 32px;
    color: #333;
    font-weight: 200;
}

.about .case-tt {
    font-size: 20px;
    color: #999;
    font-weight: 200;
}

.about .about-video {
    position: absolute;
    height: 400px;
    width: 100%;
    background: url(../img/about.png) left center no-repeat;
}

.about .about-video-back {
    position: absolute;
    width: 790px;
    height: 400px;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.about .about-video-blue {
    background: #3740a3;
    width: 820px;
    height: 420px;
    position: absolute;
    top: 20px;
    left: 60px;
}

.about .about-video-word {
    font-size: 180px;
    position: absolute;
    font-weight: bold;
    top: 50%;
    right: -100px;
    color: #e5e5e5;
    transform: rotate(90deg);
    line-height: 180px;
}

.about .about-video-back p {
    font-size: 32px;
    font-weight: 800;
    width: 790px;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 150px;
}

.about .about-video-back span {
    font-size: 20px;
    background: url(../img/about2.png) left center no-repeat;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    padding-left: 50px;
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
}

.about .about-video-back em {
    font-style: normal;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    letter-spacing: 10px;
    text-align: center;
    display: inline-block;
    margin-top: 100px;
    width: 790px;
}

.ab-c2 {
    opacity: 1 !important;
    padding-top: 200px !important;
}

.about .line {
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    left: 30%;
    top: 0;
}

.about button {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #3740a3;
    top: 580px;
    left: 30%;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    cursor: pointer;
    transition: 0.3s;
}

.about button:hover {
    background: #242b80;
}

.foot {
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.foot .foot-c {
    padding: 50px 0;
    overflow: hidden;
    width: 90%;
    left: 5%;
    position: relative;
}

.foot .foot-c .tt {
    font-size: 32px;
    font-weight: 800;
    color: #3740a3;
    margin-bottom: 20px;
}

.foot .foot-c .problem {
    float: left;
    width: 200px;
    border-right: 1px solid #ddd;
    margin-right: 20px;
}

.foot .foot-c .last {
    border: none;
}

.foot .foot-c .problem span {
    font-size: 18px;
    color: #333;
    display: block;
}

.foot .foot-c .problem p {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 16px;
    margin-top: 10px;
    line-height: 150%;
}

.foot .foot-r .tt {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    text-align: right;
}

.foot .foot-r .ttt {
    font-size: 14px;
    text-align: right;
}

.foot .foot-r .in .inin {
    width: 140px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 20px;
    transition: 0.3s;
}

.foot .foot-r .in .inin:focus {
    border: 1px solid #3740a3;
}

.foot .foot-r .in button {
    width: 140px;
    height: 40px;
    background: #3740a3;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.foot .foot-r .in button:hover {
    background: #242b80;
}

.foot .ll {
    height: 1px;
    width: 100%;
    background: #ddd;
}

.foot .foot-bl img {
    display: inline-block;
}

.foot .foot-bl p.tt {
    font-size: 14px;
    font-weight: 200;
    height: 30px;
    vertical-align: top;
    color: #333;
    display: inline-block;
    margin-left: 30px;
}

.foot .foot-bl p a {
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    margin-right: 10px;
}

.foot .foot-bl p a:hover {
    color: #3740a3;
}

.foot .foot-bl p.copyright {
    font-size: 12px;
    color: #999;
    margin-top: 20px;
}

.foot .foot-br {
    text-align: right;
    font-size: 14px;
}

.foot .foot-br p {
    margin-bottom: 20px;
}

.foot .foot-br p span {
    font-size: 24px;
    color: #3740a3;
    font-weight: 800;
}

.foot .foot-br p a {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
}

.foot .foot-br p a.wx {
    background: url(../img/wx.png) center no-repeat;
}

.foot .foot-br p a.pri {
    background: url(../img/Pinterest.png) center no-repeat;
}

.foot .foot-br p a.wb {
    background: url(../img/wb.png) center no-repeat;
}

.foot .foot-br p a.zk {
    background: url(../img/zhanku.png) center no-repeat;
}

.foot .foot-br p a.hb {
    background: url(../img/huaban.png) center no-repeat;
}

.foot .foot-br p a:hover {
    opacity: 0.7;
}

.foot .foot-brr {
    background: url(../img/erweima.png) center no-repeat;
    width: 120px;
    height: 144px;
    margin-left: 40px;
}


/*弹视频*/







.full-video-wrap {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.full-video-wrap.active {
    opacity: 1;
    visibility: visible;
}

.full-video-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .9;
}

.full-video-close {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 30px;
    width: 75px;
    height: 75px;
    background: #3a42a2;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.full-video-close:before,
.full-video-close:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    background: #fff;
    border-radius: 3px;
}

.full-video-close:before {
    width: 50%;
    height: 6px;
}

.full-video-close:after {
    width: 6px;
    height: 50%;
}

.full-video {
    position: relative;
    z-index: 1;
    /* width: auto; */
    /* height: 100%; */
    width: 60%;
    top: 20%;
}









/*弹窗*/




.popup-wrap,
.popup-wrap-close {
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    left: 0;
}

.popup-wrap {
    z-index: 110;
    overflow: auto;
    transition: .4s;
    opacity: 1;
    display: none;
    /* visibility: hidden; */
    position: relative;
    z-index: 999999;
}

.popup-toggle {
    cursor: pointer;
}


.popup-wrap-close {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.popup {
    font-size: 14px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    color: #666666;
    background: #fff;
    text-align: left;
    vertical-align: middle;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000;
}

.popup-2 {
    width: 920px;
    height: 600px;
    overflow: hidden;
}

.popup-left {
    background: #fff url(../images/popup.jpg) center center no-repeat;
    height: 600px;
    width: 460px;
}

.popup-right {
    width: 460px;
    height: 600px;
    padding: 50px;
}

.popup-close {
    position: absolute;
    background: url(../images/close_min.png?111) center center no-repeat;
    top: 50px;
    right: 50px;
    height: 23px;
    width: 23px;
    top: 30px;
    right: 30px;
    transition: 0.2s;
}

.popup-close:hover {
    transform: rotate(90deg);
}

.popup-title {
    font-size: 24px;
    margin-top: 54px;
    line-height: 24px;
    margin-bottom: 15px;
}

.popup-field {
    width: 100%;
    display: block !important;
    height: 50px;
    margin: 20px auto;
    border: 0;
    border-bottom: 1px solid #ccc;
    transition: 0.2s;
}

.popup-2-btn:hover {
    opacity: .85;
    background: #3740a3;
}

.popup-2-btn {
    display: block;
    width: 100%;
    height: 50px;
    margin: auto;
    color: #fff;
    margin-top: 40px;
    border: none;
    background: #3740a3;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    opacity: 1;
    cursor: pointer;
    transition: 0.2s;
}

.popup-field-wrap {
    width: 100%;
    margin: auto;
    margin-top: 20px;
}



.zixun {
    width: 90%;
    left: 5%;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
    padding: 100px 0;
    opacity: 0;
    margin-top: -100px;
    transition: 0.5s;
}

.zixun-title {
    font-size: 24px;
    display: inline-block;
    margin-top: 50px;
    margin-right: 30px;
    color: #999;
}

.zixun .current {
    color: #333;
}

.zixun .case-t {
    font-size: 32px;
    color: #333;
    font-weight: 200;
    display: inline-block;
}

.zixun .case-tt {
    font-size: 20px;
    color: #999;
    display: inline-block;
    font-weight: 200;
}

.zixun-content {
    margin-top: 50px;
    overflow: hidden;
}

.zixun-content li {
    width: calc(33.33% - 20px);
    display: block;
    transition: 0.2s;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
    transition: 0.1s;
    position: relative;
}

.zixun-content li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.zixun-content li a img {
    width: 100%;
    display: block;
    transition: 0.2s;
}

.zixun-content li a.tips-a {
    position: absolute;
    display: block;
    left: 20px;
    top: 20px;
    width: auto;
    height: 36px;
    background: #b54242;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    transition: 0.2s;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
}

.zixun-content .con-t {
    height: 200px;
    width: 100%;
    padding: 30px 0;
    transition: 0.2s;
}

.zixun-content .con-top {
    height: 120px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.zixun-content .con-top .con-t-l {
    width: 80px;
    height: 80px;
    border-right: 1px solid #ddd;
    display: inline-block;
    vertical-align: top;
}

.zixun-content .con-top .con-t-l b {
    font-size: 50px;
    line-height: 50px;
    display: inline;
    margin-bottom: 10px;
}

.zixun-content .con-top .con-t-l span {
    font-size: 12px;
    color: #999;
}

.zixun-content .con-top .con-t-r {
    width: calc(100% - 85px);
    vertical-align: top;
    height: 120px;
    display: inline-block;
    padding: 0 10px;
}

.zixun-content .con-top .con-t-r h1 {
    font-size: 16px !important;
    font-weight: 800;
    color: #333;
    width: 100%;
    overflow: hidden;
    font-size: large;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.2s;
}

.zixun-content .con-top .con-t-r p {
    font-size: 14px !important;
    color: #999;
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.zixun-content .con-bottom em {
    float: left;
    font-size: 12px;
    color: #999;
    line-height: 40px;
    font-style: normal;
}

.zixun-content .con-bottom i {
    float: right;
    background: url(../img/zixun-right.png) center no-repeat;
    width: 34px;
    height: 40px;
    background-size: 80%;
    transition: 0.2s;
    opacity: 0.5;
}

.zixun-content a:hover i {
    margin-right: 10px;
    opacity: 1;
}

.zixun-content li:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.zixun-content li:hover h2 {
    color: #3740a3 !important;
}

.zixun-content li:hover img {
    transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    opacity: 0.9;
}

.zixun-content li:hover {
    background: #fff;
}

.zixun-content li:hover .con-t {
    padding: 30px 20px;
}

.zixun1 {
    opacity: 1;
    margin-top: 0;
}




form .msg-box {
    display: none;
}

.n-invalid:focus {
    border-bottom-color: #7777d4;
    box-shadow: none;
}


@media only screen and (max-height: 768px) {
    header {
        /* height: 80px; */
        height: 60px;
    }

    header .nav li a {
        /* line-height: 80px; */
        line-height: 60px;
    }
}

.layui-layer-content {
    color: #fff;
}

/* start banner */
.bannerBottom {
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    backdrop-filter: blur(3px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerBottom-title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 86px;
}

.bannerInput {
    width: 240px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 3px;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding-left: 16px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    margin-right: 20px;
}

.bannerInput::-webkit-input-placeholder {
    color: #CCCCCC;
}

.bannerButton {
    width: 180px;
    height: 50px;
    background: #3A3FA8;
    border-radius: 3px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    outline: none;
    border: none;
    margin-right: 30px;
}

.banner-text {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 10px;
}

.banner-phone {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

/* end banner*/