/*
Powered by ly200.com		http://www.ly200.com
广州联雅网络科技有限公司		020-83226791
*/


/*global css*/

* {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", " ", " ", Arial, sans-serif;
    /*font-family:' ', PingFangSC-Regular, Arial, Helvetica, sans-serif;*/
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    /*letter-spacing: 1px;*/
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
form,
fieldset,
input,
textarea,
blockquote {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #929292;
}
.about-box .company-top .right .desc ul {
    list-style-type: disc;
    display: flex;
    flex-wrap: wrap;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-weight: normal;
}

li {
    list-style-type: none;
}

img {
    border: none;
}
.about-box .company-top .right .desc ul li {
    min-width: 33%;
}
table {
    border-collapse: collapse;
}

input,
select,
textarea {
    outline: none;
    background: none;
}

select::-ms-expand {
    display: none;
}

select {
    border: none;
    outline: none;
    /*将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    /*background: url(/images/arrow.png) no-repeat scroll right center transparent;*/
}


/*常用类*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.rp {
    position: relative;
    z-index: 1;
}

.ap {
    position: absolute;
}

.ap.max {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.fp {
    position: fixed;
}

.fz0 {
    font-size: 0;
}

.auto {
    margin: auto;
}

.hide {
    display: none;
}

.block {
    display: block !important;
}

.inline {
    display: inline !important;
}

.inline-block {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
}

.over {
    overflow: hidden;
}

.m-Pic {
    text-align: center;
    display: block;
    font-size: 0;
}

.m-Pic b {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.m-Pic img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.b-Pic {
    overflow: hidden;
}

.b-Pic img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.b-Pic:hover img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}

.i-Pic {
    overflow: hidden;
    font-size: 0;
}

.i-Pic img {
    width: 100%;
    min-height: 100%;
    background: #ccc;
}

.r-Pic {
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.r-Pic img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.r-Pic:hover img {
    /*-webkit-transform:scale(1.06); -moz-transform:scale(1.06); transform:scale(1.06);*/
}

.r-Pic:before {
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    left: 0;
    top: 0;
}

.r-Pic:after {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    right: 0;
    bottom: 0;
}

.r-Pic:before,
.r-Pic:after {
    position: absolute;
    height: 0;
    width: 0;
    z-index: 2;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    content: '';
    display: block;
    pointer-events: none;
    z-index: 122;
}

.r-Pic:hover:before {
    height: 100%;
    width: 100%;
    border-color: #f9c045;
}

.r-Pic:hover:after {
    height: 100%;
    width: 100%;
    border-color: #f9c045;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-over {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.text-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-line.line3 {
    -webkit-line-clamp: 3;
}

.text-line.line4 {
    -webkit-line-clamp: 4;
}

.text-line.line5 {
    -webkit-line-clamp: 5;
}

.nowrap,
[nowrap] {
    white-space: nowrap;
}

.break {
    white-space: normal;
    word-break: break-all;
}

.v-middle {
    vertical-align: middle;
}

.v-top {
    vertical-align: top;
}

.v-bottom {
    vertical-align: bottom;
}

.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trans {
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    outline: none;
}

.pointer {
    cursor: pointer !important;
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

.maxh {
    height: 100%;
}

.maxw {
    width: 100%;
}


/*padding*/

.clear {
    margin: 0px auto;
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
    position: relative;
}

.clear.a {
    top: -54px;
    display: block;
    height: 1px;
    width: 100%;
    position: relative;
}

.clean {
    zoom: 1;
}

.clean:after,
.clean:before {
    content: '';
    display: table;
}

.clean:after {
    clear: both;
}


/*a*/

a {
    color: #333;
    text-decoration: none;
}

a.red {
    color: red;
    text-decoration: none;
}

a.red:hover {
    color: red;
    text-decoration: underline;
}

a * {
    text-decoration: none;
}

a:hover * {
    text-decoration: none;
}


/*turn page*/


/*#turn_page{text-align:center; height:35px; line-height:35px; clear:both;}
#turn_page span{border:1px #cecece solid; display:inline-block; *display:inline; *zoom:1; font-size:14px; height:33px; line-height:33px; overflow:hidden; background:#fff; vertical-align:top; margin:0 4px; border-radius:4px; -ms-border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
#turn_page span em{width:7px; height:12px; display:inline-block; vertical-align:middle; margin-top:-2px;}
#turn_page font, #turn_page a{width:32px; height:33px; display:block; text-align:center; text-decoration:none;}
#turn_page .page_item_current{background:#333; color:#fff; cursor:default;}
#turn_page .page_button, #turn_page .page_noclick{width:auto; padding:0 12px;}
#turn_page .page_noclick{cursor:no-drop;}
#turn_page .icon_page_prev{background:url(../images/ico/normal.png) no-repeat -391px -24px; margin-right:6px;}
#turn_page .icon_page_next{background:url(../images/ico/normal.png) no-repeat -408px -24px; margin-left:6px;}*/


/*
#turn_page{text-align:center; text-align:center; font-size:0; }
#turn_page font,
#turn_page form,
#turn_page a{font-size:16px; margin:6px; padding:0 15px; background: #fff; border: 1px solid #ddd; line-height:40px; display:inline-block; -webkit-transition:all 300ms ease 0s; transition:all 300ms ease 0s; }
/*#turn_page .prev,
#turn_page .next{display: none;}*/


/*
#turn_page .prev:before{ content:'< '; font-family: serif; }
#turn_page .next:after{ content:' >'; font-family: serif; }
#turn_page .item{ background:none; }
#turn_page .item.current{ background:#f5b41b; color:#fff; border-color:#f5b41b; }
#turn_page a:hover{text-decoration:underline; color:#f5b41b;}
#turn_page a{ cursor:pointer; }
#turn_page form{ padding:0; }
#turn_page form span{ padding:0 17px; background:#ebebeb; }
#turn_page form label{ height:38px; margin:0 8px; border:1px solid #ddd; }
#turn_page form label select{ width:60px; text-indent:6px; }
#turn_page.m0{ padding:20px 0 60px; }
#turn_page.m1{ padding:30px 0 40px 50px; text-align:left; }
#turn_page.m2{ padding:30px 0 10px; }
#turn_page.m3{ padding:10px 0 10px; }
#turn_page.m4{ padding:30px 0 10px; text-align:left; margin-left: -6px; }

*/


/*分页*/

#turn_page {
    text-align: center;
    height: auto;
    line-height: 47px;
}

#turn_page img {
    margin-top: 12px;
    vertical-align: top;
}

#turn_page a {
    border-radius: 0;
    border: none;
    background: transparent;
    margin: 0 5px;
    height: auto;
    line-height: normal;
}

#turn_page font,
#turn_page a {
    width: auto;
    margin-bottom: 12px;
}

#turn_page .page_button,
#turn_page .page_item,
#turn_page .page_button,
#turn_page .page_noclick,
#turn_page .page_item_current {
    border: 1px solid #e5e5e5;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    vertical-align: top;
    padding: 0 18px;
    color: #757575;
    font-size: 14px;
    margin: 0 0 0 10px;
}

#turn_page .page_button,
#turn_page .page_noclick,
#turn_page .page_item {
    background: transparent;
}

#turn_page .page_button:hover,
#turn_page .page_item:hover,
#turn_page .page_item_current {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    color: #fff;
    background: #1f85e6;
    border: 1px solid #1f85e6;
}

#turn_page .prev {
    margin-left: 0;
}

#turn_page .page_noclick img {
    opacity: .4
}


/*win_alert*/

.win_alert {
    position: fixed;
    left: 0;
    top: 30%;
    background: #fff;
    border: 1px #ccc solid;
    opacity: 0.95;
    filter: alpha(opacity=95);
    width: 400px;
    z-index: 100000;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding-top: 7px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}

.win_alert .win_close {
    height: 14px;
    padding: 5px 0;
}

.win_alert .win_close .close {
    float: right;
    padding: 0;
    line-height: 100%;
    font-size: 16px;
    margin-right: 17px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: pointer;
    background: none;
    border: 0;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    color: #000;
    outline: 0;
}

.win_alert .win_close .close:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.win_alert .win_tips {
    padding: 12px 30px 26px 80px;
    background: url(/images/win_warning.jpg) no-repeat 30px 8px;
    line-height: 23px;
    border-bottom: 1px #dbdbdb solid;
    margin-bottom: 1px;
}

.win_alert .win_btns {
    padding: 10px 4px 10px 0;
    background: #ededed;
    text-align: right;
}

.win_alert .win_btns .btn {
    height: 23px;
    line-height: 23px;
    text-align: center;
    padding: 0 17px;
    border: 1px #b7b7b7 solid;
    background: #fff;
    color: #7d7070;
    cursor: pointer;
    margin-right: 12px;
    font-size: 14px;
}

.win_alert .win_btns .btn_sure {
    border: 1px #30ad8f solid;
    background: #37bd9c;
    color: #fff;
}

.win_alert .win_pwd {
    padding: 10px 0 15px 0;
}

.win_alert .win_pwd .pwd_name {
    text-align: right;
    width: 24%;
    margin-right: 10px;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    height: 30px;
}

.win_alert .win_pwd .pwd_r {
    width: 70%;
}

.win_alert .win_pwd .pwd_text {
    width: 243px;
    border: 1px solid #e6e6e6;
    height: 28px;
    line-height: 28px;
}

.win_alert .win_pwd .error_tips {
    color: #f00;
    line-height: 20px;
    display: none;
    width: 100%;
}