a,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var,
th,
td {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

body {
    color: #444;
    padding: 0px 0;
    font: 400 14px/1.6 'Helvetica Neue', Helvetica, "Microsoft YaHei", sans-serif, Arial, '宋体';
    -webkit-text-size-adjust: none;
    background: #fff;
}

a:hover img,
img {
    border: none;
    vertical-align: top;
}

ol,
ul {
    list-style: none
}

input,
button,
select,
textarea {
    outline: none;
    font: 400 14px/1.6 'Helvetica Neue', Helvetica, "Microsoft YaHei", sans-serif, Arial, '宋体';
    font-size: 14px;
    color: #666;
}

table input,
table button,
table select,
table textarea {
    vertical-align: middle;
}

button,
html input[type=button],
input[type=submit] {
    -webkit-apperance: button;
    cursor: pointer;
    -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
    cursor: default
}

textarea {
    resize: none
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

th {
    font-weight: normal;
}

p {
    text-align: justify;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.hide {
    display: none;
}

.th {
    font-family: 'Helvetica Neue', Helvetica, "Microsoft YaHei", sans-serif, Arial, '宋体';
}

.clear,
.clr {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.clearfix2:before,
.clearfix2:after {
    content: "";
    display: table;
}

.clearfix2:after {
    clear: both;
}

.clearfix2 {
    *zoom: 1;
}


::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}



.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearit {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}


a:hover {
    color: #f08200;
}

.hidden {
    visibility: hidden;
}


/*设置选中文字时的背景色*/
::selection {
    background: #f08200;
    color: #fff;
}

::-moz-selection {
    background: #f08200;
    color: #fff;
}

::-webkit-selecter {
    background: #f08200;
    color: #fff;
}

/*可改变元素被点击时背景框的颜色*/
html {
    -webkit-tap-highlight-color: rgba(240, 240, 240, 0.7);
}

/*如果需要背景框不显示，则可以将rgba中的alpha值设为0即可，例如rgba(0,0,0,0)*/

/*--------------------------end公用样式*/
body {
    background-color: #fff;
}

.w_1200,
.w_1200_r,
.w_9 {
    width: 1200px;
    margin: 0 auto;
}

.w_1000 {
    width: 1000px;
    margin: 0 auto;
}

.white_bj {
    background-color: #fff;
}

/*.w_9{ padding-left:30px; padding-right: 30px;}*/

.min_1200 {
    margin: 0 auto;
    min-width: 1200px;
    _width: expression((documentElement.clientWidth < 1200) ? "1200px" : "auto");
}

.max_1200 {
    margin: 0 auto;
    max-width: 1200px;
    _width: expression((documentElement.clientWidth > 1200) ? "1200px" : "auto");
}



.phcolor {
    color: #bbb !important;
}

input::-webkit-input-placeholder {
    color: #bbb;
}

input:focus::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #bbb;
}

input:-ms-input-placeholder {
    color: #bbb;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="number"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

a {
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}

/*-------------------star首页*/

/*头文件*/
.header {
    height: 70px;
    background-color: #e7e7e7;
    width: 100%;
    position: relative;
    z-index: 12;
}

/*浮动*/
@-webkit-keyframes hdnav2-show {
    0% {
        top: -42px
    }

    100% {
        top: 0
    }
}

@keyframes hdnav2-show {
    0% {
        top: -42px
    }

    100% {
        top: 0
    }
}

.top_header {
    position: absolute;
    top: 0;
    left: 0;
}

.header_fixed {
    position: fixed;
    padding: 0;
    top: 0;
    left: 0;
    height: 70px;
    _position: absolute;
    animation: hdnav2-show 0s;
    -moz-animation: hdnav2-show 0s;
    -webkit-animation: hdnav2-show 0s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

* html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

.header_fixed .logo {}

/*end浮动*/


/*标志*/
.logo {
    padding: 15px 0 0 0;
}

.logo img,
.logo_th img {
    height: 40px;
}

.logo_th {
    padding: 15px 0 0 15px;
}

/*头文件右*/

/*导航*/
.nav .item_li {
    float: left;
    margin: 0 0 0 0px;
    position: relative;
    z-index: 11;
}

.nav .item_a {
    float: left;
    position: relative;
    font-size: 16px;
    padding: 0 11px;
    line-height: 70px;
}

.nav .item_a::before {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #f08200;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    font-size: 0;
    display: none\9;
    display: none\0;
}

.nav .item_a:hover::before,
.nav .active .item_a::before,
.hover_li .item_a::before {
    width: 100%;
}

.nav .active .item_a {
    height: 67px\9;
    *height: 67px;
    border-bottom: 3px solid #f08200\9;
    *border-bottom: 3px solid #f08200;
}

/*二级导航*/
.dropdown-menu {
    border: none;
    border-bottom: 3px solid #f08200;
    text-align: center;
    background-color: rgba(255, 255, 255, .8);
    border-top: none;
    position: absolute;
    z-index: 11;
    top: 100px;
    width: 100%;
    box-sizing: border-box;
    display: none;
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .12);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .12);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CFffffff, endcolorstr=#CFffffff);
}

.dropdown-menu li a {
    display: block;
    padding: 5px 10px;
}

.dropdown-menu li a:hover {
    color: #fff;
    background-color: #f08200;
}

/*头文件右*/
.header_r_r {
    padding: 15px 0 0 5px;
}

/*搜索*/
.hsearch {
    float: left;
    position: relative;
    z-index: 12;
    margin: 0px 0px 0 0;
    display: block;
    width: 40px;
    height: 40px;
}

.hsearch_box {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
}

.hsearch_input,
.hsearch_btn {
    outline: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-appearance: none;
}

.hsearch_input {
    padding: 0;
    vertical-align: top;
    width: 0;
    height: 18px;
    background-color: #fff;
    border: none;
    border-radius: 40px;
}

.hsearch_hover .hsearch_input {
    padding: 10px 39px 10px 19px;
    width: 200px;
    border: 1px solid #ddd;
    transition: width .3s;
    -moz-transition: width .3s;
    -webkit-transition: width .3s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .12);
}

.hsearch_btn {
    position: absolute;
    cursor: pointer;
    z-index: 5;
    background-color: transparent;
    top: 7px;
    right: 0px;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon/icon_b.png);
    background-repeat: no-repeat;
    border: none;
    overflow: hidden;
    background-size: 25px auto !important;
}


/*图标*/
.tool_a {
    margin: 7px 7px 0 0;
}

.icon_a {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0px 5px 0 5px;
    background-image: url(../images/icon/icon_b.png);
    background-position: 0 -25px;
}

.icon_a2 {
    background-position: 0 -50px;
}

.icon_a:hover {
    2px 2px 1px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
    transform: translate3d(0, -3px, 0);
    -moz-transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}

/*语言*/
.eng_a {
    color: #fff;
    display: inline-block;
    padding: 0 8px;
    margin-top: 7px;
    line-height: 25px;
    background-color: #f08200;
}

.eng_a:hover {
    color: #fff;
    background-color: #ec881e;
}

/*------------star动画效果*/
.ibn {
    position: relative;
    height: 850px;
    overflow: hidden;
    min-width: 1200px;
}

.ibn .bd {
    height: 850px;
}

.ibnitem {
    position: relative;
    height: 850px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    overflow: hidden;
}

/*数字*/
.ibn .hd {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}

.ibn .hd li {
    cursor: pointer;
    margin: 20px 0;
    overflow: hidden;
    font-size: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    background-color: transparent;
    position: relative;
    border-radius: 50%;
}

.ibn .hd li::before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    background-color: #fff;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: none\9;
}

.ibn .hd .on::before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.ibn .hd .on {
    background-color: #fff\9;
    *background-color: #fff;
    background-color: transparent;
}

/*按钮*/
.ibn .btn {
    width: 30px;
    height: 60px;
    overflow: hidden;
    color: rgba(255, 255, 255, .5);
    color: #fff\9;
    *color: #fff;
    font-size: 34px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CF000000, endcolorstr=#CF000000);
}

.ibn .prev {
    left: 5%;
    /* margin-left: -600px;*/
}

.ibn .next {
    right: 5%;
    /* margin-right: -600px;*/
}

.ibn .btn:hover {
    background-color: #333;
    color: #fff;
}

/*----------------star中间区域*/
.box_p50 {
    padding: 50px 0;
}

.h_1070 {
    height: 1220px;
}

#swiper-wrapper p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_news_text p {
    font-size: 18px;
}

/*产业*/
.pro_scroll {
    position: relative;
    margin: 0 auto;
}

.pro_scroll_nav .pro_mune {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}

.pro_scroll_nav .pro_mune li {
    float: left;
    text-align: center;
    width: 12.5%;
    position: relative;
    height: 160px;
    border-bottom: 4px solid #ccc;
}

#pro-en .pro_mune li {
    width: 15%;
}

.pro_scroll_nav .pro_mune h4 {
    font-size: 18px;
    margin-top: 10px;
}

.pro_scroll_nav .pro_mune li::before {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    overflow: hidden;
    background-color: #f08200;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: none\9;
    display: none\0;
}

.pro_scroll_nav .pro_mune .active::before {
    width: 100%;
}

.pro_scroll_nav .pro_mune .active h4 {
    color: #f08200;
}

.pro_scroll_nav .pro_mune .box {
    height: 130px;
    border-right: 1px solid #ddd;
    margin-right: -1px;
}

/*左右按钮*/
.pro_scroll .btn {
    font-size: 40px;
    cursor: pointer;
    color: #00954c;
    position: absolute;
    z-index: 10;
    top: 280px;
    width: 70px;
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    text-align: center;
    font-family: "宋体";
    font-weight: bold;
    cursor: pointer;
    background-image: url(../images/icon/btn_icon.png);
    background-repeat: no-repeat;
    background-size: 140px auto;
}

.pro_scroll .prev {
    left: 0;
}

.pro_scroll .next {
    right: 0;
    background-position: -70px 0;
}

.pro_scroll .btn:hover {
    background-color: #f3f3f3;
}

/*不可点击状态*/
.pro_scroll .prevStop,
.pro_scroll .nextStop,
.pro_scroll .prevStop:hover,
.pro_scroll .nextStop:hover {
    background-color: transparent;
    cursor: default;
    color: #ccc;
}

.pro_scroll .prevStop {
    background-position: 0 -70px;
}

.pro_scroll .nextStop {
    background-position: -70px -70px;
}

/*线*/
.line_w150 {
    width: 150px;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    background-color: #ccc;
    display: inline-block;
    vertical-align: top;
}


/*文字介绍*/
.pro_scroll_text {
    margin: 50px 180px 0 180px;
    text-align: center;
    min-height: 210px;
}

.pro_scroll_text li {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.pro_scroll_text .t_d {
    color: #666;
    flex: 1;
}

.pro_scroll_text .t_d p {
    margin: 0 0 10px 0;
}

.pro_scroll_text .t_t {
    margin: 10px 0 20px 0;
}

.pro_scroll_text .t_t_d {
    margin: 20px 0 0 0;
    font-size: 0;
}

.pro_scroll_text h5 {
    font-size: 24px;
}

.letters {
    width: 100px;
}

.report_li {
    width: 250px;
    margin-right: 125px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.report_li img {
    width: 100%;
    height: 340px;
    box-shadow: 0px 0px 24px 3px rgba(27, 27, 27, 0.05);
}

.report_li p {
    padding: 20px;
    text-align: center;
}

.report_li a {
    width: 132px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    height: 32px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    background: #F39800;
    border-radius: 0px 0px 14px 0px;
}

.report_li:nth-child(3n) {
    margin-right: 0;
}

/*图标*/
.icon_b {
    width: 90px;
    height: 90px;
    background-size: 270px auto;
    background-image: url(../images/icon/icon_a.png);
}

.icon_b2 {
    background-position: 0 -90px;
}

.icon_b3 {
    background-position: 0 -180px;
}

.icon_b4 {
    background-position: 0 -270px;
}

.icon_b5 {
    background-position: 0 -360px;
}

.icon_b6 {
    background-position: 0 -450px;
}

.icon_b7 {
    background-position: 0 -540px;
}

.icon_b8 {
    background-position: 0 -630px;
}

.icon_b9 {
    background-position: 0 -720px;
}

.icon_b10 {
    background-position: 0 -810px;
}

.icon_b11 {
    background-position: 0 -900px;
}

.icon_b12 {
    background-position: 0 -990px;
}

.icon_b13 {
    background-position: 0 -1080px;
}

.box:hover .icon_b,
.active .icon_b {
    background-position: -90px 0;
}

.box:hover .icon_b2,
.active .icon_b2 {
    background-position: -90px -90px;
}

.box:hover .icon_b3,
.active .icon_b3 {
    background-position: -90px -180px;
}

.box:hover .icon_b4,
.active .icon_b4 {
    background-position: -90px -270px;
}

.box:hover .icon_b5,
.active .icon_b5 {
    background-position: -90px -360px;
}

.box:hover .icon_b6,
.active .icon_b6 {
    background-position: -90px -450px;
}

.box:hover .icon_b7,
.active .icon_b7 {
    background-position: -90px -540px;
}

.box:hover .icon_b8,
.active .icon_b8 {
    background-position: -90px -630px;
}

.box:hover .icon_b9,
.active .icon_b9 {
    background-position: -90px -720px;
}

.box:hover .icon_b10,
.active .icon_b10 {
    background-position: -90px -810px;
}

.box:hover .icon_b11,
.active .icon_b11 {
    background-position: -90px -900px;
}

.box:hover .icon_b12,
.active .icon_b12 {
    background-position: -90px -990px;
}

.box:hover .icon_b13,
.active .icon_b13 {
    background-position: -90px -1080px;
}


/*间距*/
.box_md50 {
    margin-bottom: 50px;
}

.box_m50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

/*高度*/
.h_470 {
    height: 470px;
}

.h_400 {
    height: 400px;
}

.h_570 {
    height: 540px;
}

/*新闻*/
.box_1920_father {
    position: relative;
    overflow: hidden;
}

.news_scroll {
    position: relative;
}

.box_1920_w,
.box_1920_w2 {
    position: absolute;
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    top: 0;
}

.box_1920_w_new {
    position: absolute;
    width: 1920px;
    margin-left: -1137px;
    left: 50%;
    top: 0;
}

.news_scroll .pic {
    width: 960px;
    height: 470px;
    overflow: hidden;
}

.news_scroll .t_r {
    padding: 50px 0 0 100px;
}

.news_scroll .t_r_w {
    width: 500px;
}

.img_425 {
    width: 425px;
}

.news_scroll h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.news_scroll .t_t {
    margin: 25px 0 30px 0;
}

.news_scroll .t_t .hide1 {
    width: 360px;
}

.news_scroll .t_t_l {
    border-right: 1px solid #ccc;
    font-size: 30px;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 1.1;
}

.news_scroll .t_t_l p {
    font-size: 14px;
}

.news_scroll .t_t_l span {
    font-size: 30px;
    line-height: 1.1;
}

.news_scroll .t_r_r h5 {
    font-size: 22px;
    height: 1.2em;
    line-height: 1.2em;
}

.news_scroll .t_r_r p {
    color: #666;
    margin-top: 3px;
}

.news_scroll .t_d {
    color: #888;
}

.news_scroll .t_d p {
    margin-bottom: 10px;
}

.news_scroll .d_btn {
    margin-top: 30px;
}

.sp-con {
    display: flex;
    flex-wrap: wrap;
}

.sp-con li {
    width: 20%;
}


.i_pro_scroll .t_r {
    padding: 50px 100px 0 0;
    color: #666;
    font-size: 16px;
}

.i_pro_scroll .t_r_w {
    width: 500px;
}

.i_pro_scroll .t_r p {
    margin-bottom: 25px;
}

#ind-con li {
    width: 15%;
}


/*按钮*/
.news_scroll .btn {
    cursor: pointer;
    z-index: 4;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-image: url(../images/icon/btns.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100px auto;
    top: 50%;
    margin-top: -25px;
}

.news_scroll .prev {
    left: 50%;
    margin-left: -50px;
    border-right: 1px solid #ddd;
    z-index: 6;
}

.news_scroll .next {
    right: 50%;
    margin-right: -50px;
    background-position: 0 -50px;
}

.news_scroll .btn:hover {
    background-color: #f08200;
    background-position: -50px 0;
}

.news_scroll .next:hover {
    background-position: -50px -50px;
}

/*不可点击状态*/
.news_scroll .prevStop,
.news_scroll .nextStop,
.news_scroll .prevStop:hover,
.news_scroll .nextStop:hover {
    cursor: default;
    background-color: #e7e7e7;
    background-position: -50px 0;
}

.news_scroll .nextStop:hover,
.news_scroll .nextStop {
    background-position: -50px -50px;
}

/*背景色*/
.gray_bj {
    background-color: #e7e7e7;
}

.blue_bj {
    background-color: #f08200;
}


/*关于正凯*/
.h_about .pic {
    width: 960px;
    height: 100%;
}

.h_about .d_btn {
    margin-top: 30px;
}

.h_about .t_r {
    padding-right: 100px;
    font-size: 16px;
}

.h_about .t_r_w {
    width: 500px;
    padding: 30px 0 0 0;
}

.h_about h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.h_about .th_d {
    font-size: 0;
    margin-top: 10px;
}

.line_w170_blue {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    overflow: hidden;
    width: 170px;
    height: 2px;
    background-color: #fff;
}

.h_about .t_d p {
    margin-bottom: 1.6em;
}

@media screen and (min-width:1020px) and (max-width:1280px) {
    .h_about .t_r {
        padding-right: 50px;
    }
}

/*播放*/
.f_video {
    position: absolute;
    top: 50%;
    z-index: 5;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
}

.video_icon {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    background-image: url(../images/icon/video.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px auto;
}

a:hover .video_icon {
    border-color: #ec881e;
    background-color: #ec881e;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

/*更多按钮*/
.white_more_a,
.gray_more_a {
    color: #f08200;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    padding: 0 8px;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.white_more_a::before,
.white_more_a::after,
.gray_more_a::before,
.gray_more_a::after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 51%;
    overflow: hidden;
    font-size: 0;
    background-color: #ec881e;
    z-index: -1;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.white_more_a:hover::before,
.white_more_a:hover::after,
.box:hover .white_more_a::before,
.box:hover .white_more_a::after {
    width: 100%;
}

.white_more_a::after,
.gray_more_a::after {
    bottom: 0;
    right: 0;
}

.white_more_a::before,
.gray_more_a::before {
    top: 0;
    left: 0;
}

.white_more_a:hover,
.box:hover .white_more_a,
.gray_more_a:hover,
.box:hover .gray_more_a {
    color: #fff;
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-color: #ec881e\9;
    *background-color: #ec881e;
}

.gray_more_a {
    color: #fff;
    background-color: #808080;
}

.gray_more_a:hover::before,
.gray_more_a:hover::after,
.box:hover .gray_more_a::before,
.box:hover .gray_more_a::after {
    width: 100%;
}

.gray_more_a::before,
.gray_more_a::after {
    background-color: #f08200;
}

.gray_more_a:hover,
.box:hover .gray_more_a {
    background-color: #f08200\9;
    *background-color: #f08200;
}


/*大事速览*/
#dssl {
    margin-top: 30px;
}

#dssl dl dt,
#dssl dl dd {
    display: inline-block;
    vertical-align: top;
}

#dssl dl dt {
    width: 250px;
    text-align: right;
    padding-right: 50px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

#dssl dl dt span {
    font-weight: 100;
    font-size: 16px;
    color: #999;
}

#dssl dl dd {
    width: 750px;
    text-align: left;
    padding: 3px 0 30px 50px;
    border-left: 1px solid #DDD;
    position: relative;
}

#dssl dl dd i {
    display: inline-block;
    position: absolute;
    font-size: 21px;
    color: #f08200;
    left: -7px;
    top: -4px;
    font-style: normal;
}

#dssl dl dd i.red {
    color: #e60000;
}

#dssl dl dd.dd_br {
    padding-top: 2.2rem;
}

#dssl dl dd.dd_br i {
    top: 1.8rem;
}

.dssl1 dl dt {
    padding: 30px 50px 30px 0;
}

/*优势*/
.h_430 {
    height: 430px;
}

.h_tool {
    background-color: #4b78bd;
    background-image: url(../images/icon/box_bj.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.h_tool_ul li {
    border-right: 2px solid #fff;
    margin-right: -2px;
}

.h_tool_ul li:last-child {
    border-right: none;
}

.h_tool_ul .box {
    padding: 30px 80px 0 80px;
}

.h_tool_ul h4 {
    font-size: 30px;
    font-weight: bold;
    height: 85px;
}

.h_tool_ul .t_t {
    height: 95px;
    font-size: 16px;
    margin-top: 10px;
}

.h_tool_ul h5 {
    font-size: 22px;
}

.h_tool_ul {
    padding-top: 15px;
    margin-left: -50px;
    margin-right: -50px;
}

/*底部链接*/
.h_link {
    background-color: #333;
    padding: 35px 0;
}

.h_link .china {
    font-style: normal;
    margin: 0 8px;
}

.h_link a:hover {
    color: #ec881e;
}

/*文件底*/
.footer {
    padding: 30px 0 30px 0;
    background-color: #4d4d4d;
}

.footer_dl dd .t_t {
    font-size: 13px;
    margin: 12px 0;
}

.footer_dl dd .t_t p {
    margin: 4px 0 0 0;
}

.footer_d_dl {
    margin: 40px 0 0 0;
    font-size: 13px;
}

.footer_d_dl a:hover {
    color: #fff !important;
}

.white_text .footer_link {
    display: inline-block;
    line-height: 36px;
    height: 36px;
    background: white;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    margin-right: 10px;
}

.white_text .footer_link:hover {
    color: #ec881e;
    background: #333;
}

/*下拉框select*/
.select_box {
    width: 240px;
    margin: 0 0em 0 0;
    height: 36px;
    line-height: 36px;
    padding: 0px 10px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    color: #222;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    filter: none !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    background-image: url(../images/icon/option.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 20px auto;
    background-color: #fff;
}

.select_box::-ms-expand {
    display: none;
}



/*二维码*/
.wechat_90 {
    width: 90px;
    height: 90px;
    margin-left: 15px;
}

/*返回顶部*/
.ftool_top {
    position: fixed;
    right: 6px;
    bottom: 10px;
    z-index: 40;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}

* html,
* html body {
    background-image: url(about:blank);
    background-attachment: fixed;
}

.top_ftoolab {
    width: 50px;
    height: 50px;
    display: block;
    background-color: #ec881e;
    background-image: url(../images/icon/top.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px auto;
}

.top_ftoolab:hover {
    background-color: #666;
}

/*end 返回顶部*/

/*------------------------star内页的样式*/
/*大图片*/
.i_banner {
    height: 500px;
    background-color: #eee;
    overflow: hidden;
    position: relative;
}

.i_banner_img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

/*阴影*/
.box_shadow_t {
    -moz-box-shadow: 0 -20px 20px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 -20px 20px rgba(0, 0, 0, .08);
    box-shadow: 0 -20px 20px rgba(0, 0, 0, .08);
    background-color: #fff;
}


/*位置标题*/
.site_th {
    background-color: #e7e7e7;
    height: 50px;
}

.site_th dd {
    line-height: 50px;
}

.site_th dd a {
    float: left;
    padding: 0 20px;
    margin: 0 0px 0 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.site_th dd a::before {
    position: absolute;
    top: 50%;
    height: 0;
    width: 0;
    background-color: #f08200;
    font-size: 0;
    overflow: hidden;
    content: '';
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: none\9;
    z-index: -1;
}

.party.site_th dd a::before {
    background-color: #e60000;
}

.site_th dd a:hover::before,
.site_th dd .tab_light::before {
    width: 100%;
    height: 100%;
}

.site_th dd .tab_light {
    color: #fff;
    background-color: #ec881e\9;
    *background-color: #ec881e;
}

.site_th dd a:hover {
    color: #fff;
    background-color: #ec881e\9;
    *background-color: #ec881e;
}

/*介绍*/
.pro_about_t dt {
    width: 600px;
    margin-left: 100px;
}

.pro_about_t dd {
    font-size: 16px;
    color: #666;
    padding-top: 8px;
    line-height: 2;
}

/*招聘介绍*/
.i_jobs_about dd h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #444;
}

.i_jobs_about dd .th_d {
    margin: 20px 0 0 0;
    font-size: 0;
}

.i_jobs_about dt {
    margin-left: 30px;
    padding-top: 40px;
}

.i_jobs_about dd {
    font-size: 14px;
}

/*业务栏目*/
.pro_mune_ul {
    margin: 50px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.pro_mune_ul h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.pro_mune_ul p {
    color: #888;
}

.pro_mune_ul .box {
    padding: 25px 15px;
    text-align: center;
    display: block;
}

/*图标*/
.icon_c {
    width: 90px;
    height: 90px;
    background-image: url(../images/icon/icon_a.png);
    background-position: -180px 0;
    background-size: 270px auto;
}

.icon_c2 {
    background-position: -180px -90px;
}

.icon_c3 {
    background-position: -180px -180px;
}

.icon_c4 {
    background-position: -180px -270px;
}

.icon_c5 {
    background-position: -180px -360px;
}

.icon_c6 {
    background-position: -180px -450px;
}

.icon_c7 {
    background-position: -180px -540px;
}

.icon_c8 {
    background-position: -180px -630px;
}

.icon_c9 {
    background-position: -180px -720px;
}

.icon_c10 {
    background-position: -180px -810px;
}

.icon_c11 {
    background-position: -180px -900px;
}

.icon_c12 {
    background-position: -180px -990px;
}

.icon_c13 {
    background-position: -180px -1080px;
}

/*搜索*/
.site_th dt {
    width: 170px;
    height: 26px;
    padding-right: 26px;
    margin-top: 12px;
    background-color: #fff;
    position: relative;
}

.site_th dt:hover {
    -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 10px rgba(0, 0, 0, .08);
}

.th_search_text {
    border: none;
    padding: 3px 15px;
    width: 100%;
    height: 26px;
    line-height: 20px;
    background-color: transparent;
    border: none;
    vertical-align: top;
}

.th_search_btn {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ec881e;
    border: none;
    background-image: url(../images/icon/search.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.th_search_btn:hover {
    background-color: #f08200;
}

/*品牌主*/
.h_brand_scroll {
    position: relative;
    height: 70px;
    padding: 0 30px;
}

.h_brand_scroll .bd li {
    float: left;
    text-align: center;
    width: 190px;
}

.h_brand_scroll .bd img {
    opacity: .4;
}

.h_brand_scroll .bd li:hover img {
    opacity: 1;
}

/*按钮*/
.h_brand_scroll .btn {
    cursor: pointer;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #31b731;
    position: absolute;
    top: 0;
    background-size: 140px auto;
    background-image: url(../images/icon/btn_icon.png);
    background-repeat: no-repeat;
}

.h_brand_scroll .prev {
    left: -35px;
}

.h_brand_scroll .next {
    right: -35px;
    background-position: -70px 0;
}

/*不可点击状态*/
.h_brand_scroll .prevStop,
.h_brand_scroll .nextStop {
    cursor: default;
    color: #ccc;
}

.h_brand_scroll .prevStop {
    background-position: 0 -70px;
}

.h_brand_scroll .nextStop {
    background-position: -70px -70px;
}


/*----------------star业务与品牌(详情页)*/
.pro_about_dl dt {
    width: 90px;
    padding-right: 35px;
    margin-right: 35px;
    border-right: 2px solid #f08200;
}

.pro_about_dl h3 {
    font-size: 22px;
    margin: 0px 0 2px 0;
    font-weight: bold;
}

.pro_about_dl dd p {
    font-size: 16px;
    max-width: 550px;
}

.box_md150 {
    margin-bottom: 150px;
}

.h_900 {
    height: 1050px;
}

/*---------------star关于正凯*/
.h_930 {
    height: 930px;
}

.h_730 {
    height: 730px;
}

.h_500 {
    height: 500px;
}

.h_560 {
    height: 560px;
}

.box_mt80 {
    margin-top: 80px;
}

.i_about {
    position: relative;
}

.about_president {
    width: 520px;
    position: relative;
    z-index: 5;
}

.f_about_text {
    width: 1140px;
    position: absolute;
    left: 0;
    top: 40px;
}

.f_about_text .t_r {
    width: 780px;
    padding: 40px 250px 0 0;
}

#f_about_text .t_r {
    width: 780px;
    padding: 40px 200px 0 0;
}

.f_about_text h4 {
    font-size: 30px;
    font-weight: bold;
}

.f_about_text .t_t {
    margin: 20px 0 20px 15px;
}

.f_about_text .t_d {
    font-size: 16px;
}

.f_about_text .t_d p {
    margin-bottom: 15px;
}

.line_w200_white {
    display: inline-block;
    background-color: #fff;
    vertical-align: top;
    width: 292px;
    height: 2px;
    overflow: hidden;
    font-size: 0;
}

.media-item-con {
    display: flex !important;
    justify-content: space-between;
}

.media-item-con .hide1 {
    padding-right: 55px;
    font-size: 12px;
}

.about_text .t_d_d {
    margin-top: 70px;
    display: flex;
    align-items: center;
}

.about_text .t_d_d h5 {
    font-size: 18px;
}

.about_text .t_d_d p {
    font-size: 22px;
    font-weight: bold;
}

.about_text .t_d_d img {
    width: 130px;
    margin-left: 30px;
}

/*------------star新闻中心*/
.i_news_ul .box {
    border-bottom: 1px solid #ddd;
    padding: 35px 30px;
}

.i_news_ul .box:last-child {
    border-bottom: none;
}

.i_news_ul .t_d {
    color: #666;
    margin: 20px 0 0 0;
}

.i_news_ul .t_t_l {
    font-size: 30px;
    line-height: 1.1;
    padding-top: 6px;
    padding-bottom: 6px;
    border-right: 1px solid #ccc;
    padding-right: 30px;
    margin-right: 30px;
}

.i_news_ul .t_t_l p {
    font-size: 14px;
    color: #666;
}

.i_news_ul h5 {
    font-size: 22px;
}

.i_news_ul .t_t_r p {
    font-size: 16px;
    color: #666;
}

/*.i_news_ul .hide1{ width:990px;}*/


/*-------------star新闻中心(详情页)*/
.i_news_th dt {
    width: 600px;
    margin-left: 100px;
}

.i_news_th h3 {
    color: #555;
    font-size: 24px;
    font-weight: bold;
}

.i_news_th .t_t {
    font-size: 16px;
    color: #666;
}

.i_news_th .t_t_d {
    font-size: 0;
    margin: 15px 0;
}

.line_w120_gray {
    width: 120px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    overflow: hidden;
    background-color: #ccc;
    height: 2px;
}

.i_news_th .t_c {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.i_news_th .t_d {
    margin-top: 30px;
}

.i_news_th .t_c_r {
    font-size: 14px;
    font-weight: normal;
}


/*文字*/
.i_news_text {
    font-size: 16px;
    margin-bottom: 100px;
    color: #666;
    line-height: 1.8;
}

.i_news_text p {
    margin: 25px 0;
}

.i_news_text .img_r {
    margin-left: 50px;
}

/*----------------------star网站地图*/
.i_map_ul {
    font-size: 16px;
}

.i_map_ul .box {
    border-bottom: 1px solid #ccc;
    padding: 45px 0;
}

.i_map_ul .box:last-child {
    border-bottom: none;
}

.i_map_ul .i_box {
    overflow: hidden;
    padding-top: 5px;
}

.i_map_ul .t_l {
    padding: 0 20px 3000px 20px;
    margin-right: 50px;
    width: 240px;
    margin-bottom: -3000px;
    border-right: 1px solid #ccc;
    text-align: center;
}

.i_map_ul h4 {
    font-size: 22px;
    margin-top: 5px;
}

.i_map_ul .sec_ul li {
    margin: 20px 0 0 0;
}

.i_map_ul .t_r {
    padding: 20px 0 0 0;
}

.i_map_ul .li_two .t_r,
.i_map_ul .li_three .t_r {
    padding-top: 0;
}

.i_map_ul .li_three .sec_ul {
    margin-top: -20px
}

/*图标*/
.map_icon {
    width: 70px;
    height: 70px;
    background-size: 70px auto;
    background-image: url(../images/icon/icon_z.png);
}

.map_icon2 {
    background-position: 0 -70px;
}

.map_icon3 {
    background-position: 0 -140px;
}

.map_icon4 {
    background-position: 0 -280px;
}

.map_icon5 {
    background-position: 0 -210px;
}

.map_icon6 {
    background-position: 0 -350px;
}

.map_icon7 {
    background-position: 0 -420px;
}

/*----------------------star(关于正凯)集团荣誉*/
.i_honor_ul {
    margin-bottom: 50px;
}

.i_honor_ul .box {
    padding: 10px 0px 0 0px;
    position: relative;
    height: 195px;
    background-color: #fff;
}

.i_honor_ul .pic {
    height: 140px;
    margin: 0 10px;
}

.i_honor_ul li {
    margin: 30px 0;
}

.i_honor_ul h5 {
    font-size: 16px;
    margin-top: 10px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.i_honor_ul h5::before {
    width: 0;
    height: 100%;
    background-color: #ec881e;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 0;
    overflow: hidden;
    z-index: -1;
}

.i_honor_ul .f_line {
    position: absolute;
    background-color: #ec881e;
    font-size: 0;
    overflow: hidden;
}

.f_line_t,
.f_line_d {
    width: 0;
    height: 2px;
}

.f_line_l,
.f_line_r {
    width: 2px;
    height: 0;
}

.f_line_t {
    top: 0;
    left: 0;
}

.f_line_d {
    bottom: 0;
    right: 0;
}

.f_line_l {
    left: 0;
    top: 0;
}

.f_line_r {
    bottom: 0;
    right: 0;
}

.box:hover .f_line_l,
.box:hover .f_line_r {
    height: 100%;
}

.box:hover .f_line_t,
.box:hover .f_line_d {
    width: 100%;
}

.i_honor_ul .box:hover h5::before {
    width: 100%;
}

.i_honor_ul .box:hover h5,
.i_honor_ul .box:hover h5 a {
    color: #fff;
}

.i_honor_ul .box:hover {
    background-color: #fff;
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -moz-box-shadow: 0 15px 20px rgba(236, 136, 30, .15);
    -webkit-box-shadow: 0 15px 20px rgba(236, 136, 30, .15);
    box-shadow: 0 15px 20px rgba(236, 136, 30, .15);
}


/*-----------------------------star(社会责任)慈善基金会*/
/*慈善*/
.i_foundation_ul {
    margin: 0 -30px 0 0;
    padding-top: 10px;
}

.i_foundation_ul li {
    margin: 0 0 30px 0;
}

.party.i_foundation_ul li {
    margin: 0 0 10px 0;
}

.i_foundation_ul .box {
    padding: 0;
    margin-right: 30px;
    height: 315px;
    background-color: #e7e7e7;
}

.i_foundation_ul .pic {
    height: 260px;
    margin: 0;
    text-align: center;
}

.i_foundation_ul h5 {
    margin-top: 0;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
}


/*介绍*/
.i_foundation_text {
    font-size: 16px;
    margin: 30px 0;
    line-height: 2;
}

.i_foundation_text p {
    margin: 15px 0;
    text-indent: 2em;
}

/*文字标题*/
.th_text32 {
    font-size: 32px;
    line-height: 1.2;
    margin: 10px 0;
}

.th_text28 {
    font-size: 28px;
    line-height: 1.2;
    margin: 10px 0;
}

.th_text24 {
    font-size: 24px;
    line-height: 1.2;
}

/*标签导航*/
.f_tab_nav {
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    margin: 30px 0;
}

.f_tab_nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    margin: 0 0px;
    vertical-align: top;
}

.f_tab_nav .current a {
    color: #fff;
    background-color: #ec881e\9;
    *background-color: #ec881e;
}

.f_tab_nav a {
    display: inline-block;
    padding: 0 30px;
    color: #666;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.f_tab_nav a::before {
    position: absolute;
    content: '';
    display: block;
    background-color: #ec881e;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 0;
    overflow: hidden;
    z-index: -1;
}

.party.f_tab_nav a::before {
    background-color: #e7b12b;
}

.f_tab_nav a:hover::before {
    background-color: rgba(0, 0, 0, .05);
}

.f_tab_nav a:hover {
    color: #333;
}

.f_tab_nav a:hover::before,
.f_tab_nav .current a::before {
    width: 100%;
    height: 100%;
}

.f_tab_nav .current a:hover::before {
    color: #fff;
    background-color: #ec881e;
}

.f_tab_nav .current a:hover {
    color: #fff;
}

/*固定位置*/
.top_fix {
    position: fixed;
    top: 70px;
    margin: 0;
    width: 100%;
    padding: 0;
    z-index: 11;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .08);
    background-color: #f08200;
}

.top_fix .f_tab_nav {
    margin: 0;
}

.top_fix .f_tab_nav a {
    color: #fff;
}

/*基金会架构*/
.i_foundation_t2 .pic {
    width: 960px;
    height: 100%;
    background-image: url(../images/foundation/box_pic.jpg);
    background-repeat: no-repeat;
}

.i_foundation_t2 .pic,
.i_foundation_t2 .pic a {
    color: #fff;
}

.i_foundation_t2 .pic h4 {
    font-size: 24px;
    text-align: center;
    padding: 135px 0 25px 0;
}

.i_foundation_t2 .th_text32 {
    padding: 60px 0 0 0;
}

.text_c {
    text-align: center;
}

/*高+宽*/
.w_470 {
    width: 470px;
}

.w_600 {
    width: 600px;
}

.h_600 {
    height: 600px;
}


.box_mr70 {
    margin-right: 70px;
}




/*----------------------star(人力资源)其他招聘*/
.box_p40 {
    padding: 40px;
}

.ol_num {
    list-style: decimal;
    padding-left: 1.2em;
}

.i_jobs_div {
    margin-bottom: 50px;
}

.i_jobs_dl dt {
    font-size: 18px;
    cursor: pointer;
}

.i_jobs_dl {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}

.i_jobs_dl:last-child {
    border-bottom: none;
}

.i_jobs_dl dd {
    margin-top: 30px;
    color: #666;
    line-height: 2;
    display: none;
}

.i_jobs_dl dd .ul_t {
    font-size: 16px;
}

.i_jobs_dl dd .ul_t li {
    margin: 0 0 12px 0;
}

.i_jobs_dl dd .t_o {
    margin: 30px 0;
}

.wechat_140 {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    text-align: center;
    width: 140px;
}

.wechat_140 p {
    margin-top: 8px;
}

.i_jobs_dl dd .t_wechat {
    margin: 40px 0;
}

.i_jobs_dl dd .sec_th {
    font-size: 16px;
    margin-bottom: 8px;
}

.s_icon_blue {
    width: 8px;
    height: 8px;
    margin-right: 15px;
    font-size: 0;
    overflow: hidden;
    background-color: #f08200;
    display: inline-block;
    vertical-align: middle;
}

.i_jobs_dl dd .ol_d {
    margin-left: 25px;
}

/*显示或隐藏图标*/
.jobs_icon {
    width: 38px;
    cursor: pointer;
    height: 38px;
    overflow: hidden;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    background-color: #e7e7e7;
    background-image: url(../images/icon/jobs_show_icon2.png);
    background-position: 0 -38px;
    background-repeat: no-repeat;
}

.dl_click .jobs_icon {
    background-position: 0 0px;
    background-color: #f08200;
}

.i_jobs_div .dl_click dt {
    color: #f08200;
}

/*-------------------------star(人力资源)联系我们*/
.i_contact_d .sec_ul {
    border-bottom: 1px solid #ccc;
    padding: 30px 0 30px 0;
}

.i_contact_d .sec_ul:last-child {
    border-bottom: none;
}

.i_contact_d .sec_ul .box {
    padding-left: 35px;
    cursor: pointer;
}

.i_contact_d .sec_ul h4 {
    font-size: 24px;
}

.i_contact_d .sec_ul h5 {
    font-size: 14px;
    margin: 5px 0 0px 0;
}

.i_contact_d .t_d {
    margin: 20px 0 0 0;
}

.i_contact_d .t_d p {
    margin: 5px 0 0 0;
}

.i_contact_d .t_d,
.i_contact_d .t_d a,
.i_contact_c dd,
.i_contact_c dd a {
    color: #666;
}

.i_contact_d .t_d a:hover,
.i_contact_c dd a:hover {
    color: #fff;
    background-color: #f08200;
}

.i_contact_d .box:hover .t_d a {
    color: #fff;
    background-color: #f08200;
}

.i_contact_d .box:hover h4 {
    color: #ec881e;
}

/*总部*/
.i_contact_c {
    padding: 25px 0;
    margin: 40px 0;
}

.i_contact_c dd {
    padding-right: 35px;
    font-size: 16px;
}

.i_contact_c dt {
    padding-left: 95px;
    padding-top: 12px;
    width: 540px;
}

.i_contact_c dd p {
    margin: 10px 0;
}

.i_contact_c dt h3 {
    font-size: 24px;
    margin-top: 10px;
}

/*地图*/
.i_contact_map {
    margin: 0 0 55px 0;
    position: relative;
    height: 400px;
}

/*标签导航*/
.map_tab_nav {
    position: absolute;
    z-index: 2;
    top: 42%;
    margin-top: -150px;
    height: 360px;
    border: 2px solid #fff;
    width: 500px;
    left: 45px;
    -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, .15);
    box-shadow: 0 15px 25px rgba(0, 0, 0, .15);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CF0c5ca5, endcolorstr=#CF0c5ca5);
}

.map_tab_nav,
.map_tab_nav a {
    color: #000;
}

.map_tab_nav dd .item_a {
    display: block;
    position: absolute;
    font-size: 15px;
}

.map_tab_nav .map_pat {
    position: relative;
    width: 100%;
    background-image: url(../../../upfiles/pictures/bg-x.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
    height: 100%;
}

.map_tab_nav .item_a0 {
    top: 38px;
    right: 206px;
}

.map_tab_nav .item_a2 {
    top: 61px;
    right: 130px;
}

.map_tab_nav .item_a1 {
    top: 126px;
    right: 147px;
}

.map_tab_nav .item_a5 {
    bottom: 98px;
    right: 62px;
}

.map_tab_nav .item_a4 {
    bottom: 92px;
    right: 154px;
}

.map_tab_nav .item_a3 {
    bottom: 191px;
    left: 45px;
}

.map_tab_nav .item_a6 {
    bottom: 115px;
    left: 280px;
}

.map_tab_nav .item_a7 {
    bottom: 123px;
    left: 372px;
}

.map_tab_nav .item_a8 {
    bottom: 137px;
    left: 298px;
}

.map_tab_nav .item_a9 {
    bottom: 160px;
    left: 350px;
}

.map_tab_nav .item_a10 {
    bottom: 72px;
    left: 285px;
}

.map_tab_nav .item_a11 {
    bottom: 54px;
    left: 289px;
}

.map_tab_nav .item_a12 {
    bottom: 52px;
    left: 374px;
}

.map_tab_nav .item_a13 {
    bottom: 32px;
    left: 251px;
}

.map_tab_nav .item_a14 {
    bottom: 120px;
    left: 40px;
}

.map_tab_nav .item_a15 {
    bottom: 120px;
    left: 40px;
}

.map_tab_nav .item_a16 {
    bottom: 74px;
    left: 372px;
}

.map_tab_nav .item_a17 {
    bottom: 190px;
    left: 350px;
}

.map_tab_nav .item_a18 {
    bottom: 210px;
    left: 350px;
}

.map_tab_nav dd .tab_light {
    font-weight: bold;
}

.tab_light .map_icon_s {
    background-image: url(../images/icon/map_icon.png);
}

.tab_light .map_icon_s::before {
    display: none;
    opacity: 0;
}

/*图标*/
.map_icon_s {
    width: 15px;
    height: 30px;
    margin-top: -5px;
    margin-right: 8px;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.map_icon_s::before {
    width: 6px;
    height: 6px;
    background-color: #ec881e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 0;
    overflow: hidden;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 80%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*标签内容*/
.map_tab_box {
    border: 10px solid #e7e7e7;
    position: relative;
    z-index: 1;
    background-color: #f8f8f8;
    height: 100%;
}

.map-container {
    width: 100%;
    height: 380px;
}

/*为空*/
.null_box {
    display: block;
    text-align: center;
    padding-top: 10em;
    color: #888;
}

.blue_text a {
    color: #ec881e;
}

/*滚动条*/
.scroll_box {
    position: relative;
    overflow-y: hidden;
}

.box_m40 {
    margin-top: 40px;
    margin-bottom: 80px;
}

.i_foundation_t3 {
    margin: 0 40px 0 0;
}

.i_foundation_t3 .th_t {
    font-size: 18px;
    margin-bottom: 10px;
}

.i_foundation_t3 .t_o {
    margin: 0 0 40px 0;
}

.i_foundation_t3 .t_o_sec {
    margin: 0 0 15px 0;
}

.i_foundation_t3 .sec_t {
    margin-left: 1em;
}

/*页码*/
.page_r {
    text-align: right;
    margin: 40px 0;
}

.page_r a,
.page_r span {
    display: inline-block;
    vertical-align: top;
    margin-left: 1px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.page_r .page_prev,
.page_r .page_next {
    font-size: 0;
    background-color: #e7e7e7;
    background-image: url("../images/icon/btns.png");
    background-position: -34px 0;
    background-repeat: no-repeat;
    background-size: 68px auto;
}

.page_r .page_first,
.page_r .page_last {
    font-size: 0;
    background-color: #e7e7e7;
    background-image: url("../images/icon/btn2.png");
    background-position: -34px 0;
    background-repeat: no-repeat;
    background-size: 68px auto;
}

.page_r .page_next,
.page_r .page_last {
    background-position: -34px -34px;
}

.page_r a:hover,
.page_r span {
    background-color: #f08200;
    color: white;
}

.party.page_r a:hover,
.party.page_r span {
    background-color: #e60000;
}


/*-----------------star企业荣誉*/
#certify {
    position: relative;
    margin-bottom: 20px;
}

#certify .swiper-container {
    padding-bottom: 100px;
}

#certify .swiper-slide {
    width: 520px;
    height: 420px;
    background: #fff;
    -moz-box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    padding: 10px 10px 0 10px;
}

#certify .swiper-slide img {
    display: block;
    height: 360px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

#certify .swiper-slide p {
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    position: relative;
    border: none;
    background-color: #ccc;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet::before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    font-size: 0;
    overflow: hidden;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background-color: #f08200;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
    width: 100%;
    height: 100%;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: none;
    background-color: transparent;
    background-color: #f08200\9;
    *background-color: #f08200;
}

#certify .swiper-button-prev,
#certify .swiper-button-next {
    left: -60px;
    width: 70px;
    height: 70px;
    background-image: url("../images/icon/btn_icon.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 140px auto;
    background-position: 0 -70px;
    top: 40%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 0;
}

#certify .swiper-button-next {
    right: -60px;
    left: auto;
    background-position: -70px -70px;
}

#certify .swiper-button-next:hover {
    background-position: -70px 0px;
}

/*标题*/
.honor_th {
    text-align: center;
    font-size: 32px;
    line-height: 1.1;
    margin: 50px 0;
}

.honor_th .th_d {
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 10px;
    color: #999;
}


/*-------star文字的样式*/
/*标题文字*/
.th {
    font-family: "Microsoft YaHei";
}

/*日期*/
.date {
    float: right;
    color: #999;
    font-family: Arial;
    font-weight: normal;
}

/*宋体*/
.china {
    font-family: "宋体";
}

.eng,
.prit_r {
    font-family: Arial;
}

/*距离*/
.mt30 {
    margin-top: 30px !important;
}

.red_text,
.red_link a {
    color: #cb2237;
}

.link_h_line a:hover {
    text-decoration: underline;
}

.gray_text {
    color: #888;
}

.yellow_link a {
    color: #ffd926;
}



.green_text,
.green_link a {
    color: #1aa094;
}

.green_link a:hover {
    text-decoration: underline;
    color: #333;
}

.m_l {
    margin-left: 1em;
}

.m_l_b {
    margin-left: 2em;
}

.m_r_b {
    margin: 0 10px 0 0;
}

.m_text {
    margin: 0 2em;
}

.m_t_5 {
    margin: 0 5px;
}

.m_t_20 {
    margin: 0 20px;
}

.mr_40 {
    margin-right: 40px;
}

.m_t {
    margin: 0 .5em;
}

.orange_text,
.orange_link a {
    color: #fb9e01;
}

.orange_link a:hover {
    color: #fff;
    background-color: #fb9e01;
}

.gray_link_l a {
    color: #888;
}

.gray_link_l a:hover {
    color: #000;
    text-decoration: underline;
}

.blue_link a,
.blue_text,
.blue_link_t a {
    color: #f08200;
}

.blue_link a:hover {
    color: #fff;
    background-color: #f08200;
}

.gray_text_l {
    color: #888;
}

.yellow_text {
    color: #ffea00;
}

.graw_link a,
.graw_text {
    color: #37200b;
}

.graw_link a:hover {
    color: #fff;
    background-color: #d5ad50;
}

.link_line a {
    text-decoration: underline;
}

.link_line a:hover {
    text-decoration: none;
}

.white_text,
.white_link a {
    color: #fff;
}

.h_th .white_text_5,
.white_text_5 {
    color: rgba(255, 255, 255, .5);
    color: #95baec\9;
    *color: #95baec;
}

.font_12 {
    font-size: 12px;
}

.font_14 {
    font-size: 14px;
}

.font_16 {
    font-size: 16px;
}

.font_18 {
    font-size: 18px;
}

.font_20 {
    font-size: 20px;
}

.font_22 {
    font-size: 22px;
}

.font_24 {
    font-size: 24px;
}

.font_26 {
    font-size: 26px;
}

.font_30 {
    font-size: 30px;
}

.font_36 {
    font-size: 36px;
}

.font_40 {
    font-size: 40px;
}

.font_60 {
    font-size: 60px;
}

.font_b {
    font-weight: bold;
}

/*隐藏*/
.hide_box {
    height: auto;
    overflow: hidden;
}

.hide_box .hd ul {
    overflow: hidden;
    height: 55px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hide_box .hd ul li {
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin: 10px 8px 30px;
    background: #ccc;
    text-indent: -999px;
    cursor: pointer;
}

.hide_box .hd ul li.on {
    background: #ec881e;
}

/*列表*/
.list_2 li {
    float: left;
    width: 49.99%;
}

.list_4 li {
    float: left;
    width: 24.99%;
}

.list_5 li {
    float: left;
    width: 19.99%;
}

.list_6 li {
    float: left;
    width: 16.666%;
}

/*.list_7 li{float:left; width: 14.28%;}*/
.list_7 li {
    float: left;
    width: 12.5%;
}

.list_8 li {
    float: left;
    width: 12.5%;
}

.list_3 li {
    float: left;
    width: 33.33%;
    *width: 33.2%;
}

/*---------------------------省略符号*/
/*省略号*/
.hide1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hide2,
.hide3,
.hide4,
.hide6,
.hide10,
.hide7,
.hide8,
.hide15 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hide2 {
    height: 3.2em;
}

.hide3 {
    -webkit-line-clamp: 3;
    height: 4.8em;
}

.hide4 {
    -webkit-line-clamp: 4;
    height: 6.4em;
}

.hide6 {
    -webkit-line-clamp: 6;
    height: 10em;
}

.hide7 {
    -webkit-line-clamp: 7;
    height: 11.2em;
}

.hide8 {
    -webkit-line-clamp: 8;
    height: 14.2em;
}

.hide9 {
    -webkit-line-clamp: 9;
    height: 15em;
}

.hide10 {
    -webkit-line-clamp: 10;
    height: 16em;
}

.hide15 {
    -webkit-line-clamp: 15;
    height: 375px;
    line-height: 25px;
}

/*自适应*/
.r_cell {
    display: table-cell;
    width: 9999px;
    *width: auto;
    *zoom: 1;
}

.pic_cell {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    overflow: hidden;
}

.pic_cell img {
    max-width: 100%;
    max-height: 100%;
    width: 100%\9;
    width: 100%\0;
    *width: 100%;
    vertical-align: middle;
    overflow: hidden;
}

/*自定义动画*/
.transition_a,
.transition_o a,
.hover_table tbody tr,
.hover_arrow_shadow .icon_public,
.hover_pic_black img {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

/*图标*/
.icon_public {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    overflow: hidden;
    background-repeat: no-repeat;
}

.img_w {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img_all {
    position: relative;
    left: -50px;
}

.img_w_w {
    width: 100%;
    overflow: hidden;
}

.img_m,
.text_m {
    display: inline-block;
    vertical-align: middle;
}

a:hover .img_m {
    vertical-align: middle;
}

.box_sizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*经过*/
.hover_pic_shadow .box:hover .pic,
.hover_box .box:hover,
.hover_box_t .box:hover {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hover_pic_shadow .box:hover .pic,
.hover_box .box:hover,
.hover_pic_shadow_t .box:hover .pic {
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
}

/*经过表格*/
.hover_table tbody tr:hover {
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}

/*阴影*/
.box_shadow {
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.box_shadow_s {
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    background-color: #fff;
}

/*经过图片阴影*/
.hover_arrow_shadow .box:hover .icon_public {
    filter: drop-shadow(5px 5px 1px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(5px 5px 1px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(5px 5px 1px rgba(0, 0, 0, 0.2));
    transform: translate3d(0, -3px, 0);
    -moz-transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}

/*经过图片变暗*/
.hover_pic_black {
    overflow: hidden;
    text-align: center;
}

.hover_pic_black {
    background-color: #000;
}

.hover_pic_black a:hover img {
    opacity: .7;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*经过*/
.hover_li .box {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.hover_li .box::before {
    width: 0;
    height: 100%;
    left: 50%;
    bottom: 0;
    background-color: rgba(0, 0, 0, .02);
    display: block;
    position: absolute;
    content: '';
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hover_li .box:hover::before {
    width: 100%;
}

.industry-container {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.industry-container:hover .ind-item-list {
    display: block;
}

.ind-main-title {
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FAF8F7;
    padding-bottom: 10px;
    width: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ind-main-title img {
    width: 13px;
    height: 8px;
}

.ind-item-list {
    position: absolute;
    width: 100px;
    top: 30px;
    left: 0;
    background: #fff;
    display: none;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ind-item-list div {
    transition: color .5s;
    width: 127px;
    border-bottom: 1px solid #f0f0f0;
    height: 40px;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 14px;
    line-height: 40px;
    color: #888;

    &:hover {
        color: #F39800;
    }
}

.search-wrapper {
    display: flex;
    justify-content: space-around;
}

.search-input {
    height: 45px;
    width: 400px;
    margin-top: 10px;
    border-radius: 0.8em;
    border: 1px solid #dcdef6;
    padding-left: 10px;
}

.search-input:hover {
    border-color: #c0c4cc;
}

.search-input:focus {
    border: 1px solid #409eff;
}

.search-btn {
    height: 45px;
    width: 110px;
    display: inline-block;
    background: #f39800;
    position: relative;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 45px;
    ;
    right: 100px;
    border-radius: 0.8em;
}

/*---------------------------------------------图片缩小后摇动（不错）*/
/*左右摇摆*/
.hover_arrow .box:hover .icon_public {
    animation: landr 0.8s ease-in-out;
    -ms-animation: landr 0.8s ease-in-out;
    -moz-animation: landr 0.8s ease-in-out;
    -webkit-animation: landr 0.8s ease-in-out;
    -o-animation: landr 0.8s ease-in-out;
}

/*定义动画效果_css3*/
@keyframes landr {
    0% {
        transform: rotate(0deg);
        transform-origin: right bottom 0;
    }

    39% {
        transform: rotate(5deg);
        transform-origin: right bottom 0;
    }

    40% {
        transform: rotate(5deg);
        transform-origin: left bottom 0;
    }

    75% {
        transform: rotate(-10deg);
        transform-origin: left bottom 0;
    }

    100% {
        transform: rotate(0deg);
        transform-origin: left bottom 0;
    }
}

@-webkit-keyframes landr {
    0% {
        -webkit-transform: rotate(0deg);
        -webkit-transform-origin: right bottom 0;
    }

    39% {
        -webkit-transform: rotate(5deg);
        webkit-transform-origin: right bottom 0;
    }

    40% {
        -webkit-transform: rotate(5deg);
        -webkit-transform-origin: left bottom 0;
    }

    75% {
        -webkit-transform: rotate(-10deg);
        -webkit-transform-origin: left bottom 0;
    }

    100% {
        -webkit-transform: rotate(0deg);
        -webkit-transform-origin: left bottom 0;
    }
}

/*经过图片有闪光效果*/
.hover_pic a {
    position: relative;
    overflow: hidden;
    display: block;
}

.hover_pic a:before {
    position: absolute;
    top: 0px;
    left: -80%;
    display: block;
    content: "";
    width: 40%;
    height: 100%;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover_pic a:hover:before {
    -moz-transition: left 1s ease 0s;
    -webkit-transition: left 1s ease 0s;
    transition: left 1s ease 0s;
    left: 140%;
}

/*效果*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}


.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*----------------往下拉动画*/
@-webkit-keyframes down {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0)
    }

    80% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 6px, 0);
        -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
        box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    }
}

@keyframes down {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40% {
        -webkit-transform: translate3d(0, -2px, 0);
        -ms-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0)
    }

    80% {
        -webkit-transform: translate3d(0, 2px, 0);
        -ms-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
        -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
        box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    }
}

.down_animation {
    animation: down 1s infinite;
    -webkit-animation: down 1s infinite;
}




/*---------------------------star滤镜的样式*/
/*圆角*/
.round_s_s {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.round_s,
.round_s_a a,
.round_s_img img {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.round_s_b {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.round_s_b_t {
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.round_m,
.round_m_a a {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

.round_m_s {
    -moz-border-radius: .4em;
    -webkit-border-radius: .4em;
    border-radius: .4em;
}

.round_r,
.round_img img,
.round_r_a a {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*链接文件*/
.round_s,
.round_r,
.round_m,
.round_img img,
.round_m_s,
.round_m_a a,
.round_s_a a,
.round_s_s,
.round_s_b,
.round_s_b_t,
.round_img_s img,
.round_bj_a a,
.round_bj,
.round_r_a a {
    position: relative\9;
    behavior: url(js/pie.htc);
}

/*背景兼容ie8*/
.bj_size {
    background-size: cover;
}

.bj_size_auto,
.bj_size {
    -ms-behavior: url(js/backgroundsize.min.htc);
    behavior: url(js/backgroundsize.min.htc);
}

@media screen and (max-width:1280px) {

    /*头文件右*/
    .w_9 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header_r_r {
        padding-left: 20px;
    }
}

/*@media screen and (max-width:1152px){*/
/*!*头文件右*!	*/
/*.header_r_r{ padding-left: 20px;}*/
/*.nav .item_li{ margin-left:8px;}*/
/*}*/

.news_thumb {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 25px;
}

.flex {
    display: flex;
}

.flex_sb_c {
    justify-content: space-between;
    align-items: center;
}

#header-en .nav .item_a {
    padding: 0 25px;
}

/* 科技图标单独配置
.icon_b7 {
    background-image: url(../images/icon/keji_normal.png) !important;
    background-position: 0 0 !important;
    background-size: 90px 90px !important;
}
.box:hover .icon_b7, .active .icon_b7 {
    background-image: url(../images/icon/keji_active.png) !important;
    background-position: 0 0 !important;
    background-size: 90px 90px !important;
} */
