


.navbar-brand > img{
    max-height: 45px;
}
/* public*/
.w1200{width:1200px;margin:0 auto;}
.tx-l{text-align:left;}
.tx-c{text-align:center;}
.tx-r{text-align:right;}
.ufl{float:left;}
.ufr{float:right;}

.row.marlg0{margin-right:0;margin-left:0;}
.row .padlg0{padding-right:0;padding-left:0;}
.text{width:100%;overflow:hidden;}
.text img{max-width:100%;}
.col-zs{color:#327cbe;}
.font-18{font-size:18px;}
.font-46{font-size:46px;}
/* @font-face{
font-family:'YaHeiUILight';
src:url('/public/assets/cn/font/YaHeiUILight.eot');
src:url('/public/assets/cn/font/YaHeiUILight.eot?')format('embedded-opentype'),
url('/public/assets/cn/font/YaHeiUILight.woff')format('woff'),
url('/public/assets/cn/font/YaHeiUILight.ttf')format('truetype');
font-weight:normal;
font-style:normal;
} */
.title .ierjnav{margin:45px 0 0!important;height:auto!important;line-height:1!important;}
.ierjnav ul{margin:0!important;font-size:0;padding-bottom:40px;}
.ierjnav ul li{width: 190px;height: 50px;line-height: 50px;position:relative;}
.ierjnav ul li.on:after{
    display:block;
    width:0;
    height:0;
    border-right:12px solid transparent;
    border-bottom:8px solid #e6e6e6;
    border-left:12px solid transparent;
    content:'';
    position:absolute;
    bottom:-41px;
    left:50%;
    margin-left:-5px;
    z-index:2;
}
.ierjnav ul li.on:before{
    display:block;
    width:0;
    height:0;
    border-right:12px solid transparent;
    border-bottom:8px solid #fff;
    border-left:12px solid transparent;
    content:'';
    position:absolute;
    bottom:-42px;
    left:50%;
    margin-left:-5px;
    z-index:3;
}
.ierjnav ul li.on{background: #024886;border-color:#024886;}
.ierjnav ul li a{color:#565757;font-size:18px;}
.ierjnav ul li.on a{color:#fff;}
.ierjnav ul li.on a span{opacity:0.9}
.ierjnav ul li i{width: 40px;height:50px;display: inline-block;float: left;}

.isjnav{height:auto!important;line-height:1!important;font-size:0;margin-bottom:-1px;}
.isjnav ul li{width:auto!important;padding:0 1px;}
.isjnav ul li.on{border:0!important;}
.isjnav ul li a{color:#565757;display:block;height:48px;line-height:48px;padding:0 30px;position:relative;border-right:1px solid #fff;border-left:1px solid #fff;}
.isjnav ul li.on a{color:#024886;background-color:#fafbfd;border-right:1px solid #e6e6e6;border-left:1px solid #e6e6e6;}
.isjnav ul{width:auto!important;}

.ifjnav{border:1px solid #e6e6e6;background-color:#fafbfd;}
.ifjnav ul,.ifjnav ul li{width:auto!important;}
.ifjnav ul li{padding:0 30px;position:relative;font-size:14px!important;}
.ifjnav ul li+li:after{
    display:block;
    width:1px;
    height:12px;
    background-color:#e6e6e6;
    content:'';
    position:absolute;
    left:0;
    top:50%;
    margin-top:-6px;
}
.mar_t30{margin-top:30px!important;}
.mar_t50{margin-top:50px!important;}
/*input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], input[type="date"], select, textarea {
    border-radius: 2px;
    border: solid 1px #ccc;
    padding: 0.6em;
    background-color: #f7f7f7;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
    width: 100%;
    transition: all 0.3s ease;
}*/
/* header */
header{box-shadow:0 2px 3px 1px #ddd;padding-bottom:0px;}
#search {
    background: #004976 !important;
    box-shadow: 0 11px 6px -9px rgba(0,0,0,0.15) inset;
    padding:16px 0;
    display: none;
}
#search form .search-strip_input {
    position: relative;
    float: left;
    margin: 0;
    width: 77%;
}
#search-text{
    background: #007dbb;
    padding: 5px;
    border: none;
    font-size: 2em;
    color: #fff;
    line-height: 1;
    height: auto;
    margin: 0;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 5px;
    width: 100%;
}
input#search-text:focus {
    border: 2px solid rgba(255,255,255,0.8);
}
#search form #search-btn {
    font-family: "DINWebPro-Bold", Arial,Helvetica,sans-serif;
    display: block;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 15px;
    text-transform: uppercase;
    font-size:14px;
    color:#fff;
    font-weight:bold;
    margin: 0;
    float: right;
    width: 20%;
    background-color: #007dbb;
    background-image:url(../image/ico_sea.png);
    background-repeat:no-repeat;
    background-position:38% center;
    border-radius: 5px;
    box-shadow: 0 3px 0 #004976;
    transition: background-color 0.3s ease, top 0s ease;
}
#search form #search-btn:active {
    background-color: #004976;
    top: 3px;
    position: relative;
    box-shadow: 0 1px 0 #000 inset;
}
.preheader {
    background: #007dbb;
    background-color: #eee;
    /* display: none; */
}
.preheader-container{float:right;}
ul.preheader-nav {
    float: left;
    font-size:14px;
    list-style: none;
    border-left: 1px solid rgba(255,255,255,0.3);
    border-left: 1px solid #dcdcdc;
    margin: 0;
}
ul.preheader-nav li{float:left;}
ul.preheader-nav li a {
    transition: background 0.3s ease;
    background-color: transparent;
    border-right: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid #dcdcdc;
    color: #fff;
    color: #333;
    display: block;
    float: left;
    font-weight: bold;
    font-weight: 300;
    line-height: 1.6;
    padding: 7px 20px;
    position: relative;
}
/* ul.preheader-nav li a.active, ul.preheader-nav li a:hover {
    background-color: #004976;
} */
i.ico-down{
    display:inline-block;
    width:12px;
    height:8px;
    background:url(/public/assets/cn/images/ico_down.png);
    vertical-align:middle;
    margin-left:12px;
}
i.ico-search{
    display:inline-block;
    width:13px;
    height:13px;
    background:url(../image/ico_sea.png);
    vertical-align:baseline;
    margin-right:8px;
}
a.btn-close{display:inline-block;width:40px;height:40px;background:url(/public/assets/cn/images/ico_close.png) center no-repeat;background-size:40%;}
.company-list .container{position:relative;}
.company-list a.btn-close{position:absolute;right:10px;top:10px;z-index:9;}
.company-list{
    background: #004976;
    display: none;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
    padding-bottom:40px;
}
.selector-wrap h1{color:#007dbb;font-size:48px;}
.selector-wrap h3 {
    color: #fff;
    font-size:34px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin: 0 0 10px;
    padding: 20px 0 5px;
    line-height:1.25;
}
.company-ul li{
    width: 25%;
    float:left;
}
.company-ul li a {
    color: #fff;
    opacity: 0.8;
    display: block;
    line-height:25px;
    font-size:16px;
}
.company-ul li a:hover{opacity:1;}
/* header{position:absolute;width:100%;z-index:100;border-bottom:1px solid #515d73;} */
.navbar-default{border:0;background:#fff;margin-bottom:0;}
.navbar-brand{height:auto;padding:10px 10px 10px 15px;color:#fff!important;margin-top: 10px;}
.navbar-brand > img{margin-right:1.5rem;}
/* .navbar-right{margin-top:28px;} */
.navbar-default .navbar-nav > li > a{
    color:#000;
    font-size:16px;
    text-align: center;
    padding-right: 0;
    margin-left: 10px;
}
.navbar-default .navbar-nav > li.on > a{color: #f0870a}
/*.navbar-toggle{margin-top:28px;}*/

.erj-nav{
    position:absolute;
    top:100%;
    right:-30px;
    left:-30px;
    z-index:99;
    background-color:#007dbb;
    background-color:#f4f4f4;
    border:1px solid #fff;
    display:none;
}
.erj-nav p{line-height:40px;text-align:center;color:#fff;margin-bottom:0;transition:all 0.4s;}
.erj-nav p a:hover{background-color: #007dbb;color:#fff;}
.erj-nav p+p{border-top:1px solid #fff;}
.erj-nav p a{display:block;color:#fff;color:#999;}
/* .navbar-default .navbar-nav > li:hover .erj-nav{display:block;} */

/* banner */
.banner .img img{width: 100%;height: 100%;object-fit: cover;}
/* .home-video {height:0;padding-top:32.3%;position:relative;overflow:hidden;} */
.home-video video{
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:2;
}
.home-vbg{position:absolute;top:0;bottom:0;left:0;right:0;z-index:3;background-color:#171a1c;opacity:0.3;}
.banner-img{
	position: absolute;
    top: 50%;
    width: 100%;
    transform:translateY(-50%);
}
.dtable {
    display: table;
    height: 100%;
}
.dtcell {
    display: table-cell;
    vertical-align: middle;
}
.max-w{max-width:582px;}
.pro-text h3{font-size:50px;color:#fff;margin-bottom:30px;text-align:center;}
.pro-text p{color:#fff;margin-bottom:30px;}
.pro-link{text-align:center;}
.pro-link a{display:inline-block;width:135px;height:40px;line-height:40px;color:#fff;background:#273651;text-align:center;}

.pro-text h3,.pro-text p,.pro-link {
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
}
.active .pro-text h3,.active .pro-text p,.active .pro-link{
	-webkit-animation: down-in 500ms;
    -moz-animation: down-in 500ms;
    -ms-animation: down-in 500ms;
    -o-animation: down-in 500ms;
    animation: down-in 500ms;
    animation-fill-mode: both;
}
.active .pro-text h3{
    animation-delay: 200ms;
}
.active .pro-text p{
    animation-delay: 500ms;
}
.active .pro-link{
    animation-delay: 800ms;
}
/* index */
.swiper-slide img{width:100%;}
.prevbox,.nextbox{
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: transparent;
    border-radius: 100px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top:50%;
    -webkit-transition: background .5s,opacity .3s,transform .5s;
    -moz-transition: background .5s,opacity .3s,transform .5s;
    transition: background .5s,opacity .3s,transform .5s;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index:99;
}
.prevbox{left:15px;}
.nextbox{right:15px;}

.prevbox .ban-prev,.nextbox .ban-next{
    display:block;
    width: 54px;
    height: 54px;
    -webkit-transition: background .5s,opacity .3s,transform .5s;
    -moz-transition: background .5s,opacity .3s,transform .5s;
    transition: background .5s,opacity .3s,transform .5s;
    cursor: pointer;
    position:relative;
}
.prevbox .ban-prev:after{
    display:block;
    width:54px;
    height:54px;
    background:url(../image/ico_prev.png) center no-repeat;
    content: '';
    position:absolute;
    top:0;
    left:0;
}
.nextbox .ban-next:after{
    display:block;
    width:54px;
    height:54px;
    background:url(/public/assets/cn/images/ico_next.png) center center no-repeat;
    content: '';
    position:absolute;
    top:0;
    left:0;
}
.nextbox:hover,.prevbox:hover {
    opacity: 1;
    background: #f26228;
    color: #fff;
    border-color: #f26228;
    animation: pulse .5s ease-out forwards;
}
.prevbox .ban-prev:hover::after{
    -webkit-animation: toRightFromRight .5s forwards;
    -moz-animation: toRightFromRight .5s forwards;
    animation: toRightFromRight .5s forwards;
}
.nextbox .ban-next:hover::after{
    -webkit-animation: toRightFromLeft .5s forwards;
    -moz-animation: toRightFromLeft .5s forwards;
    animation: toRightFromLeft .5s forwards;
}
.home-about{
    background: #cfced3;
    padding: 70px 0;
    overflow: hidden;}
.home-about .row{margin:0;}
.home-about .row >div{padding:0;}
.hm-about-txt{padding-right:106px;position:relative;}
.hm-tit{
    position: absolute;
    left: 0;
    top: 0;
    padding-left:50px;
    font-size:20px;
}
.section_separator {
    width: 100%;
    height: 1px;
    margin: 12px 0;
}
.section_separator .pointer{
    width: 70px;
    height: 1px;
    background: #f26228;
}
.no_overflow {
    overflow: hidden;
    will-change: transform;
}
.bottom_hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.desc_text {
    position: relative;
    top: -2px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    width: 80%;
    text-align: justify;
}
.desc_text p{margin-bottom:5px;}
.hm-about-txt-item .more {
    margin-top: 25px;
    display: block;
    color: #333333;
    position: relative;
}
.more .line {
    width: 1px;
    height: 50px;
    background: #f26228;
    transform-origin: top;
}
.more p {
    font-size: 15px;
    position: absolute;
    left: 5px;
    bottom: -4px;
}
#experience_controller {
    margin-left: 50px;
    width: 500px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#experience_controller .controller_left {
    float: left;
    cursor: pointer;
}
.circle_button {
    height: 40px;
    width: 41px;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
#experience_controller .circle_button.left {
    margin-right: 20px;
    float: left;
}
.circle_button .back {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #dddddd;
    position: absolute;
    top: 0;
    left: 1px;
}
#experience_controller .circle_button .back {
    background: #ffffff;
}
.text iframe{vertical-align:top;}
#experience_controller .circle_button:hover .back {background-color: #f26228}
.circle_button .arrow {
    z-index: 1;
    position: relative;
    margin-top: -2px;
    left: 1px;
}
.controller_text {
    font-size: 18px;
    line-height: 40px;
    text-transform: lowercase;
}
#experience_controller .controller_right {
    cursor: pointer;
    float: right;
}
#experience_controller .circle_button.right {
    order: 1;
    float: right;
    margin-left: 20px;
}
.hidden_by_scaling_full {
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
    pointer-events: none;
}
.top_hidden {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
}
.no_height {
    transform: scale(1, 0);
}
.top_single {
    opacity: 0 !important;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}
.no_width {
    transform: scale(0, 1);
}
.bottom_hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.transform_all {
    -webkit-transition-property: all !important;
    transition-property: all !important;
}
.exp_data {
    margin-left: 50px;
    display: none;
}
.exp_data.active {
    display: block;
}
.circle_button.left .arrow.hidden {
    transform: translateX(30px);
}
.hidden_by_scaling_full {
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
    pointer-events: none;
}
.font-36{font-size:36px;}
.title-st{text-align:center;padding-top:80px;margin-bottom:60px;}
.title-st .font-36{}
.title-st p{font-size:18px;color:#6b6b6b;margin-top:16px;}
.pro-item{position:relative;}
.pro-item .pro-img{position:relative;overflow:hidden;}
.pro-item .pro-img .pro-img-size{display:block;width:100%;height:0;padding-top:65%;}
.pro-item .pro-img img{position:absolute;top:0;left:0;width:100%;vertical-align:top;transition:transform 0.3s ease;}
.pro-item:hover .pro-img img{transform:scale(1.05);}
.pro-item .cover_text{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    color:#fff;
    z-index:10;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    display:block;
}
.pro-item:hover .cover_text{
    background: rgba(9,69,134,.9);
}
.pro-item .cover_text .dtcell{
    opacity:0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    visibility: hidden;
    display:block;
    position:absolute;
    left:30px;
    right:30px;
    bottom:15px;
    text-align:left;
}
.pro-item:hover .cover_text .dtcell{
    opacity:1;
    visibility:visible;
}
.pro-item .cover_text h3{font-size:24px;margin-bottom: 8px;}
.pro-item .cover_text p{font-size:13px;color:#f9f9f9;}
.pro-item .cover_text h3,.pro-item .cover_text p{
    opacity:0;
    transform:scale(0.3);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transform-origin:left center;
}
.pro-item:hover .cover_text h3{
    opacity:0.85;
    transform:scale(1);
}
.pro-item:hover .cover_text p{opacity:0.85;transform:scale(1);}
.pro-item .hlinex{
    height:0;
    margin:0 auto 8px;
    border-bottom:1px solid #fff;
    width:0;
    /* transform: rotateZ(-60deg); */
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity:0.2;
}
.pro-item:hover .hlinex{width:auto;}
.home-product .container .row{margin:0;}
.home-product .container .row .pro-item{padding:0;}
.hm-pro-more{margin-top:70px;margin-bottom:80px;}
.btn-more{
    display:block;
    margin:0 auto;
    background:#024886;
    color:#fff;
    font-size:16px;
    width:200px;
    height:66px;
    line-height:66px;
    text-align: center;
}
.btn-more:hover{color:#fff;}
.home-yx{height:635px;background:url(/public/assets/cn/images/hm_bg_01.jpg) center no-repeat;background-size:cover;color:#fff;}
.home-yx-main > h1{font-size:45px;margin-top:80px;margin-bottom:20px;}
.home-yx-main > p{font-size:18px;}
.home-yx-list{width:770px;margin-top:20px;}
.home-yx-list li{float:left;width:90px;margin-right:100px;margin-top:60px;}
.home-yx-list li a{display:block;}
.home-yx-list li a p{font-size:16px;color:#fff;text-align:center;margin-top:16px;}
.home-yx-list li .ico-yx{width:60px;height:50px;margin:0 auto;}
.home-yx-list li .ico-1{background:url(/public/assets/cn/images/ico_01.png) center no-repeat;background-size:cover;}
.home-yx-list li .ico-2{background:url(/public/assets/cn/images/ico_02.png) center no-repeat;background-size:cover;}
.home-yx-list li .ico-3{background:url(/public/assets/cn/images/ico_03.png) center no-repeat;background-size:cover;}
.home-yx-list li .ico-4{background:url(/public/assets/cn/images/ico_04.png) center no-repeat;background-size:cover;}
.home-yx-list li .ico-5{background:url(/public/assets/cn/images/ico_05.png) center no-repeat;background-size:cover;}
.home-yx-list li .ico-6{background:url(/public/assets/cn/images/ico_06.png) center no-repeat;background-size:cover;}
.home-yx-list li .ico-7{background:url(/public/assets/cn/images/ico_07.png) center no-repeat;background-size:cover;}
.hm-news-item h3{font-size:18px;font-weight:normal;margin-top:15px;margin-bottom:15px;}
.footer-top{padding-top:52px;padding-bottom:52px;background:#024886;color:#fff;}
/*.footer-com{padding-right:110px;padding-left:50px;}*/
.footer-com > p{margin-top:30px;line-height:24px;font-family:"YaHeiUILight";opacity:0.8;}
.footer-com-nav{margin-top:35px;padding-top:30px;border-top:1px solid #fff;}
.footer-com-nav a{display:inline-block;margin-right:15px;color:#fff;font-size:15px;font-family:"YaHeiUILight";opacity:0.8;}
.footer-com-nav a:hover{opacity: 1;}
.footer-add-list{width:60%;}
.footer-add-list ul li{margin-bottom:15px;line-height:26px;}
.footer-add-list ul li span{display:inline-block;width:80%;font-family:"YaHeiUILight";opacity:0.8;}
.footer-add-list ul li i.ft-ico{display:inline-block;width:40px;height:26px;vertical-align:top;}
.footer-add-list ul li i.ico-8{background:url(/public/assets/cn/images/ico_08.png) left center no-repeat;}
.footer-add-list ul li i.ico-9{background:url(/public/assets/cn/images/ico_09.png) left center no-repeat;}
.footer-add-list ul li i.ico-10{background:url(../image/ico_10.png) left center no-repeat;}
.footer-add-list ul li i.ico-11{background:url(/public/assets/cn/images/ico_11.png) left center no-repeat;}
.footer-add-list ul li i.ico-12{background:url(/public/assets/cn/images/ico_12.png) left center no-repeat;}
.chart-box{border:1px solid #7b9fc0;padding:0 30px;text-align:center;}
.chart-box p{line-height:42px;margin-bottom:0;font-family:"YaHeiUILight";opacity:0.8;}
.icp{text-align:left;padding:20px 0;font-size:14px;border-top:1px solid rgba(255,255,255,0.5);margin-top: 30px;}
.tabs{text-align:center;margin-top:25px;margin-bottom:60px;border-bottom:1px solid #a3a3a3;}
.tabs a{display:inline-block;font-size:18px;padding:25px 0 20px;margin:0 60px;border-bottom:2px solid transparent;}
.tabs a.on{border-color:#092475;color:#092475;}
.products-wrap{margin-bottom:30px;}
.products-item h3,.products-item h4{font-size:16px;}
.xg .products-item h3{font-size:18px;}
.xg .products-item h3 a{color:#000;}
.xg .products-item h4{font-size:14px;}
.products-item{margin-bottom:20px;}
.products-item:hover a{text-decoration:underline;}
.pages{text-align:right;}
.products-wrap .pages{margin-right:-15px}
.pages a,.pages span{display:inline-block;padding:14px;}
.pages span{font-weight:bold;}
.about-wrap .row{margin:0;}
.about-wrap .row >div{padding:0;}
.foucs{position:relative;}
.foucs .fouct-txt-box{
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9;
    text-align:center;
    color:#fff;
    font-size:18px;
    line-height:35px;
}
.foucs .fouct-txt-box .ban-move-box{overflow:hidden;}
.foucs .fouct-txt-box .ban-move-box .ban-move-st{
    animation-fill-mode: forwards;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    overflow:hidden;
}
.on.foucs .fouct-txt-box .ban-move-box .ban-move-st{
    -webkit-animation-name: maskUpIn; */
    animation-name: maskUpIn;
    animation-duration: 0.4s;
    animation-delay: 0.65s;
}
.downpage{
    position:absolute;
    bottom:30px;
    left:50%;
    width:51px;
    height:51px;
    background:url(/public/assets/cn/images/ico_updown.png);
    margin-left:-25px;
    z-index:10;
    cursor:pointer;
}
.pro-s .photo{
    position:relative;
    height:0;
    padding-top:87.3%;
    overflow:hidden;
}
.pro-s .photo img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
@font-face {
    font-family: myfonts3;
    font-style: normal;
    font-weight: normal;
    src: url(/public/assets/cn/Css/myfonts3.ttf) format('truetype');
}
.about-md-right{padding-left:74px;}
.about-md-right h2,.about-why h2,.about-event > h2{
    font-weight: 300;
    font-size: 36px;
    font-family: myfonts3;
    text-transform: uppercase;
    line-height: 45px;
}
.about-md-right h5{font-size:24px;color:#494949;margin-top:0px;margin-bottom:50px;}
.about-md-right p{font-size:16px;line-height:32px;color:#525252;}
.about-why{
    height:614px;
    background:url(/public/assets/cn/images/about_bg_01.jpg) center no-repeat;
    background-size:auto 100%;
    text-align:center;
    color:#fff;
    overflow:hidden;
}
.about-why h2{margin-top:70px;}
.about-why h4{font-size:30px;}
.about-why-list{margin-top:40px;}
.about-why-list li{
    float:left;
    width:50%;
    text-align:left;
    margin-bottom:30px;
}
.ico-abwhy {display:inline-block;width:80px;height:80px;vertical-align:middle;margin-right:28px;}
.ico-ab-1{background:url(/public/assets/cn/images/ico_ab_01.png);}
.ico-ab-2{background:url(/public/assets/cn/images/ico_ab_02.png);}
.ico-ab-3{background:url(/public/assets/cn/images/ico_ab_03.png);}
.ico-ab-4{background:url(/public/assets/cn/images/ico_ab_04.png);}
.ico-ab-5{background:url(/public/assets/cn/images/ico_ab_05.png);}
.ico-ab-6{background:url(/public/assets/cn/images/ico_ab_06.png);}
.about-why-list li span{display:inline-block;width:70%;vertical-align:middle;font-size:16px;line-height:30px;}
.about-event{background:#f9f9f9;margin-top:0px;overflow:hidden;padding-bottom:60px;}
.about-event > h2{text-align:center;margin-top:54px;}
.about-event > h4{text-align:center;font-size:30px;color:#6a7a86;}

/* .ab-event-item .text{padding:80px 0;} */
.about-event-box{padding:0 8% 0 8%;position:relative;overflow:hidden;margin-top:60px;}
.about-event-box .swiper-container{padding-bottom:70px;}
/* .about-event-box .swiper-slide */
.about-event-box .ab-event-item{position:relative;height:0;padding-top:100%;margin-bottom:100%;}
.ab-event-itbox{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;}
.ab-event-item .text img{width:auto;max-width:none;}
.ab-event-item .text p{margin-bottom:0;font-size:16px;color:#848484;line-height:24px;margin-top:20px;}
.ab-event-item-1 .ab-event-itbox{top:130%;}
.about-event-box .about-event-line{
    position:absolute;
    top:50%;
    right:50px;
    left:50px;
    height:0;
    border-bottom:1px solid #005094;
}
/* .ab-event-item .text{padding:74px 0;} */
.ab-event-date{position:absolute;bottom:-35px;height:50px;font-size:24px;color:#005295;width:100%;text-align:center;}
.ab-event-item-1 .ab-event-date{margin-bottom:-70px;}
/* .ab-event-item-0 .ab-event-date{bottom:-70px;width:100%;text-align:center;}
.ab-event-item-1 .ab-event-date{top:90px;width:100%;text-align:center;} */
.ab-event-date i{
    display:block;
    width:15px;
    height:15px;
    background-color:#fff;
    border:1px solid #005094;
    border-radius:15px;
    position:absolute;
    bottom:-8px;
    left:50%;
    margin-left:-7px;
}
.ab-event-date i:after{
    display:block;
    width:9px;
    height:9px;
    background-color:#005094;
    border-radius:10px;
    content:'';
    position:absolute;
    top:2px;
    left:2px;
}
.ab-event-item-1 .ab-event-date i{top:-27px;bottom:auto;}

.ab-company-t{background-color:#024886;color:#fff;padding:60px 0;}
.ab-company-t a{color:#fff;}
.ab-company-t .ico-abdown{width:57px;height:78px;background:url(/public/assets/cn/images/ico_13.png);margin-right:46px;}
.ab-company-t p{font-size:24px;}
.ab-company-t h5{font-size: 30px;font-style: italic;}
.ab-company-group{margin-top:70px;margin-bottom:60px;}
.ab-company-group h5{font-size:35px;margin-bottom:50px;}
.ab-company-group ul{margin-right:-4px;margin-left:-4px;}
.ab-company-group ul li{
    float: left;
    width:33.333332%;
    padding:0 4px;
    margin-bottom:4px;
}
.ab-company-group ul li a{
    display:block;
    background-color:#f2f2f2;
    border:1px solid #ccc;
    color:#092475;
    font-size:16px;
    padding:15px 20px;
    position:relative;
}
.ab-company-group ul li a i.ico-sj{
    display:inline-block;
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:7px solid #092475;
    position:absolute;
    right:15px;
    top:50%;
    margin-top:-5px;
}
.contact-tl{
    width:100%;
    height:500px;
    padding:0 15%;
    background: url(/public/assets/cn/images/contact_lbg.jpg);
    background-size:cover;
    color:#fff;
    text-align:center;
}
.contact-tl h4,.contact-ml h4,.contact-mr h4{font-size:32px;margin-bottom:30px;}
.contact-tl p{font-size:16px;line-height:30px;}
.btn-c3{
    display:inline-block;
    padding:3px;
    border:1px solid #092475;
    transition:all 0.3s;
    margin-top:24px;
}
.btn-c3 a{
    display:inline-block;
    padding:10px 12px;
    background:#092475;
    color:#fff;
    font-size:16px;
    transition:all 0.3s;
}
.btn-c3:hover{border-color:#fff;}
.btn-c3:hover a{background-color:#fff;color:#092475;font-weight:bold;}
.contact-ml{
    height:500px;
    background:url(/public/assets/cn/images/contact_lbg2.jpg);
    background-size:cover;
    color:#fff;
    overflow:hidden;
    text-align:center;
}
.contact-ml h4,.contact-mr h4{margin-top:80px;}
.contact-ml h5{font-size:20px;margin-bottom:60px;}
.contact-ml table,.contact-mr table{width:100%;font-size:18px;}
.contact-ml table tr td.bord-r{border-right:1px solid #fff;}
.contact-mr{
    height:500px;
    padding:0 6%;
    text-align:center;
    overflow:hidden;
}
.contact-mr h4{margin-bottom:20px;}
.contact-mr p{font-size:16px;}
.contact-mr table{margin-top:30px;line-height:36px;font-weight:bold;}

.styx-tit{text-align:center;margin-bottom:70px;}
.styx-tit h5{
    text-align:center;
    font-size:28px;
    margin-top:40px;
    margin-bottom:10px;
}
.styx-tit h5 span{
    color:#092475;
    display:inline-block;
    position:relative;
}
.styx-tit h5 span:before,.styx-tit h5 span:after{
    display:block;
    width:36px;
    height:0;
    border-bottom:2px solid #092475;
    content:'';
    position:absolute;
    top:50%;
    margin-top:-1px;
}
.styx-tit h5 span:before{
    left:100%;
    margin-left:15px;
}
.styx-tit h5 span:after{
    right:100%;
    margin-right:15px;
}
.styx-tit p{
    font-size:14px;
    color:#9e9e9e;
    text-transform:uppercase;
}
.styx-sect-m{height:500px;padding-top:0px;background:url(/public/assets/cn/images/styx_bg.jpg) center bottom no-repeat;}
.styx-sect-item{position:relative;}
.styx-item-1{margin-top:150px;}
.styx-item-2{margin-top:60px;}
.styx-item-3{margin-top:100px;}
.styx-item-4{margin-top:30px;}
.styx-sect-txt{text-align:center;}
.styx-sect-txt h5{font-size:20px;color:#092475;font-weight:bold;}
.styx-sect-ico{position:relative;padding:6px;margin:0 auto;}
.styx-sect-icoW1{width:103px;height:103px;}
.styx-sect-icoW2{width:118px;height:118px;}
.styx-sect-icoW3{width:142px;height:142px;}
.styx-sect-icoW4{width:180px;height:180px;}
.styx-sect-ico i.styx-ico-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(2,72,134,0.2);
    border-radius:100%;
    z-index: 3;
    cursor: pointer;
    opacity:0;
    transition:all 0.3s;

}
.styx-sect-ico i.styx-ico-bg{
    -webkit-animation: scaleout 2s ease-out;
    -moz-animation: scaleout 2s ease-out;
    animation: scaleout 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.styx-sect-ico span{
    display:block;
    position:absolute;
    top:6px;
    left:6px;
    right:6px;
    bottom:6px;
    background-color:rgba(2,72,134,1);
    border-radius:100%;
    text-align:center;
    z-index:43;
    font-size:18px;
    color:#fff;
    line-height:27px;
}
.styx-sect-icoW2 span{font-size:22px;line-height:35px;}
.styx-sect-icoW3 span{font-size:26px;line-height:35px;}
.styx-sect-icoW4 span{font-size:30px;line-height:35px;}
.styx-sect-ico span em{
    display:inline-block;
    font-style:normal;
    vertical-align:middle;
}
.styx-sect-icoW1 span em{margin-top:18px;}
.styx-sect-icoW2 span em{margin-top:18px;}
.styx-sect-icoW3 span em{margin-top:30px;}
.styx-sect-icoW4 span em{margin-top:49px;}
.styx-line{
    display:block;
    width:60%;
    height:0;
    border-bottom:1px solid #00759a;
    position:absolute;
    right:0;
    top:50%;
}
.styx-item-1 .styx-line{
    transform:rotateZ(-26deg) translate(50%);
}
.styx-item-2 .styx-line{
    transform:rotateZ(26deg) translate(50%);
    top:43%;
}
.styx-item-3 .styx-line{
    transform:rotateZ(-26deg) translate(50%);
    width:50%;
    top:60%;
}
ul.styx-mid-ul li{
    float: left;
    width:33.333332%;
}
ul.styx-mid-ul li .styx-mid-item{
    width:100%;
    height:0;
    padding-top:68.58%;
    overflow:hidden;
    position:relative;
}
ul.styx-mid-ul li .styx-mid-item .styx-mid-img,ul.styx-mid-ul li .styx-mid-item .styx-mid-txt{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover!important;
    transition:all 0.3s;
}
ul.styx-mid-ul li:hover .styx-mid-item .styx-mid-img{transform:scale(1.05);}
ul.styx-mid-ul li .styx-mid-item .styx-mid-txt{
    z-index:3;
    padding:10px 70px;
}
ul.styx-mid-ul li .styx-mid-item-4 .styx-mid-txt,
ul.styx-mid-ul li .styx-mid-item-6 .styx-mid-txt{padding-top:60px;}
ul.styx-mid-ul li .styx-mid-item-6 .styx-mid-txt{text-align:right;padding-left:40px;padding-right:50px;}
ul.styx-mid-ul li .styx-mid-item .styx-mid-txt .fh,.styx-bot-rgItem .fh{
    font-size:45px;
    font-weight:bold;
    color:#024886;
    height:20px;
    line-height:40px;
    text-indent:-22px;
}
ul.styx-mid-ul li .styx-mid-item .styx-mid-txt h4{
    font-size:28px;
    color:#024886;
    font-weight:bold;
    margin-top:0;
}
ul.styx-mid-ul li .styx-mid-item .styx-mid-txt h5{
    color:#858585;
    text-transform:uppercase;
}
ul.styx-mid-ul li .styx-mid-item .styx-mid-txt p{
    line-height:22px;
    color:#858585;
}
.styx-line2 i{
    display:inline-block;
    width:42px;
    height:1px;
    background:#024886;
}
.styx-bot{
    height:560px;
    background:url(/public/assets/cn/images/styx_bg2.jpg) center no-repeat;
    background-size:cover;
    color:#fff;
    margin-top:60px;
}
.styx-bot .styx-tit h5 span,.styx-bot .styx-tit p{color:#fff;}
.styx-bot .styx-tit h5 span:before,.styx-bot .styx-tit h5 span:after{border-color:#fff;}

.styx-bot-item{display:block;margin-bottom:50px;color:#fff!important;}
.styx-bot-item p{text-align:center;font-size:16px;margin-top:10px;}
.styx-bot-item .styx-bot-ico{
    width:66px;
    height:66px;
    border-radius:100%;
    background-color:#024886;
    margin:0 auto;
    transition:transform 0.3s;
}
.styx-bot-item .styx-bot-ico:hover{transform:translate(0,-10px);}
.styx-bot-item .styx-bot-ico-1{
    background-image:url(/public/assets/cn/images/ico_01.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:70%;
}
.styx-bot-item .styx-bot-ico-2{
    background-image:url(/public/assets/cn/images/ico_02.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:70%;
}
.styx-bot-item .styx-bot-ico-3{
    background-image:url(/public/assets/cn/images/ico_03.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:70%;
}
.styx-bot-item .styx-bot-ico-4{
    background-image:url(/public/assets/cn/images/ico_04.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:70%;
}
.styx-bot-item .styx-bot-ico-5{
    background-image:url(/public/assets/cn/images/ico_05.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:70%;
}
.styx-bot-item .styx-bot-ico-6{
    background-image:url(/public/assets/cn/images/ico_06.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:70%;
}
.styx-bot-item .styx-bot-ico-7{
    background-image:url(/public/assets/cn/images/ico_07.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:70%;
}
.styx-bot-rgItem {margin-bottom:30px;}
.styx-bot-rgItem .fh{color:#fff;}
.styx-bot-rgItem h4{font-size:25px;font-weight:bold;margin-top:0;}
.ban-down-txt{width:80%;margin:0 auto;text-align:left;}
.ban-down-txt h3{font-size:40px;color:#fff;}
.ban_btn{
    display:inline-block;
    padding:5px 20px;
    font-size:16px;
    color:#000;
    background:#fff;
    margin-top:20px;
}
.ban_btn:hover{color:#fff;background:#007dbb;}
.down-wrap{/* background:#f2f2f2; */margin-bottom:150px;}
.down-item{
    background:#f2f2f2;
    border:1px solid #ccc;
    margin-top:40px;
    margin-bottom:40px;
}
.down-mes{
    padding:20px;
    overflow:hidden;
    min-height:215px;
}
.down-mes h4{font-size:25px;margin-top:0;line-height:36px;}
.down-mes p{font-size:18px;}
.down-mes h4 a,.down-mes p a{color:#000;}
.down-mes h4 a:hover,.down-mes p a:hover{color:#024886;}
.down-btn{margin-top:24px;}
.down-btn a{
    display:inline-block;
    padding:10px 20px;
    border:1px solid #000;
    color:#000;
}
.down-btn a:hover{
    color:#024886;
    border-color:#024886;
}
.team-list-wrap{margin-bottom:30px;margin-top:50px;}
.team-selcet{
    background: #fff;
    color: #fff;
    padding-top: 0.5em;
    background: url(/public/assets/cn/images/hr.png) center bottom no-repeat;
    background-size: 100% 5px;
    padding-bottom:20px;
    margin-bottom:30px;
}
.filter-options ul li.filter-opener-container {
    background-color: #f7f7f7;
    padding: 7px 0 7px 10px;
    border: 1px solid #ccc;
    border-radius: 2px 2px 0 0;
    /* margin-bottom: 1rem; */
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.filter-options ul li.filter-openable{position:relative;}
.filter-options ul li.filter-opener-container .filter-opener {
    color: #000;
    display: block;
    font-size: 0.9em;
    position:relative;
}
.filter-options ul li.filter-opener-container .filter-opener:after{
    display:block;
    width:13px;
    height:9px;
    background:url(/public/assets/cn/images/ico_14.png);
    content:'';
    position:absolute;
    top:50%;
    right:15px;
    margin-top:-4px;
}
.filter-options ul li.filter-opener-container.active {
    position:relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 7;
    margin-bottom: 0;
    box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.2);
}
.filter-options ul li .topic-list, .filter-options ul li .date-list {
    width: 100%;
    padding: 6px;
    position: absolute;
    top: 0;
    z-index: 6;
    margin-top: -1px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    border-radius: 0 2px 2px 2px;
}
.filter-options ul li .topic-list{width:150%;}
.filter-options ul li .topic-list ul li{
    width:50%;
    padding:5px 10px;
}
.filter-options ul li .topic-list ul li label{font-weight:normal;color:#333;}
.filter-options ul li .topic-list ul li label input{margin-top:3px;margin-right:5px;vertical-align:top;}
.record-result select{color:#000;}
.record-result select:focus {
    color: #007dbb;
    border-color: #007dbb;
    background-color: #fff;
}
.result-filters {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-top:20px;
    margin-bottom:20px;
}
.total-results p{padding:10px 0;font-size:12px;}
.active-filters p{display:inline-block;font-size:12px;}
.reset-filter .reset{display:inline-block;padding-top:15px;font-size:12px;color:#337ab7;}
.team-item{padding:15px;background:#eee;margin-bottom:30px;}
.team-img{
    width:100%;
    height:0;
    padding-top:56%;
    overflow:hidden;
    position:relative;
}
.team-img .animate-img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:10px;
    overflow:hidden;
}
.team-item-txt h3{font-size:28px;color:#327cbe;}
.team-item-txt h3 a{color:#327cbe;}
.team-item-txt h3 a strong{display:block;font-style:normal;font-weight:normal;}
.team-item-txt p{font-size:18px;color:#676767;}
.news-list-box{position:relative;background:#f9f9f9;padding-bottom:30px;}
.news-list-box .news_sec1_bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:226px;
    background:url(/public/assets/cn/images/illu1.png) center top no-repeat;
    opacity:0.08;
}
.news_sec1_tit {
    font-size: 30px;
    text-transform: uppercase;
    font-family: myfonts3;
    text-align: center;
    margin-top:50px;
    margin-bottom: 50px;
}
.news_sec1_tit p {
    font-size: 26px;
    font-family: "微软雅黑";
}
.news_sec1_list {
    width: 100%;
    margin-bottom: 30px;
    background: #ffffff;
}
.news_sec1_img {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.news_sec1_img span {
    /* width: 60px; */
    /* height: 60px; */
    background: #005295;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.news_sec1_list:hover .news_sec1_img span {
    background: #f7c200;
}
.news_sec1_zi {
    padding: 0 10px 10px 10px;
}
.news_sec1_zi h5 {
    font-size: 20px;
    height: 23px;
    color: #001f35;
    line-height: 23px;
    margin: 20px 0 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_sec1_zi p {
    font-size:16px;
    line-height: 30px;
    color: #667986;
    height: 60px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bannerImgBox{
    width:100%;
    height:0;
    padding-top:35%;
    position:relative;
}
.bannerImgBox .bannerImg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.ban-txt{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5;
    text-align:left;
    color:#fff;
}
.ban-txt>div{width:100%;}
.ban-txt h3{font-size:48px;font-weight:bold;margin-bottom:30px;}
.ban-txt h4{font-size:28px;}
.bann-move-p{
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.bann-move-p:before{
    content: '';
    background: #f26228;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -webkit-animation-delay:0.1s;
    animation-delay:0.1s;
}
h3 .bann-move-p:before{-webkit-animation-delay:0.1s;animation-delay:0.1s;}
h4 .bann-move-p:before{-webkit-animation-delay:1.2s;animation-delay:1.2s;}
.swiper-slide-active .bann-move-p:before{
    -webkit-animation-name: maskUp;
    animation-name: maskUp;
    -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
    animation-timing-function: cubic-bezier(.165, .84, .44, 1);
}
.swiper-slide-active h3 .bann-move-p:before{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.swiper-slide-active h4 .bann-move-p:before{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.ban-move-s{
    display: inline-block;
    position: relative;
    z-index: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}
.swiper-slide-active .ban-move-s{
    -webkit-animation-name: maskUpIn;
    animation-name: maskUpIn;
}
.swiper-slide-active h3 .ban-move-s{
    -webkit-animation-duration: 0.4s;
    -webkit-animation-delay: 0.65s;
    animation-duration: 0.4s;
    animation-delay: 0.65s;
}
.swiper-slide-active h4 .ban-move-s{
    -webkit-animation-duration: 0.65s;
    -webkit-animation-delay: 1.4s;
    animation-duration: 0.65s;
    animation-delay: 1.4s;
}
.banner .swiper-pagination-custom{
    color: #fff;
    font-family: "arial black";
    font-size:34px;
    padding-bottom:3px;
    border-bottom:3px solid #fff;
    position: absolute;
    z-index: 2;
    right: 30px;
    left:auto;
    bottom: 20px;
    width:auto;
}
.news_sec2 {
    width: 100%;
    padding:0 0 20px;
    background: url(../image/news_bg.gif);
}
.news_sec2_con {
    width: 100%;
}
.ind_news {
    width: 100%;
    position: relative;
    top: 90px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}
.ind_news_con {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.ind_news_con ul {
    width: 100000px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.ind_news_con ul li {
    float: left;
    border-right: 1px solid #e5e5e5;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    top: 90px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}
.ind_news_a {
    width: 100%;
    padding: 0 10px;
    float: right;
    overflow: hidden;
}
.ind_news_b {
    width: 100%;
    float: right;
    position: relative;
    padding: 0 10px;
    overflow: hidden;
}
.ind_news_bzi {
    float: right;
    position: relative;
    top: 0%;
    right: 0px;
    padding: 0 10px;
    margin-top: 10px;
}
.ind_news_ap {
    width: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}
.ind_news_acon {
    width: 100%;
    overflow: hidden;
}
.ind_news_ap p {
    font-size:16px;
    color: #667986;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.ind_news_acon span {
    font-size: 14px;
    color: #999;
}
.ind_news_acon a {
    font-size: 16px;
    text-transform: capitalize;
    color: #999;
}
.ind_news_acon h5 {
    font-size: 18px;
    color: #001f35;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "SourceHanSansCNRegular";
}
.ind_news_acon p{text-transform:uppercase;}
.ind_news_b img {
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ind_news_bzi p {
    font-size: 14px;
    color: #a6a6a6;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ind_news_prev {
    width: 2.5%;
    position: absolute;
    top: 35%;
    left: 0%;
    cursor: pointer;
}
.ind_news_next {
    width: 2.5%;
    position: absolute;
    top: 35%;
    left: 6%;
    cursor: pointer;
}

    /* 浮动框 */
    .float-menu{margin-bottom:10px;background:#fff;position:relative;border-top-left-radius:10px;border-bottom-left-radius:10px}
    .float-menu.menu-ogg{background:#007dbb;border-top-left-radius:10px;border-bottom-left-radius:10px;}
    .float-zx{position:fixed;right:1px;top:50%;margin-top:-45px;z-index: 999;}
    .float-zx .float-menu>a{display:block;width:36px;height:36px;text-align:center;font-size:12px;color:#007dbb;line-height:18px;border-top-left-radius:10px;border-bottom-left-radius:10px;overflow: hidden;}
    .float-zx .float-menu a.inco_float_1{color:#fff;background:url(/public/assets/cn/images/fl_1.jpg) center no-repeat;background-size:cover;}
    .float-zx .float-menu a.inco_float_2{background:url(/public/assets/cn/images/fl_2.jpg) center no-repeat;background-size:cover;}
    .float-zx .float-menu a.inco_float_3{background:url(/public/assets/cn/images/fl_3.jpg) center no-repeat;background-size:cover;}
    .float-zx .float-menu a p{height:36px;padding-top:3px;display:none;line-height:16px;padding-bottom:3px;margin-bottom:0;}
    .float-zx .float-menu:hover a.inco_float_1 p{background:#007dbb;}
    .float-zx .float-menu:hover a p{display:block;background:#fff;}
    /* .float-zx .float-menu:hover a.inco_float_2,.float-zx .float-menu:hover a.inco_float_3{background:#fff;} */
    .float-box{position:absolute;top:-15px;right:30px;padding-right:25px;display:none;}
    .float-zx .float-menu:hover .float-box{display:block;}
    .float-box-c{
        border: 1px solid #ccc;
        border-top: 4px solid #007dbb;
        padding: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        box-shadow: 0 3px 8px rgba(0,0,0,.15);
        position: relative;
    }
    .menu-ogg .float-box-c{width:360px;}
    .inco_pep{
        display:inline-block;
        width:56px;height:56px;
        background:url(/public/assets/cn/images/float_pep.jpg) left center no-repeat;
        float:left;
    }
    .float-box-ct p,.float-box-ccb p{
        float: left;
        color: #007dbb;
        font-size: 24px;
        line-height: 28px;
    }
    .float-box-ct p i,.float-box-ccb p i{
        display: block;
        font-size: 14px;
        color: #aaa;
        font-style:normal;
    }
    .float-box-cc{
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #e4e4e4;
    }
    .float-box-cc h4{
        color: #666;
        font-size: 14px;
        font-weight: normal;
        padding-bottom: 15px;
    }
    .float-box-cc ul li{float: left;width:33.3333%;}
    .float-box-cc ul li a{
        display: inline-block;
        color: #999;
        font-size: 13px;
        padding-left: 43px;
        background: url(/public/assets/cn/images/q1.gif) no-repeat left 3px;
        line-height: 36px;
    }
    .menu-clock .float-box-c{width:280px;}
    i.inco-sj{
        display: block;
        width: 13px;
        height: 16px;
        background: url(/public/assets/cn/images/02index-spri.png) no-repeat 0 -2226px;
        position: absolute;
        right: -13px;
        top: 26px;
    }
    .inco-clock{
        display:block;
        float: left;
        width:56px;
        height:56px;
        background:url(/public/assets/cn/images/inco_clock.jpg) left top no-repeat;
    }
    .float-zx .float-menu.menu-chat .float-box-ccb p{
        color: #004e62;
        font-size: 16px;
        line-height: 16px;
    }
    .menu-back a{background:url(/public/assets/cn/images/ft_4.jpg);}
    .menu-back:hover a{background:url(/public/assets/cn/images/ft_4a.jpg);}


    .hm-pro-wrap .row{margin-right:-5px;margin-left:-5px;}
    .hm-pro-wrap .row>div{padding-right:5px;padding-left:5px;}
    .hm-pro-box{position:relative;height:0;padding-top:100%;margin-bottom:10px;}
    .hm-pro-box .hm-pro-c{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;}
    .hm-pro-box.hm-pro-box3,.hm-pro-box.hm-pro-box4{padding-top:50%;margin-bottom:5px;}
    .hm-pro-box.hm-pro-box3 .hm-pro-c,.hm-pro-box.hm-pro-box4 .hm-pro-c{bottom:5px;}
    .hm-pro-box .hm-pro-c .anm-img1{height:100%;overflow:hidden;}
    .hm-pro-box .hm-pro-c .anm-img1 img{height: 100%;object-fit: cover;}
    .hm-pro-box.hm-pro-box6 .hm-pro-c .anm-img1{height:80%;}
    .anm-img1{overflow:hidden;}
    .anm-img1 img{-webkit-transition:all 0.3s;max-width:100%;}
    .anm-img1:hover img,.case:hover .anm-img1 img{-webkit-transform:scale(1.05);transform:scale(1.05);}
    .cp a.hm-pro-more{
        display: block;
        width: 100%;
        height: 20%;
        background: #0c5194;
        text-align: center;
        line-height: 5em;
        color: #fff;
        font-size: 18px;
        margin:0;
        line-height:300%;
     }
    .title .tit1{font-family:"YaHeiUILight";font-size:28px;margin:30px 0 5px;color: #f0870a;}
    .title .tit2{
        font-weight:normal;
        font-size:16px;
        margin-bottom:10px;
        font-family: arial;
        color: #666;
        text-transform: uppercase;
    }
    .hm-pro-wrap{margin-top:20px;}
    .hm-case-more{font-family:"YaHeiUILight";font-size:14px;margin:35px 0;text-align:center;}
    .hm-case-more a{
        display:inline-block;
        padding:0 50px;
        border:1px solid #f0870a;
        color:#f0870a;
        line-height: 30px;
        border-radius: 30px;
    }
    .cont .title .tit1{font-size:20px;margin-bottom:30px;margin-top:90px;}
    .cont .tuu{text-align:center;position:relative;margin-bottom:30px;}
    .cont .row .tuu + .tuu:after{width:0;height:100%;border-left:1px solid #e6e6e6;content:'';position:absolute;top:0;left:0;}
    .cont .tuu a p{color:#666;}
    .cont .tuu a p.tua{color:#000;font-size:16px;margin-top:5px;}
    .news .new-p5 a,.news .new-p5 a .glyphicon-arrow-right{display:block;width:100%;height:100%;position:relative;top:0;}
    .news .new-p5 a .glyphicon-arrow-right:before{
        display:block;
        width:14px;
        height:12px;
        background:url(../image/ico_right.png);
        content:'';
        position:absolute;
        top:11px;
        left:10px;
    }
    .news .new-p5 {
        height: 3.5rem;
        display: inline-block;
        width: 3.5rem;
        border-radius: 50%;
        background: #95969b;
        text-align: center;
        line-height: 3.5rem;
        margin-top: 3rem;
    }
    .news {
        margin: 2% 0;
        border-bottom: 1px solid #e6e6e6;
        height: 16rem;
    }
    .carousel-indicators li{margin:1px 5px;}
    .carousel-indicators .active{margin:0 5px;}

    .hm-pro-c .anm-img1{position:relative;}
    .hm-pro-txts{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(33,106,174,0.6);opacity:0;transition: all 0.3s ease;}
    .hm-pro-c .anm-img1:hover .hm-pro-txts{opacity: 1;}
    .dtabel{display:table;width:100%;height:100%;}
    .dtcell{vertical-align:middle;}
    .hm-pro-txts .dtcell{font-size:18px;color:#fff;text-align:center;}
    .hm-pro-txts .dtabel{width: 80%;margin:0 auto;cursor:initial;}
    .hm-pro-txts h4{font-size: 22px;margin-bottom: 10px;}
    .hm-pro-txts p{font-size: 16px;}

    /* 浮动框 */
    .float-menu{margin-bottom:10px;background:#fff;position:relative;border-top-left-radius:10px;border-bottom-left-radius:10px}
    .float-menu.menu-ogg{background:#007dbb;border-top-left-radius:10px;border-bottom-left-radius:10px;}
    .float-zx{position:fixed;right:1px;top:50%;margin-top:-45px;z-index: 999;}
    .float-zx .float-menu>a{display:block;width:36px;height:36px;text-align:center;font-size:12px;color:#007dbb;line-height:18px;border-top-left-radius:10px;border-bottom-left-radius:10px;overflow: hidden;}
    .float-zx .float-menu a.inco_float_1{color:#fff;background:url(/public/assets/cn/images/fl_1.jpg) center no-repeat;background-size:cover;}
    .float-zx .float-menu a.inco_float_2{background:url(/public/assets/cn/images/fl_2.jpg) center no-repeat;background-size:cover;}
    .float-zx .float-menu a.inco_float_3{background:url(/public/assets/cn/images/fl_3.jpg) center no-repeat;background-size:cover;}
    .float-zx .float-menu a p{height:36px;padding-top:3px;display:none;line-height:16px;padding-bottom:3px;margin-bottom:0;}
    .float-zx .float-menu:hover a.inco_float_1 p{background:#007dbb;}
    .float-zx .float-menu:hover a p{display:block;background:#fff;}
    /* .float-zx .float-menu:hover a.inco_float_2,.float-zx .float-menu:hover a.inco_float_3{background:#fff;} */
    .float-box{position:absolute;top:-15px;right:30px;padding-right:25px;display:none;}
    .float-zx .float-menu:hover .float-box{display:block;}
    .float-box-c{
        border: 1px solid #ccc;
        border-top: 4px solid #007dbb;
        padding: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        box-shadow: 0 3px 8px rgba(0,0,0,.15);
        position: relative;
    }
    .menu-ogg .float-box-c{width:360px;}
    .inco_pep{
        display:inline-block;
        width:56px;height:56px;
        background:url(/public/assets/cn/images/float_pep.jpg) left center no-repeat;
        float:left;
    }
    .float-box-ct p,.float-box-ccb p{
        float: left;
        color: #007dbb;
        font-size: 24px;
        line-height: 28px;
    }
    .float-box-ct p i,.float-box-ccb p i{
        display: block;
        font-size: 14px;
        color: #aaa;
        font-style:normal;
    }
    .float-box-cc{
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #e4e4e4;
    }
    .float-box-cc h4{
        color: #666;
        font-size: 14px;
        font-weight: normal;
        padding-bottom: 15px;
    }
    .float-box-cc ul li{float: left;width:33.3333%;}
    .float-box-cc ul li a{
        display: inline-block;
        color: #999;
        font-size: 13px;
        padding-left: 43px;
        background: url(/public/assets/cn/images/q1.gif) no-repeat left 3px;
        line-height: 36px;
    }
    .menu-clock .float-box-c{width:280px;}
    i.inco-sj{
        display: block;
        width: 13px;
        height: 16px;
        background: url(/public/assets/cn/images/02index-spri.png) no-repeat 0 -2226px;
        position: absolute;
        right: -13px;
        top: 26px;
    }
    .inco-clock{
        display:block;
        float: left;
        width:56px;
        height:56px;
        background:url(/public/assets/cn/images/inco_clock.jpg) left top no-repeat;
    }
    .float-zx .float-menu.menu-chat .float-box-ccb p{
        color: #004e62;
        font-size: 16px;
        line-height: 16px;
    }
    .menu-back a{background:url(/public/assets/cn/images/ft_4.jpg);}
    .menu-back:hover a{background:url(/public/assets/cn/images/ft_4a.jpg);}



    .prevbox,.nextbox{
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: transparent;
    border-radius: 100px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top:50%;
    -webkit-transition: background .5s,opacity .3s,transform .5s;
    -moz-transition: background .5s,opacity .3s,transform .5s;
    transition: background .5s,opacity .3s,transform .5s;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index:99;
}
.prevbox{left:15px;}
.nextbox{right:15px;}

.prevbox .ban-prev,.nextbox .ban-next{
    display:block;
    width: 54px;
    height: 54px;
    -webkit-transition: background .5s,opacity .3s,transform .5s;
    -moz-transition: background .5s,opacity .3s,transform .5s;
    transition: background .5s,opacity .3s,transform .5s;
    cursor: pointer;
    position:relative;
}
.prevbox .ban-prev:after{
    display:block;
    width:54px;
    height:54px;
    background:url(../image/ico_prev.png) center no-repeat;
    content: '';
    position:absolute;
    top:0;
    left:0;
}
.nextbox .ban-next:after{
    display:block;
    width:54px;
    height:54px;
    background:url(/public/assets/cn/images/ico_next.png) center center no-repeat;
    content: '';
    position:absolute;
    top:0;
    left:0;
}
.nextbox:hover,.prevbox:hover {
    opacity: 1;
    background: #5794e7;
    color: #fff;
    border-color: #5794e7;
    animation: pulse .5s ease-out forwards;
}
.prevbox .ban-prev:hover::after{
    -webkit-animation: toRightFromRight .5s forwards;
    -moz-animation: toRightFromRight .5s forwards;
    animation: toRightFromRight .5s forwards;
}
.nextbox .ban-next:hover::after{
    -webkit-animation: toRightFromLeft .5s forwards;
    -moz-animation: toRightFromLeft .5s forwards;
    animation: toRightFromLeft .5s forwards;
}
@-webkit-keyframes maskUpIn{
    0%{-webkit-transform:translateY(100%)}
    100%{-webkit-transform:translateY(0)}
}
@keyframes maskUpIn{
    0%{transform:translateY(100%)}
    100%{transform:translateY(0)}
}
@-webkit-keyframes maskUp{
    0%{-webkit-transform:translateY(100%)}
    100%{-webkit-transform:translateY(-100%)}
}
@keyframes maskUp{
    0%{transform:translateY(100%)}
    100%{transform:translateY(-100%)}
}
@-webkit-keyframes toRightFromLeft{
    79%{-webkit-transform:translate(102%)}
    80%{-webkit-transform:translate(-102%)}
    81%{opacity:1}
}
@-moz-keyframes toRightFromLeft{
    79%{-moz-transform:translate(110%)}
    80%{-moz-transform:translate(-102%)}
    81%{opacity:1}
}
@keyframes toRightFromLeft{
    79%{transform:translate(102%)}
    80%{transform:translate(-110%)}
    81%{opacity:1}
}
@-webkit-keyframes toRightFromRight{
    79%{-webkit-transform:translate(-102%)}
    80%{-webkit-transform:translate(102%)}
    81%{opacity:1}
}
@-moz-keyframes toRightFromRight{
    79%{-moz-transform:translate(-102%)}
    80%{-moz-transform:translate(102%)}
    81%{opacity:1}
}
@keyframes toRightFromRight{
    79%{transform:translate(-102%)}
    80%{transform:translate(102%)}
    81%{opacity:1}
}


.hm-case-more a:hover{background: #f0870a;color: #fff;border-color: #f0870a;}
@media (min-width: 768px){
    .case.col-sm-3 {
        width: 23%;
    }
}
.case{overflow:hidden;position:relative;padding: 0;margin:0 1%;}
.case .photo{width:100%;overflow:hidden;padding: 0;margin:0;background: #e4e4e4;position: relative;padding-top: 100%;}
.case .photo img{max-width:70%;overflow:hidden;padding: 0;margin:0;}
.case .rsp{width:100%;height:100%;overflow:hidden;position: absolute;background:#000;top:0px;left:0px;display: none;}
.case .text{position:absolute;width:100%;height:100%;left:-100%;top:0px;overflow:hidden;}
.case .text h3{width:100%;margin-top:100px;line-height:50px;text-align:center;color:#FFFFFF;font-size:24px;}
.case .text h3 img{max-height: 55px;}
.case .text a{text-decoration:none}
.case .text div{text-align:center;color:#FFFFFF;font-size:14px;padding:0 15px;margin-top:15px;}
@media (max-width: 768px){
    .case .text h3{margin-top:20px;line-height:30px;font-size:18px;margin-bottom:5px;}
    .case .text div{text-align:justify;}
    .case.col-xs-12{width:48%;margin-top:8px;}
}

.foot-top{padding:50px 0;}
.foot-top h4{font-size: 22px;font-family: "SourceHanSansCNRegular";margin-bottom: 50px;text-align: center;}
.foot-top .txt .t{font-size: 18px;margin: 10px 0;font-family: "SourceHanSansCNRegular";}
.foot-top .txt .p{font-size: 16px;max-width: 220px;margin:0 auto;line-height: 1.8;}
.foot-main{
    background: #444;
    color: #aaa;
    color: rgba(255,255,255,0.6);
    padding-top: 50px;
}
.foot-tel{
    line-height: 34px;
    padding-left: 38px;
    background: url(../image/ico_tel.png) no-repeat left center / 34px;
    color: #f0870a;
    margin: 20px 0;
    font-size: 18px;
}
.foot-main .ltxt .img{
    width: 100px;
    margin-right: 10px;
}
.foot-main .ltxt p{
    font-size: 16px;
    line-height: 25px;
}
.foot-nav dl dt{
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.foot-nav dl dt a{color: #fff;}
.foot-nav dl dd{font-size: 16px;margin-bottom: 5px;}
a:hover, a:focus{color: #f0870a;}

.focus{position: relative;}
.gotop{position: relative;}
.gotop span{
    position: absolute;
    top:-80px;
    width: 30px;
    height: 30px;
    background-color: #f0870a;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    right: 0;
    color: #fff;
    cursor: pointer;
}
.inner-wrap .case{margin-bottom: 2%;}
.inner-wrap .page{margin:35px 0;}
.inner-foot .foot-top{
    background: url(../image/news_bg.gif);
}
.ins-product .gli .boxs{
    display: block;
    background: #f0f0f0;
    transition: all 0.3s ease;
    padding-top: 20px;
}
.ins-product .gli .boxs:hover{
    box-shadow: -3px -5px 10px 1px #ccc;
}
.ins-product .gli .boxs .img{
    overflow: hidden;
    position: relative;
    padding-top: 60%;
}
img.img-position{
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.ins-product .gli .boxs .txt{padding: 20px 0 30px;}
.ins-nav{
    padding: 5px 0;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    text-align: center;
    font-size: 0;
    margin-bottom: 50px;
}
.ins-nav ul li{
    display: inline-block;
    font-size: 16px;
    padding: 0 30px;
    line-height: 44px;
    position: relative;
}
.ins-nav ul li+li:after{
    display: block;
    width: 1px;
    height: 14px;
    background-color: #f0870a;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}
.ins-nav ul li.on a{color: #f0870a;}
.contact-wrap{padding-top:20px;margin-bottom:60px;}
.contact-list{margin-top:50px;margin-bottom:45px;text-align:center;line-height:30px;}
.partner-ico{
    height:92px;
    margin-bottom:10px;
    background-size:auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
/* .parico-1{background:url(../Images/ico_con1.png) center center no-repeat;background-size:auto 100%;}
.parico-2{background:url(../Images/ico_con2.png) center center no-repeat;background-size:auto 100%;}
.parico-3{background:url(../Images/ico_con3.png) center center no-repeat;background-size:auto 100%;} */
.text img,.text iframe,.text table{max-width:100%;}
.contact-list.row{margin-right: 0;margin-left: 0;}
.contact-list.row>div{padding-right: 0;padding-left: 0;font-size: 18px;}
.contact-list.row>div+div:after{
    position: absolute;
    top:0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
    content: '';
}
.contact-mid{background: #f2f2f2;padding: 60px;margin-top: 50px;text-align: left;}
.contact-mid p{
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}
.contact-mid h4{margin-bottom: 15px;}
.in-hr-wrap .about-con-mid{
    background: #f2f2f2;
}
.hr-main{margin-bottom: 30px;}
.hr-list{display: none;}
.hr-list .item{
    border-top: 1px solid #d9d9d9;
    padding:30px 15px;
    text-align: left;
}
.hr-list .item .mes{display: none;}
.hr-list .item .top .h3{margin-top: 0;margin-bottom: 0;font-family: "SourceHanSansCNRegular";font-size:22px;}
.hr-list .item .top .h3.mt{margin-top: 11px;}
.hr-list .item .top .ag{
    float: right;
    width: 21px;
    height: 21px;
    background: url(/public/assets/cn/Images/ico_9.png) center no-repeat;
    cursor: pointer;
}
.hr-list .item.on .top .ag{background: url(../image/ico_10.png) center no-repeat;}
.hr-list .item .top .p{font-size: 13px;color:#595959;margin-top: 5px;}
.hr-list .item .mes-ps-ad{
    font-size: 20px;
    color:#000;
    margin-top: 30px;
    margin-bottom: 30px;
}
.hr-list .item .mes-ps-ad span{
    display: inline-block;
    height: 14px;
    line-height: 14px;
}
.hr-list .item .mes-ps-ad span+span{
    border-left: 1px solid #595959;
    padding-left: 25px;
    margin-left: 25px;
}
.hr-list .item .mes .text{font-size: 16px;color:#5a5a5a;}
.hr-list .item .mes .text .p1{margin-bottom: 15px;}

.in-hr-list{padding-top: 55px;padding-bottom: 20px;}
.ins-navb{margin: 20px 0 40px;}
.ins-navb a{
    display: inline-block;
    font-size: 18px;
    color: #000;
    line-height: 40px;
    width: 130px;
    border: 1px solid #9c9c9e;
    margin: 0 5px;
}
.ins-navb a.on{color: #fff;background:#f0870a;border-color: #f0870a;}
.investor-list ul li{
    line-height: 56px;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
    text-align: left;
    position: relative;
    padding: 0 30px;
}
.investor-list ul li:hover{background: #f2f2f2;}
.investor-list ul li a.tx{
    display: inline-block;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}
.investor-list ul li span.lx{
    color: #888;
    margin-right: 10px;
}
.investor-list ul li span.date{float: right;}
.in-news-w{text-align: left;}
.in-news-w .news{padding-top: 2rem;padding-bottom: 2rem;}
.in-news-w .photo a{
    display: block;
    height: 18rem;
}
.in-news-w .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in-news-w .news .new-p1{font-family: arial;font-weight: bold;}
.in-news-w .news .new-p2{font-family: arial;}
.news .new-p3{
    margin-bottom: 15px;
    line-height: 2;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.in-about-wrap .txt h3{margin-bottom: 15px;}
.in-about-wrap .abti{margin-bottom: 50px;}
.in-about-mid{position: relative;margin-bottom: 50px;}
.in-about-mid .v-table{width: 100%;height: 100%;text-align: center;}
.in-about-mid .v-table h3{font-size: 30px;}
.in-about-clist{border:1px solid #ddd;margin-bottom: 50px;}
.in-about-clist ul li{
    float: left;
    width: 20%;
    position: relative;
    transition: all 0.3s ease;
}
.in-about-clist ul li .img{
    width: 100%;
    height:430px;
}
.in-about-clist ul li .img img{width: 100%;height: 100%;}
.in-about-clist ul li .n{
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 20px;
    font-size: 22px;
    color: #fff;
    z-index: 3;
}
.in-about-clist ul li .txt{
    position: absolute;
    top:0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 5;
    background: #fff;
    overflow:hidden;
}
.in-about-clist ul li .txt table{
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}
.in-about-clist ul li .txt .cinx{padding: 0 10%;}
.in-about-clist ul li .txt h3{margin-bottom:15px;}
.in-about-clist ul li.on{width: 60%;}
.in-about-clist ul li.on .txt{width: 100%;}

.maps-boxs{
    width: 736px;
    margin: 30px auto 100px;
    position: relative;
}
.maps-boxs ul li{
    position: absolute;
    z-index: 2;
    text-align: left;
}
.maps-boxs ul li:hover{z-index: 3;}
.maps-boxs ul li .ts{
    display: block;
    padding-left: 30px;
    line-height: 28px;
    background: url(/public/assets/cn/Images/ico23.png) left center no-repeat;
    cursor: pointer;
}
.maps-boxs ul li .ts span{
    display: inline-block;
    padding: 0 6px;
    border-radius: 3px;
    background: #fff;
    color: #555;
    font-size: 16px;
    vertical-align: top;
}
.maps-boxs ul li:hover .ts span{color: #e67817;}
.maps-boxs ul li .cboxs{
    position: absolute;
    top:-108px;
    left: 80px;
    padding-left: 50px;
    display: none;
}
.maps-boxs ul li:hover .cboxs{display: block;}
.maps-boxs ul li .cboxs .mes{
    background: rgba(224,224,224,0.82);
    border:1px solid #e67817;
    width: 240px;
    padding: 30px 20px 30px 30px;
    border-radius: 5px;
    position: relative;
}
.maps-boxs ul li .cboxs .line{
    position: absolute;
    top:65px;
    right: 100%;
    width: 60px;
    height: 1px;
    background: #e67817;
    border-width: 0;
    margin:0;
}
.maps-boxs ul li .cboxs .line:after{
    position: absolute;
    top:0;
    right: 100%;
    width: 60px;
    height: 1px;
    background: #e67817;
    content: '';
    transform: skewY(-45deg);
    transform-origin:right top;
}
.maps-boxs ul li .cboxs .t{
    font-size: 20px;
    font-family: "SourceHanSansCNRegular";
    color:#333;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.maps-boxs ul li .cboxs .t:after{
    display: block;
    width: 50px;
    height: 3px;
    background: #f0870a;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
}
.maps-boxs ul li .cboxs .ps{
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}
.maps-boxs ul li .cboxs .m a{font-size: 16px;color: #ff6802;}
.maps-boxs ul li.li-1{
    top:23.95%;
    left: 89.15%;
}
.maps-boxs ul li.li-2{
    top:40.5%;
    left: 83.85%;
}
.maps-boxs ul li.li-3{
    top:55.95%;
    left:84.85%;
}
.maps-boxs ul li.li-4{
    top:57.5%;
    left: 86.5%;
}
.maps-boxs ul li.li-5{
    top:61.95%;
    left: 71.85%;
}
.maps-boxs ul li.li-6{
    top:71.95%;
    left: 68.5%;
}
.maps-boxs ul li.li-7{
    top:84.5%;
    left: 71.5%;
}
.maps-boxs ul li.li-8{
    top:62.95%;
    left: 85.85%;
}
.maps-boxs ul li.li-9{
    top:62%;
    left: 52%;
}
.maps-boxs ul li.li-10{
    top:29.5%;
    left: 85.75%;
}
.maps-boxs ul li.li-11{
    top:80.5%;
    left: 73.5%;
}
.maps-boxs ul li.li-12{
    right:-150px;
    bottom: 170px;
}
.maps-boxs ul li.li-12 a{background:none;}
.maps-boxs ul li.li-12 a i{
    position: absolute;
    top:9px;
    left: 9px;
    width: 10px;
    height: 10px;
    background: rgba(33,106,174,0.8);
    border-radius: 50%;
}
.maps-boxs ul li.li-12 .cboxs{
    top: auto;
    left: -70px;
    padding-left: 0;
    bottom: 100%;
    padding-bottom: 50px;
}
.maps-boxs ul li.li-12 .cboxs .line{
    top:100%;
    transform: rotateZ(-90deg);
    margin-right: -50px;
    margin-top: 10px;
    transform-origin: top;
    width: 20px;
}
.maps-boxs ul li.li-12 .cboxs .line:after{width: 40px;}

.maps-boxs ul li.li-3 .ts span{margin-top: -10px;}
.maps-boxs ul li.li-4 .ts span{margin-top: 5px;}
.maps-boxs .ico-abmap{
    position: absolute;
    bottom: 0;left: 100%;
}
.maps-boxs .ico-abmap img{width: 160px;}
.maps-boxs ul.ul2 li i.gd{
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: rgba(33,106,174,0.8);
    margin-left: 5px;
    margin-top: 12px;
}
.maps-boxs ul.ul2 li.li-2 i.gd{margin-top: 18px;}
.maps-boxs ul.ul2 li.li-3 i.gd{margin-left: 0;}

.foot-top .ico{height: 76px;}
.foot-top .ico img{height: 100%;}

.in-about-map .titles{text-align: left;}
.in-about-map .titles h3{font-family: "SourceHanSansCNRegular";margin-bottom: 15px;}
.in-about-map .titles p{font-size: 16px;}
.pagepage{font-size: 16px;margin: 30px 0;}

.investor-mw-list{padding-top: 40px;padding-bottom: 60px;}
.investor-mw-list .img{
    padding-top: 66.57%;
    position: relative;
    overflow: hidden;
}
.investor-mw-list .img:after{
        position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border: 1px solid #fff;
    pointer-events: none;
}
.investor-mw-list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.investor-mw-list .txt{padding: 30px 15px 20px;background-color: #fff;}
.investor-mw-list .txt .t{
    font-size: 20px;
    font-family: "SourceHanSansCNRegular";
    text-align: center;
    margin-bottom: 15px;
}
.investor-mw-list .txt ul.ul{height: 156px;overflow: hidden;}
.investor-mw-list .txt ul.ul li{
    line-height: 26px;
    padding: 0 10px;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
}
.investor-mw-list .txt ul.ul li:hover{background: #f6f6f6;}
.investor-mw-list .txt ul.ul li .nx{
    width: 70%;
    float: left;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.investor-mw-list .txt ul.ul li .date {
    width: 30%;
    text-align: right;
    float: left;
    color: #888;
    font-size: 14px;
}
.investor-mw-list .txt .m{margin-top: 30px;padding: 0 10px;}
.investor-mw-list .txt .m a{
    display: block;
    background-color: #999;
    color: #fff;
    line-height: 30px;
}
.investor-mw-list .txt .m a:hover{background-color: #555;}
.investor-mw-list .txt .pm{line-height: 20px;height: 156px;}
.investor-mw-list .txt .pm a{color: #337ab7;}