@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 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 100px;
    background-color: rgba(0,0,0,0.3);
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.header .daoh {
    position: relative;
    width: 100%;
    height: 100px;
    z-index: 99;
}
.header .daoh .logo {
    float: left;
    padding-left: 5%;
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 23%;
}
.header .daoh .logo a {
    display: block;
    line-height: 0;
}
.header .daoh .logo a img {
    max-width: 100%;
    width: 212px;
}
.header .daoh .daoh_r {
    position: relative;
    padding-left: 30px;
}
.header .daoh .daoh_r:before {
    content: "";
    height: 30px;
    width: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(255,255,255,0.4);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header .daoh .daoh_r {
    float: right;
}
.header .daoh .gouwc {
    float: left;
}

.header .daoh .in_wrap {
    float: right;
    padding-right: 20px;
}
.header .daoh .nav > li {
    float: left;
    padding: 0px 20px;
    line-height: 100px;
	position: relative;
    text-align: center;
}
.header .daoh .nav > li > a {
    font-size: 24px;
    line-height: inherit;
    display: block;
    color: #FFFFFF;
    padding: 0 0 0 0;
    position: relative;
}
.header .daoh .nav > li > a:hover {
    color: #007ec3;
}
.header .daoh .nav .a1 {
    background: url(../images/in_ion-4.png) no-repeat right center;
}
.header .daoh .nav .a1:hover {
    background-image: url(../images/in_ion-4_1.png);
}
.header .daoh .gouwc {
    margin-top: 1px;
}
.header .daoh .gouwc a {
    display: block;
    line-height: 0;
    position: relative;
}
.header .daoh .gouwc b {
    display: block;
    width: 19px;
    height: 19px;
    background-color: #e94820;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 19px;
    text-align: center;
    position: absolute;
    top: -9px;
    right: -9px;
    font-size: 10px;
    font-weight: bold;
}
.header .navdown {
    position: absolute;
    top: 100px;
    width: 180px;
	left: 50%;
    z-index: 999;
    background: #fff;
    height: auto;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;

	transform: translateX(-50%) scaleY(0);
	-webkit-transform: translateX(-50%) scaleY(0);
    -moz-transform:  translateX(-50%) scaleY(0);
    -ms-transform:  translateX(-50%) scaleY(0);
    -o-transform: translateX(-50%) scaleY(0);
	
}

.header .navdown.active  {

	transform: translateX(-50%) scaleY(1);
	-webkit-transform: translateX(-50%) scaleY(1);
    -moz-transform:  translateX(-50%) scaleY(1);
    -ms-transform:  translateX(-50%) scaleY(1);
    -o-transform: translateX(-50%) scaleY(1);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}
.header .navdown .wrap {
    width:100%;
}

.header .navdown .yiji li {
    display: inline-block;
    width: 100%;
}
.header .navdown .yiji a {
    display: block;
	padding: 10px;
}
.header .navdown .yiji a span {
    position: relative;
    font-size: 18px;
    display: block;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.header .navdown .yiji a:hover {
    background: #00479D;
}
.header .navdown .yiji a:hover span {
    color: #fff;
}
.header .navdown .nav_link {
    padding-top: 48px;
}
.header .navdown .nav_link ul {
    margin-left: -10px;
    margin-right: -10px;
}
.header .navdown .nav_link ul li {
    width: 33.33%;
    padding: 0 10px;
    float: left;
}
.header .navdown .nav_link ul li a {
    height: 172px;
    width: 100%;
    display: block;
    padding: 20px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}
.header .navdown .nav_link ul li a span.nav_bg {
    width: 100%;
    bottom: 0;
    height: 0;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.header .navdown .nav_link ul li a:hover span.nav_bg {
    height: 100%;
}
.header .navdown .nav_link ul li a strong, .header .navdown .nav_link ul li a span.des, .header .navdown .nav_link ul li a em {
    position: relative;
    z-index: 9;
}
.header .navdown .nav_link ul li a strong {
    display: block;
    line-height: 29px;
    color: #333333;
    padding-bottom: 15px;
    font-size: 22px;
}
.header .navdown .nav_link ul li a span.des {
    display: block;
    line-height: 26px;
    height: 52px;
    font-size: 18px;
}
.header .navdown .nav_link ul li a em {
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    background-image: url("../images/dhhr.png");
    background-repeat: no-repeat;
    padding-right: 16px;
    background-position: right center;
    line-height: 40px;
    color: #CCCCCC;
}
.header .navdown .nav_link ul li a:hover strong, .header .navdown .nav_link ul li a:hover span.des, .header .navdown .nav_link ul li a:hover em {
    color: #fff;
}
.header .navdown .nav_link ul li a:hover em {
    background-image: url("../images/dhwr.png");
}
.header .nav_r {
    width: 100px;
    height: 100px;
    float: right;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
}
.header .daoh .nav > li > a:after {
    content: "";
    height: 4px;
    background: #00479D;
    position: absolute;
    width: 0;
    bottom: 0;
    left: 50%;
    transition: .5s ease-in-out;
}
.menubtn {
    text-align: center;
    position: relative;
    z-index: 20
}
.menubtn span {
    margin-top: 45px;
    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;
    visibility: visible;
    border-bottom: 1px solid #DEDEDE;
    transform: translateX(0px);
    transition: 0.6s 0.4s;
}
.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;
    background-image: url("../images/rightbg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    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: 30px 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: 26px;
    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: 38px;
    line-height: 35px;
}
.navigate-item dd p:last-child {
    padding-right: 0;
}
.navigate-item dd p a {
    display: inline-block;
    font-size: 18px;
    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: 100px;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 26px;
}
.langue span {background:#DBDBDB;border-radius:26px;width: 76px;display: inline-block;}
.langue span a {border-radius:26px;font-size: 16px; display: inline-block;color: #707070; width: 50%;height: 32px;line-height: 32px; text-align: center;float: left;}
.langue span a.on {background: #00479D;color: #fff;}

.eng {
    display: none;
    background: #fff;
    box-shadow: 0 1px 11px rgba(0,0,0,0.3);
    width: 100px;
    padding: 10px 15px;
    position: absolute;
    top: 100px;
    left: 50%;
    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: 16px;
    display: block;
    width: 100%;
}
.eng a:hover {
    color: #00479D;
}
.header .daoh .ss {
    line-height: 100px;
    height: 100px;
    float: right;
    margin-right: 26px;
}
.header .daoh .ss a {
    display: block;
    background: url(../images/searchw.png) no-repeat;
    width: 24px;
    background-size: 24px 24px !important;
    height: 26px;
    float: right;
    cursor: pointer;
}
.header .daoh .ss .btn #subSearch {
    display: none;
    line-height: 20px;
    background: none;
    color: #fff;
    width: 24px;
    height: 32px;
}
.header .daoh:hover .ss .btn #subSearch, .header.active .daoh .ss .btn #subSearch {
    color: #333333;
}
.header .daoh:hover .ss .btn #subSearch svg path, .header.active .daoh .ss .btn #subSearch svg path {
    fill: #999999;
}
.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: rgba(0,71,157,0.8);
    width: 100%;
    top: 100px;
    right: 0;
    height: 0;
    z-index: 1;
}
.header .srk .serleft {
    height: 100%;
    color: #fff;
    display: inline-block;
    width: 72%;
    font-size: 16px;
    border: none;
    background: none;
    outline: 0;
    border-radius: 3px;
    padding: 5px 10px;
}
.serleft::-webkit-input-placeholder {
color:#fff;
font-size: 16px;
}    /* 使用webkit内核的浏览器 */
.serleft::-moz-placeholder {
color:#fff;
font-size: 16px;
}                  /* Firefox版本4-18 */
.serleft::-moz-placeholder {
color:#fff;
font-size: 16px;
}                  /* Firefox版本19+ */
.serleft::-ms-input-placeholder {
color:#fff;
font-size: 16px;
}
.header .srk .searbut {
    border: none;
    background: url("../images/searchw.svg") no-repeat;
    width: 24px;
    height: 24px;
    outline: 0;
}
/*header hover*/
.header.active, .header:hover, .insidenav {
    background: #fff;
    border-bottom: 1px solid #EFEFEF;
}
.header.active .daoh .nav > li > a, .header:hover .daoh .nav > li > a, .header.insidenav .daoh .nav > li > a {
    color: #333333;
}
.header .daoh .nav > li > a:hover:after, .header.active .daoh .nav > li > a.on:after {
    width: 100%;
    left: 0;
}
.header .daoh .nav > li > a:hover, .header.active .daoh .nav > li > a.on {
    color: #00479D;
}
.logo.act .logo_a, .header:hover .logo .logo_a, .insidenav .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, .header:hover .logo_b, .insidenav .logo_b {
    opacity: 1;
    display: block;
}
.act .logo_a, .header:hover .logo_a, .insidenav .logo_a {
    opacity: 0;
}
.header.active .daoh .daoh_r:before, .header:hover .daoh .daoh_r:before, .header.insidenav .daoh .daoh_r:before {
    background: rgba(102,102,102,0.4);
}
.header.active .nav_r, .header:hover .nav_r {
    background: #00479D;
}
.header:hover .langue a.lanjt, .header.active .langue a.lanjt {
    background-image: url("../images/lanico02.png");
}
.header:hover .eng:before {
    border-bottom-color: #ffffff;
}
.header:hover .daoh .ss a, .header.active .daoh .ss a {
    background: url(../images/searchh.svg) no-repeat;
}
/*footer*/
footer {
    background: #222222;
    padding: 34px 0;
    position: relative;
}
footer .left {
    line-height: 28px;width: 100%;position: relative;
    color: #747474;
}
footer .left a:hover {
    color: #fff;
}
footer .right {position: absolute;
    top: 0;
    right: 0;}
.back-top {
    display: none;
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    background-color: #00479D;
    background-image: url("../images/top.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 9;
}
.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;
}
#vivo-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
#vivo-head .vivo-search {
    max-width: 424px;
    width: 650px;
    position: absolute;
    z-index: 9999;
    display: none;
    right: 0;
    bottom: 0;
}
#vivo-head .vivo-search .closes {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0px;
    color: #fff;
    font-size: 26px;
}
#vivo-head .vivo-search {
}
#vivo-head .qk-results {
    width: 100%;
    float: left;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
#vivo-head .qk-results h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
}
#vivo-head .qk-results ul {
    margin-left: -25px;
    margin-right: -25px;
}
#vivo-head .qk-results ul li {
    font-size: 16px;
    line-height: 1.5;
    float: left;
    width: 100%;
    display: block;
    margin: 9px 0;
    padding: 0 25px;
}
#vivo-head .qk-results a {
    position: relative;
    font-size: 18px;
    font-weight: 400;
}
#vivo-head .qk-results a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1px solid #00479D;
    -webkit-transition: width 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: width 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: width 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: width 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: width 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#vivo-head .qk-results a:hover {
    color: #00479D;
}
#vivo-head .qk-results a:hover:before {
    width: 100%;
}
#vivo-head .search-box {
    position: relative;
    padding-top: 35px;
}
#vivo-head .qk-results, #vivo-head .search-box {
    overflow: hidden;
}
.dim {
    visibility: hidden;
    display: block;
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 120ms 380ms ease-in-out;
    transition: all 120ms 380ms ease-in-out;
}
.view .dim {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    /*cursor:pointer;*/
    -webkit-transition: all 120ms ease-in-out;
    -moz-transition: all 120ms ease-in-out;
    -ms-transition: all 120ms ease-in-out;
    -o-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out;
}
.view .dim {
    z-index: 300;
}
/*banner*/
.banner {
    height: 100vh;
    width: 100%;
    position: relative;
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .bantext {
    position: absolute;
    width: 100%;
    top: 34%;
    text-align: center;
    z-index: 9;
}
.banner .bantext h2 {
    font-size: 58px;
    font-weight: bold;
    line-height: 1.1;
    color: #FFFFFF;
}
.banner .bantext p {
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    padding-top: 25px;
    color: #FFFFFF;
}
.banner .bantext .title {
    padding-top: 70px;
}
.banner .bantext .banmore {
    width: 180px;
    height: 60px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 16px;
    border: 1px solid #FFFFFF;
    opacity: 1;
}
.banner .bantext .banmore:hover {
    background: #00479D;
    color: #fff;
    border: 1px solid #00479D
}
.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.5s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.mo_banner {
    display: none !important;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pc_banner {
    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;
}
.news-list-dot .swiper-pagination span {
    width: 14px;
    height: 14px;
    background: none;
    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: #fff;
}
.news-list-dot .dot-img {
    width: 8px;
    height: 14px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}
.news-list-dot .dot-img:after {
    content: '';
    width: 2px;
    height: 14px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0px;
    top: 0;
}
.news-list-dot .dot-img:before {
    content: '';
    width: 2px;
    height: 14px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0px;
    top: 0;
}
.news-list-dot .dot-img.active:after {
    background-color: transparent;
    border-left: 7px solid #FFFFFF;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.news-list-dot .dot-img.active:before {
    display: none;
}
.smouse {
    font-size: 14px;
    color: #fff;
    line-height: 31px;
    position: absolute;
    right: 15px;
    top: -35px;
}
.smouse i {
    width: 22px;
    height: 34px;
    border: 2px solid #FFFFFF;
    opacity: 1;
    border-radius: 11px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-right: 6px;
}
.smouse i:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    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(10px);
transform:translateY(10px);
opacity:0
}
}
@-moz-keyframes mouse {
0% {
-moz-transform:none;
transform:none;
opacity:1
}
100% {
-moz-transform:translateY(10px);
transform:translateY(10px);
opacity:0
}
}
@keyframes mouse {
0% {
-webkit-transform:none;
-moz-transform:none;
transform:none;
opacity:1
}
100% {
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
transform:translateY(10px);
opacity:0
}
}
/*index womendeyewu*/
.index_one {
    position: relative;
    background: #F4F4F4;
    padding: 60px 0 70px 0;
    overflow: hidden;
    z-index: 40;
}
.index_one .index_bgone {
    background-image: url("../images/onebg01.png");
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    width: 1313px;
    height: 444px;
    z-index: 4;
}
.index_one .index_bgtwo {
    background-image: url("../images/onebg02.png");
    position: absolute;
    right: 0;
    top: 335px;
    max-width: 100%;
    width: 942px;
    height: 147px;
    z-index: 4;
}
.index_title {
    z-index: 9;
    position: relative;
}
.index_title .left h3 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 47px;
    color: #00479D;
}
.index_title .left p {
    font-size: 22px;
    padding-top: 10px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Arial","SourceHanSansCN-Light";
}
.index_title .right a {
    font-size: 28px;
    color: #999;
    width: 48px;
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    height: 48px;
    border: 1px solid #999999;
}
.index_title .right a {
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.index_title .right a img {
    vertical-align: top;
}
.index_title .right a:hover img {
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.main-product {
    margin-top: 60px;
}
.main-product .swiper-container {
    overflow: visible;
    padding-bottom: 60px;
}
.main-product .product-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 0px;
    padding: 30px 30px 202px;
    background-color: #fff;
    transition: margin 1s;
    cursor: pointer;
}
.main-product .swiper-slide .product-wrap:before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 001;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s, transform 1s;
}
.main-product .pagination-wrap {
    position: relative;
    height: 10px;
    margin: 0 20px
}
.main-product .pagination-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    left: 5px;
    height: 1px;
    background-color: #dcdcdc
}
.main-product .swiper-pagination {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 10px
}
.main-product .swiper-pagination-bullet {
    position: relative;
    top: -8px;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    opacity: 1;
    background-color: transparent;
    outline: none
}
.main-product .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 14px;
    height: 14px;
    background: #CCCCCC;
    border-radius: 50%;
}
.main-product .swiper-pagination-bullet-active {
    top: -7px;
    width: 26px;
    height: 26px;
    background: #F4F4F4;
    border: 1px solid #00479D;
}
.main-product .swiper-pagination-bullet-active::before {
    background: #00479D;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
}
.main-product .main-product-tit, .main-product .main-product-desc, .main-product .hash-tag-wrap {
    position: relative;
    z-index: 9;
}
.main-product .hash-tag-wrap {
    max-height: 200px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.main-product .hash-tag-wrap .hash-tag {
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.main-product .main-product-tit {
    display: block;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-product .main-product-desc {
    height: 84px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 18px;
}
.main-product .main-product-desc span {
    font-size: inherit;
    color: inherit;
}
.main-product .img {
    position: absolute;
}
.main-product .img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s, transform 1s;
}
.main-product .hash-tag .item:after {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #FFFFFF;
}
.main-product .hash-tag .item {
    float: left;
    width: 100%;
    position: relative;
    font-size: 16px;
    padding: 3px 0;
    padding-left: 15px;
    color: #FFFFFF;
}
.main-product .hash-tag .item a {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}
.main-product .swiper-slide .product-wrap .mobut {
    display: none;
}
.main-product .swiper-slide-active .product-wrap .mobut {
    position: absolute;
    display: inline-block;
    left: 30px;
    bottom: 30px;
}
.btn-arrow {
    position: relative;
    min-width: 40px;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 17px;
    padding: 0 10px;
    border: 1px solid #ffffff;
    z-index: 9;
}
.btn-arrow .arrow {
    background-image: url(../images/jt3.png);
    display: inline-block;
    width: 17px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 17px 13px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-arrow .label {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    padding: 0 12px;
}
.btn-arrow .label {
    -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    max-width: 0;
    padding: 0;
}
.btn-arrow:hover .label {
    max-width: 88px;
    padding: 0 12px;
    opacity: 1;
}
.main-product {
    padding-bottom: 10px;
    position: relative;
    z-index: 9;
}
.main-product .main-product-inner {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
.main-product .main-product-tit {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.3
}
.main-product .main-product-desc {
    margin-bottom: 40px
}
.main-product .swiper-pagination {
    max-width: 100%;
    margin: 0 auto;
    padding: 0
}
.main-product .swiper-pagination:before {
    right: 0;
    left: 0
}
.main-product .img {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}
.btn-go-to-page {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 26px;
    color: #999;
}
.swiper-num {
    position: absolute;
    right: 0;
    top: 0;
    color: #CCCCCC;
    font-size: 18px;
    z-index: 9;
}
.swiper-num .active {
    font-size: 22px;
    font-family: Lato;
    font-weight: 400;
    line-height: 27px;
    margin-right: 3px;
    color: #00479D;
}
.swiper-num .total {
    font-size: 18px;
    font-family: Lato;
    font-weight: 400;
    line-height: 22px;
    color: #CCCCCC;
}
/* active */
.main-product .swiper-slide-active + .swiper-slide .swiper-slide-inner, .main-product .swiper-slide-active + .swiper-slide + .swiper-slide .swiper-slide-inner, .main-product .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .swiper-slide-inner, .main-product .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .swiper-slide-inner {
    position: relative;
}
.main-product .swiper-slide-active .item02 .hash-tag .item a {
    pointer-events: auto
}
.main-product .swiper-slide-active .btn-go-to-page {
    display: none;
}
.main-product .swiper-slide-active .img {
    opacity: 1;
    transform: translateY(0)
}
.main-product .swiper-slide-active .product-wrap:before {
    opacity: 1;
    transform: translateY(0)
}
.main-product .swiper-slide-active .main-product-tit, .main-product .swiper-slide-active .main-product-desc {
    color: #fff;
}
.main-product .swiper-slide-active .hash-tag-wrap .hash-tag {
    opacity: 1;
    height: auto;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
/*index xiaoxi*/
.index_two {
    padding-top: 50px;
    overflow: hidden;
}
.index_two .news_cont {
    padding: 30px 0 70px 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}
.news-list-swp {
    padding: 15px;
    padding-bottom: 48px;
}
.news-list-swp .swiper-slide a {
    height: 220px;
    display: block;
    width: 100%;
    background: #FFFFFF;
    padding: 25px 30px;
    border: 1px solid #DDDDDD;
    -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-swp .swiper-slide a span.new_name {
    display: inline-block;
    padding: 0 6px;
    line-height: 33px;
    color: #CCCCCC;
    font-size: 16px;
    height: 33px;
    background: #F2F2F2;
}
.news-list-swp .swiper-slide a strong {
    font-size: 22px;
    margin: 6px 0 28px 0;
    display: block;
    height: 72px;
    line-height: 36px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list-swp .swiper-slide a hr {
    border-top: 1px solid #DDDDDD
}
.news-list-swp .swiper-slide a span.time {
    font-size: 16px;
    display: inline-block;
    margin-top: 25px;
    background-image: url("../images/time.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
}
.news-list-swp .swiper-slide a:hover {
    box-shadow: 0px 3px 10px rgba(13, 39, 91, 0.16);
}
.news-list-swp .swiper-slide a:hover strong {
    color: #00479D;
}
.news-list-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news-list-dots .swiper-pagination {
    position: relative;
    line-height: 14px;
}
.news-list-dots .swiper-pagination span {
    margin: 0 9px;
    width: 14px;
    background: none;
    height: 14px;
    opacity: 1;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    -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-dots .dot-img {
    width: 10px;
    height: 14px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}
.news-list-dots .dot-img:after {
    content: '';
    width: 2px;
    height: 14px;
    background-color: #CCCCCC;
    position: absolute;
    left: 1px;
    top: 0;
}
.news-list-dots .dot-img:before {
    content: '';
    width: 2px;
    height: 14px;
    background-color: #CCCCCC;
    position: absolute;
    right: 1px;
    top: 0;
}
.news-list-dots .dot-img.active:after {
    background-color: transparent;
    border-left: 12px solid #ccc;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.news-list-dots .dot-img.active:before {
    display: none;
}
.news-list-dots .swiper-pagination span.swiper-pagination-bullet-active, .news-list-dots .swiper-pagination span:hover {
    background: #00479D;
    border: 1px solid #00479D;
}
/*idnex last*/
.index_bot {
}
.index_bot ul li {
    width: 25%;
    float: left;
}
.index_bot ul li a {
    position: relative;
    width: 100%;
    height: 298px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
}
.index_bot ul li a span.bottom_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    left: 0;
    top: 0;
    -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_bot ul li a .bottom_mask {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    padding: 50px;
}
.index_bot .bottom_mask .bottom_name {
    font-size: 36px;
    font-weight: bold;
    line-height: 47px;
    color: #FFFFFF;
}
.index_bot .bottom_mask .bottom_des {
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 5px 0 0 0;
    line-height: 24px;
    color: #FFFFFF;
    overflow: hidden;
    white-space: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_bot .bottom_mask .btn-arrow {
    display: inline-block;
}
.index_bot .bottom_a {
    position: absolute;
    left: 50px;
    bottom: 48px;
}
.index_bot ul li a:hover span.bottom_img {
    transform: scale(1.03);
}
.index_video .modal-dialog {
    max-width: 95%;
}
.index_video .modal-body {
    text-align: center;
}
.index_video .modal-body video {
    max-width: 100%;
}
.index_video button.close {
    float: right;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
}
.index_video button.close span {
    color: #fff;
    font-size: 26px;
}
/*pageside*/
.page_ban {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.page_ban .page_mask {
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}
.page_ban .page_mask .container {
    text-align: center;
}
.page_ban .page_mask h2 {
    font-size: 36px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 18px;
}
.page_ban .page_mask p {
    font-size: 22px;
    color: #FFFFFF;
}
.page_nav {
    border-bottom: 1px solid #CCCCCC;
}
.page_nav ul {
    margin-left: -40px;
    margin-right: -40px;
}
.page_nav ul li {
    float: left;
    padding: 26px 30px;
}
.page_nav ul li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    line-height: 26px;
    color: #333333;
}
.page_nav ul li:hover a, .page_nav ul li.active a {
    color: #00479D;
    font-weight: bold;
}
/*leader*/
.lear_cont {
    padding:80px 0;
    overflow: hidden;
    max-width: 1135px;
    margin: 0 auto;
}

.lear_cont .leadr_left {
    float: left;
    width: 377px;
}
.lear_cont .leadr_right {
    float: left;
    padding-left: 107px;
    width: -webkit-calc(100% - 377px);
    width: -moz-calc(100% - 377px);
    width: calc(100% - 377px);
}
.lear_cont .leadr_right h3 {color:#333333; padding-bottom: 20px;line-height: 1.4}
.lear_cont .leadr_right p {
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: 15px;
    color: #333333;
}

/*about*/
.about_cont {
}
.about_cont .about_up {
}
.title {
    font-size: 36px;
    font-weight: bold;
    padding-top: 80px;
    text-align: center;
    line-height: 36px;
    color: #00479D;
}
.about_text {
    max-width: 1110px;
    margin: 0 auto;
    text-align: justify;
    padding-top: 34px;
}
.about_text p {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 25px;
    color: #333333;
}
.about_text p:last-child {
    padding-bottom: 0;
}
.about_hps {
    height: 339px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 34px;
}
.about_hps .about_mask {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.about_hps .about_mask div {
    max-width: 864px;
    text-align: center;
}
.about_hps .about_mask p {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
    line-height: 28px;
    color: #FFFFFF;
}
.about_bot {
    background: #EEEEEE;
    margin-top: 40px;
    padding: 40px 0 80px 0;
}
.about_bot ul {
    margin-left: -15px;
    margin-right: -15px;
}
.about_bot ul li {
    width: 25%;
    padding: 0 15px;
    float: left;
}
.about_bot .title {
    font-size: 18px;
    padding-top: 0;
    font-weight: 400;
    text-align: right;
    display: block;
    line-height: 36px;
    padding-bottom: 5px;
    color: #333333;
}
.about_bot .number {
    font-size: 48px;
    font-weight: bold;
    text-align: right;
    display: block;
    position: relative;
    line-height: 64px;
    padding-top: 5px;
    color: #333333;
}
.about_bot .number:before {
    content: "";
    width: 55%;
    position: absolute;
    top: 0;
    right: 0;
    height: 5px;
    background: #333333;
}
.about_bot ul li:nth-child(2) {
    padding-top: 66px;
}
.about_bot ul li:nth-child(3) {
    padding-top: 38px;
}
/*xiangmulichengbei*/
.milest_up {
    margin: 80px 0 60px 0;
    height: 422px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 15px 72px;
}
.milest_up strong {
    font-size: 36px;
    display: block;
    line-height: 47px;
    padding-bottom: 10px;
    color: #FFFFFF;
}
.milest_up p {
    font-size: 18px;
    max-width: 363px;
    line-height: 28px;
    color: #FFFFFF;
}
.milest_down {
}
.milest_down .nav-tabs {
    text-align: center;
    display: block;
    border: none;
}
.milest_down .nav-tabs .nav-link {
    border: none !important;
}
.milest_down .nav-tabs .nav-item {
    display: inline-block;
    padding: 0 40px;
}
.milest_down .nav-tabs .nav-link {
    font-size: 18px;
    padding: 0;
    font-weight: 400;
    position: relative;
    line-height: 24px;
    padding-bottom: 10px;
    color: #333333;
}
.milest_down .nav-tabs .nav-link.active {
    color: #00479D;
}
.milest_down .nav-tabs .nav-link.active:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background: #00479D;
}
.mile_cont {
    overflow: hidden;
    margin: 65px 0 80px 0;
    position: relative;
}
.mile_left {
    float: left;
    width: 45%;
    height: 562px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mile_right {
    float: left;
    width: 55%;
    padding-left: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow-y: auto;
}
 .mile_right::-webkit-scrollbar {
 width:6px;
 height:6px;
}
.mile_right::-webkit-scrollbar-track {
 background:#EEEEEE;
}
.mile_right::-webkit-scrollbar-thumb {
 background:#00479D;
}
.mile_left .mile_mask {
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 23%;
}
.mile_left .mile_mask {
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
}
.mile_list {
}
.mile_list .mile_nei {
    overflow: hidden;
    margin-bottom: 45px;
}
.mile_list .mile_nei:last-child {
    margin-bottom: 0;
}
.mile_list .mile_nei .year {
    float: left;
    width: 180px;
    height: 60px;
    background: #00479D;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    color: #FFFFFF;
}
.mile_list .mile_nei .righ {
    float: right;
    padding-top: 15px;
    width: -webkit-calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: calc(100% - 210px);
    border-top: 2px solid #DDDDDD;
}
.mile_list .mile_nei .righ p {
    font-size: 16px;
    position: relative;
    padding-left: 14px;
    line-height: 32px;
    color: #333333;
    text-indent: 2em;
}
.mile_list .mile_nei .righ .dian:before{
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
}
 .mile_list .mile_nei .righ p:nth-child(1):before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
} 
/*hisdory*/
.about_history {
    position: relative;
    background: url("../images/hisbg.jpg") no-repeat top;
    padding-top: 80px;
    overflow: hidden;
}
.history_cont .gallery-top .swiper-slide {
    height: 241px;
    padding: 28px 30px;
    background: rgba(238,238,238,1);
}
.history_cont .gallery-top .swiper-slide div {
    height: 185px;
    overflow-y: auto;
}
.history_cont .gallery-top .swiper-slide div::-webkit-scrollbar {
 width:6px;
 height:6px;
}
.history_cont .gallery-top .swiper-slide div::-webkit-scrollbar-track {
 background:#00479D;
}
.history_cont .gallery-top .swiper-slide div::-webkit-scrollbar-thumb {
 background:#EEEEEE;
}
.history_cont .gallery-top .swiper-slide div p {
    font-size: 18px;
    position: relative;
    font-weight: 400;
    padding-left: 15px;
    margin-bottom: 10px;
    color: #333333;
}
.history_cont .gallery-top .swiper-slide div p:before {
    content: "·";
    width: 8px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    opacity: 0.5;
}
.history_cont .gallery-top .swiper-slide.swiper-slide-active {
    background: #00479D;
}
.history_cont .gallery-top .swiper-slide.swiper-slide-active p {
    color: #FFFFFF;
}
.history_cont .gallery-top .swiper-slide.swiper-slide-active p:before {
    color: #FFFFFF;
    opacity: 1;
}
.history_year {
    position: relative;
    background: url(../images/history_bg.png) no-repeat 0 bottom;
    width: 850px;
    height: 350px;
    padding-top: 65px;
    margin: auto;
    background-size: 719px 266px;
    overflow: hidden;
    background-position: center bottom;
}
.history_year .leftbox {
    width: 350px;
    height: 850px;
    margin: auto;
}
.history_year .leftbox .swiper-container {
    height: 100%;
    width: 100%;
	pointer-events: none;
}
.history_year a {
    font-size: 26px;
    line-height: 50px;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    transform-origin: 50% 50%;
}
.history_year .leftbox .swiper-slide i {
    width: 23px;
    height: 23px;
    display: block;
    display: none;
    position: absolute;
    top: 98px;
    left: 50%;
    margin-left: -8px;
}
.history_year .leftbox .swiper-slide-active i {
    display: block;
}
.history_year li {
    float: left;
    width: 100%;
    padding: 35px 0;
    border-bottom: #bebebe solid 1px;
    overflow: hidden;
}
.history_cont {
    margin-bottom: 80px;
}
.history_cont .swiper-container {
    padding-bottom: 15px;
}
.history_cont .swiper-slide-prev {
    top: 30px;
}
.history_cont .swiper-slide-next {
    top: 30px;
}
.history_cont .swiper-slide-duplicate-prev, .history_cont .swiper-slide-duplicate-next {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    top: 30px;
}
.history_cont .swiper-slide-duplicate-prev img, .history_cont .swiper-slide-duplicate-next img {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.history_cont .swiper-container-3d .swiper-slide-shadow-right, .history_cont .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.0)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0));
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0));
}
.history_cont .swiper-slide-next, .history_cont .swiper-slide-prev {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}
.history_cont .swiper-pagination {
    display: none;
}
.history_cont .but>div {
    width: 25%;
    height: 87%;
    margin-top: 0;
    top: 30px;
    background: url(../images/wite_bg.png) repeat;
}
.history_cont .but>div.swiper-button-prev {
    left: 0;
}
.history_cont .but>div.swiper-button-next {
    right: 0;
}

@media only screen and (min-width:992px) {
.history_year .leftbox .swiper-slide-active a {
    opacity: 1;
    font-size: 60px;
    line-height: 110px;
    color: #00479D;
}
.history_year .leftbox .swiper-slide-prev a, .history_year .leftbox .swiper-slide-next a {
    opacity: 1;
}
.history_year .leftbox .swiper-slide-next a {transform: rotate(131deg) translateX(-22px) translateY(-7px);	}
	
.history_year .leftbox a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.history_year .leftbox .swiper-slide-prev a, .history_year .leftbox .prev_nth2Mode a {
    transform: rotate(62deg) translateX(17px) translateY(-19px);
    opacity: 1;
}
.history_year .leftbox .next_nth2Mode a {
    transform: rotate(131deg) translateX(-22px) translateY(-7px);
    opacity: 1;
}
.history_year .leftbox .prev_nth3Mode a {
    transform: rotate(33deg) translateX(-48px) translateY(101px);
    opacity: 1;
}
.history_year .leftbox .next_nth3Mode a {
    transform: rotate(152deg) translateX(54px) translateY(98px);
    opacity: 1;
}
.history_year .leftbox .prev_nth4Mode a {
    transform: rotate(-80deg) translateX(-126px) translateY(-143px);
}
.history_year .leftbox .next_nth4Mode a {
    transform: rotate(80deg) translateX(-214px) translateY(162px);
}
.history_year .leftbox .prev_nth5Mode a {
    transform: rotate(-25deg) translateX(-65px);
    opacity: 1;
}
.history_year .leftbox .next_nth5Mode a {
    transform: rotate(25deg) translateX(-65px) translateY(20px);
    opacity: 1;
}
.history_year .leftbox .prev_nth6Mode a {
    transform: rotate(-30deg) translateX(-99px);
    opacity: 1;
}
.history_year .leftbox .next_nth6Mode a {
    transform: rotate(30deg) translateX(-99px) translateY(20px);
    opacity: 1;
}
.history_year .swiper-button-prev {
    width: 28px;
	outline: 0;
    height: 51px;
    outline: 0;
    background: url(../images/his_prev.png) no-repeat center center;
    position: absolute;
    left: 255px;
    top: 0px;
    margin-top: 15px;
}
.history_year .swiper-button-next {
    width: 28px;
	outline: 0;
    height: 51px;
    outline: 0;
    background: url(../images/his_next.png) no-repeat center center;
    position: absolute;
    right: 255px;
    top: 0px;
    margin-top: 15px;
}
.history_year .leftbox .swiper-container {
    padding-right: 92px;
}
.history_year .leftbox .swiper-slide-active a {
    transform: rotate(90deg) translateX(-3px) translateY(-150px);
}
.history_year .leftbox {
    transform: rotate(-90deg) translateX(315px);
}
}

@media only screen and (max-width:991px) {
.history_cont .but>div {
    width: 27px;
    height: 44px;
    margin-top: -22px;
    top: 50%;
    display: none;
}
.history_cont .but>div.swiper-button-prev {
    left: 0;
    background: url(../images/prev02.png) no-repeat center center;
}
.history_cont .but>div.swiper-button-next {
    right: 0;
    background: url(../images/next02.png) no-repeat center center;
}
.history_year .leftbox .swiper-slide.on a {
    font-size: 32px;
    opacity: 1;
    color: #3e3e3e;
}
.history_cont .swiper-slide-prev {
    top: 0px;
}
.history_cont .swiper-slide-next {
    top: 0px;
}
.history_year .leftbox .prev_nth2Mode a {
    transform: rotate(0deg) translateX(0) translateY(0);
}
.history_year .leftbox .next_nth2Mode a {
    transform: rotate(0deg) translateX(0) translateY(0);
}
.history_year .leftbox .prev_nth3Mode a {
    transform: rotate(0deg) translateX(0) translateY(0);
}
.history_year .leftbox .next_nth3Mode a {
    transform: rotate(0deg) translateX(0) translateY(0);
}
.history_year .leftbox .prev_nth4Mode a {
    transform: rotate(0deg) translateX(0) translateY(0);
}
.history_year .leftbox .next_nth4Mode a {
    transform: rotate(0deg) translateX(0) translateY(0);
}
.history_year .leftbox .prev_nth5Mode a {
    transform: rotate(0deg) translateX(0) translateY(0);
}
.history_year .leftbox .next_nth5Mode a {
    transform: rotate(0deg) translateX(0) translateY(0);
}
.history_year .leftbox .prev_nth6Mode a {
    transform: rotate(0deg) translateX(0) translateY(0);
}
.history_year .leftbox .next_nth6Mode a {
    transform: rotate(0deg) translateX(0) translateY(0);
}
.history_year .leftbox .swiper-slide-active a {
    transform: rotate(0deg) translateX(0px) translateY(0px);
}
.history_year .leftbox {
    transform: rotate(0deg) translateX(0px);
}
.history_year .leftbox .swiper-slide-active a {
    color: #00479D;
    font-weight: bold;
    font-size: 28px;
}
.history_year, .history_year .leftbox {
    width: 100%;
    height: auto;
}
.history_year .leftbox .swiper-container {
    padding-right: 0px;
}
.history_year {
    padding-top: 0;
    background: none;
}
.history_year a {
    opacity: 1;
}
.history_year .swiper-button-next.swiper-button-disabled, .history_year .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
    cursor: pointer;
    pointer-events: inherit;
}
.history_year .swiper-button-next.disabled, .history_year .swiper-button-prev.disabled {
    opacity: 0.35;
    cursor: default;
}
.history_year .leftbox .swiper-slide-active i {
    display: none;
}
.history_year a {
    line-height: 32px;
}
.history_year .swiper-button-prev {
    width: 28px;
    height: 28px;
    background: url(../images/his_prev.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -14px;
    background-size: cover;
}
.history_year .swiper-button-next {
    width: 28px;
    height: 28px;
    background: url(../images/his_next.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -14px;
    background-size: cover;
}
.history_cont {
    margin-bottom: 0;
}
.history_year {
    padding: 0 30px;
    box-sizing: border-box;
    position: absolute;
    top: 25px;
    left: 3%;
    width: 94%;
}
.history_cont .swiper-pagination {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.topnum {
    background-size: 100%;
}
.history_cont .swiper-slide.swiper-slide-prev, .history_cont .swiper-slide.swiper-slide-prev img {
    opacity: 1;
    filter: alpha(opacity=10);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.history_cont .swiper-slide.swiper-slide-next, .history_cont .swiper-slide.swiper-slide-next img {
    opacity: 1;
    filter: alpha(opacity=10);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.history_cont .swiper-slide {
    top: 0;
}
}

@media only screen and (max-width:991px) {
.about_history {
    padding-top: 100px;
}
.history_year .leftbox .swiper-slide.on a {
    font-size: 24px;
}
.history_year .swiper-button-next, .history_year .swiper-button-prev {
    width: 20px;
    height: 20px;
	outline: 0;
    margin-top: -10px;
}
}


/*video*/
.m_video {
    padding: 40px 0 40px 0;
}
.m_video ul {
    margin-left: -15px;
    margin-right: -15px;
}
.m_video ul li {
    width: 33.33%;
    padding: 15px;
    float: left;
}
.m_video .img {
    position: relative;
    overflow: hidden;
    display: block;
}
.m_video .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    left: 0;
    top: 0;
}
.m_video .mask i {
    background-image: url("../images/videobut.png");
    background-size: 55px 55px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.m_video .titlet {
    font-size: 22px;
    margin: 20px 0 13px 0;
    font-weight: bold;
    height: 72px;
    line-height: 36px;
    color: #333333;
}
.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m_video .time {
    font-size: 16px;
    font-family: Lato;
    font-weight: 400;
    line-height: 1;
    color: #333333;
}
/*service*/
.service {
    padding-top: 60px;
    padding-bottom: 80px;
}
.service ul li {
    overflow: hidden;
    margin-bottom: 80px;
    position: relative;
}
.service ul li:last-child {
    margin-bottom: 20px;
}
.service ul li .ser_one {
    float: left;
    width: 22%;
    padding-right: 45px;
}
.service ul li .ser_two {
    float: left;
    width: 26%;
    padding-right: 100px;
    padding-top: 50px;
}
.service ul li .ser_two .ser_scoll {
    max-height: 280px;
    overflow-y: auto;
    padding-left: 20px;
    border-left: 1px solid #DDDDDD;
}
.service ul li .ser_two .ser_scoll::-webkit-scrollbar {
 width:6px;
 height:6px;
}
.service ul li .ser_two .ser_scoll::-webkit-scrollbar-track {
 background:#EEEEEE;
}
.service ul li .ser_two .ser_scoll::-webkit-scrollbar-thumb {
 background:#00479D;
}
.service ul li .ser_three {
    float: left;
    width: 43%;
}
.service ul li .ser_three a {
    max-width: 581px;
    width: 100%;
    height: 366px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service ul li .ser_more {
    width: 48px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.service ul li .ser_more a {
    width: 48px;
    display: block;
    height: 48px;
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #707070;
}
.service ul li .ser_more a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/bjia.png");
    background-position: center;
    background-repeat: no-repeat;
}
.service ul li .ser_more a:hover {
    border: 1px solid #00479D;
    background-color: #00479D;
    ;
}
.service ul li .ser_more a:hover:before {
    background-image: url("../images/wjia.png");
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.service ul li .ser_one strong {
    display: block;
}
.service ul li .ser_one .number {
    font-size: 36px;
    line-height: 47px;
    padding-bottom: 10px;
    color: #333333;
}
.service ul li .ser_one .titlet {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color: #333333;
}
.service ul li .ser_two p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #333333;
}
/*page*/
.paged {
    padding: 30px 0 50px 0;
    text-align: center;
    overflow: hidden;
}
.paged .pagination {
    display: block;
}
.paged .pagination li {
    display: inline-block;
}
.paged:after {
    clear: both;
    content: '';
    width: 0px;
    display: block;
    height: 0px;
    visibility: hidden;
}
.paged a {
    border: 1px solid #DCDCDC;
    background: #ffffff;
    display: inline-block;
    line-height: 40px;
    color: #333;
    margin: 0 2px;
    padding: 0 14px;
    height: 40px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 2px;
}
.paged a:hover, .paged .active span {
    border: 1px solid #00479D;
    text-decoration: none;
    color: #fff;
    padding: 0 14px;
    height: 40px;
    line-height: 40px;
    background-color: #00479D;
    font-size: 14px;
}
.paged span {
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #DCDCDC;
    background: #ffffff;
    color: #333;
    line-height: 40px;
    padding: 0 14px;
    height: 40px;
    font-size: 14px;
    margin: 0 2px;
}
.paged li:first-child span, .paged li:last-child a {
    border: none;
}
/*service detail*/
.ser_page {
    padding-top: 80px;
}
.ser_page .titlet h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color: #00479D;
}
.ser_page .titlet p {
    font-size: 16px;
    max-width: 825px;
    font-weight: 400;
    padding-top: 35px;
    line-height: 32px;
    color: #333333;
}
.ser_pagecont {
    padding-bottom: 80px;
}
.ser_pagecont .left {
    width: 55%;
}
.ser_pagecont .right {
    width: 45%;
    padding-left: 55px;
    padding-top: 80px;
}
.ser_but {
    position: relative;
    z-index: 9;
}
.play {
    position: absolute;
    bottom: 45px;
    left: 53%;
}
.Start, .suspend {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: -26px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}
.suspend {
    background-image: url("../images/banplay.png");
    background-size: 8px 14px;
}
.Start {
    display: none;
    background-image: url("../images/banstop.png");
    background-size: 12px 14px;
}
.indussix_k {
}
.indussix_k span {
    display: block;
}
.indussix_k span img {
    width: 100%;
}
.indussix_page {
    padding-top: 64px;
}
.indussix_page h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    line-height: 40px;
    color: #333333;
}
.ser_but .swiper-pagination {
    bottom: 50px;
    left: 0;
    width: 52%;
    text-align: right;
}
.ser_but .swiper-pagination span {
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    margin: 0 3px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    opacity: 1;
}
.ser_but .swiper-pagination span.swiper-pagination-bullet-active {
    background: #00479D;
    border: 1px solid #00479D;
}
.ser_pagecont .left {
}
.ser_pagecont .left ul li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed#CCCCCC;
}
.ser_pagecont .left ul li:last-child {
    border-bottom: 0;
}
.ser_pagecont .left ul li .range_l {
    float: left;
    width: 145px;
    text-align: center;
    padding-top: 8px;
}
.ser_pagecont .left ul li .range_r {
    float: left;
    padding-left: 30px;
    width: -webkit-calc(100% - 145px);
    width: -moz-calc(100% - 145px);
    width: calc(100% - 145px);
}
.ser_pagecont .left ul li .range_r p {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin-bottom:10px;
    padding-left: 15px;
    color: #333333;
}
.ser_pagecont .left ul li .range_r p:before {
    content: "·";
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    font-weight: bold;
    color: #333333;
}
.ser_pagecont .left ul li .range_l span {
    display: block;
    padding-bottom: 6px;
}
.ser_pagecont .left ul li .range_l p {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    opacity: 1;
}
.indus_down {
    padding-top: 20px;
    padding-bottom: 60px;
}
.pb38 {
    padding-bottom: 38px;
}
.indus_down ul li {
    border: 1px solid #E8E8E8;
    padding-left: 38px;
    overflow: hidden;
    height: 80px;
    margin: 10px 0;
}
.downt01 {
    float: left;
    width: 72%;
    background-image: url("../images/pdf.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding-left: 50px;
    font-size: 18px;
    font-weight: bold;
    height: 52px;
    line-height: 20px;
    padding-top: 13px;
    padding-right: 15px;
    color: #333333;
    margin-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.downt02 {
    border-left: 1px solid #E8E8E8;
    width: 14%;
    float: left;
    height: 100%;
    text-align: center;
}
.downt02 a {
    font-size: 18px;
    color: #333;
    display: inline-block;
    line-height: 80px;
    font-weight: bold;
}
.downt02 a i {
    padding-right: 10px;
}
.downt02 a:hover {
    color: #1A489B;
}
.downt03 {
    border-left: 1px solid #E8E8E8;
    width: 14%;
    float: left;
    height: 100%;
    text-align: center;
}
.downt03 a {
    font-size: 18px;
    color: #333;
    display: inline-block;
    line-height: 80px;
    font-weight: bold;
}
.downt03 a i {
    padding-right: 10px;
}
.downt02:hover, .downt03:hover {
    background: #00479D;
}
.downt02:hover a, .downt03:hover a {
    color: #ffffff;
}
.downt02:hover a i svg path, .downt03:hover a i svg path {
    fill: #fff;
}
.ser_eject .titlet {
    overflow: hidden;
}
.ser_eject .titlet h3 {
    float: left;
}
.ser_eject .titlet .more {
    font-size: 22px;
    color: #333333;
    float: right;
    line-height: 42px;
}
.example {
    margin-top: 40px;
    padding-bottom: 40px;
}
.example .col-sm-4 {padding-bottom:15px;}
.example .exam_pic {
    position: relative
}
.exam_pic span.pic {
    display: block;
    overflow: hidden;
}
.exam_pic span.pic img {
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.example .ser_but {
    margin-top: 50px;
}
.example .exam_mask {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.example .ser_but .swiper-pagination {
    bottom: 0;
}
.example .play {
    bottom: -5px;
}
.example .exam_mask {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}
#swiper-container2 .swiper-slide,#swiper-container2 .swiper-slide{pointer-events:none}


.example .exam_mask h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.example .exam_mask p {
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    padding-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.example .exam_mask div {
    width: 100%;
}
.exam_pic:hover .pic img {
    transform: scale(1.03);
}
.example .exam_mask.two {opacity:0;background: rgba(0,71,157,0.7)}
.example .exam_mask.two .text p{
	overflow: hidden;
    text-align: left;
    padding: 0 30px;
	white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.exam_pic:hover .exam_mask.one {opacity:0; -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;}
.exam_pic:hover .exam_mask.two {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;}


/*Qualification*/
.make_list {
    padding-top: 80px;
}
.make_list ul {
    margin-left: -37px;
    margin-right: -37px;
}
.make_list ul li {
    width: 25%;
    float: left;
    padding: 0 37px 25px 37px;
}
.make_list span.img {
    background-image: url("../images/zsbg.png");
    padding: 25px 26px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.make_list ul li p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 20px;
    height: 40px;
    text-align: center;
    color: #333333;
}
.make_list span.img img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.make_list ul li a:hover span.img img {
    transform: scale(1.03);
}



/*shengchanshebei*/
.center-content {
    width: 100%;
}
.equ_cont {
    padding-top: 80px;
}
.equ_cont ul.nav {
    overflow: hidden;
    float: left;
    border: none;
}
.equ_cont ul.nav li {
    margin: 0;
    border: 1px solid #DDDDDD;
    border-right: none;
    float: left;
    line-height: 60px;
    width: 180px;
    text-align: center;
    cursor: pointer;
}
.equ_cont ul.nav li a {
    display: block;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    border: none;
    padding: 0;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.equ_cont ul.nav li:last-child {
    border: 1px solid #DDDDDD;
}
.equ_cont ul.nav li a.active, .equ_cont ul.nav li:hover a {
    color: #ffffff;
    background: #00479D;
}
.equ-list {
    padding-top: 60px;
    padding-bottom: 30px;
}
.equ-list .portfolio {
    padding-bottom: 30px;
}
.equ-list .portfolio .img {
    display: block;
    overflow: hidden;
}
.equ-list .portfolio h3 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 400;
    line-height: 20px;
    height: 40px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.equ-list .portfolio .img {}
.equ-list .portfolio .img img {
    transition: 600ms;
    -webkit-transition: 600ms;
}
.equ-list .portfolio:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*jianyanshebei*/
.equ_two .equ_cont {
    padding-top: 60px;
}
.inventory {
    padding-top: 15px;
    overflow: hidden;
    padding-bottom: 50px;
}
.inventory ul {
    margin-left: -15px;
    margin-right: -15px;
}
.inventory ul li {
    width: 33.33%;
    float: left;
    padding: 15px;
}
.inventory .border {
    height: 230px;
    background: #FFFFFF;
    padding: 42px;
    display: flex;
    border: 1px solid #DDDDDD;
}
.inventory .border span {
    display: flex;
    align-items: center;
    width: 43px;
}
.inventory .border .right {
    float: left;
    max-height: 100%;
    overflow-y: auto;
    padding-left: 70px;
    width: -webkit-calc(100% - 43px);
    width: -moz-calc(100% - 43px);
    width: calc(100% - 43px);
}
.inventory .border .right::-webkit-scrollbar {
 width:6px;
 height:6px;
}
.inventory .border .right::-webkit-scrollbar-track {
 background:#EEEEEE;
}
.inventory .border .right::-webkit-scrollbar-thumb {
 background:#00479D;
}
.inventory .border .right strong {
    font-size: 22px;
    line-height: 28px;
    display: block;
    color: #333333;
}
.inventory .border .right p.model {
    font-size: 18px;
    padding-top: 5px;
    line-height: 28px;
    color: #333333;
}
.inventory .border .right p.ability {
    font-size: 18px;
    padding-top: 28px;
    line-height: 1.4;
    color: #CCCCCC;
}
/*renyuannengli*/
.power_cont {
    padding-top: 80px;
}
.power_title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
}
.power_list {
    padding-top: 58px;
    padding-bottom: 20px;
}
.power_list ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}
.power_list .span {
    width: 106px;
    display: inline-block;
    height: 106px;
    border-radius: 50%;
    line-height: 106px;
    background: #F8F8F8;
}
.power_list strong {
    font-size: 18px;
    display: block;
    text-align: center;
    padding-top: 16px;
    line-height: 24px;
    color: #333333;
}
.power_list p {
    font-size: 16px;
    height: 50px;
    margin-top: 10px;
    line-height: 25px;
    color: #333333;
}

/*news*/
.news_list {
    padding-top: 65px;
}
.news_list ul {
    margin-left: -15px;
    margin-right: -15px;
}
.news_list ul li {
    width: 33.33%;
    float: left;
    padding: 15px;
}
.news_list .border {
    height: 463px;
    width: 100%;
	position: relative;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    -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 .img {
    overflow: hidden;
    height: 289px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}
.news_list .border strong {
}
.news_list .new_cont {
    padding: 30px 25px;
    overflow: hidden;
    display: block;
	width: 100%;
}
/*
.news_list .new_cont {
    padding: 30px 25px;
    overflow: hidden;
    display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
*/
.news_list .new_cont strong {
    font-size: 22px;
    line-height: 36px;
    height: 72px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_list .new_cont .time {
    font-size: 16px;
    display: block;
    padding-top: 12px;
    font-family: Lato;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
}
.news_list li.imgnone .new_cont {
    padding-top: 40px;
}
.news_list li.imgnone .time {
    padding-top: 24px;
}
.news_list li.imgnone .text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 112px;
    margin-top: 20px;
    line-height: 32px;
    height: 96px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news_list li.imgnone .more {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}
.news_list li .border:hover {
    transform: translateY(-8px);
}
.news_list li.imgtext .border:hover .new_cont {
	
}
.news_list li.imgtext .text {display:none;}
.news_list li.imgtext .border:hover .text {display:block;}

/*detail*/
.col-left {
    float: left;
    padding-right: 50px;
    padding-top: 45px;
    padding-bottom: 50px;
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px);
}
.col-right {
    float: left;
    width: 350px;
    padding-top: 45px;
    padding-bottom: 50px;
}
.article {
    margin-bottom: 30px;
}
.article img {
    display: block;
    margin: 20px auto;
    max-width: 100% !important;
    height: auto !important;
}
.article_title {
    font-size: 36px;
    line-height: 1.4;
    color: #00479D;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
}
.article_time {
    font-size: 16px;
    overflow: hidden;
}
.article_time .time {
    font-size: 18px;
    float: left;
    font-family: Lato;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
}
#border hr {
    margin: 15px 0;
    margin-bottom: 32px;
}
.article_des {
    border-left: 4px solid #FF5C5F;
    padding-left: 25px;
}
.article_des span {
    color: #333;
    display: block;
}
.article_des p {
    color: #333;
}
.bottom_link {
    font-size: 18px;
    color: #666;
    float: left;
    line-height: 28px;
    padding-right: 50px;
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
}
.bottom_link p {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    padding-bottom: 5px;
/*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.bottom_link a {
    font-size: 18px;
    color: #666;
}
.bottom_link a:hover {
    color: #00479D;
}
.return {
    float: right;
    font-size: 16px;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    width: 180px;
    height: 60px;
    line-height: 60px;
    background: #00479D;
}
.return:hover {
    font-weight: bold;
    color: #FFFFFF;
}
.recommend {
    border-left: 1px solid #EAEAEA;
    padding: 0 0 10px 50px;
}
.recommend h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: #333333;
    margin: 0;
    margin-bottom: 40px;
}
.recommend ul li {
    border: 1px solid #DDDDDD;
    margin-bottom: 30px;
}
.recommend ul li a {
    display: block;
}
.recommend ul li:last-child a {
    margin-bottom: 0;
}
.recommend ul li a h3 {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.recommend ul li a span {
    padding-top: 5px;
    display: block;
    font-size: 16px;
    font-family: Lato;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
}
.recommend ul li a:hover h3 {
    color: #00479D;
}
.recommend_pic {
    overflow: hidden;
}
.recommend_pic img {
    transition: 600ms;
    -webkit-transition: 600ms;
}
.recommend ul li a:hover .recommend_pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.recomborder {
    padding: 20px;
    transition: 600ms;
    -webkit-transition: 600ms;
}
.borertop {
    border-top: 1px solid #DDDDDD;
    padding-top: 80px;
    padding-bottom: 22px;
    overflow: hidden;
}
.fontsy {
    font-size: 14px;
}
.dt_font_wraps {
    float: right;
	display: flex;
}
.dt_right_wrap .dt_rt_author {
    padding-top: 25px;
    overflow: hidden;
    border-bottom: 2px solid #F0F0F0;
    padding-bottom: 28px;
    margin-bottom: 35px;
}
.dt_right_wrap .dt_rt_author .time {
    color: #D1D1D1;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    min-height: 30px;
}
.dt_right_wrap .dt_rt_author .time i {
    color: #CCCCCC;
    font-size: 16px;
    font-style: normal;
    margin: 0 10px;

}
.dt_right_wrap .dt_rt_author .time em {
    height: 30px;
    display: inline-block;
    font-style: normal;
    padding: 0 14px;
    background: #F2F4F6;
    border-radius: 15px;
    font-size: 16px;
    color: #333333;
}
.dt_right_wrap .dt_rt_author .time span.dian {
    color: inherit;
    font-size: inherit;
    white-space: nowrap;
}
.dt_right_wrap .dt_rt_author span.view {
    line-height: 30px;
    display: inline-block;
    color: #CCCCCC;
    margin-left: 20px;
    background-image: url(../images/view.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.printIco {
    width: 29px;
    height: 29px;
    display: inline-block;
    border-radius: 50%;
    background: #CCCCCC;
    background-image: url("../images/print.svg");
    background-position: center;
    color: #D1D1D1;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 19px 17px;
}
.dt_font_wraps div {
    width: 29px;
    height: 29px;
    background: #CCCCCC;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    user-select: none;
}
.dt_font_wraps div:nth-child(1) {
    margin-right: 0;
}
.dt_rt_content_wrap {
    font-size: 18px;
    color: #333333;
}
.dt_rt_content_wrap p, .dt_rt_content_wrap span, .dt_rt_content_wrap div {
    line-height: 175%!important;
    margin-bottom: 25px!important;
    color: inherit;
    font-size: inherit!important;
}
.printIco:hover,.dt_font_wraps div:hover { background-color: #00479D;}
.dt_rt_content_wrap.msbshow table {
    width: 100%;
}
.dt_rt_content_wrap.msbshow table p {
    margin-bottom: 0 !important;
    font-family: "Microsoft Yahei";
}
.wz-textbox>p {
    font-size: inherit!important;
}
.dt_link {
    padding-bottom: 50px;
}
.dt_link .dt_lan {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: #0074C6;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}
.dt_link a {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    padding: 0 14px;
    color: #333333;
    font-size: 16px;
    background: #F2F4F6;
    border-radius: 15px;
}
.dt_link a:last-child {
    margin-right: 0;
}
.dt_link a:hover {
    color: #666;
}
.dt_rt_give_wrap {
    text-align: center;
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}
.dt_rt_give_wrap>div {
    display: inline-block;
    padding: 0 20px;
}
.dt_rt_give_btn {
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    padding-top: 17px;
}
.dt_rt_give_wrap>div>p {
    font-size: 16px;
    margin-top: 10px;
}
.dt_rt_give_wrap>div>p span {
    color: #666;
    font-size: inherit;
}
.dt_rt_give_btn em {
    background-position: center;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}
.share-popup {
    float: left;
}
.article_time .left {
    line-height: 36px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}
.article_time .bshare-custom {
    line-height: 36px !important;
    float: left;
    padding-left: 20px;
}
.article_time .bshare-custom a {
    width: 29px;
    height: 29px;
    padding-left: 0;
    background-size: 29px 29px;
    background-position: center;
}
.article_time .bshare-custom a:hover {opacity:1;}
.article_time .bshare-custom .bshare-qzone {
    background-image: url("../images/qq.svg");
}
.article_time .bshare-custom .bshare-sinaminiblog {
    background-image: url("../images/xl.svg");
}
.article_time .bshare-custom .bshare-weixin {
    background-image: url("../images/wx.svg");
}
.article_time .bshare-custom .bshare-qzone:hover {
    background-image: url("../images/qqhover.svg");
}
.article_time .bshare-custom .bshare-sinaminiblog:hover {
    background-image: url("../images/xlhover.svg");
}
.article_time .bshare-custom .bshare-weixin:hover {
    background-image: url("../images/wxhover.svg");
}

/*contact;*/
.contact_cont {
    padding-top: 80px;
    padding-bottom: 60px;
}
.contact_cont ul {
    margin-left: -50px;
    margin-right: -50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.contact_cont ul li {
    float: left;
    width: 50%;
    padding: 0 50px;
    padding-bottom: 30px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.contact_cont ul li:nth-child(2n-1) {
    border-right: 1px dashed #DDDDDD;
}
.contact_cont ul li h3 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 20px !important;
}
.contact_cont ul li p {
    padding-bottom: 15px;
    overflow: hidden;
    line-height: 30px;
}
.contact_cont ul li p.text {
    font-size: 18px;
    padding-top: 5px;
    line-height: 24px;
    padding-bottom: 20px;
    color: #333333;
}
.contact_cont ul li span:first-child {
    width: 22px;
    float: left;
    margin-right: 10px;
}
.contact_cont ul li span:nth-child(2) {
    float: left;
    font-size: 18px;
    line-height: inherit;
    color: #333333;
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
}
.contact_cont ul li span:nth-child(2) i{
    font-size: 18px;
    color: #333333;
    font-style: normal;
    width: 63px;
    letter-spacing: 4.5px;
}
.cont_map {
    height: 520px;
    width: 100%;
}
/*job*/
.job_cont {
    padding-top: 80px;
}
.job_cont .job_title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 22px;
    color: #333333;
}
.job_cont .job_up {
}
.job_cont .job_up p {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    float: left;
    margin-right: 35px;
}
.job_cont .job_up span:first-child {
    width: 22px;
    float: left;
    margin-right: 10px;
}
.job_positon {
    padding-top: 20px;
    padding-bottom: 50px;
}
.job_positon ul {
    margin-left: -15px;
    margin-right: -15px;
}
.job_positon ul li {
    width: 33.33%;
    float: left;
    padding: 15px;
}
.job_positon ul li>a {
    border: 1px solid #DDDDDD;
    padding: 30px;
    position: relative;
    display: block;
    transition: .4s;
}
.job_positon ul li>a .job_bm {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.job_positon ul li>a .job_gw {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-top: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.job_positon ul li>a .job_adress {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 20px;
}
.job_positon ul li>a .job_time {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 35px;
}
.job_time i {
    width: 48px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    height: 48px;
    background-image: url("../images/jobjt.svg");
    background-position: center;
    background-size: 16px 12px;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
}
.job_positon ul li>a:hover {
    transform: translateY(-4px);
}
.join-body {
    padding: 10px 10px;
}
.join-body .left {width:100px;padding-top: 3px;}
.join-body .left strong {font-size:17px;}
.join-body .right {
	padding-bottom: 10px;
	width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}
.join-body p {
    font-size: 16px;
    position: relative;
    line-height: 32px;
    padding-left: 18px;
}
.join-body p i{
    font-size: 16px;
    line-height: 32px;
    position: absolute;
    font-style: normal;
    left: 0;top: 0;
}

.job_more {
    display: flex;
    justify-content: center;
}
.job_more a {
    cursor: pointer;
    width: 176px;
    height: 44px;
    background: #F6F6F6;
    border-radius: 5px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.project_more a {
    position: relative;
    display: block;
    font-size: 16px;
    padding-left: 30px;
    width: 172px;
    height: 50px;
    line-height: 50px;
    background: #E6E9EE;
    border-radius: 25px;
}
.project_more a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/aboutmore.png") no-repeat 55% 50%;
    background-color: #D0D3D6;
    border-radius: 50%;
    background-size: 30%;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.project_more a:hover:before {
    transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: #00479D;
}
.project_more {padding-left:100px;}
.project_more a {margin-top:15px;}

@media screen and (max-width:992px) {
.job_positon ul li {
    width: 50%;
}
}

@media screen and (max-width:768px) {
.job_positon ul li {
    padding: 15px;
}
.job_positon ul {
    margin: -15px;
}
.job_positon ul li>a {
    padding: 30px;
}

	
}

@media screen and (max-width:580px) {
.job_positon ul li {
    width: 100%;
}
.join-body .left {width:100%;}
.join-body .right {
    width:100%;
}
	.project_more {padding-left:0px;}

	.join-body .right { padding-bottom:30px;}	
	.project_more a {margin-top:0;}
}
.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: 56px;
    line-height: 56px;
    background: #00479D;
    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;
}

@media screen and (max-width:1199px) {
.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%;
}
}
/*daodejingying*/
.moral_title {
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 75px 0 35px 0;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
}
.moral_up {
}
.moral_up .left {
    width: 54.7%;
    float: left;
    position: relative;
}
.moral_up .right {
    width: 45.3%;
    float: left;
    padding-left: 20px;
}
.moral_up .right ul li {
    width: 100%;
    padding-bottom: 20px;
}
.moral_up .left .mask {
    position: absolute;
    background: rgba(0,0,0,0.15);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 80px;
}
.moral_up .left .mask p {
    font-size: 28px;
    font-weight: 400;
    background-image: url("../images/dou.png");
    background-size: 18px 16px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 20px 0 0 20px;
    line-height: 37px;
    color: #FFFFFF;
}
.moral_up .right .two {
    position: relative;
}
.moral_up .right .two .mask {
    position: absolute;
    background: rgba(0,0,0,0.15);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 40px 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.moral_up .right .two .mask strong {
    font-size: 28px;
    line-height: 37px;
    color: #FFFFFF;
}
.eject {
    text-align: center;
    width: 100%;
    opacity: 0;
    position: absolute;
    bottom: -10px;
	left:0;
    height: 100%;
    display: flex;
	display:  -webkit-box;
	display: -ms-flexbox;
	display:  -webkit-flex;
    align-items: center;
    justify-content: center;
    padding: 40px 40px;
}
.eject div {
	width:100%;
}
.eject p {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 10px;
    color: #FFFFFF;
/*    word-break: break-all;*/
	word-wrap:break-word; overflow:hidden;
}
.eject .copy {
    width: 155px;
    height: 46px;
    border: none;
    font-size: 16px;
    line-height: 46px;
    display: inline-block;
    color: #FFFFFF;
    background: rgba(0,71,157,0.7);
    outline: 0;
}
.eject p .ejecurl {
    border: none;
    background: none;
    color: #FFFFFF;
    font-size: 18px;
    width: 100%;
    text-align: center;
    outline: 0;
}

.moral_up .right ul li:hover .eject {
    opacity: 1;
    bottom: 0;
}
.moral_up .right ul li:hover .titlet {
    opacity: 0;
}
.moral_up .right ul li .titlet, .moral_up .right ul li .eject {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.new_xm ul li{padding-bottom:30px}

@media screen and (min-width:768px) {
/*index one*/
.main-product .swiper-slide {
    display: flex;
    align-items: flex-end;
    width: auto !important;
}
.main-product .swiper-slide-active .product-wrap {
    width: 470px;
    height: 420px;
}
.main-product .swiper-container {
    height: 480px;
    padding-bottom: 62px
}
.main-product .product-wrap {
    width: 492px
}
.main-product .product-wrap {
    height: 220px;
}
.banner .bantext .banmore {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.page_nav ul li, .service ul li .ser_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;
}
/*leader*/
.page_ban {
    height: 499px;
}
.power_list .span img {
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.power_list ul li .span:hover  img {
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
	
}

@media screen and (min-width:1366px) {
.main-product .swiper-slide-active .product-wrap {
    width: 540px;
    height: 490px;
}
.main-product .swiper-container {
    height: 546px;
    padding-bottom: 62px
}
.main-product .product-wrap {
    width: 492px
}
}

@media print {
body {-webkit-print-color-adjust: exact;}
.page_ban {
    height: 499px;
}
.header .daoh .nav > li > a {
    font-size: 16px;
}
.header {
    position: absolute;
}	
.header .daoh .nav > li {
    padding: 0px 5px;
}	
.header .daoh .daoh_r {
    padding-left: 10px;
}
.langue {
    margin-right: 15px;
}
	a {text-decoration: none;}	
	
}


