*{margin: 0; padding: 0; font-family: Microsoft YaHei;}
a:hover,a:active,a:link,a:visited{text-decoration: none;}
body{width: 100%;}
li{list-style: none;}
.padT80{padding-top: 80px;}
.padB80{padding-bottom: 80px;}
.navbar-default{ 
    background-color: #FFFFFF; 
    width:100%;
    margin-bottom: 0; 
    border:none; 
    border-radius: 0;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.navbar-default .nav_center{
    min-width: 1600px;
    min-height:100px;
    background-color: #FFFFFF; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; 
    top:0;
    left: 0;
    z-index: 99; 
    border:none; 
    
}
.navbar-default .nav_content{display: flex;align-items: center;justify-content: center;}
.navbar-default .nav_content .logo_img img{width: 410px;}
.navbar-default .nav_content .tab_list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-default .nav_content .tab_list .item {
    margin-right: 50px;
    cursor: pointer;
}
.navbar-default .nav_content .tab_list .item:hover a{
    color: #234894;
}
.navbar-default .nav_content .tab_list .item a{
    color: #666666;
    font-size: 16px;
}
.navbar-default .nav_content .weixin{
    position: relative;
    padding: 8px 24px;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
}
.navbar-default .nav_content .weixin .ewm{
    display: none;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%,0);
    
}
.navbar-default .nav_content .weixin .ewm .ewm_img{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 160px;
    height: 160px;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
}
.navbar-default .nav_content .weixin .ewm img{
    width: 150px;
    height: 150px;
}
.navbar-default .nav_content .weixin:hover .ewm{
    display: block;
}
.navbar-default .nav_content .weixin img{
    width: 35px;
    cursor: pointer;
}
.navbar-default .nav_content .tel{
    margin-left: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.navbar-default .nav_content .tel .span_1{
    font-size:14px;
    color: #999999;
    margin-right: 5px;
}
.navbar-default .nav_content .tel .span_2{ 
    font-size: 24px;
    color: #234894;
    font-weight: bold;
}
.navbar-default .nav_content .locales{
    margin-left: 27px;
}
.navbar-default .nav_content .locales .link{ 
    cursor: pointer;
    transition: all .3s;
}
.navbar-default .nav_content .locales .link:hover{ 
    color: #428bca;
}

/* banner */
.banner{
    width: 100%;
    min-width: 1600px;
    margin-top: 100px;
}
.banner .banner_content{
    position: relative;
}

.banner .banner_list .banner_item{
    width: 100%;
    height: 890px;
    background-position: center;
    background-size: cover;
    background-repeat:no-repeat !important; 
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*包裹自定义分页器的div的位置等CSS样式*/
.banner .swiper-pagination {
    bottom: 30px;
    left: 0;
    width: 100%;
}
/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.banner .swiper-pagination-bullet {
    width: 100px;
    height: 6px;
    border-radius: 3px;
    display: inline-block;
    background: #fff;
    opacity: .3;
    margin: 0 25px;
}
/*自定义分页器激活时的样式表现*/
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #ffffff;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #ffffff;
}


/* about */
.about{
    width: 100%;
    min-width: 1600px;
    background-color: #ffffff;
}
.about .about_content{
    width: 1200px;
    height: 544px;
    margin: 0 auto;
}
.about .about_head{
    margin-bottom: 30px;
    padding-top: 50px;
}
.about .about_head .text_1{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #234894;
}
.about .about_head .text_2{
    padding-left: 14px;
    border-left: 3px solid #234894;
    color: #234894;
}
.about .about_center{
    width: 1200px;
    height: 320px;
    display: flex;
    justify-content:space-around;
    align-items: flex-start;
}
.about .about_center .left{
    width: 510px;
    height: 320px;
    margin-right: 30px;
}
.about .about_center .left img{
    width: 510px;
    height: 320px;
}
.about .about_center .right{
    flex: 1;
    height: 320px;
    padding-right: 30px;
    overflow-y: scroll;
}
.about .about_center .right::-webkit-scrollbar {
    width: 3px; /*对垂直流动条有效*/
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
.about .about_center .right::-webkit-scrollbar-track{
    background-color: #CCCCCC;
    border-radius: 3px;
}
/*定义滑块颜色、内阴影及圆角*/
.about .about_center .right::-webkit-scrollbar-thumb{
    border-radius: 7px;
    background-color: #32549B;
}
.about .about_center .right .text p{
    text-align: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #666666;
    line-height: 22px;
}
.about .about_center .right .text h4{
    margin-bottom: 5px;
}

/* honor */
.honor{
    width: 100%;
    background-color: #F5F5F5;
}
.honor .honor_content{
    height: 280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.honor .honor_content .number_list{
    display: flex;
    justify-content: center;
    align-items: center;
}
.honor .honor_content .number_list .item{
    height: 100px;
    min-width: 325px;
    color: #666666;
    border-right: 1px solid #AAAAAA;
}
.honor .honor_content .number_list .item:last-child{
    border:none
}
.honor .honor_content .number_list .item .item_up{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 15px;
}
.honor .honor_content .number_list .item .item_up .number{
    font-family: Impact;
    font-size: 60px;
    font-weight: 400;
    margin-right: 10px;
    line-height: 60px;
}
.honor .honor_content .number_list .item .item_up .unit{
    font-family: Impact;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
}
.honor .honor_content .number_list .item .item_down{
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

/* case */
.case{
    width: 100%;
    min-width: 1600px;
    background-color: #234894;
}
.case .case_content{
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}
.case .case_content .case_title{
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 50px;
}
.case .case_content .case_center{
    margin-top: 45px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.case .case_content .case_center .left .case_banner{
    width: 840px;
    height: 400px;
    position: relative;
}
.case .case_content .case_center .case_banner .item{
    width: 840px;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat:no-repeat !important; 
}
.case .case_content .case_center .right{
    height: 400px;
    flex: 1;
    padding: 35px;
    background-color: #F5F5F5;
}
.case .case_content .case_center .right .text p{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.case .case_content .case_center .right .text .p_title{
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}

.case .case_swiper{
    position: relative;
}
/*包裹自定义分页器的div的位置等CSS样式*/
.case .swiper-pagination2 {
    position: absolute;
    z-index: 20;
    bottom: 30px;
    left: 40px;
    width: 100%;
}
/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.case .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    background-color: #ffffff;
    opacity: 1;
    margin: 0 25px;
}
/*自定义分页器激活时的样式表现*/
.case .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #000000;
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
}


/* team */
.team{
    margin-top: 218px;
    width: 100%;
    background-color: #FAFAFA;
}
.team .team_content{
    width: 1200px;
    height: 800px;
    margin: 0 auto;
    position: relative;
}
.team .team_content .team_item{
    width: 1200px;
    height: 800px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    background-color: #FAFAFA;
}
.team .team_content .left{
    width: 490px;
}
.team .team_content .right{
    display: flex;
    align-items:flex-end;
}
.team .team_content .right .img img{
    width: 456px;

}
.team .team_content .item_1{
    padding-top: 72px;
    font-size: 18px;
    color: #234894;
    text-align: left;

}
.team .team_content .item_1 .team_title{
    display: inline-block;
    height: 30px;
    margin-right: 15px;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    padding-right: 20px;
    border-right: 2px solid #234894;
}
.team .team_content .item_2{
    margin-top: 60px;
    font-size: 18px;
    font-weight: 300;
    color: #999999;
    text-align: left;
}
.team .team_content .item_2 .name_1{
    font-size: 60px;
    font-weight: bold;
    color: #444444;
}
.team .team_content .item_3{
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #444444;
        position: absolute;
    left: 0
}
.team .team_content .itme_4{
    width: 435px;
    margin-top: 75px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: left;
        position: absolute;
    bottom: 70px
}
.team .team_content .post{
    position: absolute;
    right: 0;
    top: 180px;
    font-size: 36px;
    font-weight: bold;
    color: #444444;
    padding-bottom: 15px;
    border-bottom: 4px solid #666666;
}
.team .team_content .paging{
    position: absolute;
    right: 0;
    bottom: 85px;
    z-index: 99;
    width: 150px;
    height: 100px;
    text-align: right;
    font-size: 22px;
    color: #666666;
}
.team .team_content .paging .pagingBut {
    display: flex;
    align-items: center;
    justify-content:flex-end;
    margin-top: 15px;
}
.team .team_content .paging .pagingBut .butItem{
    width: 50px;
    height: 30px;
    margin-right: 1px;
    cursor: pointer;
}
.team .team_content .paging .pagingBut .left{
    background-image: url("../images/hlw_23.png");
}
.team .team_content .paging .pagingBut .left.disabled{
    background-image: url("../images/hlw_20.png");
}
.team .team_content .paging .pagingBut .right{
    background-image: url("../images/hlw_23.png");
    background-position: right;
}
.team .team_content .paging .pagingBut .right.disabled{
    background-image: url("../images/hlw_20.png");
    background-position: right;
}
/* partner */
.partner{
    width: 100%;
    margin-top: 150px;
}
.partner .partner_content{
    width: 1600px;
    height: 825px;
    margin: 0 auto;
}
.partner .partner_content .partner_title{
    padding-top: 65px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #444444;
}
.partner .partner_content .partner_center{
    width: 1200px;
    margin: 0 auto;
}
/* foot */
.foot{
    width: 100%;
    height: 270px;
    background-color: #202022;
}
.foot .foot_content{
    width: 1200px;
    height: 270px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot .foot_content .foot_left{
    height: 270px;
    padding-top: 80px;
    display: flex;
    align-items:flex-start;
    justify-content: flex-start;
    padding-right: 50px;
    border-right: 1px dashed #666666;
    opacity: 0.8;
}
.foot .foot_content .foot_left .weizhiimg{
    margin-right: 20px;
}
.foot .foot_content .contactInformation p{
    text-align: left;
    font-size: 14px;
    color: #FFFFFF;
}
.foot .foot_content .contactInformation .Information{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
.foot .foot_content .foot_left .weizhiimg img{
    width: 109px;
}
.foot .foot_content .foot_right{
    color: #ffffff;
    height: 270px;
    padding-top: 80px;
    display: flex;
    align-items:flex-start;
    justify-content: flex-start;
    padding-left: 50px;
    opacity: 0.8;
}
.foot .foot_content .foot_right .introduce .tabList{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.foot .foot_content .foot_right .introduce .tabList .item{
    margin-right: 15px;
    cursor: pointer;
}
.foot .foot_content .foot_right .introduce .tabList .item a{
    color: #FFFFFF;
}
.foot .foot_content .foot_right .foot_weixin{
    width: 252px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    border: 1px dashed #666666;
}
.foot .foot_content .foot_right .foot_weixin .info{
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}
.foot .foot_content .foot_right .foot_weixin .img img{
    width: 110px;
    height: 110px;
}

/*IE*/
.IEtips {  position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1000;  background: url(../images/contact/ieBG.png)/*tpa=http://r060.mobanvip.com/statics/images/ieBG.png*/;  display: none  }
.IEtips_Box {  width: 1000px;  background: #FAFAFA;  height: 500px;  position: absolute;  left: 50%;  top: 50%;  margin: -250px 0 0 -500px;  }
.IEtips .IEtips_title {  font-size: 36px;  width: 80%;  margin: 0 auto;  padding-top: 35px;  }
.IEtips .Browser {  margin-top: 35px;  }
.IEtips .Browser ul {  overflow: hidden;  text-align: center;  width: 80%;  margin: 0 auto;  font-size: 0;  }
.IEtips .Browser ul li {  margin: 0 40px;  text-align: center;  width: 120px;  display: inline-block;  vertical-align: top;  }
.IEtips .Browser ul li img {  width: 100px;  margin: 0 auto;  }
.IEtips .Browser ul li a, .IEtips .Browser ul li span {  display: block;  margin-top: 25px;  color: #2570e1;  font-size: 16px;  transition: all .5s;  -webkit-transition: all .5s;  }


