@charset "utf-8";
/* CSS Document */
html{
    position: relative;
    overflow: auto;
}
body{
    position: relative;
    width:100%;
    min-width: 1200px;
    margin:0;
    padding:0;
    outline:0;
    font-family: "Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti;
}
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
p,
table,
input {
    margin:0;
    padding:0;
    font-weight: normal;
}
li{
    list-style:none;
    vertical-align: bottom;
}
div { display: block;}
a {
    text-decoration:none;
    outline:none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    　-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
a:hover {
    text-decoration:none;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
i,em {font-style:normal;}
img { border: none;}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}
.clearfloat{*zoom:1;}
.clearfloat:before,
.clearfloat:after{
    content:"";
    display:table;
    line-height:0;
    visibility:hidden;
}
.clearfloat:after{ clear:both;}
@font-face {
    font-family: ThEs;
    src: url('HelveticaNeueLTPro-ThEx.otf');
}


.warp {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.fl { float: left;}
.fr { float: right;}
.mt235 { padding-top: 235px;}
.pl { padding-left: 65px;}

/* header */
.header {
    height: 113px;
}
.header .warp .logo {
    margin-top: 36px;
}
.header .warp .tell {
    font-family: ThEs;
    padding-left: 35px;
    font-size: 28px;
    line-height: 110px;
    background: url("../images/icon.png") no-repeat;
    background-position: 0 44px;
}
.header .warp .tell em {
    display: inline-block;
    font-family: "Microsoft Yahei";
    margin-right: 16px;
    font-size: 20px;
    color: #12B7F5;
}
.header .warp .tell i {
    display: inline-block;
    padding: 0 10px;
    color: #e8e8e8;
}
.menu {
    height: 65px;
    background: #fcd846;
}
.menu .warp ul {
}
.menu .warp ul li {
    float: left;
    width: 109px;
    height: 65px;
    margin-right: 1px;
    text-align: center;
}
.menu .warp ul li a {
    display: block;
    font-size: 16px;
    line-height: 65px;
    color: #000;
}
.menu .warp ul li a:hover {
    display: block;
    background-color: #fbcb0b;
    color: #fff;
}
.menu .warp ul li .active {
    display: block;
    background-color: #fbcb0b;
    color: #fff;
}
.menu .warp > a {
    display: block;
    width: 151px;
    height: 65px;
    text-align: center;
    padding-left: 169px;
    line-height: 65px;
    font-size: 11px;
    background: #fbcb0b url("../images/icon.png") no-repeat left;
    background-position: 0 -58px;
    color: #666;
}


/* contact_us */
.contact_us {
    height: 145px;
    background: url("../images/index_part_6.jpg") no-repeat center;
}
.contact_us .warp h3 ,.contact_us .warp p {
    display: block;
    text-align: center;
    color: #fff;
}
.contact_us .warp h3 {
    font-size: 24px;
    padding-top: 45px;
}
.contact_us .warp p {
    font-family: Arial;
    font-size: 13px;
    line-height: 25px;
}

/* footer */
.footer {
    height: 286px;
    background: #f8f8f8;
}
.footer .warp .footer-left {
    width: 242px;
    margin-top: 74px;
}
.footer .warp .footer-left .a1 {
    width: 242px;
    height: 32px;
}
.footer .warp .footer-left .a2 {
    display: table;
    height: 36px;
    margin: 30px auto 0 auto;
    padding: 0 45px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #e60d2e;
    background: #fff;
    color: #e60d2e;
}
.footer .warp .footer-left .a2:hover {
    border: 1px solid #e60d2e;
    background: #e60d2e;
    color: #fff;
}
.footer .warp .footer-center {
    display: inline-block;
    margin-top: 65px;
    margin-left: 163px;
}
.footer .warp .footer-center p {
    display: block;
    text-align: left;
    font-size: 13px;
    line-height: 27px;
    color: #666;
}
.footer .warp .footer-center p > a {
    color: #666;
}
.footer .warp .footer-right {
    margin-top: 65px;
    margin-right: 120px;
}
.footer .warp .footer-right p {
    line-height: 26px;
    font-size: 12px;
    color: #666;
}
.footer .warp .footer-right .footer-right-list {
    width: 325px;
    position: relative;
}
.footer .warp .footer-right .footer-right-list .p_line {
    position: absolute;
    /* display: block; */
    width: 307px;
    height: 5px;
    margin-left: 8px;
    z-index: 100;
    animation: sys 2.5s linear infinite;
    background: url(../images/line_png.png) no-repeat center;
}
.footer .warp .footer-right .footer-right-list ul {
    position: relative;
}
.footer .warp .footer-right .footer-right-list ul li {
    float: left;
    display: block;
    width: 156px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
@keyframes sys {
    0% {
        top: 0;
    }
    50% {
        top: 143px;
    }
    100% {
        top: 0;
    }
}

.footerend {
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #f5f5f5;
}
.footerend .warp p {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.footerend .warp p > a {
    color: #666;
}

/* right_links */
.keifu{
    position:fixed;
    top: 250px;
    right:10px;
    width: 160px;
    _position:absolute;
    z-index: 990;
}
.keifu_tab{
    width:160px;
}
.icon_keifu {
    display: none;
    position: fixed;
    width: 43px;
    right: 0;
    padding: 26px 0 31px 0;
    line-height: 18px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #ffbc00;
    color: #fff;
    cursor: pointer;
}
.keifu_box {
    float:left;
    width: 160px;
    right: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -moz-box-shadow:-2px 2px 5px #666, 2px 2px 6px #666, 0px -2px 5px #666;
    -webkit-box-shadow:-2px 2px 5px #666, 2px 2px 6px #666, 0px -2px 5px #666;
    box-shadow:-2px 2px 5px #666, 2px 2px 6px #666, 0px -2px 5px #666;
}
.keifu_head h3 {
    display: block;
    height: 59px;
    padding-left: 17px;
    line-height: 59px;
    font-size: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #ffbc00;
    color: #fff;
}
.keifu_close {
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-weight: bold;
    font-size: 29px;
    cursor: pointer;
    margin-top: -38px;
    margin-left: 129px;
    color: #fff;
}
.keifu_con {
    padding: 17px 0;
    background: #f8f8f8;
}
.keifu_con li {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #6c6c6c;
}
.keifu_bot {
    padding: 15px 0 19px 0;
    text-align: center;
    font-size: 14px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #fff;
}
.keifu_bot span {
    display: table;
    margin: 0 auto;
    line-height: 29px;
}
.keifu_bot span i {
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-right: 5px;
    margin-bottom: -2px;
    background: url("../images/icon.png") no-repeat;
    background-position: 0 -233px;
}
.keifu_bot p {
    display: block;
    line-height: 29px;
}

/* 分页公共样式 */
.ui-pagination-container {
    height: 34px;
    line-height: 34px;
}
.ui-pagination-container .ui-pagination-page-item {
    font-size: 14px;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #c5b7b7;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.ui-pagination-container .ui-pagination-page-item:hover {
    border-color: #568dbd;
    color: #568dbd;
    text-decoration: none;
}
.ui-pagination-container .ui-pagination-page-item.active {
    background: #568dbd;
    border-color: #568dbd;
    color: #fff;
    cursor: default;
}