*, ::before, ::after {margin: 0;padding: 0;box-sizing: border-box;-webkit-box-sizing: border-box;-webkit-tap-highlight-color: transparent;}
body,html{width: 100%;height: 100%;font-size: 14px; color: #333;font-family: 'Microsoft Yahei', sans-serif;}
ul, ol {list-style: none; margin: 0}
a {text-decoration: none;background: transparent;color: #333;}
input, textarea {outline: none;resize: none;}
h1,h2,h3,h4,h5,h6,p{margin: 0;}
.clearfix::before, .clearfix::after{content: "";display: table; clear: both; } 
img { vertical-align: middle;border-style: none;}
.fl{float: left;}
.fr{float: right;}
table{
    border-collapse:collapse;
}
table,td,tr{
    border: 1px solid #cccccc;
}
td{width: 20%;}
td span{
    margin-left: 10px;
}
/*public*/

.topNav{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    transition: .5s;
}
.logo{height: 120px; transition: .5s;}
.logo img{
     position: relative;
     top: 50%; 
     transform: translate(0,-50%);
     max-width: 100%;
}
.navList ul li{
    float: left;
    line-height:120px;
    margin-right: 40px;
    transition: .5s;

}
.navList ul li:last-child{margin-right: 0;}
.navList ul li a{
    color:#FFFFFF;
    font-size:14px;
    position: relative;
}
.navList ul li a:hover{color: #291671!important;}
.bannerbox{height: 100%;overflow: hidden;}
.bannerbox .swiper-container,
.bannerbox .swiper-slide{
    width:100%;
    height: 100%;
    overflow: hidden;
}
.idxbg_pic{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}
.bannerbox .swiper-pagination{
    right: 1.5vw;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
.bannerbox .swiper-pagination-bullet{
    background:rgba(255,255,255,0.9);
    display: block;
    margin-bottom: 5px!important;
}
.bannerbox .swiper-pagination-bullet-active{background: #ffffff;}

/*search*/
.s_btn{cursor: pointer;}
.search{
    width: 100%;
    height:40%;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 1px 8px #cccccc;
    display: none;
}
.search .s_ceng {
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    width: 70%;
    z-index: 99;
    font-size: 20px;
    transform: translate(-50%,-50%);
}
.search .gb {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) no-repeat center;
    position: absolute;
    top: 5%;
    right: 1%;
    cursor: pointer;
}
.search .s_ceng input {
	float: left;
	width: 100%;
	text-indent: 15px;
    outline: none;
    border: 0;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
}
.search .s_ceng .keyword{padding: 10px 2px;}
.search .s_ceng .s {
    outline: none;
    position: absolute;
    border: 0;
    height: 90%;
    width: 5%;
    background: url(../images/search2.png) #fff center center no-repeat;
    cursor: pointer;
    right: 0;
}
/*menu*/
.menu{
    line-height: 112px;
    text-align: center;
    display: inline;
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 999999;
}

.menu span {
position: relative;
display: inline-block;
width: 35px;
height: 3px;
background-color: #291671;
border-radius: 2px;
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;
margin-top: -2px;
z-index: 9999;
}

.menu span:after,  .menu span:before {
content: "";
position: absolute;
display: inline-block;
width: 35px;
height: 3px;
left: 0;
border-radius: 2px;
background-color: #291671;
-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;
}
.menu span:before {
top: 10px;
-webkit-transition-property: top, transform;
-moz-transition-property: top, transform;
-ms-transition-property: top, transform;
-o-transition-property: top, transform;
transition-property: top, transform;
}
.menu span:after {
bottom: 10px;
-webkit-transition-property: bottom, transform;
-moz-transition-property: bottom, transform;
-ms-transition-property: bottom, transform;
-o-transition-property: bottom, transform;
transition-property: bottom, transform;
}
.menu.active span {
background-color: transparent;
-webkit-transition-delay: 0s, 0s;
-moz-transition-delay: 0s, 0s;
-ms-transition-delay: 0s, 0s;
-o-transition-delay: 0s, 0s;
transition-delay: 0s, 0s;
}

.menu.active span:after{
bottom: 0;
-webkit-transition-delay: 0s, .3s;
-moz-transition-delay: 0s, .3s;
-ms-transition-delay: 0s, .3s;
-o-transition-delay: 0s, .3s;
transition-delay: 0s, .3s;
}
.menu.active span:before{
top: 0;
-webkit-transition-delay: 0s, .3s;
-moz-transition-delay: 0s, .3s;
-ms-transition-delay: 0s, .3s;
-o-transition-delay: 0s, .3s;
transition-delay: 0s, .3s;
}

.menu.active span:before {
top: 0;
background: #291671;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.menu.active span:after {
bottom: 0;
background: #291671;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
} 
/*idxnews*/
.idx_news{
    position: absolute;
    bottom: -210px;
    left: 0;
    width: 100%;
    background: rgba(255,255,255, .88);
    z-index: 99;
    transition: .6s;
    overflow: hidden;
}
.idx_news:hover{
    bottom: 0;
}
.idxNews_up{
    text-align: center;
    margin: 24px 0;
    cursor: pointer;
}
.idxNews_up img{
    transition: .8s;
    cursor: pointer;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.idxNews_item a{display: flex;}
.idxNews_item{
    margin-bottom: 50px;
}
.idxNews_con{
    margin: 0 0 0 19px;
}
.idxNews_time{
    font-size:14px;
    font-family:HelveticaNeueLTPro-ThEx;
    font-weight:normal;
    color:#646464;
    display: flex;
}
.idxNewsTime_line{
    width: 15px;
    height: 1px;
    background-color: #cccccc;
    transition: .6s;
    margin: auto 0;
}
.idxNews_title{
    font-size:16px;
    font-weight:400;
    color:#323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1vw 0;
}
.idxNews_txt{
    font-size:14px;
    font-weight:400;
    color:#787878;
    line-height:24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.idxNews_pic { overflow: hidden;flex:0 0 37%;}
.idxNews_pic img{
    transition: .8s;
    width: 200px;
    height: 130px;
}
.idxNews_item a:hover .idxNews_pic img{transform: scale(1.1);}
.idxNews_item a:hover .idxNewsTime_line{  width: 54px;}
/*idxList*/
.idxList{display: flex;overflow: hidden;}
.idxListView{
    width: 34%;
    display: flex;
    transition: .8s;
    overflow: hidden;
}
.idxListView:hover .idxListItem{
    transform: scale(1.1);
}
.idxListItem{
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .8s;
    overflow: hidden;
}
.idxListItem a{cursor: pointer;}
.idxListItem_hide{
    background: #ffffff;
    width: 0;
    height: 100%;
    transition: .8s;
    overflow: hidden;
}
.idxListItem_txt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    transition: 1.5s;
    z-index: 96;
}
.idxListItem_title{
    font-size:40px;
    font-weight:400;
    color:#ffffff;
    text-align: center;
}
.idxListItem_titleEN{
    font-size:24px;
    font-family:BankGothicBT-Light;
    font-weight:300;
    color:rgba(255,255,255,0.6);
    text-align: center;
    margin: 42px 0 4.5vw 0;
}
.idxListItem_icon{text-align: center;}

.idxListItem_vague{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, .54);
    z-index: 9;
    transition: .6s;
}
.idxListItem_img{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    width: 60%;
    text-align: center;
    opacity: 0;
    transition: .6s;
}
.idxListItem a:hover .idxListItem_vague{opacity: 0;}
.idxListItem a:hover .idxListItem_txt{opacity: 0!important;transition: .6s!important;}
.idxListItem a:hover .idxListItem_img{opacity: 1; top: 50%;}
/*idxTec*/
.idxTec{
    width: 100%;
    background-image: url('../images/idxtecbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 4.8vw 0;
    text-align: center;
    position: relative;
}
.idxTecSwiper .swiper-pagination{
    position: static;
}
.idxTecSwiper .swiper-pagination .swiper-pagination-bullet{
    width: auto;
    height: auto;
    font-size: 16px;
    background: none;
    opacity: 1;
    margin: 10px 15px;
    color: #969696;
}
.idxTecSwiper .swiper-pagination  .swiper-pagination-bullet-active{
    color: #291671;
    font-size: 17px;
}
.idxTecSwiper .swiper-button-next, .idxTecSwiper .swiper-button-prev{
    width: 24px;
    height: 24px;
    background-size:auto;
    top: 80%

}
.idxTecSwiper .swiper-button-next{
    background-image: url(../images/idxTec_next.png);
    right: 0;
}
.idxTecSwiper .swiper-button-prev{
    background-image: url(../images/idxTec_prev.png);
    left:0;
}
.idxTec_title{
    font-size:36px;
    font-weight:400;
    color:#505050;
    margin-top: 60px;
    transition: 1.5s;
}
.idxTec_titleEn{
    font-size:14px;
    font-family:BankGothicBT-Light;
    font-weight:300;
    color:#969696;
    margin: 1.6vw 0;
    transition: 1.5s;
}
.idxTecItem{
    width: 80%;
    margin: auto;
}
.idxTec_pic img{max-width: 100%;}
/* .idxTec_theme{
    font-size:20px;
    font-weight:400;
    color:#787878;
}
.idxTec_theme span{cursor: pointer;}
.idxTec_theme span.active{color: #291671;} */
.idxTec_txt{
    font-size:14px;
    font-weight:400;
    color:#646464;
    line-height:24px;
    margin: 2.1vw 0 4.1vw 0;
}
.bottom{background-color: #000000}
.copyright{
    height: 40px;
    font-size:12px;
    font-weight:400;
    line-height: 40px;
    color:rgba(255,255,255,0.5);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 15px;
}
.copyright a{color: #ffffff;}
.copyright a:hover{color: #291671;}
/*rightBar*/
.rightbar{
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 98;
}
.rightbar_number{
    background-color: rgba(50,50,50,.6);
}
.rightbar_number>div{
    font-size: 18px;
    width: 10px;
    color: #ffffff;
    line-height: 22px;
    margin: auto;
    word-wrap: break-word;
    word-break: normal;
    padding: 10px 0;
}

.rightbar_fixed{
    position: fixed;
    right: 0;
}
.rightbar_ewmbox{
    position: absolute;
    left: -173px;
    top: 0;
    background-color: #ffffff;
    display: none;
}

.rightBar_item{
    background-color: rgba(50,50,50,.6);
    width:50px;
    height:50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin-bottom: 2px;
}
.rightBar_item img{width: 100%;}
.rightBar_item:hover{background: #291671;}
.rightbar_phone img{width: auto;}
.rightbar_phone{transition: 1s  cubic-bezier(.46,1,.23,1.52);white-space: nowrap;}
.rightbar_phone span{display: none; color: #ffffff; margin-left: 10px;}
.rightbar_phone:hover{width: 150px;}
.rightbar_phone:hover span{display: inline-block;}
/*---------------------------rightbar end--------------------------*/
.bigContainer{height: 100%;}
.page{
    width:100%;
}
.wrapper .footer{
    overflow: hidden;
    height: auto!important;
}

.hideSmallBox{display: none;}
.hideSmallBox_name{font-size: 24px; margin-bottom: 20px;}
.hideSmallBox_picbox{position: relative;overflow: hidden;}
.hideSmallBox_item{
    margin-bottom: 10px;
}
.hideSmallBox_item a{cursor: pointer;}
.hideSmallBox_item img{ 
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.hideSmallBox_mark{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6)
}
.markTxt{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 14px;
    z-index: 10;
}
.idxListItemBtn{text-align: right;}
.idxListItem_back{
    display: inline-block;
    vertical-align: middle;
    width: 78px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    background: #291671;
    color: #fff;
    cursor: pointer;
}
.idxListItemBtn a{
    display: inline-block;
    vertical-align: middle;
    width: 78px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    background: #291671;
    color: #fff;
    cursor: pointer;
}
.hideSmallBox_item a:hover  img{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.hideSmallBox_item a:hover .hideSmallBox_mark{
    display: none;
}
.hideSmallBox_picbox .hideSmallBox_icon{
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 120%;
    transform: translate(-50%,-50%);
    transition: .6s;
    opacity: 0;
}
.hideSmallBox_item a:hover .hideSmallBox_picbox .hideSmallBox_icon{
    top: 50%;
    opacity: 1;
}
/*----------------------------index end----------------------------------*/
.footerbox{
    display: flex;
    width: 100%;
}
.pos{
    position: absolute;
    bottom: 0;
}
.footerItem{
    flex: 0 0 25%;
    text-align: center;
    padding: 34px 0;
    background: #f8f8f8;
}
.footerItem img{max-width: 100%;}
.idxphone{background-color: #898989;}
.idxcz{background-color: #323232;}
.idxadress{background-color: #291672;}
.footertxt{
    font-size:14px;
    font-weight:400;
    color:#ffffff;
    line-height:24px;
    margin-top: 1.5vw;
}
.footerItem_con{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/*----------------------------footer end----------------------------------*/
.translucent{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: rgba(0,0,0,0.7);
}
.bigPic{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}
.bigPic img{max-width: 100%;}
/*----------------------------translucent end----------------------------------*/

.subnav{
    background-color: #F2F2F2;
}
 .mb_subnav{
     display: none;
 }
 .mb_subnav_img{
     display: inline-block;
     background-size: cover;
     width: 16px;
     height: 16px;
 }
 .pc_subnav  li {float: left;}
 .pc_subnav  li a{
     display: block;
     width:160px;
     height:60px;
     text-align: center;
     line-height: 60px;
 }
 .pc_subnav  li a:hover{
     background: #291671;
     color: #ffffff;
 }

 .subBg{
     width: 100%;
     height: 700px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     position: relative;
 }
/*----------------------------subnav end----------------------------------*/
.location{line-height: 60px;}
.position{color: #969696;}
.position a{color: #505050;}
.subContent{padding: 5vw 0;overflow: hidden;}
.subBg_tltle{
    position: absolute;
    z-index: 12;
    bottom: 5vw;
    font-size:40px;
    font-weight:400;
    color:#ffffff;
}
/*abHonor*/
.abHonor_view a{
    display: block;
    background-color: #F8F8F8;
    text-align: center;
    padding: 2vw 30px;
    margin-bottom: 30px;
    cursor: pointer;
}
.abHonorView_pic img{
    max-width: 100%;
}
.abHonorView_line{
    width:100%;
    height:1px;
    background:#c8c8c8;
    margin: 1.8vw 0;
}
/*abwh*/
.abwh_pic img{max-width: 100%;}
.abwh_title{
    font-size:20px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:#291671;
    line-height:36px;
    margin:30px 0 60px 0;
}
.abwh_con{
    font-size:16px;
    font-weight:400;
    color:#505050;
    line-height:24px;
}
.abCon img{
max-width: 100%;
}
/*----------------------------about end----------------------------------*/
.caseList{margin-bottom: 5vw;}
.caseItem_pic{overflow: hidden;}
.caseItem_pic img{max-width: 100%; transition: .5s;}
.caseItem a{display: block; cursor: pointer;}
.caseItem_name{
    font-size:14px;
    font-weight:400;
    color:#505050;
    text-align: center;
    margin: 20px 0;
}
.caseItem{margin-bottom: 20px;}
.caseItem a:hover .caseItem_pic img{transform: scale(1.1);}
.pageNumber{
    width: 100%;
    text-align: center;
}
.pageNumber a{
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #f1f1f1;
    text-align: center;
    line-height: 40px;
}
.pageNumber a:hover{background: #291671;color: #ffffff;}
.pageNumber .current{
    border: 0;
    color: #291671;
}
.pageNumber .current:hover{background: 0; color: #291671;}
/*----------------------------case end----------------------------------*/
.newsList{
    margin-bottom: 5vw;
}
.newsItem{margin-bottom: 3vw;}
.newsItem a{
    display: flex;
    flex-wrap: wrap;
}
.newsItem_pic{overflow: hidden;}
.newsItem_pic img{
    width: 100%;
    transition: .5s;
}
.newsItem_date{
    margin: 0 3vw 0 2vw;
    padding: 50px 0;
}
.newsItem_day{
    font-size:36px;
    font-family:Bebas;
    font-weight:400;
    color:#B4B4B4;
    line-height:40px;
}
.newsItem_year{
    font-size:14px;
    font-family:Bebas;
    font-weight:400;
    color:#B4B4B4;
    text-align: right;
}
.newsItem_con{
    flex: 0 0 56%;
}
.newsItem_title{
    font-size:18px;
    font-weight:400;
    color:#323232;
    margin:2vw 0;
}
.newsItem_txt{
    font-size:14px;
    color:#A0A0A0;
    line-height:28px;
}
.newsItem a:hover .newsItem_pic img{transform: scale(1.1);}
.newsItem a:hover .newsItem_day,.newsItem a:hover .newsItem_year{color: #291672;}
.newsItem a:hover .newsItem_title {color: #291672;}
/*news_view*/
.newsView_title{
    font-size:24px;
    font-weight:400;
    color:#323232;
    text-align: center;
    margin-bottom: 23px;
}
.newsView_time{
    font-size:14px;
    color:#787878;
    text-align: center;
}
.newsView_body{
    font-size:15px;
    color:#505050;
    line-height:30px;
    margin: 3.5vw 0;
}
.newsView_bottom{
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,0.3);
}
.newsView_bottom .newsView_back{
    display: block;
    width:140px;
    height:36px;
    background:#291672;
    font-size:14px;
    color:#FFFFFF;
    line-height:36px;
    text-align: center;
}
/*----------------------------news end----------------------------------*/
.contact{overflow: hidden;}
.contactDown{
    background-image: url(../images/conpic1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.conAdress{
    font-size:14px;
    color:#646464;
    line-height:30px;
}
.conbox img{
    width: 20px;
    height: 20px;
}
.ipt{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 10px 0;
    background: transparent;
}
.massagebox_label{margin-bottom: 3vw;} 
.textarea{width: 100%;height: 180px;    background: transparent; font-size: 14px;}
.massagebox_vcode{margin: 2.2vw 0;}
.massagebox_submit{overflow: hidden;}
.downCon_txt{
    font-size:15px;
    font-weight:200;
    color:#646464;
    margin: 28px 0 4vw 0;
}

.downCon_title{
    font-size:30px;
    font-weight:400;
    color:#323232;
}
.btn{
    width:240px;
    height:44px;
    background:#291671;
    font-size:15px;
    font-weight:400;
    color:#ffffff;
    line-height:44px;
    text-align: center;
    border: 0;
    cursor: pointer;
} 
.companyName{
    font-size:24px;
    font-family:MicrosoftYaHeiLight;
    font-weight:400;
    color:#323232;
    margin-bottom: 30px;
}
.massagebox_label input{
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 10px 0;
    background: transparent;
    margin-bottom: 15px;
    font-size: 14px;
}
.contactUp,.contactDown{
    padding: 5vw 0 3vw 0;
}
/*----------------------------contact end----------------------------------*/
.product .pc_subnav{
   background-color:  #F5F5F5;
}
.proCon{margin-bottom: 5vw;}
.product .pc_subnav  li {float: none; padding: 0 30px;}
.product .pc_subnav  li a{
    display: block;
    width:100%;
    height:60px;
    text-align: left;
    line-height: 60px;
    color: #646464;
    border-bottom: 1px solid #cccccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .pc_subnav  li a span{
    font-size:16px;
    font-family:NSimSun;
    font-weight:bold;
}
.product .pc_subnav  li:hover { background: #291671;}
.product .pc_subnav  li:hover a{color: #ffffff;border: 0;}
.proNavBg{
    background-image: url(../images/propic1.jpg);
    background-position: center;
    padding: 48px 0 32px 31px;
}
.proNav{
    margin-bottom: 20px;
    z-index: 99;
}
.proNavBg_title{
    font-size:28px;
    font-weight:400;
    color:#ffffff;
}
.proNavBg_titleEn{
    font-size:18px;
    font-family:BankGothicBT-Light;
    font-weight:300;
    color:rgba(255,255,255,.5);
    margin: 14px 0 3vw 0;
}
.proNavBg_txt{
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,.8);
}
.proItem{margin-bottom: 20px;}
.proItem a{display: block;}
.proItem_pic{overflow: hidden;position: relative;}
.proItem_pic img{max-width: 100%;transition: .6s;}
.proItem_name{
    font-size:14px;
    font-weight:400;
    color:#323232;
    margin: 20px 0;
    text-align: center;
}
.proItem_vague{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    transition: .6s;
}
.proItem a:hover .proItem_pic img{transform: scale(1.1);}
.proItem a:hover .proItem_vague{opacity: 0;}
.proItem a:hover .proItem_name{color: #291671;}
/*product_view*/
.proView_name{
    font-size:24px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:#323232;
}
.proView_back{
    width:140px;
    height:36px;
    background:#291672;
    font-size:14px;
    color:#ffffff;
    line-height:36px;
    text-align: center;
}
.proView_pic{margin: 40px 0 58px 0;}
.proView_pic img{width: 100%;}
.proView_body{
    font-size:14px;
    color:#323232;
    line-height:30px;
    margin-bottom: 3.5vw;
}
.proView_body img{max-width: 100%;}
.proView_title{
    font-size:18px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:#323232;
    margin-bottom: 30px;
}
.proView_smpic{margin-bottom: 20px;}
.proView_smpic>div{overflow: hidden;}
.proView_smpic img{max-width: 100%;transition: .6s;}
.proView_smpic:hover img{transform: scale(1.1);}
.proView_nav{
    border-bottom: 1px solid #291671;
    padding-left: 20px;
}
.proView_nav ul li{
    float: left;
    font-size: 16px;
    color: #323232;
    background-color: #F8F8F8;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    cursor: pointer;
    border:1px solid #D7D7D7;
    border-bottom: 0;
}
.proView_con{
    display: none;
    padding: 30px 0;
    font-size: 14px;
    line-height: 30px;
}
.proView_con.active{display: block;}
.proView_nav ul li.active{color: #ffffff;background-color: #291671;border: 0;}
/*----------------------------product end----------------------------------*/
.videoList{margin-bottom: 5vw;}
.videoItem{margin-bottom: 40px;}
.videoItem a{display: block;background-color: #F6F7FA; cursor: pointer;}
.videoItem_pic{overflow: hidden;position: relative;}
.videoItem_pic img{max-width: 100%;transition: .6s;}
.videoItem_pic img:last-child{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.videoItem_name{
    font-size:16px;
    color:#323232;
    padding: 2vw 0 2vw 2vw; 
}
.videoItem a:hover .videoItem_name{color: #291672;}
.videoItem a:hover .videoItem_pic img:first-child{transform: scale(1.1);}
/*tanchu*/
.mongolia{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.9);
}
.bg_video{
    width: 70%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    display: none;
}
.vd_close{
    display: block;
	width: 16px;
	height: 16px;
	background: url(../images/close.png) no-repeat center;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
}
/*----------------------------video end----------------------------------*/
.jobtxt{margin-bottom: 5vw;}
.jobItem{cursor: pointer;}
.jobCon_title{
    font-size:18px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:#323232;
    margin-bottom: 50px;
}
.jobItemView{
    width: 100%;
    height: 100px;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    padding:0 2vw;
}
.jobItemView_con{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.jobItemView .jt{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.jt span{
    display: block;
    font-size:20px;
    font-family:NSimSun;
    font-weight:bold;
    color:#323232;
    transform: rotateZ(90deg);
}
.jobItemCon{
    font-size:14px;
    color:#505050;
    line-height:30px;
    background-color: #F8F8F8;
    padding: 2.5vw 0 2.5vw 2vw;
    display: none;
}
.jobItem_name{
    width: 90%;
    font-size:18px;
    color:#323232;
    margin-bottom: 10px;
}
.jobItem_txt{
    font-size:14px;
    color:#505050;
}
.jobItem:hover .jobItem_name,.jobItem:hover .jobItem_txt,.jobItem:hover .jt span{color: #291672;}
.res div{margin: 20px 0;width: 100%;}
/*----------------------------job end----------------------------------*/
/*media*/
@media (min-width: 769px){
    .pc_subnav{display: block!important;}
}
@media (min-width: 992px){
    .mask{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #ffffff;
        z-index: 999;
    }
    .wrapper {
        touch-action: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        transition: 1.4s top;
    }
}
@media (min-width: 1200px){
    .topNav .container {max-width: 1790px;}
    .idxTec .container{max-width: 1430px;}
    .product .container{max-width: 1580px;}
    .navList ul li a::before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -12px;
        height: 2px;
        background: #291671;
        opacity: 0;
        visibility: hidden;
        transform: scale(0, 1);
        transform-origin: 100% 100%;
        transition: transform .5s, opacity .5s, visibility .5s;
    }
    .navList ul li a:hover::before{
        opacity: 1; visibility: visible; transform: none; transform-origin: 0 100%; 
    }
    .idxTec_title{transform: translateY(140px);opacity: 0;}
    .idxTec_titleEn{transform: translateY(140px);opacity: 0;}
        .idxTecSwiper{  
        transition: 1.5s;
        transform: translateY(140px);
        opacity: 0;
    }
    .idxListItem_txt{
        transform: translate(-50%,20%);
        opacity: 0;
    }
}
@media (min-width:1201px){.navList{display: block!important;}}
@media (min-width:1922px){
    .idxListItem{ background-size: cover;}
}
@media (max-width:1200px){
    .menu{display: block;line-height: 70px;}
    .navList{
        width: 100%;
        height: 100%;
        background: #ffffff;
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        z-index: 999999;
        overflow-x: hidden;
    }
    .navList ul{ width: 100%;clear: both; margin-top: 70px; }
    .navList ul li{
        clear: both;
        width: 100%;
        margin: 0;
        padding: 5px 15px;
        height: auto;
    }
    .navList ul li a{
        display: block;
        width: 100%;
        height: 43px;
        border-bottom: 1px solid #666666;
        line-height: 43px;
    }
    .logo,.topNav{height: 70px!important;}
    .navList ul li a{color: #323232!important;}
    .idxListItem{background-size: cover;}
}
@media  (max-width: 992px){
    .location{display: none;}
   .newsItem_pic,.newsItem_con,.newsItem_date{flex: 0 0 100%;}
   .newsItem_year{text-align: left;}
   .newsItem_date{margin: 15px 0; padding: 0; }
   .newsItem{margin-bottom: 30px;}
   .subBg_tltle{font-size: 32px;}
   .conAdress{margin-bottom: 24px;}
   .proView_nav ul li{width: 122px;}
   .idx_news{display: none;}
    .bannerbox .swiper-slide,.bannerbox{height: 375px;}
    .wrapper{height: 100%;padding-top: 70px;}
    .idxList,.idxTec{height: 100%;}
    .idxBody .topNav{background: #ffffff;}
    .proNavBg{display: none;}
}
@media  (max-width: 768px){
    .mb_subnav{
        display: block;
        border-bottom: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
        padding: 10px 15px;
    }
    .pc_subnav{
        position: absolute;
        background: #ffffff;
        z-index: 100;
        width: 100%;
        height: 100%;
        display: none;
        left: 0;
        
    }
    .proNav .pc_subnav{
        top: 0;
        margin-top: -5vw;
        height: 100vh;
    }
    .pc_subnav  li{
        float: none;
    }
    .pc_subnav  li a{ width: 100%;}
    .idxTecSwiper .swiper-slide{width: 100%!important;}
    .proView_nav ul li{width: 86px;}
}
@media  (max-width: 767px){
   
    .subBg{height: 280px;}
}
@media  (max-width: 640px){
    .idxListItem_txt{width: 53%;}
    .idxListItem_title{font-size: 16px;}
    .hideSmallBox_name{
        font-size: 16px;
    }
    .markTxt{font-size: 14px;}
    .idxTec_title{font-size: 24px;}
    .idxTec_theme{font-size: 16px;}
    .idxListItem_titleEN{font-size: 14px;}
    .idxListItem_icon img{width: 18px; height: 18px;}
    .footerItem:first-child{padding: 8px 0;}
    .footerItem{flex: 0 0 50%;padding: 10px;}
    .footerbox{flex-wrap: wrap;}
    .footerItem img{max-width: auto;width: 20px;}
    .footertxt{font-size: 12px;}
    .footerItem:first-child img{ width: 42%;}
}
@media  (max-width: 550px){
    .proView_nav ul li{width: 66px;font-size: 13px;}
    .bannerbox .swiper-container,
    .bannerbox .swiper-slide,.bannerbox{height: 240px;}
    .idxList{height: 60%;}
}
@media  (max-width: 520px){ 
    .copyright{
        white-space: normal;
        overflow: visible;
        height: auto;
        line-height: 20px;
    }
    .jobItem_txt{display: none;}
    .jobItem_name{font-size: 15px;}
    .idxTecSwiper .swiper-button-next, .idxTecSwiper .swiper-button-prev{
        background-size: 15px;
    }
}
@media  (max-width: 451px){
    .proView_nav ul li{width: 100%;margin-right: 0;}
    .proView_nav{padding: 0;}
}
@media  (max-width: 375px){
    .bannerbox .swiper-container,
    .bannerbox .swiper-slide,.bannerbox{height: 200px;}
   
}
@media  (max-width: 374px){
    .idxTec_title{margin-top: 0;}
}


/*responsive boots*/
.container {width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
.container-fluid {width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
.row {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}

@media (min-width: 576px) {.container {max-width: 540px;}}
@media (min-width: 768px) {.container {max-width: 720px;}}
@media (min-width: 992px) {.container { max-width: 960px;}}
@media (min-width: 1200px) {.container {max-width: 1230px;}}
            
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%}
.col-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto; max-width: 100%;}
.col-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}
.col-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}
.col-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
.col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%;max-width: 33.333333%;}
.col-5 {-ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
.col-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.col-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}
.col-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}
.col-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
.col-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%; max-width: 83.333333%;}
.col-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;}
.col-12 { -ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
/*@keyframes*/
@-webkit-keyframes pulse {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
    50% {
      -webkit-transform: translate(0, -10px);
              transform: translate(0, -10px); }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } 
}
@keyframes pulse {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
    50% {
      -webkit-transform: translate(0, -10px);
              transform: translate(0, -10px); }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } 
    }