/*这里包含了网站基础部分样式，主要为头部代码和别的样式的底部（与首页不同的样式）的代码*/
html,body,ul,li,figure{ margin:0; padding:0;border: none;}
.fp-prev{display: none;}
.fp-next{display: none;}
h1,h2,h3,h4,h5{padding: 0;margin: 0;font-weight: normal;}
body{font-family: '黑体';}
*{box-sizing: border-box;}
li{ list-style-type:none; }
img { border:none; }
ul{list-style: none;}
p{padding: 0;margin: 0;text-align: Justify;word-wrap: break-word;
    word-break: break-all;}
input,textarea{outline: none;}
.clearfix:after { content:""; display:block; height:0; visibility:hidden; clear:both; }
.clearfix {display:block;}
a {color:#fff;cursor: pointer;text-decoration: none;display: inline-block;outline: none;-webkit-transition: .5s ease;transition: .5s ease;
}
a:hover,a:focus,a:visited {text-decoration: none;outline: none;-webkit-transition: .5s ease;transition: .5s ease;
}





/*导航点击后*/
.header_click>p{
    color: #ffffff !important;
}





/*顶部css开始*/
.top_one{font-family: '宋体'!important;top: 0;
    position: fixed;z-index: 9999;background-image: url("../img/index_top_bg.png");background-repeat: repeat-x,repeat-y;width: 100%;height: 120px;}
/*90%的儿子*/
.top_two{width: 90%;position: relative;height: 100%;margin: 0 auto;}
/*90%儿子的左边占据30%*/
.top_left{width: 30%;height: 100%;float: left;}

.logo img{margin-top: 20px;height: 65px;width: 300px;}
.logo{width: 100%;height:100%;display: block;float: left;}

/*90%的儿子的右边占据70%*/
.top_right{width: 70%;height: 100%;float: left;padding: 20px 10px 0 10px;}
/*右边搜索和语言的div盒子*/
.top_right_searchandlanguage_box{width: 100%;height: 30%;text-align: right;}
/*右边搜索和语言部分的搜索部分*/

/*右边搜索和语言的语言部分*/
.language_link{display:block;float: right;color: #ddd;border: 1px solid #ddd;border-radius: 50%;font-family: '微软雅黑'!important;padding: 4px;font-size: 12px;margin-right: 10px;}

.language_link:hover{color: #fff;border: 1px solid #fff;border-radius:0;}

/*右边的搜索框*/
.top_search{float: right;margin-right: 10px;width: auto;position: relative;border: 1px solid #eee;border-radius: 20px;
    background-color: rgba(0,0,0,.5);height: 26px;}

.search_form{display: block;height: 100%;}

.search_text{display: block;
    float: left;
    background-color: transparent;
    height: 100%;
    color: #fff;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #fff;
    font-size: 14px;
    padding: 0 5px 0 10px;
    width: 62px;
}

/*input输入框的文字颜色修改css*/
/* WebKit browsers */
input::-webkit-input-placeholder {color: #ddd;font-size: 14px;}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {color: #ddd;opacity: 1;font-size: 14px;}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {color: #ddd;opacity: 1;font-size: 14px;}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {color: #ddd;font-size: 14px;}

.search_btn{width: 16px;height: 16px;background-image: url("../img/search.png");
    border: none;background-size: 100% 100%;background-color: transparent;margin:3px 8px 0 8px;
}
.search_btn:hover{cursor: pointer;}


/*顶部右边的nav导航部分开始*/
.top_right_menu{height: 70%;width: 100%;}

/*导航部分*/
.header_nav{width: 100%;float: left;
    position: relative;
    height: 100%;}

/*导航的ul下面的li部分*/
.header_nav>ul{position: absolute;bottom: 0;right: 1%;}
/*导航下面的ul的li部分*/
.header_nav>ul>li{float: left;height: 100%;position: relative;width: max-content;}
/*顶级导航下面如果有二级导航则设置一个向下的箭头*/
.have_second:before {position: absolute;
    content: "";
    bottom: 5px;
    left: 50%;
    width: 4px;
    height: 4px;
    border: 1px solid #999;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);}
.have_second:after {position: absolute;
    content: "";
    bottom: 9px;
    left: 50%;
    width: 4px;
    height: 4px;
    border: 1px solid #999;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);}
/*导航的二级导航悬浮的时候旋转到上面*/
.have_second:hover:before {transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    bottom: 1px;}
.have_second:hover:after {transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    bottom: 5px;}
/*导航ul li 下面的a 链接*/
.header_nav>ul>li>a{height: 100%;display: block;padding: 0 20px 15px 20px;color: #fff;text-align: center;}
.header_nav>ul>li:last-child>a{padding: 0 0 15px 20px;}
.header_nav>ul>li>a p{margin: 0;text-align: center;color: #999;
    padding-top: 1px;
    font-weight: 400;font-size: 16px;}
.header_nav>ul>li>a:hover p{color: #fff;
}
.header_nav>ul>li>a p,.have_second:hover:before,.have_second:hover,.nav_second,
.have_second:hover:after,.small_btn:before,.small_btn:after,.top_one,.top_two,.top_left,.top_right
,.index_form>[type="submit"],.page_list_main_center ul>li>a>h2,.page_list_main_center ul>li>a>span
    ,.page_list_main_center ul>li>p>a,.page_list_main_center ul li,.team_search_btn,.team_list_text
{
    -webkit-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

/*这里是鼠标悬停到父导航 子导航的透明度显示出来，动画延迟是0.5秒visibility: unset;*/
.have_second:hover>.nav_second{opacity: 1;top: 52px;visibility: unset;}
/*导航下面的二级导航样式visibility: hidden;*/
.nav_second {font-family: '宋体'!important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 76px;
    background-image: url("../img/index_top_bg.png");
    z-index: 1003;
    white-space: nowrap;opacity: 0;visibility: hidden;
}
.small_nav_text{display: none;}
.header_nav_small_btn{display: none;cursor: pointer;}

/* opacity: 0;}
  /*二级导航样式部分*/
.nav_second li{font-size: 14px;overflow: hidden;}
.nav_second li a{display: block;padding:8px 20px;line-height: 30px;border-bottom: 1px #999 solid;color: #fff;}

/*文章列表页面的样式开始*/

.page_zhezao{
    position: fixed;
    width: 100%;
    z-index: 1001;
    /*background-attachment: fixed;*/
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    top: 0;left:0;
}
/*默认模糊层，如果需要打开注释后每页的抬头图片会模糊*/
/*.page_zhezao:before{*/
/*        content: "";*/
/*        width:100%;*/
/*        height:100%;*/
/*        position: absolute;*/
/*        left:0;top:0;right: 0;bottom: 0;*/
/*        background-image: inherit;*/
/*        filter: blur(2px);*/
/*        z-index: 1002;*/
/*        background-size: cover;*/
/*        background-position: top center;*/
/*        background-repeat: no-repeat;*/
/*}*/
/*默认添加黑遮罩层，前面加文字会清晰一点*/
.page_zhezao:after{
        content: "";
        width:100%;
        height:100%;
        position: absolute;
        left:0;top:0;
        background: rgba(0,0,0,.15);
        z-index: 1002;

}

/*各页面的title图片全由这个h2的padding来控制*/
.about_page_title{
    padding-top: 260px;
    padding-bottom: 140px;
    width: 100%;
    height: 160px;
    display: block;
    text-align: center;
    font-size: 25px;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1003;
}
/*文章列表页身体部分宽度1140*/
.page_content{
    width: 1140px;
    margin: 0 auto;
    padding: 0;
}
.page_content_main{
    background: #ffffff;
    position: relative;
    z-index: 3000;
    width: 100%;
    margin-top: 400px;
}
.page_xiaodaohang{
    font-size: 12px;
    height: 40px;
    color: #ffffff;
    width: auto;
    float: left;
    position: absolute;
    padding: 0 20px;
    background: rgb(192,42,19);
    top: -40px;
    left: auto;
}
.page_xiaodaohang a{
    font-size: 12px;
    line-height: 40px;
    margin-right: 10px;
}
.page_content_main_left_nav{
    width: 20%;
    float: left;
}
.page_content_main_left_nav ul {
    width: 100%;
    margin-top: 36px;
    border-top: 1px #e2e2e2 solid;
}
.page_content_main_left_nav ul li {
    padding: 3% 0 3% 20px;
    border-bottom: 1px #e2e2e2 solid;
}
.page_content_main_left_nav ul li a{
    font-size: 16px;
    color: #000;
    display: block;position: relative;
}
.page_content_main_left_nav ul li a:hover{
    color:rgb(192,42,19);
}
.page_content_main_left_nav_active{
    color:rgb(192,42,19) !important;
}
.page_content_main_left_nav_active:before{
    content:"";
    position: absolute;
    right: 10%;
    top: 1px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 14px solid rgb(192,42,19);
    border-bottom: 8px solid transparent;
}
.page_content_main_center{
    width: 60%;
    overflow: hidden;
    padding: 0 20px 0 3%;
    margin-bottom: 60px;
    margin-top: 35px;
    float: left;
    border-right: 1px #e2e2e2 solid;
}
.page_content_main_center h2{
    color:rgb(192,42,19);
    font-size: 30px;
    margin-bottom: 15px;
}
.page_content_main_center p{
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 25px;
}

.page_content_main_center p img{
    max-width: 100% !important;
    height: auto !important;
}
.page_content_main_right{
    float: right;
    width: 20%;
    margin-top: 45px;
    padding-left: 20px;
}
.page_content_main_right h3{
    height: 40px;
    font-size: 18px;
    color: #000;
    line-height: 40px;
    background-color: #e2e2e2;
    padding-left: 15px;
    border-left: 3px rgb(192,42,19) solid;
}
.page_content_main_right ul{
    margin-top: 10px;
}
.page_content_main_right ul li{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.page_content_main_right ul li a{
    color: #333333;
    display: block;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    position: relative;
}
.page_content_main_right ul li a:before{
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 6px solid #ddd;
    border-bottom: 3px solid transparent;
    content:"";
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
}
.page_content_main_right ul li a:hover:before{
    border-left: 6px solid rgb(192,42,19);
}
.page_content_main_footer{
    width: 100%;
    height: 100%;
    margin-top: 50px;
    float: left;
}
.page_content_main_footer img{
    width: 100%;
    float: left;
}
.page_footer{
    width: 100%;position: relative;z-index: 3000;background-color: #1c1c1c;
}
.page_footer_icon{
    width: 530px;
    padding-bottom: 70px;
    margin: 0 auto;
    overflow: hidden;
}
.page_footer_img{
    width: 100%;
    margin-top: 50px;
}
.page_footer_img h2{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}
.page_footer_img img{
    width: 25%;
    display: block;
    padding: 4px;
    margin: 0 auto;
}
.page_link{
    text-align: center;
    margin-top: 30px;
}
.page_link ul li {
    float: left;
    border-right: 1px #737373 solid;
    line-height: 14px;
}
.page_link ul li:last-child{
    border-right:none;
}
.page_link ul{
    display: inline-block;
}

.page_link a{
    color: #737373;
    padding: 0 15px;
    font-size: 12px;
}
.page_link a:hover,.copy_list .copy_list_2 a:hover,.copy_list .copy_list_3 a:hover{
    color: #ffffff;
}
.page_link span{
    color: #737373;
}
.copy_list{
    margin-top: 30px;color: #737373;font-size: 12px;text-align: center;
}
.copy_list .copy_list_1{
    font-size: 12px;
    display: inline-block;
}
.copy_list .copy_list_2{
    display: inline-block;margin-left: 10px;padding-left: 15px;position: relative;
}
.copy_list .copy_list_2 img{
    width: 12px;
    position: absolute;
    left: 0;
    top: 0;
}
.copy_list .copy_list_2 a,.copy_list .copy_list_3 a{
    color: #737373;
}
.copy_list_3{
    display: inline-block;
}
.page_list_main_center{
    width: 80%;
    padding: 0 20px 0 3%;
    margin-bottom: 60px;
    margin-top: 35px;
    float: left;
}
.page_list_main_center ul li {
    padding: 25px 30px 30px 30px;
    border-bottom: 1px #e2e2e2 dashed;
    border-left: 1px #fff solid;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    position: relative;
    overflow: hidden;
}

.page_list_main_center ul li:hover {
    border: 1px #e2e2e2 solid;
}

/*列表页文章标题部分*/
.page_list_main_center ul>li>a>h2{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #333333;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page_list_main_center ul>li>a:hover>h2{
    color: rgb(192,42,19);
}
.page_list_main_center ul>li>a:hover>span{
    color: rgb(192,42,19);
}
/*列表页文章简介部分*/
.page_list_main_center ul>li>a>span{
    font-size: 14px;
    color: #666666;
    padding-left: 10px;
    margin-top: 5px;
    line-height: 22px;
    position: relative;
    display: block;
    word-wrap: break-word;
    word-break: break-all;
}
/*列表页文章发布时间及阅读全文部分*/
.page_list_main_center ul>li>p{
    font-size: 14px;
    color: #666666;
    padding-left: 10px;
    margin-top: 5px;
    line-height: 22px;
    position: relative;
}
.page_list_main_center ul>li>p>a{
    color:  #666666;
    margin-left: 20px;
}
.page_list_main_center ul>li>p>a:hover{
    color: rgb(192,42,19);
}
/*一键到顶的插件*/
.return_top{
    display: none;
    position: fixed;
    bottom: 60px;
    background-color: rgb(192,42,19);
    width: 40px;
    height: 40px;
    z-index: 4000;
    cursor: pointer;
    border-radius: 5px;
    background-image: url("../img/gotop.png");
    right: 80px;background-size: 100% 100% !important;
}


.shangxiaye{
    height: 38px;
    margin: 50px 40px 0 40px;

}
.shangxiaye a,.shangxiaye>b{
    padding: 0;
    float: left;
    margin-right: 5px;
    border: 1px #e8e8e8 solid;
    width: 8.5625%;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    display: block;
    color: #949291;margin-top: 10px;
}
.shangxiaye>b{
    color: rgb(192,42,19);
    border-color: rgb(192,42,19);
}
.shangxiaye a:hover{
    border-color: #666666;
    color: #666666;
}

.page_content_mian_center_detail_title{
    font-size: 24px !important;
    text-align: center;
}
.page_zuozhe_and_time_box{
    text-align: center;
    margin-bottom: 25px;
}
.page_content_mian_center_detail_time,.page_content_mian_center_detail_zuozhe{
    display: inline-block;color: #666666!important;
}
.page_content_mian_center_detail_zuozhe{
    margin-left: 20px;
}
.page_search_tihuan_box{
    border-right: 1px #e2e2e2 solid;
}
.page_search_title{
    padding: 25px 30px 30px 40px; color: rgb(192,42,19);border-bottom: 1px #e2e2e2 dashed;
}

/*团队列表页*/
.page_team_title_box{
    width: 100%;
    height: auto;
    border: 1px solid #545251;
    padding: 30px 20px;
    float: left;

    margin-top: 35px;
}
.page_team_title_box h2{
    padding: 20px 0;
    border-bottom: 1px #e2e2e2 solid;
    color: rgb(192,42,19);
    font-size: 30px;
    position: relative;
}
.page_team_search_btn{
    position: absolute;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    right: 10px;
    top: 10px;
    display: none;
}
.page_mianze{
    padding: 40px 0;
}
.page_mianze h2{
    text-align: center;
    color: rgb(192,42,19);
    font-size: 30px;
    margin-bottom: 15px;
}
.page_mianze p{
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 25px;
}












.team_search_hide_box{
    float: left;
    width: 100%;
}

.team_search{
    padding: 20px 0 40px 0;
    border-bottom: 1px #e2e2e2 solid;
}
.team_search_text{
    display: inline-block;
    width: 250px;
    height: 50px;
    float: left;
    border: 1px #e2e2e2 solid;
    padding-left: 10px;
}
.team_name_search_title{
    margin-top: 40px;
    color: #949291;
}
.team_search_btn{
    width: 100px;
    height: 50px;
    display: inline-block;
    float: left;
    background:  rgb(192,42,19);
    color: #ffffff;
    margin-left: 20px;
    border: none;
    font-size: 14px;
    cursor: pointer;
}
.team_search_btn:hover{
    background: #000;
}
.team_search_form>input::-webkit-input-placeholder {color: #949291;font-size: 14px;}
/*input输入框的文字颜色修改css*/
/* WebKit browsers */
.team_search_form>input::-webkit-input-placeholder {color:#949291;font-size: 14px;}
/* Mozilla Firefox 4 to 18 */
.team_search_form>input:-moz-placeholder {color:#949291;opacity: 1;font-size: 14px;}
/* Mozilla Firefox 19+ */
.team_search_form>input::-moz-placeholder {color: #949291;opacity: 1;font-size: 14px;}
/* Internet Explorer 10+ */
.team_search_form>input:-ms-input-placeholder {color: #949291;font-size: 14px;}


.team_xingming_search ul{
    float: left;
}
.team_xingming_search ul li{
    float: left;
    margin-top: 20px;
}
.team_xingming_search ul li.none_team_renyuan a{
    color: #999;
    cursor: default;
}
.team_xingming_search ul li.none_team_renyuan a:hover{
    color: #999;
    background: #f2f2f2;
}

.team_xingming_search ul li a{
    display: block;
    width: 37px;
    height: 42px;
    margin-right: 5px;
    background: #f2f2f2;
    font-size: 14px;
    color: #545152;
    line-height: 42px;
    text-align: center;
}
.team_xingming_search ul li a:hover{
    background:  rgb(192,42,19);
    color: #ffffff;
}
.team_info{
    float: left;
}
.team_info p{
    line-height: 24px;
    color: #545152;
    font-size: 14px;float: left;
    padding: 40px 0 30px 0;
}

.team_list_box{
    width: 100%;
    float: left;
    margin-bottom: 60px;
}
.team_list_link{
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}
.team_list_box ul{
    float: left;
}

.team_list_box ul li{
    width: 550px;
    margin: 10px 10px;
    height: 225px;
    float: left;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}

.team_list_text{
    width: 55%;
    height: 100%;
    float: left;
    padding: 40px 20px 0 20px;
}
.team_list_pic{
    width: 45%;
    height: 100%;
    float: left;
}
.team_list_pic img{
    width: 100%;
    transition: all .5s;
}

.team_list_link:hover img{
    transform: scale(1.1);
}
.team_list_link:hover .team_list_text{
    background: #595f6b;
}
.team_list_link:hover .team_name{
    color: #ffffff;
}
.team_list_link:hover .team_zhiwei{
    color: #ccc;
}
.team_list_link:hover .team_hengxian{
    color: #ccc;
}
.team_list_link:hover .team__renyuan_info{
    color: #ccc;
}
.team_list_shangxiaye{
    height: auto;
    float: left;
    margin-bottom: 120px;
    min-width: 100%;
    padding: 0 80px;
}


.team_list_shangxiaye a,.team_list_shangxiaye>b{
    padding: 0;
    float: left;
    margin-right: 5px;
    border: 1px #e8e8e8 solid;
    width: 8.5625%;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    display: block;
    color: #949291;margin-top: 10px;
}
.team_list_shangxiaye>b{
    color: rgb(192,42,19);
    border-color: rgb(192,42,19);
}
.team_list_shangxiaye a:hover{
    border-color: #666666;
    color: #666666;
}








.team_name{
    color: #454545;
    font-size: 20px;
    display: block;
    overflow: hidden;
}
.team_zhiwei{
    display: block;
    overflow: hidden;
    padding: 3px 0 5px 0;
    color: #454545;
    font-size: 14px;
}
.team_hengxian{
    width: 127px;
    height: 2px;
    background: #c2c7cf;
    display: block;
    clear: both;
    overflow: hidden;
}
.team__renyuan_info{
    color: #454545;
    font-size: 14px;
    margin-top: 25px;
}
.team_search_hide_box{
    display: block;
}




.team_content{
    width: 100%;
    float: left;
    margin-top: 35px;
    margin-bottom: 60px;
}

.team_detail_box{
    background: #595f6b;
    width: 100%;float: left;
    height: 456px;
}
.team_detail_left{
    width: 60%;float: left;
    height: 100%;
    padding: 0 40px;background: #595f6b;
}
.team_detail_name{
    color: #fff;
    font-size: 36px;
    margin-top: 30px;
    display: block;
}
.team_detail_zhiwei_and_hengxian{
    color: #fff;
    font-size: 18px;
    border-bottom: 4px solid #707786;
    padding-bottom: 16px;
    margin: 10px 0 50px 0;
    display: inline-block;
}
.team_detail_jieshao{
    width: 100%;
    height: auto;
    float: left;color: #ccc;
}
.team_detail_jieshao b{
    font-weight: normal;
}

.team_detail_erweima{
    width: 180px;
    overflow: hidden;
    height: 180px;
    margin-top: 20px;
    float: left;
}

.team_detail_erweima img{
    width: 100%;
}

.team_detail_dianhua_youxiang_eamil{
    width: 50%;
    float: left;
    margin-top: 20px;
    margin-left: 40px;
    padding-top: 20px;
}
.team_detail_phone{
    color: #ccc;
    font-size: 14px;
    border-bottom: 1px solid #7a7f89;
    display: block;
    padding-bottom: 40px;
}
.team_detail_email{
    font-size: 14px;
    margin-top: 40px;color: #ccc;
}

.team_detail_right{
    width: 40%;
    height: 100%;background: #595f6b;float: left;overflow: hidden;
}
.team_detail_right img{
    width: 100%;
}

.team_detail_xiangxijieshao{
    float: left;
    width: 100%;
    padding: 35px;
    border: 1px solid #e6e6e6;
}
.xiangxijieshaobeijing{
    width: 100%;
    height: 30px;
    background:rgb(192,42,19) ;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding-left: 10px;
}
.jieshaokaishi{
    padding: 10px 10px;
    color: #333;
    line-height: 25px;
}






/*如果屏幕小于1400大屏幕端*/
@media screen and  (max-width: 1400px) {
    .swiper-slide{
        width:25% !important;/*根据内容调整宽度*/
    }

    .header_nav>ul>li>a {
        font-size: 16px;
        height: 100%;
        display: block;
        padding: 0 10px 15px 10px;
        color: #fff;
        text-align: center;
    }
    .header_nav>ul>li:last-child>a {
        padding: 0 10px 15px 10px;
        font-size: 16px;
    }
    .top_one{height: 120px
    }

    .logo img{
        margin-top: 20px;
        height: 65px;
        width: 300px;
    }
}
/*如果屏幕小于1170小屏幕端*/
@media (max-width: 1200px){
    .about_page_title {
        padding-top: 200px;
    }

    .page_content_main {
        margin-top: 340px;
    }

    .top_one .nav_second a{
        font-family: '黑体' !important;
    }
    .header_nav{
        overflow-y: auto;
        height: 90%;
    }
    .top_one{font-family: '黑体' !important;}
    .swiper-slide{
        width:50% !important;/*根据内容调整宽度*/
    }
    .top_one{height: 60px
    }
    .top_two{width: 90%;}

    .top_right{
        padding: 0 !important;
    }
    .top_right_menu{
        display: none;
        height: 100%;
        position: fixed;top: 60px;width: 100%;right: 0;z-index: 9999;background: rgba(0,0,0,.5);}

    .header_nav>ul {
        position: relative;
        right: 0;
        width: auto;
        text-align: right;
        display: inline-block;
        float: right;
    }
    .header_nav>ul>li{
        width: auto;clear:both;
        border-top: 1px solid #414041;
    }
    .header_nav>ul>li>a {
        height: 100%;
        display: block;
        padding:0;
        line-height: 40px;
        width: 140px;
        color: #fff;
        text-align: center;
        background: #000;
        font-size: 12px;
    }
    .header_nav>ul>li:last-child>a {
        font-size: 12px;
        padding:0;
        line-height: 40px;
        width: 140px;
    }
    .have_second:before,.have_second:after{
        display: none;
    }
    .header_nav>ul>li>a p {
        display: none;
    }
    .top_right_searchandlanguage_box{height: 100%;}


    .language_link{max-width: 100%;
        max-height: 100%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin-right: 10px;
    }
    .top_search{        max-width: 100%;
        max-height: 100%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);height: 28px;
        margin-right: 10px;}
    .search_btn {
        margin: 4px 8px 0 8px;
    }
    .header_nav_small_btn{
        display: block;
        width: 28px;
        float: right;
        height: 30px;
        max-width: 100%;
        max-height: 100%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin-right: 10px;
    }
    .header_nav_small_btn .small_btn {
        width: 100%;
        height: 2px;
        background: #fff;
        display: block;
        margin-top: 14px;
        position: relative;
    }
    .header_nav_small_btn .small_btn:before, .header_nav_small_btn .small_btn:after{
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        background: #fff;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        transition-property: margin, transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }
    .small_btn:before {
        margin-top: -10px;}
    .small_btn:after {
        margin-top: 10px;}

    .click_small_btn .small_btn{background: none;}
    .click_small_btn .small_btn:before, .click_small_btn .small_btn:after {content: '';display: block;width: 100%;height: 3px;position: absolute;background: #fff;}
    .click_small_btn .small_btn:before {margin-top: 0;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
    .click_small_btn .small_btn:after {margin-top: 0;-webkit-transform: rotate(45deg);transform: rotate(45deg);}

    .nav_second {
        position: relative;
        left: 0;
        transform: translateX(0);
        top: 0 !important;
        background-image:none;
        z-index: 1003;
        white-space: nowrap;
        opacity: 1;
        visibility: unset;
        display: none;
    }
    .nav_second li {
        font-size: 12px;
        overflow: hidden;
    }
    .nav_second li a {
        text-align: center;
        display: block;
        padding: 0;
        line-height: 30px;
        border-bottom:none;
        color: #fff;
        background: #000;
    }
    .small_nav_text{width: 100%!important;background: #000;display: block;}
    .small_nav_text p{
        font-size: 12px;
        line-height: 40px;
        color: #757575;
        text-overflow: clip;
        display: block;
        width: 80px;
        margin: 40px auto;
        text-align: center;
    }

    .logo img{
        margin-top: 5px;
        margin-left: 10px;
        height: 51px;
        width: 240px;
    }
}
@media (max-width: 1024px){

    .top_two {
        width: 100%;
    }
    .page_content {
        width: 90%;
    }

    .page_search_title {
        padding: 25px 0 30px 10px;
    }

    .page_list_main_center ul li {
        padding: 25px 0 30px 0;
    }


    .team_list_box ul li {
        width: 47%;
    }

}
/*如果屏幕小于768*/
@media (max-width: 768px){

    .page_content_main_center h2 {

        font-size: 20px;
    }

    .page_mianze h2 {
        font-size: 18px;
    }

    .team_search_hide_box{
        display: none;
    }

    .team_detail_jieshao {
        height: 55px;
        overflow: hidden;
    }
    .team_detail_box {

        height: 300px;
    }
    .team_detail_zhiwei_and_hengxian {
        margin: 10px 0 10px 0;
    }
    .team_detail_erweima {
        width: 50%;
    }
    .team_detail_erweima {
        width: 25%;
    height: auto;
}
    .team_detail_dianhua_youxiang_eamil {
        width: 60%;
        padding-top: 10px;
    }

    .team_detail_phone {
        padding-bottom: 10px;
    }

    .team_detail_email {
        margin-top: 20px;
    }



.team_list_shangxiaye {
    margin-bottom: 40px;padding: 0 10px;
}




.page_team_search_btn{display: block;}
.content_one{width: 100%;
    padding: 15px 3%;
}
.content_one a{
    width: 110px;
    height: 35px;
    line-height: 35px;
    margin: 6% auto auto auto;
}
.top_left{width: 50%}
.top_right{width: 50%}

.logo img{
    margin-top: 10px;
    margin-left: 10px;
    height: 41px;
    width: 193px;
}

.page_content_main_left_nav {
    width: 100%;
    float: left;
    padding: 0 10px 5% 10px;
}

.page_content_main_left_nav ul {
    width: 100%;
    margin-top: 36px;
}
.page_content_main_left_nav ul li {

    padding: 3% 10px 3% 10px;
    display: inline-block;
    float: left;
    text-align: center;
    border-bottom: 1px #e2e2e2 solid;
}
.page_content_main_left_nav ul li a {
    font-size: 14px;
    border-right: 1px dotted #e2e2e2;
}

.page_content_main_left_nav_active:before{
    content: "";
    position: absolute;
    top: 1px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 8px solid rgb(192,42,19);
    border-bottom: 6px solid transparent;
    right: 5%;
}
.page_content_main_center {
    width: 70%;
}
.page_content_main_right {
    width: 30%;
}
.about_page_title {
    font-size: 18px;}

.page_list_main_center {
    width: 100%;
    padding: 0;
}
.page_list_search_main_center {
    width: 100%;
}

.page_list_main_center ul li {
    padding: 25px 0 30px 0;
}
.shangxiaye {
    margin: 50px auto 0 0;
}
.page_search_title {
    padding: 25px 0 10px 0;
}

.page_list_main_center ul>li>p {
    padding-left: 0;
}
.page_list_main_center ul>li>a>span {
    padding-left: 0;
}
.page_list_main_center ul>li>a>h2 {
    padding-left: 0;
}

.page_content_main_left_nav ul li {
    padding: 3% 0 3% 0;
}
.page_search_tihuan_box{border-right: none}
.page_content_search_right{
    display: none;
}
}

@media (max-width: 500px) {


    .about_page_title {
        padding-top: 140px;
    }
    .page_content_main {
        margin-top: 280px;
    }

    .jieshaokaishi p{
        font-size: 14px !important;
    }
    .page_mianze{
        padding: 20px 10px;
    }
    .team_detail_box {
        position: relative;
        height: 650px;
    }
    .team_detail_jieshao {
        font-size: 14px;
        height: 30px;
    }
    .team_detail_right {
        width: 100%;
    }



    .team_detail_xiangxijieshao {
        padding: 20px 10px;
    }
    .team_detail_left {
        width: 100%;
        float: left;
        padding: 0 40px 10px;
        position: absolute;
        bottom: 0;
        height: 250px;
    }


    .team_content {
        width: 94%;
        float: left;
        margin-left: 3%;
        margin-bottom: 35px;
    }


    .team_detail_name {
    font-size: 18px;
    }

    .team_detail_zhiwei_and_hengxian{
        font-size: 14px;
    }




.team_list_shangxiaye a, .team_list_shangxiaye>b {
    width: 18%;
}

.team_list_box ul li {
    width: 48%;
    margin: 10px 1%;
}

.team_list_link{
    position: relative;
}

.team_list_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    height: 10%;
}
.team_zhiwei {
    display: none;
}
.team_hengxian {
    display: none;
}
.team__renyuan_info {

    display: none;
}

.team_list_pic {
    width: 100%;
    height: 89%;
    overflow: hidden;
}


.team_name {
    font-size: 16px;
    text-align: center;
}

.team_info p {
    padding: 40px 20px 30px 20px;
}

.team_search_btn {
    width: 30%;
    margin-left: 10%;
}

.team_search_text {
    width: 60%;
}

.team_name_search_title {
    margin-top: 20px;
    font-size: 14px;
}

.page_team_title_box {
    width: 94%;
    margin-left: 3%;
    padding: 10px 20px;
}
.page_team_title_box h2 {
    font-size: 18px;}


.page_content_main_center h2 {
    font-size: 18px;
}
.page_content_mian_center_detail_title {
    font-size: 18px !important;
}


.page_content_main_left_nav {
    padding: 0 10px 5% 10px;
}
.page_list_main_center {
    width: 100%;
}

.page_content_main_left_nav ul li a {
    font-size: 12px;
    padding: 0 20px;
}


.page_list_main_center {
    padding: 0 10px;
}

    .page_list_main_center ul li {
        padding: 15px 10px 0 10px;
    }

.return_top {
    bottom: 20px;
    width: 30px;
    height: 30px;
    right: 20px;
}




.shangxiaye a, .shangxiaye>b {
    margin-top: 5px;
    width: 18%;
}

.page_search_title {
    font-size: 18px;
}

.page_list_main_center ul>li>a>h2 {
    font-size: 14px;
}
.page_list_main_center ul>li>a>span {
    font-size: 12px;
}
.page_list_main_center ul>li>p {
    font-size: 12px;
}
}

@media (max-width: 415px){
.top_two {
    width: 100%;
}
.logo img {
    margin-top: 15px;
    margin-left: 10px;
    height: 36px;
    width: 163px;
}
.top_left{width: 48%}
.top_right{width: 52%}

.page_zhezao {
    padding-top: 0;
}
.page_content {
    width: 100%;
}

.page_content_main_center {
    width: 100%;
    padding: 0 3% 0 3%;
    margin-bottom: 60px;
    margin-top: 35px;
    float: left;
    border-right:none;
}
.page_content_main_right {
    float: left;
    width: 100%;
    padding: 3%;
     margin-top: 0;
    margin-bottom: 30px;
}

.page_footer_icon {
    width: 100%;
}
.page_footer_img h2 {
    font-size: 16px;
}

}
@media (max-width: 380px){
    .team_detail_box {
        height: 630px;
    }
.top_two {
    width: 100%;
}
.logo img{
    margin-top: 15px;
    margin-left: 10px;
    height: 35px;
    width: 160px;
}
.top_left{
         width: 40%;
}

.top_right{
    width: 60%;}







}
@media (max-width: 320px){

    .team_detail_email {
        margin-top: 5px;
    }

   .team_detail_dianhua_youxiang_eamil {
            padding-top: 0;
        }
    .team_detail_dianhua_youxiang_eamil {
        margin-left: 10px;
    }
    .team_detail_zhiwei_and_hengxian {
        padding-bottom: 6px;
    }

    .team_detail_name {

        margin-top: 10px;
    }
    .team_detail_box {
        height: 530px;
    }
.team_search_text {
    width: 69%;
}
.team_search_btn {
    width: 26%;
    margin-left: 5%;
}
.logo img {
    margin-top: 16px;
    margin-left: 5px;
    height: 30px;
    width: 140px;
}
.header_nav_small_btn {
    margin-right: 5px;
    width: 21px;
    height: 20px;
}
.header_nav_small_btn .small_btn {
    width: 100%;
    height: 2px;
    margin-top: 8px;
    position: relative;
}
.header_nav_small_btn .small_btn:before, .header_nav_small_btn .small_btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.small_btn:before {
    margin-top: -8px;
}
.small_btn:after {
    margin-top: 8px;
}
.top_search {
    height: 24px;
    margin-right: 5px;
}
.search_text {

    font-size: 12px;
}
.search_btn {
    margin: 2px 8px 0 8px;
}
.language_link {
    margin-right: 5px;
}
.top_left{
    width: 40%;
}
.top_right{
    width: 60%;
}

}