﻿/*--内页样式表--*/

#about_box, #job_box {
    clear: both;
    overflow: hidden;
}

.about_01 {
    width: 98%;
    max-width: 1200px;
    margin: 50px auto 20px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

h1.bt {
    color: #444;
    font-size: 34px;
    font-weight: normal;
    position: relative;
    top: 60px;
    opacity: 0;
}

span.x {
    width: 60px;
    height: 3px;
    display: block;
    background: #36a1d5;
    margin: 20px auto 0;
    position: relative;
    top: 80px;
    opacity: 0;
}
h1.bt.largerFont,.h1_bt.largerFont{
    font-size: 40px;
}
.about_text {
    color: #666;
    line-height: 24px;
    width: 50%;
    margin: 30px auto 0;
    position: relative;
    top: 100px;
    opacity: 0;
    text-align: left;
    text-indent: 33px;
}

.about_icon_nav {
    margin-top: 30px;
    position: relative;
    width: 100%;
    margin: 40px auto;
    top: 80px;
    height: 110px;
    display:flex;
           display:-ms-flexbox;    -webkit-box-align: center;    -webkit-align-items: center;        -webkit-justify-content: center;    justify-content: center;
}

.about_icon_nav a {
    width: 16%;
    float: left;
    display: block;
    position: relative;
    color: #0175c8;
    padding: 1%;
    text-align: center;
}

.about_icon_nav a i {
    padding: 15px 18px;
    text-align: center;
    font-size: 5em;
    border: 2px solid #0175c8;
    border-radius: 200px;
    transition: all 0.5s;
}

.about_icon_nav a b {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #333;
    font-weight: normal;
    font-size: 14px;
}

.about_icon_nav a:hover i {
    background: #0175c8;
    border: 2px solid #0175c8;
    color: #fff;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.l_icon1, .l_icon2, .l_icon3 {
    left: -900px;
    opacity: 0;
}

.r_icon1, .r_icon2, .r_icon3 {
    right: -900px;
    opacity: 0;
}

/*--领导团队--*/
.about_02 {
    background: url(../images/ldtd_bg.jpg) no-repeat fixed;
    background-size: 100%;
    text-align: center;
    padding: 60px 0 60px 0;
    width: 100%;
    margin: auto;
}

.about_02 .bt {
    color: #fff;
}

.about_02 .about_text {
    color: #fff;
}

.about_02 .look_more {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 30px auto 0;
    top: 80px;
    opacity: 0;
    position: relative;
}

.look_more i {
    transition: all 0.3s;
}

.look_more a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    transition: all 0.3s;
    margin: auto;
    width: 120px;
}

.look_more a:hover {
    background: #37a1d3;
    width: 150px;
    border: 1px solid #37a1d3;
    border-radius: 5px;
}

.look_more a:hover i {
    margin-left: 10px;
    color: #fc0;
}

.look_more02 {
    clear: both;
    margin-top: 25px;
}

.look_more02 i {
    transition: all 0.3s;
}

.look_more02 a {
    border: 1px solid #333;
    color: #333;
    display: block;
    transition: all 0.3s;
    margin: auto;
    width: 120px;
    height: 40px;
    line-height: 40px;
}

.look_more02 a:hover {
    background: #37a1d3;
    width: 150px;
    border: 1px solid #37a1d3;
    border-radius: 5px;
}

.look_more02 a:hover i {
    margin-left: 10px;
    color: #fc0;
}

/*--专家团队--*/
#zjtd_box {
    width: 100%;
    padding: 30px 0 30px 0;
    margin-top: 30px;
    clear: both;
    text-align: center;
}

.h1_bt {
    color: #333;
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    position: relative;
    top: 80px;
    opacity: 0;
}

.lan_x {
    height: 3px;
    width: 60px;
    margin: auto;
    display: block;
    background: #37a1d3;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    top: 80px;
    opacity: 0;
}

.bt_ms {
    text-align: center;
    color: #666;
    font-size: 14px;
    position: relative;
    top: 80px;
    opacity: 0;
}

#zjtd_list_box {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 0;
}

#zjtd_box #zjtd_list_box {
    position: relative;
    top: 80px;
    opacity: 0;
}

#zjtd_list_demo .item {
    margin: 3px;
    overflow: hidden;

}

#zjtd_list_demo .item .bg_img {
    display: block;
    width: 100%;
    height: auto;
}

#zjtd_list_demo .item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#zjtd_list_demo .item a .text {
    background: rgba(54, 161, 211,0.8); /*url(../images/l_tm90_1.png);*/
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    z-index: 99;
    overflow: hidden;
    transition: all 0.1s;
    bottom: -84%;
}

.imgtitleFour li{
    display: inline-flex;
    width: 25%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}
.clearBottom .imgtitleFour li{
    margin-bottom: 0px;
}
.height13 li{
    height: 130px;
    overflow: hidden;
}
.imgtitleTwo li{
    display: inline-flex;
    width: 50%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}
.imgtitleFour li div{
    width: 100%;
    text-align: center;
}
.imgtitleTwo li div{
    width: 100%;
    text-align: left;
}

#zjtd_list_demo .item a .text b {
    display: block;
    width: 30%;
    line-height: 25px;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    transition: all 0.2s;
    margin-top: 8%;
    float: left;
    margin-bottom: 20px;
}

#zjtd_list_demo .item a .text span {
    color: #e9e9e9;/*#FC0;*/
    margin-top: 9%;
    float: right;
    width: 70%;
    font-size: 12px;
    display: block;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#zjtd_list_demo .item a .zj_ms {
    padding: 5% 10px;
    clear: both;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
}

#zjtd_list_demo .item a:hover .text {
    bottom: 0%;
}
#zjtd_list_demo .item a:hover .text>span{
   display: none;
}

#zjtd_list_demo .item a:hover .text b {
    margin-top: 20%;
    float: none;
    width: 100%;
    margin-bottom: 0px;
    font-size: 24px;
}

#zjtd_list_demo .item a:hover .text span {
    float: none;
    width: 100%;
    top: 0%;
    margin-top: 15px;
    font-size: 14px;
}

/*---合作伙伴---*/
.honorlist_ul {
    padding-top: 10px;
}

.honorlist_ul li {
    float: left;
    background: #fff;
    margin: 10px 1.5% 25px 1.5%;
    width: 30.3%;
    overflow: hidden;
}

.honorlist_ul li img {
    width: 100%;
    border-bottom: 1px solid #ddd;
    float: none;
}

.honorlist_ul li h2 {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
}

.honorlist_ul li a {
    display: block;
    width: 100%;
    color: #333;
    text-align: center;
}

.honorlist_ul li:hover {
    background: #f3f3f3;
}

/*--专家队伍 列表页面--*/
#zjtd_list {
    width: 100%;
    clear: both;
}

#zjtd_list .item {
    margin: 3px;
    overflow: hidden;
    width: 30%;
    float: left;
    margin: 1.5%;
}

#zjtd_list .item .bg_img {
    display: block;
    width: 100%;
    height: auto;
}

#zjtd_list .item a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#zjtd_list .item a .text {
    background: url(../images/l_tm90_1.png);
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    z-index: 99;
    overflow: hidden;
    transition: all 0.1s;
    bottom: -80%;
}

#zjtd_list .item a .text b {
    display: block;
    width: 50%;
    line-height: 25px;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    transition: all 0.2s;
    margin-top: 8%;
    float: left;
    margin-bottom: 20px;
}

#zjtd_list .item a .text span {
    color: #FC0;
    margin-top: 9%;
    float: right;
    width: 50%;
    font-size: 12px;
    display: block;
    height: 20px;
    line-height: 20px;
}

#zjtd_list .item a .zj_ms {
    padding: 5%;
    clear: both;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
}

#zjtd_list .item a:hover .text {
    bottom: 0%;
}

#zjtd_list .item a:hover .text b {
    margin-top: 20%;
    float: none;
    width: 100%;
    margin-bottom: 0px;
    font-size: 24px;
}

#zjtd_list .item a:hover .text span {
    float: none;
    width: 100%;
    top: 0%;
    margin-top: 5px;
    font-size: 14px;
}

/*---合作伙伴---*/
.hzhb_ul {
    padding-top: 10px;
}

.hzhb_ul li {
    float: left;
    border: 1px solid #ddd;
    background: #fff;
    margin: 10px 2% 0px 2%;
    width: 20.5%;
    overflow: hidden;
}

.hzhb_ul li img {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.hzhb_ul li h2 {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 100%;
}

.hzhb_ul li a {
    display: block;
    width: 100%;
    color: #333;
    text-align: center;
}

.hzhb_ul li:hover {
    border: 1px solid #999;
}

/*--质量管理--*/
.about_04 {
    background: url(../images/zlgl_bg.jpg) no-repeat fixed;
    background-size: 100%;
    text-align: center;
    padding: 60px 0 60px 0;
    width: 100%;
    margin: 40px auto;
}

.about_04 .bt {
    color: #fff;
}

.about_04 .about_text {
    color: #fff;
}

.about_04 .look_more {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 30px auto 0;
    top: 80px;
    opacity: 0;
    position: relative;
}

#hzhb_list_box {
    width: 98%;
    max-width: 1200px;
    margin: 20px auto 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

#hzhb_list_demo .item {
    margin: 3px;
    overflow: hidden;
}

#hzhb_list_demo .item .bg_img {
    display: block;
    width: 100%;
    height: auto;
}

#hzhb_list_demo .owl-pagination {
    display: none;
}

.about_btname {
    font-size: 26px;
    color: #0175c8;
    margin-bottom: 10px;
    clear: both;
    display: block;
}

.en_aboutbt {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.bt-shoadow {
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #bbbaba;
    margin-bottom: 15px;
}
.job_banner {
    background: url(../images/job_bg01.jpg) no-repeat center -50px !important;
    padding-bottom: 450px !important;
}

#job_box {
    margin-top: -350px;
}

.job_lb {
    clear: both;
    width: 90%;
    margin: 40px auto 20px;
    position: relative;
}

.job_lb a {
    width: 30%;
    height: 100%;
    float: left;
    display: block;
    position: relative;
    color: #fff;
    margin-left: 1.5%;
    margin-right: 1.5%;
    overflow: hidden;
}

.job_lb a img {
    width: 100%;
    transition: all 0.3s;
}

.job_lb a .text {
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(../images/l_tm90_1.png);
    transition: all 0.3s;
}

.job_lb a .text i {
    color: #fff;
    font-size: 60px;
    display: block;
    margin: 13% auto 0;
}

.job_lb a .text b {
    font-size: 18px;
    font-weight: normal;
}

.job_lb a .text b span {
    font-size: 12px;
    display: block;
}

.job_lb a:hover img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.job_lb a:hover .text {
    background: url(../images/h_tm60.png);
}

.job_lb a.up_d9 {
    top: 200px;
    opacity: 0;
}

/*--员工发展--*/
.job_02 {
    background: #fff;
    text-align: center;
    padding: 30px 0 60px 0;
    width: 90%;
    max-width: 1037px;
    margin: auto;
}

.job_02 .bt {
    color: #333;
}

.job_02 .x {
    margin: 20px 0px;
}

.job_02 .about_text {
    color: #333;
    width: 100%;
}

.job_02 .ygfz_img {
    float: left;
    width: 50%;
    position: relative;
    left: -900px;
    opacity: 0;
}

.job_02 .job_ygfz_right {
    float: left;
    text-align: left;
    width: 45%;
    padding-left: 5%;
}

.job_02 .look_more {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 30px 0;
    top: 80px;
    opacity: 0;
    position: relative;
}

.job_02 .look_more a {
    border: 2px solid #37a1d3;
    color: #37a1d3;
    margin: 0px;
}

.job_02 .look_more a:hover {
    color: #fff;
}

/*--薪资福利--*/
.job_03 {
    background: #fff;
    text-align: center;
    padding: 30px 0 60px 0;
    width: 90%;
    max-width: 1037px;
    margin: auto;
}

.job_03 .bt {
    color: #333;
}

.job_03 .x {
    margin: 20px 0px;
}

.job_03 .about_text {
    color: #333;
    width: 100%;
}

.job_03 .xzfl_img {
    float: right;
    width: 50%;
    position: relative;
    right: -900px;
    opacity: 0;
}

.job_03 .job_ygfz_right {
    float: left;
    text-align: left;
    width: 45%;
    padding-right: 5%;
}

.job_03 .look_more {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 30px 0;
    top: 80px;
    opacity: 0;
    position: relative;
}

.job_03 .look_more a {
    border: 2px solid #37a1d3;
    color: #37a1d3;
    margin: 0px;
}

.job_03 .look_more a:hover {
    color: #fff;
}

/*---团队列表 ---*/
.ny_zjtd_list {
    font-size: 12px;
    top: 0px;
    width: 100%;
    float: left;
}

.ny_zjtd_list dl {
    clear: both;
    position: relative;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 30px;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
}

.ny_zjtd_list dl dd {
    float: left;
    margin-right: 10px;
    width: 15%;
}

.ny_zjtd_list dl dd img {
    width: 100%;
}

.ny_zjtd_list dl dt {
    float: left;
    padding-left: 3%;
    width: 75%;
}

.ny_zjtd_list dl dt a.bt {
    color: #444;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.ny_zjtd_list dl dt a.bt b {
    margin-left: 20px;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.ny_zjtd_list dl dt p {
    color: #666;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 5px;
}

.ny_zjtd_list dl dt a.more {
    color: #999;
    font-size: 12px;
}

.ny_zjtd_list dl dt a.more:hover {
    color: #ff7e00;
}

.ny_zjtd_list dl dt a.more span {
    font-family: 'simsun';
}
/* 文本切换盒子 - 公用类 */
.slideTxtBox {
    width: 100%;
    text-align: left;
}

.slideTxtBox .hd {
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding: 0 0px;
    position: relative;
    margin-bottom: 40px;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0px;
}

.slideTxtBox .hd ul li {
    float: left;
    margin-right: 15px;
}

.slideTxtBox .hd ul li a {
    background: #666;
    float: left;
    color: #fff;
    display: block;
    padding: 0 30px 0 30px;
    font-size: 14px;
}

.slideTxtBox .hd ul li.on a {
    cursor: pointer;
    background: #0061af;
}

.slideTxtBox .bd {
    padding: 0px;
}

.slideTxtBox .bd ul {
}

.slideTxtBox .tempWrap {
}

.detailMap{
    position: relative;
    width: 250px;
    height: 300px;
    white-space: normal;
    box-shadow: 1px -1px 17px 5px #ebeeeb;

}
.detailMap img{
    height: 150px!important;
    width: 250px;

}
.textPo{
    position: absolute;
    bottom: 0px;
    height: 150px;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
    margin-top: 15px;
    padding-right: 15px;
}







