/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;
    /*font: 12px/1 "Microsoft YaHei", "\5b8b\4f53", sans-serif;*/ /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "宋体"; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
border-bottom: 1px dotted;
cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
.topBox{
    width: 100%;
    background-color: #333;
}
.header{
    width: 1200px;
    height: 80px;
    background: #333;
    margin: 0 auto;
    position: relative;
}
.header_top{
    height: 36px;
    line-height: 36px;
    padding-right: 40px;
    text-align: right;
}
.header_top a{
    cursor: pointer;
    display: inline-block;
    width: auto;
    height: 18px;
    line-height: 18px;
    color: #fff;
    position: relative;
    padding-left: 22px;
    margin-right: 10px;
    font-size: 14px;
}
.icon-phone{
    background: url(../images/icon-phone.png) no-repeat;
}
.icon-code{
    background: url(../images/icon-code.png) no-repeat;
}
.icon-link{
    background: url(../images/icon-link.png) no-repeat;
}
.seach{
    background: url(../images/button_header_search_normal.png) no-repeat;
    margin-top: 8px;
}
.linebox{
    color: #2e63c5;
    margin-right: 25px;
    margin-left: 5px;
    font-size: 14px;
}
.header_bottom{
    height: 80px;
}
.log{
    width: 110px;
    height:66px;
    float: left;
    background-image: url(../images/02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.logbox{
    width: 116px;
    height: 80px;
    float: left;
    position: relative;
    /* background: rgba(255,255,255,.5); */
}
.namebox{
    float: left;
    margin-right: 30px;
}
.name{
   color: #fff;
   font-size: 20px;
   font-weight: 600;
   margin: 16px 0 0 10px;
   display: block;
}
.titlename{
    color: #fff;
   font-size: 10px;
   margin: 10px 0 0 10px;
   display: block;
}
.menu_box{
    position: static;
    display: block;
    float: left;
    margin-top: 0;
}
.nav_menu{
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    padding: 0 30px;
    font-family: 宋体;
    color: #fff;
    float: left;
    cursor: pointer;
}
.bg{
    background-color:#3491EC ;
    color: #fff;
}
.relitive{
    position: relative;
}
.nav-menu ul {
    width: 100%;
}
.relitive ul{
    position: absolute;
    top: 80px;
    left: 0;
    background: #565D5C;
    display: initial;
    overflow: hidden;
    z-index: 10;
    width: 100%;
    display: none;
}
.secondMenu li{
    text-align: center;
    line-height: 40px;
}
.secondMenu li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.secondMenu li a:hover{
    color: #3491EC ;
}
.nav_menu:hover{
    background-color:#3491EC ;
    color: #fff;
}
.relitive:hover .relitive ul{
    display: block;
}
#swiper1{
    width: 100%;
    height: 32.5rem;
}
.bg1{
    background-image: url(../images/157830995384541.jpg);
    background-size: 100% 100%;
}
.bg2{
    background-image: url(../images/157830997433102.jpg);
    background-size: 100% 100%;
}
.menuBox{
    position: relative;
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    background-color: #3491e9;
    top: -55px;
    z-index: 100;
}
#swiper1 .swiper-pagination{
    bottom:80px!important;
}
.secondMenuBox{
    width: 100%;
    height: 96px;
    margin-top: 7px;
    display: inline;
}
.secondMenuBox li{
    height: 100%;
    float: left;
    cursor: pointer;
    background-color: #3491e9;
    line-height: 20px;
    width: 25%;
}
.secondMenuBox li:hover{
    background-color: #0d3580;
}
.text-center{
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-top: 24px;
    border-right: 1px solid #0d3580;
}
.ccf{
    display: inline-block;
    padding-left: 35px;
    font-size: 16px;
    color: #fff;
    background: url(../images/icon-inquiry.png) center left no-repeat;
}
.contBox{
    position: relative;
    background: #DEDFE2;
}
.contnner{
    padding: 35px 0;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.cont_left{
    width:48%;
    padding-left: 0.8rem;
    float: left;

}
.cont_left a{
    text-decoration: none;
}
.contLeftTitle{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    margin-bottom: 15px;
}
.contLeftTitle :hover{
    color:#3491e9 ;
}
.contLeftInfo{
    color: #999;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
}
.cont_right{
    width:48%;
    padding-right: 0.8rem;
    float: right;

}
.cont_right ul{
    border-bottom: solid 2px #DEDFE2;
}
.cont_right ul li{
    cursor: pointer;
    position: relative;
    bottom: -2px;
    padding-bottom: 9px;
    display: inline-block;
    line-height: 20px;
    margin-right: 20px;

}
#seachbox{
    display: none;
    outline: none !important;
    height: 50px;
    line-height: 50px;
    width: 800px;
    font-size: 20px;
    color: #ffffff;
    border: 1px solid #0d3580;
    padding: 0 20px;
    background: transparent;
    border-radius: 50px;
    margin-left: 30px;
    margin-top: 10px;
}
.checkin{
    color: #3491e9;
    border-bottom: solid 2px #3491e9;
}
.titleOne:hover{
    color: #3491e9;
}
.titleCont{
    margin-top:1rem;
}
.titleCont a{
    text-decoration: none;
    color: #999;
    cursor: pointer;
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
    display: inline-block;
    width: 100%;
}
.titleCont a:hover{
    color: #3491e9;
}
.leftbox{
    float: left;
    margin-right: 10px;
    width: 20%;
}
.leftboxCont{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}
.qualifications{
    padding-bottom: 2.625rem;
    height: 35.312rem;
    background-color: #F7F9F9;
    background: url(../images/img-honnerbg.png) center center no-repeat;
    background-size: cover;
}
.queCont{
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}
.come{
    height: 105px;
    padding-top: 15px;
    position: relative;
    text-align: center;

}
.come-text{
    font-size: 36px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    color: #2F343D;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.18);
}
.honnerCont{
    margin-top: 1rem;
    width: 100%;
}
.fl-l{
    width: 49%;
    float: left;
    height: 23.625rem;
}
.fl-r{
    width: 49%;
    float: right;
    height: 23.625rem;
}
.sptitle{
    font-size: 20px;
    color: #2F343D;
}
.spCont{
    padding: 10px 0 15px 0;
    background-color: rgba(255,255,255,.8);
    margin-top: 15px;
}
.spCont li{
    margin-left: 10px;
    margin-top: 10px;
}
.logImg{
    width: 92px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    margin-right: 1rem;
}
.left{
    float: left;
    display: inline-block;
}
.logImg img{
    width: 92px;
    height: 58px;
    
}
.clear{
    clear: both;
}
.leftP{
    color: #2F343D;
    margin-top: 10px;
}
.swiperBanner{
    padding: 0;
    padding-bottom: 90px;
    background-color: #F7F9F9;
}
.busCont{
    margin-top: 30px;
}
#swiper2 .swiper-slide{
    height: 320px;
}
.busCont .swiper-pagination-bullet{
    width: 230px;
    height: 150px;
    border-radius: 0;
    text-align: center;
    line-height:256px;
    background: #fff;
    opacity: 1;
    border: none!important;
    margin: 0 5px;
}
.busCont .swiper-pagination-bullet-active{
    color: #fff;
    border: none!important;
}
.busCont .swiper-pagination{
    position: relative;
    margin-top: 2rem;
}
span:focus {
    outline: none;
}
.busCont .swiper-pagination-bullet:nth-child(1){
    background: url(../images/business-gray-01.png) center center no-repeat;
}
.busCont .swiper-pagination-bullet:nth-child(2){
    background: url(../images/business-gray-01.png) center center no-repeat;
}
.busCont .swiper-pagination-bullet:nth-child(3){
    background: url(../images/business-gray-01.png) center center no-repeat;
}
/* .busCont .swiper-pagination-bullet:nth-child(4){
    background: url(../images/business-gray-01.png) center center no-repeat;
} */
.busCont .swiper-pagination-bullet-active:nth-child(1){
    background:#3491e9 url(../images/business-white-01.png) center center no-repeat;
}
.busCont .swiper-pagination-bullet-active:nth-child(2){
    background:#3491e9 url(../images/business-white-01.png) center center no-repeat;
}
.busCont .swiper-pagination-bullet-active:nth-child(3){
    background:#3491e9 url(../images/business-white-01.png) center center no-repeat;
}
/* .busCont .swiper-pagination-bullet-active:nth-child(4){
    background:#3491e9 url(../images/business-white-01.png) center center no-repeat;
} */

.foot{
    color: #758181;
    border-top: solid #D9E4E4 1px;
    background: #333;
}
.footBox{
    width: 1200px;
    margin: 0 auto;
}
.footBox .dt{
    background: none;
    height: auto;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
    color: #eaeaea;
}
.container {
    position: relative;
    width: 100%;
}
.link_a{
    margin: 40px 0 30px;
    padding: 12px 0;
}
.linkdlt{
    padding: 0;
    width: 100px;
    margin: 0;
    text-align: left;
    height: 178px;
    float: left
}
.linkdlt dt{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
    position: relative;
    line-height: 20px;
}
.linkdlt a{
    line-height: 27px;
    color: #f3f3f3;
    cursor: pointer;
}
.phoneRight{
    float: right;
    text-align: right;
}
.phoneNum{
    font-size: 14px;
    color: #fff;
    margin-top: 1rem;
}
.qeCOde{
    font-size: 14px;
    color: #fff;
    margin-top: 1rem;
}
.header_conner{
    width: 1200px;
    margin: 0 auto;
}
.med_title{
    overflow: hidden;
    line-height: 44px;
}
.med_title ul{
    margin-right: 18px;
    line-height: 44px;
    min-width: 400px;
    padding: 20px 0;
    overflow: hidden;
    font-size: 12px;
    float: right;
 
}
.med_title li{
    float: right;
    display: inline;
    margin-right: 5px;
    font-size: 12px;
    cursor: pointer;
}
.med_title ul li a:hover{
    color: #3491e9;
}
.med_conner{
    width: 1200px;
    margin: 0 auto;
}
.med_title a{
    text-decoration: none;
    color: #666;
}
.left_menu{
    width: 140px;
    float: left;
}
.left_menu li{
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    z-index: 1;
    line-height: 40px;
    cursor: pointer;
}
.left_menu li a{
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    text-decoration: none;
    color: #666;
    background: #eee;
}
#activeA{
    border-left: 4px solid #3491e9;
    color: #3491e9;
    background: #fff;
}
.left_menu li a:hover{
    border-left: 4px solid #3491e9;
    color: #3491e9;
    background: #fff;
}
.med_conner_box{
    background: #F7F9F9;
}
.med_header{
    background: #F7F9F9;
}
.right_conner{
    width: 990px;
    float: right;
    min-height: 100px;
    background-color: #FFFFFF;
    padding: 20px 20px;
}
.conner_title{
    font-size: 20px;
    font-weight: 600;
    color: #666;
    line-height: 30px;
    border-bottom: 4px solid #3491e9;
    width: 100px;
}
.conner_cont{
    padding: 20px 20px;
    font-size: 16px;
}
.switchCN{
    position: relative;
    top: 30px;
    left: 30px;
    width: 50px;
    display: inline-block;
}
}
.nav_menu a{
    color: #fff;
    text-decoration: none;
}
.ltBox{
    width: 50%;
    height: 200px;
    display: inline-block;
    float: left;
}
.rtBox{
    width: 50%;
    height: 200px;
    display: inline-block;
    background: #fff;
    float: left;
}
.rtTitle{
    color: #333333;
    font-size: 18px;
    cursor: pointer;
    margin: 10px 0 0 20px;
}
.rtTitle:hover{
    color: #3491e9;
}
.rtcont{
    font-size: 14px;
    cursor: pointer;
    margin: 40px 0 0 20px;
}
.rtFot{
    font-size: 14px;
    position: relative;
    margin-left: 20px;
    bottom: -90px;
}
.business-box {
    width: 386px;
}
.img-box{
    position: relative;
    height: 230px;
    background-size: 100% 100%;
    text-align: center;
    background: url(../images/beijin2.jpg);
}
.des-box{
    height: 100px;
    padding: 15px;
    border: 3px solid #3491e9;
    border-top: none;
    line-height: 25px;
}
.mainbox{
    background-color: #3491e9;
}
.blt{
    display: inline;
    float: left;
}
.m20{
    margin-left: 15px;
}
.wbox{
    background: #fff;
}
.bibTitle{
    position: absolute;
    bottom: 15px;
    left: 20px;
    border-bottom: 2px dashed #fff;
    line-height: 35px;
    text-align: left;
}
.bibTitle span{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.wpf{
    color: #fff;
}
.footer_wrap{
    width: 1190px;
    margin: 0 auto;
}
.friendLink,.friendLink a{
    text-align: left;
    color: #8F9799;
}
.friendLink{
    padding: 10px 0 0 0;
}
.container{
    position: relative;
}
.mt10{
    margin-top: 10px;
}
.ft12{
    font-size: 12px;
}