/* 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: #033e99;
    /*滚动条的背景颜色*/
}

::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: #033e99!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;
  
    height: 100%;
    transition: 0.5s;
    position: relative;
}
header .logo img{height:40px; margin-top:15px; display:block}
header .logo img.m1{display:block;}
header .logo img.m2{ display:none}

header.header2 .logo img.m1{display:none;}
header.header2 .logo img.m2{ display:block;}


header .nav {
    width: auto;
}

header .nav li {
    display: block;
    width: 80px;
    margin-right: 20px; margin-left:10px;
    height: 100%;
    float: left;
    position: relative;
}

header .nav li a.big11 {
    display: block;
 
    height: 100%;
    /* line-height: 100px; */
	line-height: 70px;
    display: block;
    font-size: 16px;
    font-family: 微软雅黑;
    transition: 0.5s;
    color: #fff;
}

header .nav li a.big11:after {
    content: "";
    position: absolute;
    top: 66px;
    left: 0;
    height: 4px;
    width: 0;
    background: #fff;
    transition: 0.5s;
}

header .nav li a.big11:hover::after {
    color: #033e99;
    height: 4px;
    width: 100%;
}

header .nav li a.big11.active {
    color: #fff;
}

header .nav li a.big11.active::after {
    color: #fff;
    height: 4px;
    width: 100%;
}

header .nav li a.big11 strong {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 38px;
    right: 10px;
    background: #ff6161;
}
header .nav li .erji{ display:none; width:160%; margin-left:-30%;}
header .nav li .erji { padding-top:14px; padding-bottom:14px;}
header .nav li:hover .erji{ display:block;}
header .nav li .erji a{ font-size:14px; color:#fff; line-height:2; display:block;}
header.header2 .nav li .erji{background: #fff;}
header.header2 .nav li .erji a{color:#000;}
header button {
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #033e99;
    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: #033e99;
    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;z-index: 222;
}

.header2 a {
    color: #999 !important;
}

.header2 .nav li a:hover {
    color: #033e99 !important;
}

.header2 .nav li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0;
    background: #033e99;
    transition: 0.5s;
}

.header2 .logo {
    background-image: url(img/logo2111111.png);
}

.header2 .nav li a.active {
    color: #033e99 !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 { height:100%; width:100%;object-fit:fill;
}

.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: 3.5vmax;
}

.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;line-height: 36px;
    background: #033e99;
    color: #fff;
    border-radius: 18px; padding:0 40px;
}

.content-a {
    position: relative;
    height: 500px;
}

.content-a .content-aa {
    width: 40%;
    height: 200px;
    background: #033e99;
    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: 24px;
    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: 30px;
    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: 24px;
    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: 90%;
    left: 5%;
    height: 900px;
    position: relative;
    padding-top: 150px;
    transition: 0.5s;
    opacity: 0;
}

.about .con {
    width: 100%;
    margin-top: 50px;text-align: justify;
    line-height: 150%;
}

.about .about-link {
    margin-top: 50px;
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    text-decoration: underline;
    color: #033e99;
    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-us-s-1-video.jpg) left center no-repeat;    background-size: auto 100%;
}

.about .about-video-back {
    position: absolute;
    width: 790px;
    height: 400px;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.about .about-video-blue {
    background: #033e99;
    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 {
    
    height: 100%;
    background: #ddd;
    position: absolute;
    left: 30%;
    top: 0;
}

.about button {
    padding:0 30px;;
     height: 36px;
    position: absolute;
    background: #033e99;border-radius: 18px;
    top: 580px;
    left: 30%;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    font-weight: 200;
    cursor: pointer;
    transition: 0.3s;
}

.about button:hover {
    background: #033e99;
}

.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: #033e99;
    margin-bottom: 20px;
}

.foot .foot-c .problem {
    float: left;
 
    border-right: 1px solid #ddd;    padding-right: 30px;
    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 #033e99;
}

.foot .foot-r .in button {
    width: 140px;
    height: 40px;
    background: #033e99;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.foot .foot-r .in button:hover {
  
}

.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: #033e99;
}

.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: #033e99;
    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/erweima111111.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(img/popup.jpg) center center no-repeat;
    height: 600px;
    width: 460px;
}

.popup-right {
    width: 460px;
    height: 600px;
    padding: 50px;
}

.popup-close {
    position: absolute;
    background: url(img/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: #033e99;
}

.popup-2-btn {
    display: block;
    width: 100%;
    height: 50px;
    margin: auto;
    color: #fff;
    margin-top: 40px;
    border: none;
    background: #033e99;
    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: #033e99 !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;
}

.g_title p{font-size: 32px;
    color: #333;
    font-weight: 200;
    display:  block;}
	.g_title h4{    font-size: 20px; margin-top:5px;
    color: #999;
    display:  block;
    font-weight: 200;}
.g_sec2 *{ box-sizing:content-box;}
.g_sy section {
    padding: 0 5%;
}
.g_sec2, .g_sec3, .g_sec4 {
    padding-top: 75px !important;
}
.g_sec1, .g_sec2, .g_sec3, .g_sec4 {
    padding-bottom: 85px !important;
}
.g_sec1, .g_sec2, .g_sec3, .g_sec4, .g_b1sec1nr, .g_c2 .g_nyfr, .am_e1_sec2, .amf2sec1 {
    overflow: hidden;
}
/* end banner*/
 
.clearfix {
    zoom: 1;
}
.g_sy section {
    
}

.g_sec2 {
    padding-top:  80px !important;
    padding-bottom:  80px !important;  
}

.g_sec2fl {
    width: 49%;
}

.g_sec2fr {
    width: 51%;
}

.g_sec2frsknr,
.g_sec2flnr {
    
}

.g_sec2frsknr.on,
.g_sec2flnr.on {
    display: block;
}

.g_sec2flbot {
    background: #033e99;
   position: absolute; width:100%;
    bottom: 0;
}

.g_sec2flnr {
    padding: 28px 25px;
}

.g_sec2flnr h4 {
    color: #fff;
    font-size: 26px;
    line-height: 1.75;
    margin-bottom: 20px;
}

.g_sec2flnr p {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.75; padding-right:50px;
}

.g_sec2flbot .g_botton {
    margin-top: 60px;
}

.g_sec2frtu {
    width: 100%;
}

.g_sec2fl {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.g_sec2 .clearfix {
    position: relative;
    overflow: hidden;
}

.g_sec2frtu {
    width: 100%;
    position: relative;
}

.g_sec2frtu img {
    width: 100%;
    height: 100%;
}

.g_sec2frtu1 {
    position: relative;
    top: 0;
    left: 0;
}

.g_sec2frtu2 {
    position: absolute;
    top: 0;
    left: 0;
}
.g_sec2 .slick-dots {
    position: absolute;
    bottom: 100px;
    display: block;
    width: 11px;
    list-style: none;
    text-align: center;
    right: 32px;
}

.g_sec2 .slick-dots li {
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 4px 0px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: transparent;
}

.g_sec2 .slick-dots li.slick-active {
    background: #fff;
}

.common_title .case-t {
    font-size: 32px;
    color: #333;
    font-weight: 200;
    display: inline-block;
}
.common_title { margin-bottom:20px;}
.common_title .case-tt {
    font-size: 20px;
    color: #999;
    display: inline-block;
    font-weight: 200;
}

.common_title .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;
}

.common_title .more:hover {
    color: #333;
    padding-left: 25px;
}
.hezuo{ padding:3% 0%; background:#fff; overflow:hidden;}
.yc_eee{  }
.yc_hzhb{}
.yc_hzhb ul{ margin:0 0px;}
.yc_hzhb ul li{ float:left; width:16.6666%;}
.yc_hzhb ul li span{ display:block; margin:15px;  background:#fff; padding:2px; border-radius:5px; text-align:center; border: #eee 1px solid;}
.yc_hzhb ul li span img{ height:auto; max-width:100%;}


/*招聘中心*/
.main.recruit .tit1 {
  color: #393939;
}
.main.recruit .box1 {
  background: #fff;
  position: relative;
  z-index: 1;
}
.main.recruit .box1 .left {
  width: 50%;
}
.main.recruit .box1 .content {
  padding: 2.35rem 0;
  border-bottom: 1px solid #ececec;
}
.main.recruit .box1 .p {
  margin-top: .6rem;
  line-height: 2;
}
.main.recruit .box1 .right {
  width: 31.2%;
}
.main.recruit .box1 .right img {
  width: 100%;
}
.main.recruit .box2 .tit2 {
  color: #45534b;
  line-height: 1;
  margin-bottom: .5rem;
}
.main.recruit .box2 .content {
  padding: 2.35rem 0;
  border-bottom: 1px solid #ececec;
}
.main.recruit .box2 .p {
  margin-top: .6rem;
  line-height: 2;
  margin-bottom: 1.25rem;
}
.main.recruit .box2 .item-li {
  margin-bottom: 1.25rem;
}
.main.recruit .box2 .item-li:last-child {
  margin-bottom: 0;
}
.main.recruit .box2 .ulbox .li {
  width: 15.2%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
}
.main.recruit .box2 .ulbox .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.main.recruit .box2 .ulbox .li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid green;
  right: -6px;
  top: calc(50% - 6px);
  z-index: 2;
}
.main.recruit .box2 .ulbox .li span {
  position: relative;
  z-index: 2;
}
.main.recruit .box2 .ulbox .li:nth-child(1) {
  color: #45534b;
}
.main.recruit .box2 .ulbox .li:nth-child(1):before {
  background: #f2f8f1;
}
.main.recruit .box2 .ulbox .li:nth-child(1):after {
  border-left: 6px solid #f2f8f1;
}
.main.recruit .box2 .ulbox .li:nth-child(1) {
  color: #45534b;
}
.main.recruit .box2 .ulbox .li:nth-child(1):before {
  background: #dfe8f6;
}
.main.recruit .box2 .ulbox .li:nth-child(1):after {
  border-left: 6px solid #dfe8f6;
}
.main.recruit .box2 .ulbox .li:nth-child(2) span{
  color: #fff;
}
.main.recruit .box2 .ulbox .li:nth-child(2):before {
  background: #b4c7e4;
}
.main.recruit .box2 .ulbox .li:nth-child(2):after {
  border-left: 6px solid #b4c7e4;
}
.main.recruit .box2 .ulbox .li:nth-child(3) span{
  color: #fff;
}
.main.recruit .box2 .ulbox .li:nth-child(3):before {
  background: #94aed6;
}
.main.recruit .box2 .ulbox .li:nth-child(3):after {
  border-left: 6px solid #94aed6;
}
.main.recruit .box2 .ulbox .li:nth-child(4) span{
  color: #fff;
}
.main.recruit .box2 .ulbox .li:nth-child(4):before {
  background: #6186c0;
}
.main.recruit .box2 .ulbox .li:nth-child(4):after {
  border-left: 6px solid #6186c0;
}
.main.recruit .box2 .ulbox .li:nth-child(5)  span{
  color: #fff;
}
.main.recruit .box2 .ulbox .li:nth-child(5):before {
  background: #3363ad;
}
.main.recruit .box2 .ulbox .li:nth-child(5):after {
  border-left: 6px solid #3363ad;
}
.main.recruit .box2 .ulbox .li:nth-child(6) span{
  color: #fff;
}
.main.recruit .box2 .ulbox .li:nth-child(6):before {
  background: #033e99;
}
.main.recruit .box2 .ulbox .li:nth-child(6):after {
  display: none;
}
.box3{ background:#fff;}
.main.recruit .box3 .content {
  padding: 2.35rem 0;
  border-bottom: 1px solid #ececec;
}
.main.recruit .box3 .tit1 {
  margin-bottom: .6rem;
}
.main.recruit .box3 .p {
  line-height: 2;
}
.main.recruit .box3 img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.main.recruit .box4 .content {
  padding: 2.35rem 0;
  border-bottom: 1px solid #ececec;
}
.main.recruit .box4 .tit1 {
  margin-bottom: .75rem;
}
.main.recruit .box4 .imgbox {
  padding-bottom: 1.6rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.main.recruit .box4 .imgbox .swiper-pagination {
  bottom: 0;
}
.main.recruit .box4 .imgbox .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #b9cfc3;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 1;
}
.main.recruit .box4 .imgbox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #008c3f;
}
.main.recruit .box4 .imgbox .img {
  overflow: hidden;
}
.main.recruit .box4 .imgbox p {
  color: #393939;
  margin-top: .5rem;
  text-align: center;
}
.main.recruit .box4 .imgbox img {
  max-width: 100%;
}
.main.recruit .box5{
  padding: 2.5rem 0;
  background:#e8f7ef;
}
.main.recruit .box5 .tab-box{
  margin-top:2rem;
}
.main.recruit .box5 .tab-box .li{
  height:105px;
  line-height:105px;
  width:25%;
  background:#d7eee2;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-right:1px solid rgba(255,255,255,.5);
  cursor:pointer;
}
.main.recruit .box5 .tab-box .li:last-child{
  border-right:none;
}
.main.recruit .box5 .tab-box .li:hover,.main.recruit .box5 .tab-box .li.cur{
  background:#fff;
  color:#008c3f;
}
.main.recruit .box5 .tab-box .img{
  width:100%;
  height:30px;
  background-repeat:no-repeat;
  background-position:center top;
  background-size:30px auto;
  margin-bottom:5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.recruit .box5 .tab-box .li:hover .img,.main.recruit .box5 .tab-box .li.cur .img{
  background-position:center bottom;
}
.main.recruit .box5 .warp-ulbox{
  background:#fff;
}
.main.recruit .box5 .ulbox-ajax .contentajax {
  position:relative;
  padding: 1.25rem 1.5rem;
  background:#fff;
}
.main.recruit .box5 .ulbox-ajax .contentajax .imgbox3{
  width:32.7%;
} 
.main.recruit .box5 .ulbox-ajax .contentajax .imgbox3 img{
  width:100%;
}
.main.recruit .box5 .ulbox-ajax .contentajax .imgbox3 span{
  margin:0 7px;
}
.main.recruit .box5 .ulbox-ajax .contentajax .imgbox3 .swiper-pagination-bullet-active{
  background:#008c3f;
}
.main.recruit .box5 .ulbox-ajax .warp-itembox{
  max-height:280px;
  margin-top:1rem;
}

.main.recruit .box5 .ulbox-ajax .contentajax .content-text{
  width:calc(100% - 32.7% - 1.5rem);
  margin-left:1.5rem;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .tit4{
  margin-bottom:.25rem;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .tit5{
  
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .item-li{
  padding:.75rem 0;
  padding-right:1.5rem;
  width:50%;
  border-right:1px dashed #d4d4d4;
  border-bottom:1px dashed #d4d4d4;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .item-li:nth-child(1){
  padding-top:0;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .item-li:nth-child(2){
  padding-top:0;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .item-li:nth-child(2n){
  border-right:none;
  padding-right:0;
  padding-left:1.5rem;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .item-li:last-child{
  border-bottom:none;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .item-li:nth-last-child(2){
  border-bottom:none;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .item-li .tit5{
  line-height:2;
}

.main.recruit .box5 .ulbox-ajax .contentajax .content-text .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color:#008c3f;
  border-radius:0;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .mCSB_scrollTools .mCSB_draggerRail{
  width:2px !important;
  background-color:#eee !important;
}
@media (min-width: 1600px) {
.g_sec2flnr{ padding:140px 25px;}	
}
@media (max-width: 1280px) {
  .main.recruit .box5 .tab-box .li{
    height:90px;
    line-height:90px;
  }
}


@media (max-width: 1024px) {
  .main.recruit .box5 .tab-box .li{
    height:75px;
    line-height:75px;
  }
  .main.recruit .box5 .tab-box .img{
    height:24px;
    background-size:24px auto;
  }
  .main.recruit .box5 .ulbox-ajax .contentajax .imgbox3{
    width:768px;
    max-width:100%;
    margin:0 auto 2rem;
  }
  .main.recruit .box5 .ulbox-ajax .contentajax .content-text{
    width:100%;
    margin-left:0;
  }
  .main.recruit .box5 .ulbox-ajax .warp-itembox{
    max-height:none;
  }
  .warp-subnav .n-subnav .sub-item4{
    width:calc(100% - 250px);
  }
}

/*.main.recruit .box5 .content .p {
  color: #666;
  margin-top: .35rem;
  margin-bottom: 2.35rem;
}
.main.recruit .box5 .content .ulbox {
  background: #fafcf9;
  border: 1px solid #deeadc;
}
.main.recruit .box5 .content .ulbox .li {
  width: 25%;
  padding: .75rem;
  border-right: 1px solid #deeadc;
}
.main.recruit .box5 .content .ulbox .tit1 {
  margin-bottom: .8rem;
}
.main.recruit .box5 .content .ulbox .li:last-child {
  border-right: none;
}
.main.recruit .box5 .content .ulbox .tit2 {
  margin-bottom: .22rem;
}
.main.recruit .box5 .content .ulbox .nli {
  margin-bottom: 1rem;
}
.main.recruit .box5 .content .ulbox .nli .p {
  line-height: 2;
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
}*/
.main.recruit .box6 .tit1 {
  margin-bottom: .75rem;
}
.main.recruit .box6 .content {
  padding: 1.25rem 0 2.5rem;
}
.main.recruit .box6 .box6-tab {
  margin-bottom: 1.1rem;
}
.main.recruit .box6 .box6-tab .li {
  color: #777;
  /*font-weight: bold;*/
  margin-right: 1.75rem;
  line-height:1.8;
  -webkit-transition: color .3s;
          transition: color .3s;
  position: relative;
  cursor: pointer;
}
.main.recruit .box6 .box6-tab .li:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  background: #008c3f;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.main.recruit .box6 .box6-tab .li:hover, .main.recruit .box6 .box6-tab .li.cur {
  color: #008b3f;
}
.main.recruit .box6 .box6-tab .li:hover:before, .main.recruit .box6 .box6-tab .li.cur:before {
  height: 3px;
  width: 100%;
}
.main.recruit .box6 .box6-tab .li:last-child {
  margin-right: 0;
}
.main.recruit .box6 .imgbox2 {
  padding-bottom: 1.6rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.main.recruit .box6 .imgbox2 .swiper-pagination {
  bottom: 0;
}
.main.recruit .box6 .imgbox2 .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #b9cfc3;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 1;
}
.main.recruit .box6 .imgbox2 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #008c3f;
}
.main.recruit .box6 .imgbox2 .img {
  overflow: hidden;
}
.main.recruit .box6 .imgbox2 p {
  color: #393939;
  margin-top: .5rem;
  text-align: center;
}
.main.recruit .box6 .imgbox2 img {
  max-width: 100%;
}
.main.recruit .box7 .content {
  padding: 2.875rem 0 2.25rem;
  border-bottom: 1px solid #ececec;
}
.main.recruit .box7 .content .tit1 {
  width: 23%;
}
.main.recruit .box7 .content .ulbox {
  width: 77%;
}
.main.recruit .box7 .content .ulbox .li-item {
  width: 33.3%;
}
.main.recruit .box7 .content .tit2 {
  line-height: 1.4;
  color: #666666;
}
.main.recruit .box7 .content .tit3.tit-30 {
  line-height: 1.4;
}
.main.recruit .box7 .content .tit3 {
  font-family: "DINCOND-BOLD";
}
.main.recruit .box8 .content {
  padding: 2.25rem 0;
}
.main.recruit .box8 .content .tit1 {
  width: 23%;
}
.main.recruit .box8 .content .ulbox {
  width: 77%;
}
.main.recruit .box8 .content .ulbox .li {
  border-bottom: 1px solid #ececec;
}
.main.recruit .box8 .content .ulbox .li-item {
  width: 33.3%;
}
.main.recruit .box8 .content .ulbox .li-item2 {
  width:50%;
  padding-right: 5%;
}
.main.recruit .box8 .content .ulbox .li-item2:last-child{
  width:33.3%;
  max-width: 50%;
  padding-right:0;
}
.main.recruit .box8 .content .ulbox .li {
  padding: 1rem 0;
  padding-right: 3%;
}
.main.recruit .box8 .content .ulbox .li:first-child {
  padding-top: 0;
}
.main.recruit .box8 .content .ulbox .li:last-child {
  border-bottom: none;
}
.main.recruit .box8 .content .tit2 {
  line-height: 1.4;
  color: #666666;
}
.main.recruit .box8 .content .tit3.tit-30 {
  line-height: 1;
  font-family: "DINCOND-BOLD";
}
.main.recruit .box8 .content .tit3 {
  color: #393939;
}


@media (max-width: 1480px) {
  .main.recruit .box1 .left{
    width:48%;
  }
}
.main *{box-sizing: border-box;}
.recruit-tip {
  height: 6.25rem;
  background: url(../img/img11.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 2.15rem;
}
.recruit-tip .tit1 {
  color: #393939;
  margin-bottom: 10px;
  text-align: center;
}
.recruit-tip .button1 {
  width: 130px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: #008d40;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.w1640 {
    max-width: 1640px;
    width: 90%;
    margin: 0 auto;
}
 .tit-28 {
    font-size: 24px;
    line-height: 1.6;
}
.fl1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}.fl9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
 .tit-16 {
    font-size: 16px;
    line-height: 1.6;
}
 
 
 

.IService{ overflow:hidden ; padding:5% 5% 5% 5% ; background: #fff;}
.IService .IService_content { margin:4% -3% 4% -3%}
.IService .IService_content .IService_content_list{ width: 14.2%; text-align: center; position: relative;}
.IService .IService_content .IService_content_list::before{ content: ""; position: absolute; display: inline-block; width: 155px; height: 1px; background: #d8d8d8; right: -75px; bottom: 15px;}
.IService .IService_content .IService_content_list:last-child::before{ display: none;}
.IService .IService_content .IService_content_list .content_list_top dd{  height: 60px;}
.IService .IService_content .IService_content_list .content_list_top dd img{ max-height: 59px;}
.IService .IService_content .IService_content_list .content_list_top dt{ font-size: 18px; color: #333333; margin-top: 25px;}
.IService .IService_content .IService_content_list .content_list_top p{ font-size: 14px; color: #333333;}
.IService .IService_content .IService_content_list .content_list_bottom{ display: flex;justify-content: center; margin-top: 20px;}
.IService .IService_content .IService_content_list .content_list_bottom span{ width: 30px; height: 30px; border-radius: 100%; border: 1px solid #b9b9b9; display: flex; align-items: center; justify-content: center; color: #ababab;}


.fuwu-bg {
    background-image:url("../img/2014092200018883.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	 /*position: relative;*/
	background-attachment: fixed;
    background-size: cover!important;
	background-color: #F2F2F2;
    max-height: 686px;
    height: auto;
}/* 横向滚动


------------------------------ */
.main_box {
    width: 90%;
    margin: 0 auto;
}
.scroll_horizontal{position:relative; height:340px;padding:10px 0;  }
.scroll_horizontal .box{overflow:hidden;position:relative; height:340px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:400px;}
.scroll_horizontal .list li a{ display:block; margin:0 10px;}
.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:25px;height:50px;background-image:url(../img/control.png);background-repeat:no-repeat;}
.scroll_horizontal .prev{left:-50px;background-position:-50px 0;z-index: 9999}
.scroll_horizontal .next{right:-50px;background-position:0px 0;}
.scroll_horizontal .prev:hover{background-position: -75px 0px;}
.scroll_horizontal .next:hover{background-position:-25px 0px;}

.scroll_horizontal1{position:relative;width:1204px;height:360px;}
.scroll_horizontal1 .box{overflow:hidden;position:relative;width:1204px;height:360px;margin:0 auto;}
.scroll_horizontal1 .list{overflow:hidden;width:9999px;}
.scroll_horizontal1 .list li{float:left;width:204px; height: 360px;}
.scroll_horizontal1 .list li a{display: inline-block;width: 200px;height: 120px;overflow: hidden;position: relative;}
.scroll_horizontal1 .list li a p{width: 200px;height: 120px;background: rgba(171, 55, 50, 0.8);position: absolute;top: 120px;color: #fff;text-align: center;line-height: 120px;transition: 0.5s;}
.scroll_horizontal1 .list li a:hover p{top: 0px;transition: 0.3s;}
.scroll_horizontal1 .list li img{width:200px; height: 120px;}
.scroll_horizontal1 .prev,
.scroll_horizontal1 .next{position:absolute;top:50%;margin-top:-25px;width:25px;height:50px;background-image:url(../img/control.png);background-repeat:no-repeat;}
.scroll_horizontal1 .prev{left:-50px;background-position:-50px 0;z-index: 9999}
.scroll_horizontal1 .next{right:-50px;background-position:0px 0;}
.scroll_horizontal1 .prev:hover{background-position: -75px 0px;}
.scroll_horizontal1 .next:hover{background-position:-25px 0px;}


.scroll_horizontal  ul.list div.bg{width:100%;height: 170px;background-color: rgba(255, 255, 255, 0.3);}
.scroll_horizontal  ul.list div.bg p.title{color: #f4f6f8;text-align: center;line-height: 50px;font-size: 16px;}
.scroll_horizontal  ul.list div.bg p.text{color: #f4f6f8;line-height: 22px;font-size: 12px;padding: 0 10px;}
.scroll_horizontal  ul.list span.sj{
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid rgba(255,255,255,.3);
    position: relative;
    top: 25px;
    left: 30px;
}
.scroll_horizontal  ul.list div.img{clear: both;}
.scroll_horizontal  ul.list div.img span{color: #f4f6f8;margin-top: 40px;display: inline-block;}
.scroll_horizontal  ul.list div.img img{
    width: 80px;
    border-radius: 50%;
    height: 80px;
    margin: 20px;
    float: left;
    border: 2px solid #f4f6f8;
    padding: 5px;}
	
	
	.about-page .section4 {
  width: 100%;
  height: auto;
  background: url(../img/about/bg2.jpg) no-repeat center;
  background-size: cover;
 
  margin-bottom: 0;
}
.about-page .section4 .moudle-title {
  margin-bottom: 60px;
}
.about-page .section4 .left-wrap {
  width: 50%;
}
.about-page .section4 .item {
  width: calc(50% - 40px);
  height: 170px;
  float: left;
  position: relative;
  margin-right: 40px;
  padding-top: 30px;
  border-bottom: 1px solid #ebebeb;
}
.about-page .section4 .item .title {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
}
.about-page .section4 .item .title span {
  font-size: 46px;
  font-weight: 600;
}
.about-page .section4 .item .text {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  text-align: justify;
}
.about-page .section4 .item:hover .title {
   
}
.about-page .section4 .item:hover::after {
  background-color: #df1514;
}
.about-page .section4 .right-wrap {
  width: 50%;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
}
.about-page .section4 .right-wrap img {
  width: 100%;
  height: 100%;
}