@charset "utf-8";
/* CSS Document */

/* 全局样式
-------------------------------------------------------------- */
html, body, a, p, span, ul, img {
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    font-size: 14px;
    line-height: 25px;
    font-family: "Microsoft Yahei", "Arial";
    color: #666;
}
p {
    line-height: 25px;
}
img {
    border: none;
    vertical-align: middle;
}
td {
    font-size: 14px;
}
body {
    overflow-x: hidden;
}
/* 链接样式 */
a {
    text-decoration: none;
    outline: none;
}
a:visited {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
    outline: none;
}
* {
    word-break: break-all
}
/* 常用元素 */
.clear {
    clear: both;
    font-size: 1px;
    line-height: 0px;
    height: 0px;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4, h5 {
    margin: 0;
}
/* 层浮动 */
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    margin: 0 auto;
}
/* 文字对齐 */
.tleft {
    text-align: left;
}
.tright {
    text-align: right;
}
.tcenter {
    text-align: center;
}
.visible-xs {
    display: none !important;
}
/*header*/
.header {
    width: 100%;
    z-index: 100;
    height: 120px;
    position: fixed;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.header .daoh {
    position: relative;
    width: 100%;
    height: 120px;
    z-index: 99;
}
.header .daoh .m_container {
    height: 100%;
}
.header .daoh .logo {
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
}
.header .daoh .logo a {
    display: block;
    line-height: 0;
}
.header .daoh .logo a img {
    max-width: 100%;
}
.header .daoh .daoh_r {
    position: relative;
}
.header .daoh .daoh_r {
    float: right;
}
.header .daoh .in_wrap, .header .daoh .wrap {
    overflow: hidden;
}
.header .daoh .in_wrap {
    float: right;
    padding-right: 50px;
    padding-left: 50px;
    max-width: 975px;
    width: -webkit-calc(100% - 625px);
    width: -moz-calc(100% - 625px);
    width: calc(100% - 625px);
}
.header .daoh .in_wrap .nav {
    justify-content: space-between;
}
.header .daoh .nav > li {
    float: left;
    padding: 0px 5px;
    line-height: 120px;
    text-align: center;
}
.header .daoh .nav > li > a {
    font-size: 18px;
    line-height: inherit;
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 0 0 0;
    position: relative;
}
.header .nav_r {
    width: 80px;
    height: 120px;
    float: right;
    cursor: pointer;
    display: none;
}
.menubtn {
    text-align: center;
    position: relative;
    z-index: 20
}
.menubtn span {
    margin-top: 55px;
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
    cursor: pointer;
}
.menubtn span:after, .menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 2px;
    left: 0;
    background-color: #fff;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}
.menubtn span:before {
    top: -10px;
    width: 16px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}
.menubtn span:after {
    bottom: -10px;
    width: 24px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}
.header .nav_r.actives {
    background: none !important;
}
.menubtn.actives span {
    background-color: transparent !important;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}
.menubtn.actives span:after, .menubtn.actives span:before {
    -webkit-transition-delay: 0s, .3s;
    background: #00479D !important;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}
.menubtn.actives span:before {
    top: 0px;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.menubtn.actives span:after {
    width: 100%;
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navigate-mark {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.navigate {
    width: 50%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4;
    visibility: hidden;
    transition: 0.7s;
}
.navigate.show .navigate-item {
    opacity: 1;
    position: relative;
    visibility: visible;
    transform: translateX(0px);
    transition: 0.6s 0.4s;
}
.navigate.show .navigate-item:before {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #DEDEDE;
}
.navigate.show .navigate-item:nth-child(2) {
    transition-delay: 0.5s;
}
.navigate.show .navigate-item:nth-child(3) {
    transition-delay: 0.6s;
}
.navigate.show .navigate-item:nth-child(4) {
    transition-delay: 0.7s;
}
.navigate.show .navigate-item:nth-child(5) {
    transition-delay: 0.8s;
}
.navigate.show .navigate-item:nth-child(6) {
    transition-delay: 0.9s;
}
.navigate:after {
    content: "";
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    z-index: 20;
    opacity: 0;
    transform: scale(0);
    transform-origin: right top;
    transition: 0.78s;
}
.navigate-list {
    position: absolute;
    left: 0%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 75px 110px 0 110px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 40;
}
.navigate-list::-webkit-scrollbar {
width: 7px;
height: 7px;
background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.navigate-list::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
.navigate-list::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #00479D;
}
.navigate-item {
    width: 100%;
    opacity: 0;
    margin: 0;
    padding: 20px 0;
    visibility: hidden;
    transition: 0.4s;
    overflow: hidden;
    transform: translateX(120px);
}
.navigate-item dt {
    display: block;
    float: left;
    width: 140px;
}
.navigate-item dt a {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
}
.navigate-item dd {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
}
.navigate-item dd p {
    float: left;
    padding-right: 25px;
    line-height: 35px;
}
.navigate-item dd p:last-child {
    padding-right: 0;
}
.navigate-item dd p a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
}
.navigate-item dd p a:hover {
    color: #00479D;
}
.show .navigate-mark {
    background-color: rgba(0,0,0,0.5);
}
.navigate.show {
    visibility: visible;
}
.navigate.show:after {
    opacity: 1;
    transform: scale(1);
}
.langue {
    float: right;
    height: 25px;
    position: relative;
    margin-top: 48px;
    margin-right: 34px;
    padding-right: 26px;
}
.langue:before {
    content: "";
    height: 20px;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255,255,255,1);
}
.langue a.lanjt {
    height: 100%;
    display: block;
    position: relative;
    padding-right: 25px;
    background-image: url("../images/lanico.svg");
    background-size: 20px 20px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 34px;
    font-size: 18px;
    color: #FFFFFF;
}
.langue a.lanjt:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    height: 100%;
    background-image: url("../images/jtw.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 7px;
}
.eng {
    display: none;
    background: #fff;
    box-shadow: 0 1px 11px rgb(0 0 0 / 30%);
    width: 86px;
    padding: 4px 10px;
    position: absolute;
    top: 25px;
    margin-top: 15px;
    left: 60%;
    text-align: center;
    transform: translateX(-50%);
    z-index: 96;
}
.eng:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    border-bottom-color: #fff;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.eng a {
    line-height: 36px;
    font-size: 18px;
    display: block;
    width: 100%;
}
.eng a:hover {
    color: #00479D;
}
.header .daoh .ss {
    line-height: 120px;
    height: 100%;
    float: right;
}
.header .daoh .ss a {
    display: block;
    background-image: url(../images/searchw.svg);
    background-size: 20px 21px;
    background-repeat: no-repeat;
    width: 20px;
    height: 21px;
    float: right;
    cursor: pointer;
}
.header .daoh .ss .btn #subSearch {
    display: none;
    line-height: 1;
    background: none;
    color: #fff;
    width: 20px;
    height: 20px;
}
.header .daoh .ss .btn #subSearch svg {
    vertical-align: top;
}
.header.active .daoh .ss .btn #subSearch {
    color: #999999;
}
.header.active .daoh .ss .btn #subSearch svg path, .header.page_nav .daoh .ss .btn #subSearch svg path {
    fill: #333;
}
.header .daoh .ss .btn {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    cursor: pointer;
}
.header .srk {
    display: none;
    position: fixed;
    text-align: center;
    overflow: hidden;
    background: #F4F4F4;
    width: 100%;
    top: 120px;
    right: 0;
    height: 0;
    z-index: 1;
}
.header .srk .serleft {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 16px;
    border: none;
    height: 60px;
    line-height: 60px;
    background: none;
    outline: 0;
    border-radius: 3px;
    padding: 5px 10px;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}
.serleft::-webkit-input-placeholder {
color:#999;
font-size: 16px;
}    /* 使用webkit内核的浏览器 */
.serleft::-moz-placeholder {
color:#999;
font-size: 16px;
}                  /* Firefox版本4-18 */
.serleft::-moz-placeholder {
color:#999;
font-size: 16px;
}                  /* Firefox版本19+ */
.serleft::-ms-input-placeholder {
color:#999;
font-size: 16px;
}
.header .srk .searbut {
    border: none;
    background-image: url("../images/searchw.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-color: #0460C5;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-top: 12px;
    border-radius: 50%;
    outline: 0;
}
.head_eject {
    float: right;
    padding-right: 26px;
    height: 100px
}
.head_eject .span_img {
    display: flex;
    align-items: center;
    height: 100%;
}
.head_eject .cicle {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #666666;
    cursor: pointer;
}
/*header hover*/
.header.active, .page_nav {
    background: #fff;
    border-bottom: 1px solid #EFEFEF;
}
.header.active .daoh .nav > li > a, .header.page_nav .daoh .nav > li > a {
    color: #333333;
}
.header.page_nav .daoh .nav > li > a.on, .header.page_nav .daoh .nav > li > a:hover {
    color: #0460C5;
}
.logo.act .logo_a, .page_nav .logo .logo_a {
    display: none;
}
.logo_b {
    opacity: 0;
    display: none;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.logo_a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.act .logo_b, .page_nav .logo_b {
    opacity: 1;
    display: block;
}
.act .logo_a, .page_nav .logo_a {
    opacity: 0;
}
.header.active .daoh .daoh_r:before, .header.page_nav .daoh .daoh_r:before {
    background: rgba(102,102,102,0.4);
}
.header.active .langue a.lanjt, .header.page_nav .langue a.lanjt {
    background-image: url("../images/lanico02.svg");
    color: #333333;
}
.header.active .langue a.lanjt:before, .header.page_nav .langue a.lanjt:before {
    background-image: url(../images/jtb.svg);
}
.header.active .langue:before, .header.page_nav .langue:before {
    background: #333;
}
.header.active .daoh .ss a, .header.page_nav .daoh .ss a {
    background: url(../images/searchh.svg) no-repeat;
}
.header.active .menubtn span, .header.active .menubtn span::after, .header.active .menubtn span::before, .header.page_nav .menubtn span, .header.page_nav .menubtn span::after, .header.page_nav .menubtn span::before {
    background: #333;
}
/*footer*/
footer {
    background: #222222;
    position: relative;
}
.foot_up {
    background: #0460C5;
    padding: 42px 0;
}
.foot_up .left {
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
    color: #FFFFFF;
}
.foot_up .left img {
    margin-right: 20px;
}
footer .left {
    line-height: 28px;
    color: #747474;
}
footer .left a:hover {
    color: #fff;
}
.foot_link {
    max-width: 100%;
    display: inline-block;
    padding: 0 20px;
    background: none;
    line-height: 48px;
    width: 260px;
    height: 50px;
    color: #D9D9D9;
    font-size: 16px;
    border: 1px solid #666666;
}
.foot_link:hover {
    color: #fff;
}
.foot_link b {
    background-image: url("../images/linkjt.png");
    width: 12px;
    height: 12px;
    margin-top: 20px;
    background-size: cover;
    display: inline-block;
    float: right;
}
.footsharer .bdsharebuttonbox {
}
.footsharer .bdsharebuttonbox a {
    margin: 0 6px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    padding: 0;
}
.footsharer .bdsharebuttonbox a.more {
    background: url("../images/shareh02.png") no-repeat center;
    background-color: rgba(255,255,255,0.2);
}
.footsharer .bdsharebuttonbox a:hover, .footshare .bdsharebuttonbox a:hover#fenxiang1 {
    background-color: rgba(255,255,255,0.4);
}
.footsharer {
    float: right;
}
.newlxr04 {
}
.newlxr04 ul li {
    position: relative;
    float: left;
    margin-left: 12px;
    z-index: 9;
}
.newlxr04 ul li span.mfico {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.newlxr04 ul li:hover span.mfico {
    background-color: rgba(255,255,255,0.4);
}
.lximg {
    background: #FFFFFF;
    position: absolute;
    width: 110px;
    height: 110px;
    right: -26px;
    bottom: 133%;
    display: none;
}
.sharewidth {
    width: 200px;
    right: 0;
    height: 50px;
    padding-top: 5px;
    text-align: center;
    box-shadow: 0 1px 11px rgb(0 0 0 / 30%);
}
.lximg span {
    padding: 5px;
    display: block;
}
.lximg img {
    max-width: 100%;
}
.lximg:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 10px solid #fff;
    bottom: -18px;
    left: 55px;
}
.lximgmo {
    display: none;
}
.sharewidth:after {
    left: 170px;
}
.bottom_up {
    padding: 58px 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 30px;
}
.bottom_up .foot_nav {
    font-size: 16px;
    float: left;
    height: 50px;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 21px;
    padding-right: 20px;
    color: rgba(255,255,255,0.5);
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
}
.bottom_up .foot_nav a {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
    word-break: keep-all;
    opacity: 0.5;
}
.foot_nav span {font-size:16px;line-height: 21px;}
.bottom_up .foot_nav a:hover {
    opacity: 1;
}
.bottom_up .phone {
    float: right;
    height: 50px;
    display: inline-block;
    padding: 0 37px;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
}
@font-face {
    font-family: "dincond-medium";
    src: url("../fonts/dincond-medium-webfont.eot");
    src: url("../fonts/dincond-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dincond-medium-webfont.woff") format("woff"), url("../fonts/dincond-medium-webfont.ttf") format("truetype"), url("../fonts/dincond-medium-webfont.svg#iconfont") format("svg")
}
.bottom_up .phone span {
    font-size: 30px;
    font-family: dincond-medium!important;
    background-image: url("../images/phone.svg");
    background-size: 20px 20px;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #FFFFFF;
}
.link {
    padding-bottom: 25px;
}
.link a {
    margin-right: 15px;
}
.link a:hover, .down a:hover {
    color: #FFFFFF
}
.back-top {
    display: none;
    position: fixed;
    right: 5px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.back-top:hover {
    background-color: #0460C5;
    border-radius: 50%;
}
.back-top:hover svg {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.back-top svg path {
    fill: #969696;
}
.back-top:hover svg path {
    fill: #fff;
}
/*banner*/
.banner {
    width: 100%;
    height: 100vh;
    position: relative;
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .banbg {
    min-width: 112px;
    height: 30px;
    background: rgba(0,0,0,0.2);
    border-radius: 15px;
    text-align: center;
    padding-top: 5px;
}
.banner .bantext {
    position: absolute;
    width: 100%;
    top: 44%;
    text-align: center;
    z-index: 9;
}
.banner .bantext h2 {
    font-size: 24px;
    line-height: 1.1;
    color: #FFFFFF;
}
.banner .bantext h3 {
    font-size: 70px;
    padding-top: 20px;
    line-height: 1.1;
    font-weight: bold;
    color: #FFFFFF;
}
.banner .bantext p {
    line-height: 1.5;
    padding-top: 45px;
    font-size: 18px;
    font-family: Arial;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
}
.banner .bantext .title {
    padding-top: 70px;
}
.banner .bantext .banmore {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    width: 180px;
    height: 60px;
    line-height: 60px;
    background: #E5E5E5;
    border-radius: 30px;
    opacity: 1;
}
.banner .bantext .banmore:hover {
    background: #D7000F;
    color: #fff;
    border: 1px solid #D7000F
}
.banner .bantext .banwen {
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transition: opacity 1.0s 0s, transform 1.0s 0s;
    -moz-transition: opacity 1.0s 0s, transform 1.0s 0s;
    -o-transition: opacity 1.0s 0s, transform 1.0s 0s;
    -ms-transition: opacity 1.0s, transform 1.0s 0s;
    transition: opacity 1.0s 0s, transform 1.0s 0s;
/*
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
*/
}
.banner .swiper-slide.swiper-slide-active .banwen {
    opacity: 1;
    filter: Alpha(opacity=100);
/*
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
*/
    animation-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.banner .pc_banner:before, .banner .mo_banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,34,71,0.7)
}
.mo_banner {
    display: none !important;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pc_banner {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: transform 15s;
    -moz-transition: transform 15s;
    -ms-transition: transform 15s;
    -o-transition: transform 15s;
    transition: transform 15s;
}
.banner .swiper-slide.swiper-slide-active .pc_banner {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.pc_banner video {
    -o-object-fit: fill;
    object-fit: fill;
    height: 100%;
    width: 100%;
}
.banner .news-list-dot {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 9;
}
.banner .news-list-dot .container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-list-dot .swiper-pagination {
    position: relative;
    line-height: 14px;
    display: inline-block;
}
.news-list-dot .swiper-pagination span {
    width: 14px;
    height: 14px;
    background: none;
	outline: 0;
    margin: 0 5px;
    border: 1px solid #FFFFFF;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news-list-dot .swiper-pagination span:hover, .news-list-dot .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #0460C5;
    border: 1px solid #0460C5;
}
.smouse {
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 65px;
    text-align: center;
    top: -80px;
}
.smouse i {
    width: 19px;
    height: 27px;
    border: 2px solid #FFFFFF;
    opacity: 1;
    border-radius: 11px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.smouse i:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    width: 2px;
    height: 6px;
    margin-left: -1px;
    background: #fff;
    -webkit-animation: mouse 2.4s infinite;
    -moz-animation: mouse 2.4s infinite;
    animation: mouse 2.4s infinite
}
 @-webkit-keyframes mouse {
0% {
-webkit-transform:none;
transform:none;
opacity:1
}
100% {
-webkit-transform:translateY(8px);
transform:translateY(8px);
opacity:0
}
}
@-moz-keyframes mouse {
0% {
-moz-transform:none;
transform:none;
opacity:1
}
100% {
-moz-transform:translateY(8px);
transform:translateY(8px);
opacity:0
}
}
@keyframes mouse {
0% {
-webkit-transform:none;
-moz-transform:none;
transform:none;
opacity:1
}
100% {
-webkit-transform:translateY(8px);
-moz-transform:translateY(8px);
transform:translateY(8px);
opacity:0
}
}
.m_container {
    width: 100%;
    max-width: 1730px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
/*
@media (min-width:576px) {
.m_container {
	max-width: 100%
}
	
}
@media (min-width:768px) {
.m_container {
	max-width: 100%;
}

}
@media (min-width:992px) {
.m_container {
	max-width: 960px;
}
	
}
@media (min-width:1280px) {
.m_container {
	max-width: 1200px;
	}
	
}

@media (min-width:1366px) {
.m_container {
	max-width: 1330px;
}

}
@media (min-width:1580px) {
.m_container {
	max-width: 1470px;
}

}
*/

/*index*/
.index_one .index_title {
    padding-top: 80px;
}
.index_one .index_title h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: #333333;
}
.index_one .index_title p {
    font-size: 18px;
    padding-top: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
}
.index_list {
    padding-bottom: 55px;
    padding-top: 50px;
}
.index_list ul {
    margin-left: -7px;
    margin-right: -7px;
}
.index_list ul li {
    width: 33.33%;
    float: left;
    padding: 7px;
}
.index_list ul li .bg {
    height: 350px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.index_list ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}
.index_list ul li .bg:before {
    background: rgba(0,0,0,0.5);
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.index_list .index_eject {
    position: absolute;
    left: 0;
    top: 0;
    padding: 11% 12%;
    width: 100%;
    height: 100%;
}
.index_list .index_eject .ico {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}
.index_list .index_eject .strong {
    font-size: 24px;
    display: block;
    padding-top: 10px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFFFFF;
}
.index_list .index_eject .more {
    position: absolute;
    left: 12%;
    bottom: 6%;
    background-image: url("../images/more.svg");
    padding-right: 29px;
    background-repeat: no-repeat;
    background-size: 19px 9px;
    background-position: right center;
    font-size: 16px;
    opacity: 0;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
}
.index_list ul li a:hover .index_eject .more {
    opacity: 1;
    bottom: 14%;
}
.index_list ul li a:hover .bg:before {
    opacity: 1;
}
.index_list ul li .bg {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.index_list ul li a:hover .bg {
    transform: scale(1.03);
}
/*about*/
.page_nav.active {
    position: fixed;
}
.height120 {
    height: 120px;
}
.page_ban {
    height: 400px;
    position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page_ban:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,34,71,0.5);
}
.page_ban .container {
    height: 100%;
}
.page_ban .smouse {
    top: inherit;
    bottom: 27px;
}
.page_ban .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.page_title {
    text-align: center;
}
.page_title strong {
    font-size: 36px;
    font-weight: bold;
    line-height: 47px;
    color: #FFFFFF;
}
.page_title p {
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
    font-weight: 400;
    line-height: 21px;
    color: rgba(255,255,255,0.5);
}
.page_title p a {
    font-size: 16px;
    position: relative;
    font-weight: 400;
    line-height: 21px;
    padding-right: 18px;
    color: rgba(255,255,255,0.5);
}
.page_title p a:before {
    content: "";
    background-image: url("../images/jtr.svg");
    background-size: 8px 15px;
    background-repeat: no-repeat;
    width: 8px;
    height: 100%;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
}
.page_title p a:last-child {
    padding-right: 0;
}
.page_title p a:last-child:before {
    display: none;
}
.page_title p a:hover {
    color: #FFFFFF;
}
.about_title {
    text-align: center;
}
.about_title h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    color: #333333;
}
.about_title span {
    display: block;
    text-align: center;
    position: relative;
    padding-top: 80px;
    margin-top: 25px;
}
.about_title span:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 50px;
    top: 0;
    background: #CCCCCC;
    opacity: 1;
}
.about_cont {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
}
.about_text {
    padding-top: 50px;
}
.about_text p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    line-height: 1.6;
}
.abou_ico {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 70px;
}
.abou_ico ul {
    max-width: 900px;
    margin: 0 auto;
}
.abou_ico ul li {
    float: left;
    width: 25%;
    padding: 0 15px;
}
.abou_ico span {
    display: inline-block;
    height: 35px;
}
.abou_ico p {
    font-size: 18px;
    padding-top: 15px;
    font-weight: bold;
    line-height: 1.4;
    color: #333333;
}
/*business*/
.business_bg {
    height: calc(100vh - 120px);
	min-height: 600px;
    position: relative;
    overflow: hidden;
}
.bus_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: transform 15s;
    -moz-transition: transform 15s;
    -ms-transition: transform 15s;
    -o-transition: transform 15s;
    transition: transform 15s;
}
.bus_bg.animated {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.business_bg:before {
    content: "";
    background: rgba(0,58,122,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 9;
}
.business_bg .container {
    position: relative;
    z-index: 9;
}
.business_bg .page_title {
    padding-top: 125px;
    max-width: 600px;
    margin: 0 auto;
}
.bustext {
    padding-top: 100px;
    text-align: center;
}
.bustext h3 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFFFFF;
}
.bustext p {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    line-height: 1.4;
    color: #FFFFFF;
}
.bus_button {
    text-align: center;
    padding-top: 60px;
}
.bus_button div {
    display: inline-block;
}
.bus_button span {
    padding-bottom: 10px;
    display: inline-block;
}
.bus_button p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #CCCCCC;
}
.bus_button div:nth-child(1) {
    padding-right: 38px;
    margin-right: 38px;
    position: relative;
}
.bus_button div:nth-child(1):before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.2;
}
/*new*/
.page_menu {
    border-bottom: 1px solid #EEEEEE;
}
.page_menu ul li {
    padding-right: 36px;
    margin-right: 36px;
    float: left;
    position: relative;
	
}
.page_menu ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.page_menu ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 82px;
	display: inline-block;
	position: relative;
    color: #666666;
}
.page_menu ul li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0px;
    height: 14px;
    border: 1px solid #CCCCCC;
    opacity: 1;
}
.page_menu ul li a:after {
content: "";	
width: 0;
height: 1px;
position: absolute;
bottom: -1px;	
left: 0;	
background:#0460C5;
}
.page_menu ul li:last-child:before {display:none;}
.page_menu ul li.active a,.page_menu ul li a:hover{
color: #0460C5;}

.page_menu ul li.active a:after,.page_menu ul li a:hover:after {
width: 100%;
}

.new_list {
    padding-top: 10px;
}
.new_list ul li {
    padding: 60px 0 65px 0;
	overflow: hidden;
	position: relative;
}
.new_list ul li:after {
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #E5E5E5;
}
.new_list span {
    display: inline-block;
}
.new_list .time {
    float: left;
    font-size: 24px;
    width: 10%;
    font-family: dincond-medium;
    font-weight: bold;
    line-height: 29px;
    color: #333333;
}
.new_list .title {
    font-size: 24px;
    float: left;
    width: 45%;
	max-width: 524px;
	padding-right: 50px;
    font-weight: 400;
    line-height: 31px;
    color: #222222;
}
.new_list a{
	color:inherit;
	font-size: inherit;
}
.new_list .right {
    float: right;
    width: 40%;
	max-width: 550px;
}
.new_list .right .des {
    font-size: 18px;
    width: 100%;
    font-weight: 400;
    height: 72px;
    line-height: 24px;
    background: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.new_list .more {
    width: 166px;
    margin-top: 55px;
    height: 44px;
	background: #FFFFFF;
    text-align: center;
    line-height: 44px;
	position: relative;
    border: 1px solid #CCCCCC;
}
.new_list .more i{
    font-size: 16px;
	font-style: normal;
	position: relative;
	z-index: 9;
}
.new_list ul li:hover .more {
border: 1px solid #0460C5;
color: #FFFFFF;
}
.new_list ul li .more:after {
	content: "";
	width: 0;
	left: 0;
	height: 100%;
	background: #0460C5;
	position: absolute;
}
.new_list ul li:hover .more:after {
width: 100%;
}
.new_list ul li:before {
	content:"";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2px;
	width: 0;
	background: #0460C5;
}
.new_list ul li:hover:before {
	left: 0;
	width: 100%;
}
.new_list ul li:hover:after {display:none;}

/*page*/
.paged {
    padding: 50px 0 60px 0;
    text-align: center;
    overflow: hidden;
}
.paged .pagination {
   justify-content: center;
}
.paged .pagination li {
    display: inline-block;
}
.paged:after {
    clear: both;
    content: '';
    width: 0px;
    display: block;
    height: 0px;
}
.paged a {
    display: inline-block;
    line-height: 40px;
    margin: 0 2px;
    padding: 0 10px;
    height: 40px;
    font-size: 20px;
	font-family: dincond-medium;
}
.paged a:hover, .paged .active span {
	color: #0460C5;
}
.paged span {
    display: inline-block;
    line-height: 40px;
    margin: 0 2px;
    padding: 0 10px;
    height: 40px;
    font-size: 20px;
	font-family: dincond-medium;
}
.paged li:first-child span, .paged li:last-child a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	line-height: 30px;
	width: 40px;
}
.paged li:first-child span:hover, .paged li:last-child a:hover {
border: 1px solid #0460C5;
}
.paged li:first-child a, .paged li:last-child span {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	line-height: 30px;
	width: 40px;
}
.paged li:first-child a:hover, .paged li:last-child span:hover {
border: 1px solid #0460C5;
}
.paged li:first-child {padding-right:15px;}
.paged li:last-child {padding-left:15px;}


/*article*/
.article_k {position:relative; padding-top: 100px;padding-bottom: 100px;}
.article_k:before {
content: "";
width: 1px;
height: 100%;
position: absolute;
top: 0;	
right:384px;	
background:#E5E5E5;
}
.article_l {float:left;padding-right: 45px;
	width: -webkit-calc(100% - 388px);
    width: -moz-calc(100% - 388px);
    width: calc(100% - 388px);}
.article_r {float:right;margin-left: 44px;width:340px;}
.article_r h2 {font-size: 24px;
font-weight: bold;
line-height: 24px;
color: #333333;}
.article_up {
overflow: hidden;
border-bottom: 1px solid #E5E5E5;
	padding-bottom: 46px;
}
.article_title {font-size: 30px;float: left;
font-weight: bold;
line-height: 1.4;
color: #000000;
	padding-right: 110px;
	width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);}
.article_up .article_time {float:right;width: 70px; text-align: right;}
.article_up .article_time strong {font-size: 24px;
 font-family: dincond-medium;
font-weight: bold;
line-height: 1.4;
color: #333333;}
.article_time span {font-size: 16px;
 font-family: dincond-medium;
font-weight: 400;
line-height: 20px;
color: #999999;display: block;}
.recommend ul li {border-bottom: 1px solid #EEEEEE;padding: 20px 0 15px 0;}
.recommend ul li a{
	line-height: 24px;
font-size: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.article_text {padding-top:65px;}
.article_text img {max-width:100%;width: auto!important;height: auto!important;}
.article_text,.article_text p {font-size: 16px;line-height: 1.4;}
.article_text p {padding-bottom:15px;}
.article_bot {width: 100%;margin-top: 50px;overflow: hidden;padding: 30px;
background: #F5F5F5;font-size: 16px;}
.article_bot .left,.article_bot .right {width: -webkit-calc(50% - 80px);
    width: -moz-calc(50% - 80px);
    width: calc(50% - 80px);}
.article_bot .mid {float:left;width: 160px; text-align: center;line-height: 20px;}
.article_bot a,.article_bot span{line-height: 20px;
font-size: 16px;}
.article_bot span {width:80px;display: inline-block;background-size: 17px 10px;}
.article_bot .num {
	display: inline-block;
	white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
	width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);}
.article_bot .left span {float:left;background-image: url("../images/nleft.svg");background-position: left;background-repeat: no-repeat;padding-left: 22px;
border-right: 1px solid #666666;padding-right: 5px;}
.article_bot .right span {float:right;background-image: url("../images/nright.svg");background-position: right;background-repeat: no-repeat;padding-right: 22px;border-left: 1px solid #666666;padding-left: 5px;}
.article_bot .left .num {padding-left: 5px;}
.article_bot .right .num {text-align:right;padding-right: 5px;}

@media screen and (max-width:1279px) {
.article_l {
	width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);}
.article_r {
    margin-left: 40px;
    width: 260px;
}
.article_k::before {
    right: 300px;
}
	.article_bot {
    padding: 30px 15px;
}
	.article_title {padding-right:50px;}
	
}
@media screen and (max-width:991px) {
	.new_list .right {width:45%;}
	.new_list .title {font-size:22px;}
	.new_list .right .des {font-size:16px;}
	
.article_l {
	width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);}
.article_r {
    margin-left: 30px;
    width: 180px;
}
.article_k::before {
    right: 220px;
}
.article_title {font-size:26px;padding-right: 30px;}
.article_bot .mid {width:100px;}
.article_bot .left, .article_bot .right {width: -webkit-calc(50% - 50px);
width: -moz-calc(50% - 50px);
width: calc(50% - 50px);}	
	
}

@media screen and (max-width:767px) {
	.new_list ul li {
    padding: 40px 0 35px 0;
	}
	.new_list .time {width:100%;padding-top: 10px;}
	.new_list .title {width:100%;padding-right: 0;font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	}
	.new_list .right {width:100%;padding-top: 15px;}
	.new_list .more {margin-top:30px;width: 150px;}
	.new_list .more i {font-size:14px;}
	.new_list .right .des {
    font-size: 14px;
}
	.new_list .time {font-size:18px;}
	.article_k {
    padding:50px 0px;
}
	.article_l {width:100%;padding-right: 0;}
	.article_r {
	padding-top: 30px;	
    margin-left: 0;
    width: 100%;
}
.article_k::before {
   display:none;
	}
	.article_title {width:100%;padding-right: 0;font-size: 24px;}
	.article_up {padding-bottom:15px;}
	.article_up .article_time {padding-top:15px;}
	.article_text {
    padding-top: 40px;
}
	.article_text, .article_text p {font-size:14px;line-height: 1.5;word-break: break-word;}
	.article_bot .left, .article_bot .right {width:100%;float: left;padding-bottom: 10px;}
	.article_bot .mid {width:100%;float: right;}
	.article_bot {margin-top:30px;}
	
}

.new_list.search_list ul li {
    padding: 30px 0 35px 0;
}
.new_list.search_list .title {width:20%;}
.new_list .right {
max-width: inherit;	
width: 70%;	
}
.new_list.search_list .right .des {
    height: 48px;
    -webkit-line-clamp: 2;
}
.new_list.search_list .more {
    margin-top: 25px;
}
@media screen and (max-width:767px) {
	.new_list.search_list .title {width:100%;}
	.new_list.search_list .right {width:100%;}
}

/*job*/
.job_text {}
.job_text strong {font-size: 24px;
line-height: 24px;display: block;padding-top: 12px;
color: #333333;}
.job_text p {font-size: 36px;padding-top: 5px;
font-weight: 300;
line-height: 1.2;
color: #333333;}
.job_list {}
.job_list ul {margin-left:-19px;margin-right: -19px;}
.job_list ul li {float:left;padding: 19px;width: 33.33%;}
.job_list a { width: 100%;
	display: block;
	position: relative;
background: #FFFFFF;
	padding: 10px;
border: 4px solid #CCCCCC;}
.job_border {background: #FFFFFF;border: 1px solid #CCCCCC;display: block;width: 100%;height: 100%;padding: 55px 45px;background-image: url("../images/jia.svg");background-size: 20px 20px;background-repeat: no-repeat;background-position:90% 55px}
.job_border .job_post {font-size: 24px;max-width: 80%;
font-weight: bold;margin-bottom: 25px;
line-height: 25px;
display: block;	
overflow: hidden;	
height: 50px;	
color: #333333;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.job_list .col {
font-weight: 400;
line-height: 24px;
color: #999999;}
.job_list .row {height:50px;}
.job_list .col strong {font-size: 18px;
font-weight: 400;
line-height: 24px;
color: #333333;}
.job_list ul li a:hover {border: 4px solid #0460C5;}
.job_list ul li a:hover .job_border {background-image: url("../images/jia2.svg");border: 1px solid #0460C5;}
.job_cont {position:relative;padding: 90px 0;}
.job_cont:before {
	content: "";
	width: 1px;
	position: absolute;
	top: 0;
	left: 305px;
	height: 100%;
background: #EEEEEE;
}
.job_left {width: 275px;float: left;}
.job_right {float: left;
	padding-left: 90px;
	margin-left: 30px;
	width: -webkit-calc(100% - 305px);
    width: -moz-calc(100% - 305px);
    width: calc(100% - 305px);
}
.job_left h3{font-size: 30px;
font-weight: bold;
line-height: 1.4;
color: #333333;padding-bottom: 25px; }
.job_left p {font-size: 16px;margin-bottom: 80px;
font-weight: 400;
line-height: 30px;}
.job_more {width: 200px;max-width: 100%;padding-bottom: 8px;}
.job_more a {background: #F5F5F5;width: 100%;height: 49px;border-radius: 25px;display: block;text-align: center;line-height: 49px;}
.job_more span {font-size: 16px;background-size: 20px 20px;background-position: left;padding-left: 35px;background-repeat: no-repeat;}
.job_more a.job_join span {background-image: url("../images/jobico.svg");}
.job_more a.jo_back span {background-image: url("../images/back.svg");}
.job_more a:hover {background-color: #0460C5;}
.job_more a.job_join:hover span {background-image: url("../images/jobicow.svg");}
.job_more a.jo_back:hover span {background-image: url("../images/backw.svg");}
.job_more a:hover span {color:#FFFFFF;}
.job_right {}
.job_right h3 {font-size: 24px;
font-weight: bold;
line-height: 1.5;padding-bottom: 30px;
color: #333333;}
.job_right p {font-size: 16px;
font-weight: 400;
line-height: 30px;}
.pt90 {padding-top:70px;}



@media screen and (max-width:1279px) {
	.job_border {padding:45px 34px;background-position:90% 45px}
	.job_border .job_post {font-size:22px;}
	
}	

@media screen and (max-width:991px) {
	.job_list ul {margin-left:-10px;margin-right: -10px;}
.job_list ul li {padding:15px 10px;}

	.job_border {padding:35px 15px;background-position:90% 38px}
	.job_border .job_post {font-size:20px;}
	.job_right {
    padding-left: 50px;

}
	
}	
@media screen and (max-width:767px) {
.job_list ul li {width: 100%;}
	.job_text p {font-size:24px;}
	.job_text strong {font-size:18px;}
	.job_right {
    padding-left: 0;
    margin-left: 0px;
	padding-top: 30px;	
    width:100%;
}
	.job_cont {
    padding: 50px 0;
}
.job_left {
    width: 100%;
 }	
	.job_cont::before {display:none}
	.job_more {width:45%;float: left;margin-right: 2%;}
	.job_left p {
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 30px;
}
	.job_left h3 {font-size:26px;}
	.pt90 {padding-top:40px;}
	
}

/*job detail*/
.jobyp {
    padding-top: 55px;
}
.recuit label {
    width: 28%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
}
.recuit input[type=text] {
    width: 72%;
    float: left;
    background: #F0F0F0;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    color: #1d1d1d;
    border-radius: 0;
}
.recuit input[type=radio] {
    height: 34px;
    margin-top: 0px;
    vertical-align: -12px;
    margin-right: 6px;
    -webkit-appearance: radio;
}
.recuit select {
    width: 72%;
    float: left;
    outline: 0;
}
.recuit select:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #ccc;
}
.recuit .form-group {
    line-height: 34px;
    margin-bottom: 25px;
}
.recuit button {
    margin-bottom: 30px;
    width: 177px;
    display: inline-block;
    color: #fff !important;
    padding: 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    background: #0460C5;
    border-radius: 5px;
    outline: 0;
}
.recuit textarea {
    border-radius: 0px;
    width: 100%;
    float: left;
    background: #F0F0F0;
    padding: 10px !important;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    color: #1d1d1d;
    border-radius: 0;
}
.message_code span {
    margin-left: 5px;
}
.message_code span img {
    max-height: 50px;
}
.red {color:red;}

@media screen and (max-width:1279px) {
.recuit label {
    width: 32%;
}
.recuit input[type=text] {
    width: 68%;
}
.recuit select {
    width: 68%;
}
}

@media screen and (max-width:991px) {
.recuit .form-group:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}
.recuit .form-group {
    margin-bottom: 10px;
}
.recuit label {
    width: 25%;
}
.recuit input[type=text] {
    width: 75%;
}
.recuit select {
    width: 75%;
}
.recuit textarea {
    width: 100%;
}
}

@media screen and (max-width:767px) {
.recuit label {
    width: 28%;
}
.recuit input[type=text] {
    width: 72%;
}
.recuit select {
    width: 72%;
}
}

@media screen and (max-width:374px) {
.recuit label {
    width: 100%;
}
.recuit input[type=text] {
    width: 100%;
}
.recuit select {
    width: 100%;
}
}

/*contact*/
.contact_bg {background: #F5F5F5;position: relative;}
.contact_bg .map {width:50%;height: 880px;}
.contact_bg .map .my-map {width:100%;height: 880px;}
.cont_r {height:0;position: absolute;width: 100%;top: 0;left: 0;}
.cont_cont {padding:130px 0 0 95px;width: 50%;float: right;}
.cont_cont .ico {max-width:46px;}
.cont_cont h2.title {font-size: 36px;margin-bottom: 40px;
font-weight: bold;
line-height: 1.4;
padding: 20px 0 30px 0;	
border-bottom: 4px solid  #333333;
color: #333333;}
.cont_cont span.img {float:left;width: 50px;
height: 50px;display: flex;align-items: center;justify-content: center;
border: 2px solid #333333;
border-radius: 50%;}
.cont_cont .row {padding-top:25px;padding-bottom: 25px;}
.cont_cont p {float: left;
padding-left: 20px;	
width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);	}
.cont_cont p span.address {color: #999999;line-height: 1}
.cont_cont p strong {
font-size: 18px;
display: block;
line-height: 1.2;
color: #333333;}

@media screen and (max-width:1279px) {
.cont_cont {
    padding: 130px 0 0 50px;
}
	.cont_cont h2.title {font-size:30px;}
	
}

@media screen and (max-width:991px) {
	.cont_cont h2.title {font-size:26px;}
	.cont_cont p strong {font-size:16px;font-weight: 500;}
}
@media screen and (max-width:767px) {
	.contact_bg {overflow:hidden;}
	.cont_r {position:inherit;height: auto;}
	.cont_cont {width:100%;padding: 50px 0;float: left;}
	.contact_bg .map {float:left;width: 100%;height: 300px;}
	.cont_cont h2.title {
    font-size: 24px;
		padding: 10px 0 20px 0;
}
	.cont_cont .ico {
    max-width: 36px;
}.cont_cont .row {
    padding-top: 15px;
    padding-bottom: 15px;
}
	
	
}

@media screen and (min-width:768px) {
/*index one*/
.index_list ul li .bg:before,.new_list ul li .more:after,.page_menu ul li a,.page_menu ul li a:after,.job_list ul li a,.job_more a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index_list .index_eject .more,.new_list ul li:before {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
	
/*top*/
.homemess .up {
    height: 45px;
    width: 100%;
    padding-top: 8px;
    text-align: center;
    position: relative;
}
.homemess .up span {
    cursor: pointer;
    position: relative;
    font-size: 0;
    width: 24px;
    height: 24px;
    background: url("../images/rbutton.png");
    background-repeat: no-repeat;
    background-position: center;
}
.right_open {
    display: none;
    margin: 0 auto;
}
.right_close {
    color: inherit;
    display: block;
    margin: 0 auto;
}
.homemess .up span:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 2px;
    bottom: 3px;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-bottom: 4px solid #999999;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.homemess .up span.right_open:after {
    -webkit-transform: rotate(90deg)!important;
    -ms-transform: rotate(90deg)!important;
    transform: rotate(90deg)!important;
}
}
