header, footer, #main, #info
{
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}
*
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a
{
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.wrapper
{
    width: 1200px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.clear::after
{
    display: block;
    content: '';
    clear: both;
}
.czspjz
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.flex
{
    display: flex;
    display: -webkit-flex;
}
.header_nav_wrap
{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 300;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.fix_nav
{
    top: -155px;
    box-shadow: 0 0 10px #000;
}
header
{
    background: #fff;
}
.header_cn
{
    background: #eee;
    color: #a7a2a2;
    font-size: 12px;
    line-height: 35px;
}
.header_cn small
{
    float: right;
}
.header_cn small a
{
    padding: 0 10px;
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    position: relative;
    z-index: 1000;
    color: #a7a2a2;
    font-size: 12px;
}
.header_cn small a:after
{
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background: #cecece;
    right: 0;
    top: 13px;
}
.header_cn small a:last-child:after
{
    display: none;
}
.header_cn small a:hover
{
    color: #1e50ae;
}
.header_cn a.mobile i
{
    display: block;
    position: absolute;
    width: 7px;
    height: 3px;
    background: url("../image/sanjiao.png") no-repeat center;
    right: 14px;
    top: 16px;
}
.header_cn a.mobile img
{
    width: 120px;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
}
.header_cn a.mobile:hover img
{
    display: block;
}
.header_logo
{
    background: #fff;
    padding: 0;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    overflow: hidden;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    height: 120px;
}
.header_logo h1
{
    float: left;
    margin-top: 26px;
}
.header_logo h1 img
{
    display: block;
}
.header_logo h1 span
{
    text-indent: -999rem;
    display: none;
}
.header_logo .header_tel
{
    float: right;
    position: relative;
    color: #333;
    margin-top: 27px;
    padding-left: 54px;
    background: url("../image/tel.png") no-repeat left center;
}
.header_logo .header_tel>*
{
    display: block;
}
.header_logo .header_tel small
{
    font-size: 18px;
    color: #000;
}
.header_logo .header_tel b
{
    font-size: 32px;
    color: #1e50ae;
    font-weight: 700;
}
.header_logo .header_qq
{
    float: right;
    width: 93px;
    height: 93px;
    background: #5eaade;
    text-align: center;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    margin-right: 32px;
}
.header_logo .header_qq span
{
    display: block;
    color: #fff;
    background: url("../image/qq.png") no-repeat center 5px;
    padding-top: 55px;
}
.header_logo .header_qq:hover
{
    background: #1e50ae;
}
.header_logo .header_ewm
{
    float: right;
    margin-right: 16px;
    overflow: hidden;
    height: 93px;
    padding-left: 13px;
}
.header_logo .header_ewm small
{
    display: inline-block;
    font-size: 13px;
    width: 14px;
    color: #999;
    position: relative;
    left: -5px;
    top: -3px;
}
.header_logo .header_ewm img
{
    width: 93px;
    height: 93px;
}
.nav
{
    background: #1e50ae;
    position: relative;
    z-index: 100;
}
.nav::after
{
    display: block;
    content: '';
    clear: both;
}
.nav ul li
{
    float: left;
    position: relative;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.nav ul li .erji
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    display: none;
}
.nav ul li .erji a
{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: rgba(12,25,60,.4);
    border-bottom: 1px dashed #8b9ecf;
    line-height: 40px;
}
.nav ul li .erji a:hover
{
    color: #caa55a;
}
.nav ul li:hover>a, .nav ul li.n_act>a
{
    background: #1487e2;
}
.nav ul li:hover p
{
    top: 50px;
    opacity: 1;
    visibility: visible;
}
.nav ul li:nth-of-type(1)>a
{
    border-left: 0;
}
.nav ul li>a
{
    font-size: 18px;
    color: #fff;
    display: block;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 133px;
    text-align: center;
    height: 100%;
    position: relative;
    z-index: 2;
    line-height: 60px;
}
.nav ul li>a i
{
    display: block;
    position: absolute;
    width: 14px;
    height: 8px;
    background: url("../image/nav1.png") no-repeat center;
    right: 0;
    top: 28px;
}
.nav ul li>a span
{
    display: block;
    font-size: 16px;
}
.nav ul li>a small
{
    display: block;
    font-size: 12px;
    color: #fff;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-transform: uppercase;
    opacity: .7;
}
.nav ul li p
{
    position: absolute;
    background: #1e50ae;
    text-align: center;
    padding: 10px 0;
    left: 0;
    top: 80px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.nav ul li p a
{
    display: block;
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.nav ul li p a:hover
{
    background: #ed802b;
}
.banner
{
    margin-top: 210px;
}
.banner .box_skitter .info_slide_dots .image_number
{
    height: 6px;
    width: 35px;
    border-radius: 5px;
}
.banner .box_skitter .info_slide_dots .image_number
{
    background: #1e50ae;
    opacity: .8;
}
.banner .box_skitter .info_slide_dots .image_number_select, .banner .box_skitter .info_slide_dots .image_number_select:hover
{
    background: #fff;
}
.hotPro
{
    overflow: hidden;
    padding: 15px 0;
    background: #1e50ae;
    color: #fff;
    margin-top: 30px;
}
.hotPro p
{
    float: left;
    font-size: 14px;
    line-height: 38px;
}
.hotPro p b
{
    color: #fff;
    display: block;
    font-size: 18px;
}
.hotPro p a
{
    color: #fff;
    padding-right: 10px;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-weight: 300;
}
.hotPro p a:hover
{
    color: #fff;
    font-weight: bold;
}
.hotPro form
{
    float: right;
    border: 1px solid #fff;
    margin-top: 20px;
}
.hotPro form ::-webkit-input-placeholder
{
    color: #fff;
}
.hotPro form ::-moz-placeholder
{
    color: #fff;
}
.hotPro form :-ms-input-placeholder
{
    color: #fff;
}
.hotPro form input
{
    display: block;
    width: 260px;
    float: left;
    background: none;
    text-indent: 10px;
    font-family: 'Microsoft YaHei',SimHei,sans-serif;
    outline: none;
    border: 0;
    height: 32px;
    line-height: 32px;
    color: #fff;
}
.hotPro form button
{
    text-indent: -999rem;
    border-left: 1px dotted #7ba8ce;
    display: block;
    width: 62px;
    height: 38px;
    background: #1e50ae url("../image/sch.png") no-repeat center;
    float: right;
}
.idx_ys
{
    overflow: hidden;
    margin: 50px 0;
}
.idx_ys ul
{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.idx_ys ul li a
{
    display: block;
}
.idx_ys ul li p
{
    width: 116px;
    height: 116px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
    text-align: center;
}
.idx_ys ul li p i
{
    width: 100%;
    height: 100%;
    background: url("/App/Home/View/Default/Public/images/yuan_2.png") no-repeat center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.idx_ys ul li p img
{
    position: relative;
    z-index: 3;
    margin: 0 auto;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    display: block;
}
.idx_ys ul li p:after
{
    display: block;
    content: '';
    width: 164px;
    height: 162px;
    position: absolute;
    right: -82px;
    top: 14px;
    background: url("/App/Home/View/Default/Public/images/yy.png") no-repeat center;
}
.idx_ys ul li span
{
    display: block;
    font-size: 16px;
    color: #333;
    letter-spacing: 8px;
    text-align: center;
    margin-top: 25px;
}
.idx_ys ul li:hover p i
{
    background: url("/App/Home/View/Default/Public/images/yuan_1.png") no-repeat center;
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}
.idx_ys ul li:hover p img
{
    transform: scale(1.05);
}
@-webkit-keyframes rotation
{
    from
    {
        -webkit-transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotation
{
    from
    {
        -webkit-transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(360deg);
    }
}
.Rotation
{
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}
.main_title
{
    text-align: center;
    color: #fff;
    background: url("../image/pro_title.png") no-repeat center;
    margin-bottom: 65px;
}
.main_title>*
{
    display: block;
}
.main_title span
{
    font-size: 14px;
}
.main_title b
{
    font-size: 30px;
}
.product
{
    background: url("/App/Home/View/Default/Public/images/pro_bg.jpg") no-repeat top center;
    overflow: hidden;
    padding-top: 35px;
}
.product .pro_swiper
{
    width: 890px;
    float: right;
    overflow: hidden;
    position: relative;
}
.product .pro_swiper .swiper-container
{
    padding-bottom: 40px;
}
.product .pro_swiper li
{
    overflow: hidden;
    width: 275px;
}
.product .pro_swiper li p
{
    height: 393px;
}
.product .pro_swiper li img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product .pro_swiper li span
{
    display: block;
    line-height: 50px;
    background: #1e50ae;
    text-align: center;
    height: 50px;
    color: #fff;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.product .pro_swiper li:hover span
{
    background: #5eaade;
}
.product_type
{
    width: 262px;
    float: left;
    background: #2cb1cd;
    padding: 38px 0;
}
.product_type ul li
{
    display: block;
    line-height: 34px;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.product_type ul li:last-of-type
{
    margin-bottom: 0;
}
.product_type ul li a
{
    display: block;
    color: #fff;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.product_type ul li:hover
{
    background: #1e50ae;
    border-color: #1e50ae;
}
.company
{
    overflow: hidden;
    background: url('/App/Home/View/Default/Public/images/company_bg.jpg') no-repeat top center;
    position: relative;
}
.company .main_title
{
    padding: 20px 0;
}
.company .main_title>*
{
    color: #fff;
}
.company .com_left
{
    float: left;
    width: 596px;
}
.company .com_right
{
    float: right;
    width: 590px;
    padding-top: 25px;
}
.company .com_right p
{
    color: #fff;
    overflow: hidden;
}
.company .com_right p b
{
    font-size: 24px;
    font-weight: 500;
}
.company .com_right p a
{
    float: right;
}
.company .com_right small
{
    font-size: 14px;
    display: block;
    color: #fff;
    margin: 30px 0 31px 0;
    line-height: 34px;
}
.company .com_right ul
{
    overflow: hidden;
}
.company .com_right ul li
{
    float: left;
    width: 190px;
    height: 182px;
    margin-left: 10px;
}
.company .com_right ul li:nth-of-type(1)
{
    margin-left: 0;
}
.company .com_right ul li img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news
{
    overflow: hidden;
    margin: 45px 0 80px;
}
.news .i_news_r_t
{
    display: block;
    line-height: 35px;
    background: #1e50ae;
    color: #fff;
    text-indent: 20px;
    font-size: 18px;
}
.news .i_news_r_t a
{
    float: right;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    text-indent: 0;
    font-size: 14px;
    line-height: 23px;
    padding: 0 10px;
    margin-top: 6px;
    margin-right: 10px;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.news .i_news_r_t a:hover
{
    background: #d9333d;
    border-color: #d9333d;
}
.news .i_news_l
{
    float: left;
    width: 290px;
    height: 455px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.news .i_news_l strong
{
    display: block;
    line-height: 35px;
    background: #1e50ae;
    color: #fff;
    text-indent: 20px;
    font-size: 18px;
}
.news .i_news_l img
{
    display: block;
}
.news .i_news_l p
{
    padding: 24px 15px;
    box-sizing: border-box;
}
.news .i_news_l p>*
{
    display: block;
}
.news .i_news_l p b
{
    font-size: 16px;
    color: #d9333d;
    text-align: center;
}
.news .i_news_l p small
{
    font-size: 14px;
    color: #666;
    margin: 15px 0;
}
.news .i_news_l p a
{
    display: block;
    width: 87px;
    line-height: 35px;
    background: #d9333d;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.news .i_news_l p a:hover
{
    background: #1e50ae;
}
.news .i_news_r
{
    width: 428px;
    float: left;
    overflow: hidden;
    margin-left: 28px;
    height: 455px;
    overflow: hidden;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.news .i_news_r .i_news_r_c
{
    padding: 15px;
    height: 422px;
    box-sizing: border-box;
}
.news .i_news_r .i_news_r_c .swiper-container-horizontal>.swiper-pagination-bullets, .news .i_news_r .i_news_r_c .swiper-pagination-custom, .news .i_news_r .i_news_r_c .swiper-pagination-fraction
{
    bottom: 0;
}
.news .i_news_r .i_news_r_c .swiper-container
{
    padding-bottom: 8px;
}
.news .i_news_r .i_news_r_c .swiper-slide
{
    overflow: hidden;
    padding: 32px 0;
    border-bottom: 1px dotted #ccc;
}
.news .i_news_r .i_news_r_c .swiper-slide:nth-of-type(even)
{
    border-bottom: 0;
}
.news .i_news_r .i_news_r_c .swiper-slide .new2_l
{
    float: left;
    width: 64px;
}
.news .i_news_r .i_news_r_c .swiper-slide .new2_l small
{
    display: block;
    font-size: 22px;
    color: #333;
    background: url("/App/Home/View/Default/Public/images/new_bg1.jpg") no-repeat center bottom;
    padding-bottom: 25px;
}
.news .i_news_r .i_news_r_c .swiper-slide .new2_r
{
    float: right;
    width: 320px;
}
.news .i_news_r .i_news_r_c .swiper-slide .new2_r>*
{
    display: block;
}
.news .i_news_r .i_news_r_c .swiper-slide .new2_r b
{
    font-size: 16px;
    color: #333;
}
.news .i_news_r .i_news_r_c .swiper-slide .new2_r span
{
    font-size: 14px;
    color: #666;
}
.news .i_news_r .i_news_r_c .swiper-slide:hover b
{
    color: #d9333d;
}
.news .i_news_r .i_news_r_c .swiper-slide:hover span
{
    color: #d9333d;
}
.news .i_news_right
{
    width: 432px;
    float: right;
    height: 455px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.news .i_news_right .i_news_r_con
{
    padding: 15px;
    height: 422px;
    box-sizing: border-box;
}
.news .i_news_right .i_news_r_con li
{
    overflow: hidden;
    margin-bottom: 12px;
}
.news .i_news_right .i_news_r_con li p
{
    width: 164px;
    height: 115px;
    float: left;
}
.news .i_news_right .i_news_r_con li p img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .i_news_right .i_news_r_con li div
{
    width: 215px;
    float: right;
}
.news .i_news_right .i_news_r_con li div>*
{
    display: block;
}
.news .i_news_right .i_news_r_con li div b
{
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.news .i_news_right .i_news_r_con li div small
{
    font-size: 14px;
    color: #666;
    margin: 15px 0;
}
.news .i_news_right .i_news_r_con li div em
{
    float: right;
    font-style: normal;
    font-size: 14px;
    color: #999;
}
.news .i_news_right .i_news_r_con li:hover b
{
    color: #d9333d;
}
.footer
{
    background: url("../image/footerbg.jpg") no-repeat center/cover;
    padding: 50px 0;
}
.f-left
{
    float: left;
    width: 302px;
}
.f-left .erbox
{
    width: 194px;
    height: 153px;
    background: url("../image/footer-er-bg.png") no-repeat center;
    margin: 50px auto 0 auto;
}
.f-left .erbox img
{
    width: 100px;
    margin: 8px 0 0 88px;
}
.f-daohang ul li
{
    float: left;
    width: 133px;
}
.f-daohang ul li a
{
    display: block;
    line-height: 58px;
    font-size: 18px;
    color: #1b1b1b;
    position: relative;
    text-align: center;
}
.f-daohang ul li a:after
{
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 11px;
    background: #a2a2a2;
    right: 0;
    top: 20px;
}
.f-daohang ul li:last-child a:after
{
    display: none;
}
.f-daohang
{
    background: #fff;
    border-top: solid 1px #a4a4a4;
}
.footer .content
{
    padding: 20px 0 35px 0;
}
.footer .f-right
{
    float: left;
    width: 355px;
    margin-left: 85px;
}
.footer .f-right .f-r-list .firp
{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer .f-right .f-r-list .firp span
{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.footer .f-right .f-r-list .secp
{
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.footer .liuyan
{
    float: right;
    width: 400px;
}
.footer .liuyan .input1
{
    width: 100%;
    line-height: 43px;
    background: #fff;
    outline: none;
    border: none;
    text-indent: 20px;
    margin-bottom: 13px;
}
.footer .liuyan .input2
{
    width: 100%;
    height: 113px;
    background: #fff;
    outline: none;
    border: none;
    margin-bottom: 13px;
    padding: 20px;
    resize: none;
    font-family: 'Microsoft YaHei';
}
.footer .liuyan .input3
{
    float: left;
    width: 60%;
    position: relative;
}
.footer .liuyan .input3 input
{
    line-height: 43px;
    text-indent: 20px;
    background: #fff;
    outline: none;
    border: none;
    width: 100%;
}
.footer .liuyan .input3 .img
{
    position: absolute;
    width: 50px;
    height: 22px;
    right: 11px;
    top: 12px;
}
.footer .liuyan #submit
{
    display: block;
    width: 125px;
    line-height: 42px;
    background-color: #1e50ae;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    float: right;
    cursor: pointer;
}
.sousuo
{
    margin-top: 10px;
}
.search
{
    width: 230px;
    height: 27px;
    text-indent: 15px;
    outline: none;
    border: none;
    background: #898989;
    color: #1e50ae;
    float: left;
    box-shadow: none;
}
.sousuotijiao
{
    width: 34px;
    height: 27px;
    background: #d4d4d4 url("../image/f-sou.png") no-repeat center;
    cursor: pointer;
    outline: none;
    float: left;
    border: none;
    margin-left: -30px;
}
.sousuo ::-webkit-input-placeholder
{
    color: #1e50ae;
    font-size: 14px;
}
.sousuo :-moz-placeholder
{
    color: #1e50ae;
    font-size: 14px;
}
.sousuo ::-moz-placeholder
{
    color: #1e50ae;
    font-size: 14px;
}
.sousuo :-ms-input-placeholder
{
    color: #1e50ae;
    font-size: 14px;
}
.last
{
    width: 100%;
    line-height: 60px;
    background: #1e50ae;
}
.last-left
{
    float: left;
}
.last-center
{
    float: left;
}
.last-center ul
{
    margin-top: 10px;
}
.last-center ul li
{
    float: left;
    padding: 5px 20px;
}
.last-center ul li a
{
    display: block;
    color: #fff;
    font: 14px 'Microsoft YaHei';
}
.last-center p
{
    font: 14px 'Microsoft YaHei';
    color: #fff;
    line-height: 60px;
}
.last-center p a
{
    color: #fff;
}
.last-right
{
    position: inherit;
    float: right;
}
.last-right a
{
    font: 14px 'Microsoft YaHei';
    color: #fff;
    line-height: 60px;
}
.sidebar
{
    width: 255px;
    float: left;
}
.sidebar>div
{
    box-shadow: 0 0 10px #c3c3c3;
}
.sidebar .s-tit
{
    background: #1e50ae;
    padding: 28px 0;
    text-align: center;
    border-bottom: 1px dotted #d6d6d6;
}
.sidebar .s-tit b
{
    display: block;
    color: #fff;
    font-size: 24px;
}
.sidebar .s-tit small
{
    font-size: 12px;
    color: #a4a4a4;
}
.sidebar .type
{
    background: #fff;
}
.sidebar .type a
{
    display: block;
    line-height: 50px;
    height: 50px;
    position: relative;
    border-bottom: 1px dotted #d6d6d6;
    font-size: 14px;
    text-indent: 35px;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.sidebar .type>a
{
    color: #fff;
    background: #1e50ae;
}
.sidebar .type a:after
{
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #ccc;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -2.5px;
    background: #eee;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.sidebar .type a:hover
{
    color: #fff;
    background: #1487e2;
}
.sidebar .type a:hover:after
{
    background: #fff;
    border-color: #fff;
    border-radius: 50%;
}
.sidebar .type>a:after
{
    background: #fff;
    border-color: #fff;
    border-radius: 50%;
}
.sidebar .type a.on
{
    background: #1e50ae;
}
.sidebar p a.on:after
{
    left: 0;
}
.sidebar .type a.on span
{
    color: #fff;
}
.sidebar .type a.on b
{
    background: rgba(236,236,236,.67);
    color: #fff;
}
.sidebar .type a span
{
    position: relative;
    z-index: 2;
    color: #4f4f4f;
    padding-left: 28px;
    -moz-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.sidebar .type a b
{
    position: absolute;
    z-index: 2;
    width: 23px;
    height: 23px;
    background: #ececec;
    color: #ccc;
    border-radius: 50%;
    display: block;
    right: 10px;
    margin-top: -12px;
    top: 50%;
    line-height: 20px;
    text-align: center;
    -moz-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.sidebar .type a:hover span
{
    color: #fff;
}
.sidebar .erji a
{
    padding-left: 20px;
    line-height: 40px;
    height: 40px;
}
.sidebar .erji a:after
{
    display: none;
}
.sidebar_bottom
{
    margin-top: 30px;
}
.s_b_con
{
    background: #fff;
    padding: 20px;
}
.s_b_con li
{
    font-size: 13px;
    margin-bottom: 5px;
}
button
{
    outline: none;
}
.sidebar form
{
    position: relative;
    margin-top: 15px;
    outline: none;
}
.sidebar form input[type=text]
{
    display: block;
    line-height: 40px;
    height: 40px;
    background: #fff;
    text-indent: 10px;
    border-radius: 20px;
    border: 1px solid #ccc;
    width: 100%;
    outline: none;
}
.sidebar form input[type=submit]
{
    display: block;
    width: 22px;
    height: 22px;
    background: url("/App/Home/View/Default/Public/images/sch2.png") no-repeat center;
    border: 0;
    position: absolute;
    right: 10px;
    top: 11px;
    text-indent: -999rem;
}
#info
{
    padding: 60px 0;
    background: #eee;
}
.info2+footer
{
    margin-top: 0;
}
.info_right
{
    width: 920px;
    float: right;
}
.info_content
{
    padding: 15px 30px 30px 30px;
    background: #fff;
    box-shadow: 0 0 10px #c3c3c3;
    overflow: hidden;
}
.p_content
{
    font-size: 15px;
    line-height: 30px;
    color: #4c4c4c;
}
.p_content img
{
    max-width: 100%!important;
    margin: 0 auto;
    display: block;
}
.p_content table
{
    width: 100%!important;
    word-break: break-all;
    text-align: center;
    margin: 0 auto;
}
.p_content table tr
{
    background: #fff!important;
}
.p_content table td
{
    padding-left: 10px;
    background: #fff!important;
}
.location
{
    overflow: hidden;
    line-height: 60px;
    font-size: 14px;
    margin-bottom: 40px;
    color: #666;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.location i
{
    padding-right: 5px;
    font-size: 25px;
}
.location a
{
    color: #666;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.location a:hover
{
    color: #1e50ae;
}
.location b
{
    float: left;
    font-size: 20px;
    font-weight: 300;
}
.location p
{
    float: right;
}
.pro_list li
{
    width: 290px;
    background: #fff;
}
.pro_list li p
{
    height: 215px;
}
.pro_list li p img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pro_list li div
{
    text-align: center;
    border-bottom: 2px solid #2c72c7;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    position: relative;
    line-height: 50px;
    height: 50px;
}
.pro_list li div:after
{
    display: block;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #1e50ae;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.pro_list li div>*
{
    display: block;
}
.pro_list li div span
{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    height: 50px;
    overflow: hidden;
    background: #1e50ae;
}
.pro_list li div small
{
    display: block;
    width: 118px;
    line-height: 28px;
    border: 1px solid #ccc;
    border-radius: 25px;
    margin: 10px auto 0;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.pro_list li:hover span
{
    color: #fff;
    background: #1487e2;
}
.pro_list li:hover div:after
{
    width: 100%;
}
.info_pro_list_wrap
{
    width: 885px;
    overflow: hidden;
}
.info_pro_list
{
    overflow: hidden;
}
.info_pro_list li
{
    float: left;
    width: 268px;
    margin: 0 25px 30px 0;
    border: 1px solid #ccc;
}
.info_pro_list li p
{
    border-bottom: 1px solid #ccc;
}
.right_top
{
    overflow: hidden;
}
.rigth_img_wrap
{
    width: 400px;
    float: left;
    overflow: hidden;
    border: 1px solid #ccc;
    text-align: center;
    height: 259px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    text-align: center;
}
.rigth_img_wrap img
{
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.rigth_img_txt
{
    float: right;
    overflow: hidden;
    width: 421px;
}
.rigth_img_txt h4
{
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 21px;
    margin-bottom: 20px;
    color: #1e50ae;
}
.rigth_img_txt ul li
{
    font-size: 16px;
    color: #666;
    margin-bottom: 12px;
}
.rigth_img_txt a
{
    display: block;
    width: 120px;
    line-height: 40px;
    background: #1e50ae;
    color: #fff;
    text-align: center;
    margin-top: 29px;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.rigth_img_txt a:hover
{
    background: #1487e2;
}
.more_btn_1
{
    border-bottom: 1px solid #1e50ae;
    margin-top: 35px;
    margin-bottom: 20px;
}
.more_btn_1 span
{
    background: #1e50ae;
    color: #fff;
    display: inline-block;
    width: 131px;
    line-height: 40px;
    text-align: center;
}
.pro-list-others:after
{
    display: block;
    content: '';
    clear: both;
}
.pro-list-others li
{
    float: left;
    width: 198px;
    overflow: hidden;
    margin-right: 20px;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.pro-list-others li:last-of-type
{
    margin-right: 0;
}
.pro-list-others li:hover
{
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.18);
    box-shadow: 0 15px 30px rgba(0,0,0,.18);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.pro-list-others li:hover span
{
    background: #1e50ae;
    color: #fff;
}
.pro-list-others li p
{
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 168px;
    position: relative;
}
.pro-list-others li p img
{
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.pro-list-others li span
{
    display: block;
    height: 35px;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    line-height: 35px;
    background: #e4e4e4;
    color: #595959;
    text-align: center;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.info_pro_news
{
    overflow: hidden;
}
.info_pro_news .info_pro_news_l
{
    width: 48%;
    float: left;
}
.info_pro_news .info_pro_news_l li
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    overflow: hidden;
    text-indent: 15px;
    position: relative;
}
.info_pro_news .info_pro_news_l li:hover a
{
    color: #1e50ae;
}
.info_pro_news .info_pro_news_l li:hover:before
{
    background: #1e50ae;
}
.info_pro_news .info_pro_news_l li:before
{
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.info_pro_news .info_pro_news_l li a
{
    color: #666;
}
.info_pro_news .info_pro_news_l li small
{
    float: right;
    font-size: 14px;
}
.info_pro_news .info_pro_news_r
{
    width: 48%;
    float: right;
}
.info_pro_news .info_pro_news_r #allmap
{
    height: 190px;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
}
.pro
{
    width: 110%;
}
.pro li
{
    float: left;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 15px 15px 0;
    text-align: center;
    position: relative;
    border-radius: 4px;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.pro li:hover
{
    border: 1px solid #1e50ae;
}
.pro li:hover span
{
    color: #fff;
    background: #1e50ae;
}
.pro li a p
{
    width: 265px;
    height: 188px;
    display: block;
}
.pro li a p img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pro li a span
{
    display: block;
    color: #505050;
    font-size: 14px;
    background-color: #e2e2e2;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
    line-height: 45px;
    height: 45px;
}
.image-layer:before
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0;
    border-color: rgba(0,0,0,.5) #fff;
    border-radius: 0 0 0 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.5),-1px 1px 1px rgba(0,0,0,.6);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.image-layer:hover:before
{
    border-right-width: 60px;
    border-bottom-width: 60px;
}
.honor_list
{
    width: 890px;
}
.honor_list li
{
    float: left;
    width: 273px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 20px 20px 0;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.honor_list li p
{
    width: 100%;
    height: 235px;
}
.honor_list li p img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.honor_list li span
{
    display: block;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    color: #666;
    text-align: center;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    margin-top: 5px;
}
.honor_list li:hover
{
    border-color: #1e50ae;
}
.honor_list li:hover span
{
    background: #1e50ae;
    color: #fff;
}
#prev_next a:hover
{
    color: #da0922;
}
#prev_next
{
    font-size: 14px;
    margin-top: 35px;
}
div.page
{
    margin: 20px 30px 20px 0;
    clear: both;
    float: right;
    font-size: 14px;
}
div.page a
{
    padding: 2px 5px;
    margin: 2px;
    color: #fff;
    text-decoration: none;
    background: #9b9b9b;
}
div.page a:hover
{
    background: #5c5c5c;
}
div.page span.current
{
    padding: 2px 8px;
    font-weight: 700;
    margin: 2px;
    color: #fff;
    background-color: #da0922;
}
div.page span.disabled
{
    padding: 2px 5px;
    margin: 2px;
    color: #ddd;
}
#prev_next .prev, #prev_next .next
{
    font-size: 13px;
    border-top: 1px solid #ccc;
    padding: 5px 25px;
}
#prev_next .prev a:hover, #prev_next .next a:hover
{
    color: #da0922;
}
#prev_next .prev
{
    margin-top: 20px;
    background: url("../image/prev_bg.png") no-repeat left center;
    background-size: 18px;
}
#prev_next .next
{
    border-bottom: 1px solid #ccc;
    background: url("../image/next_bg.png") no-repeat left center;
    background-size: 18px;
}
.info_news
{
    overflow: hidden;
}
.info_news li
{
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 26px;
    margin-bottom: 12px;
}
.info_news li::after
{
    display: block;
    content: '';
    clear: both;
}
.info_news li:before
{
    display: block;
    content: '';
    width: 0;
    height: 2px;
    background: #1e50ae;
    position: absolute;
    left: 0;
    bottom: -1px;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}
.info_news li:hover b
{
    color: #1e50ae;
}
.info_news li:hover:before
{
    width: 100%;
}
.info_news li p
{
    color: #858585;
}
.info_news li p>*
{
    display: block;
}
.info_news li p b
{
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.info_news li p span
{
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
}
.info_news li p small
{
    font-size: 12px;
}
.info_news li strong
{
    position: absolute;
    right: 0;
    bottom: 25px;
}
.news_info_con_t
{
    text-align: center;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news_info_con_t h4
{
    font-size: 22px;
    font-weight: 400;
    color: #666;
}
.news_info_con_t p
{
    margin-top: 15px;
}
.news_info_con_t p span
{
    font-size: 14px;
    color: #666;
    display: inline-block;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}
.news_info_con_t p span:nth-of-type(1)
{
    background-image: url("../image/time.png");
}
.news_info_con_t p span:nth-of-type(2)
{
    background-image: url("../image/click.png");
}
.form_wrap
{
    overflow: hidden;
}
.form_wrap .info_mes_l
{
    float: left;
    width: 50%;
}
.form_wrap .info_mes_l .input-group
{
    margin-bottom: 10px;
    clear: both;
}
.form_wrap .info_mes_l .input-group:after
{
    display: block;
    content: '';
    clear: both;
}
.form_wrap .info_mes_l .input-group label
{
    width: 62px;
    font-size: 15px;
    display: inline-block;
    text-align-last: justify;
    color: #606060;
    font-weight: bold;
}
.form_wrap .info_mes_l .input-group input[type=text]
{
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    line-height: 35px;
    height: 35px;
    width: 340px;
    text-indent: 1em;
    font-family: "microsoft yahei","sans-serif";
    transition: 300ms;
    -webkit-transition: 300ms;
    outline: none;
}
.form_wrap .info_mes_l .input-group textarea
{
    transition: 300ms;
    -webkit-transition: 300ms;
    width: 355px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    text-indent: 1em;
    padding-top: 5px;
    font-family: "microsoft yahei","sans-serif";
    outline: none;
    margin-left: 4px;
}
.form_wrap .info_mes_l #submit
{
    display: block;
    clear: both;
    width: 80px;
    line-height: 30px;
    background: #1e50ae;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-family: "microsoft yahei";
    margin-left: 64px;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}
.form_wrap .info_mes_l #submit:hover
{
    background: #2c72c7;
}
.form_wrap .info_mes_r
{
    float: right;
    width: 45%;
    color: #666;
}
.form_wrap .info_mes_r img
{
    max-width: 100%;
    display: block;
}
.form_wrap .info_mes_r h3
{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.form_wrap .info_mes_r span
{
    display: block;
    font-size: 14px;
    line-height: 30px;
}
.form_wrap .info_mes_r img
{
    margin-top: 15px;
}
.info_contact
{
    overflow: hidden;
}
.info_contact #allmap
{
    height: 460px;
    overflow: hidden;
    border: 1px solid #ccc;
    font-size: 14px;
}
.info_contact .info_contact_list
{
    width: 100%;
    margin-bottom: 25px;
}
.info_contact .info_contact_list ul
{
    font-size: 16px;
    color: #666;
    overflow: hidden;
}
.info_contact .info_contact_list ul li
{
    width: 100%;
    margin-bottom: 10px;
    float: left;
}
.info_contact .info_contact_list ul li i
{
    font-size: 30px;
    padding-right: 10px;
    color: #1e50ae;
    display: inline-block;
    width: 35px;
}
.cygbg
{
    width: 45%;
    float: left;
    overflow: hidden;
}
.info_contact .info_contact_list
{
    width: 53%;
    float: right;
}
.titlebox .fir
{
    font-size: 36px;
    color: #1e50ae;;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.titlebox .sec
{
    font-size: 16px;
    color: #5c5c5c;;
    text-align: center;
    background: url("../image/secbg.png") no-repeat center;
    margin-bottom: 60px;
    margin-top: 10px;
}
.about .titlebox .fir
{
    color: #fff;
}
.about .titlebox .sec
{
    color: #fff;
    background: url("../image/secbg1.png") no-repeat center;
}
.chanping
{
    padding: 50px 0;
}
.chanping-left
{
    width: 268px;
    float: left;
    padding-bottom: 0;
}
.chanping-left .topbox
{
    width: 100%;
    height: 173px;
    background: url("../image/chanping-top-bg.jpg") no-repeat center;
}
.chanping-left .bottombox
{
    background: #02a651 url(/App/Home/View/Default/Public/Image/telbg.png) no-repeat center left 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding-left: 79px;
    line-height: 50px;
}
.chanping-left .topbox p
{
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 40px;
}
.chanping-left .topbox .xian
{
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}
.ulBox
{
    background-size: 100% 100%;
    border: solid 1px #d3d3d3;
}
.chanping-left .ulBox>ul>li>a
{
    transition: all 300ms ease-in-out;
    -webkit-transform: all 1000ms ease-in-out;
    position: relative;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
    padding-left: 20px;
}
.chanping-left .ulBox>ul>li>a:hover
{
    color: #1e50ae;
}
.chanping-left .ulBox>ul>li
{
    position: relative;
}
.chanping-left .ulBox>ul>li .show_list
{
    display: none;
}
.chanping-left .ulBox>ul>li:first-child .show_list
{
    display: block;
}
.chanping-left .ulBox>ul>li>i
{
    transition: all 300ms ease-in-out;
    -webkit-transform: all 1000ms ease-in-out;
    position: absolute;
    right: 20px;
    top: 19px;
    width: 16px;
    height: 16px;
    background: url("/App/Home/View/Default/Public/images/pro-more.png") no-repeat center;
}
.chanping-left .ulBox>ul>li.active>i
{
    background: url("../image/pro-more1.png") no-repeat center;
}
.chanping-left .ulBox>ul>li>ul>li
{
    border-bottom: 1px dashed #ededed;
}
.chanping-left .ulBox>ul>li>ul>li>a
{
    font-size: 14px;
    color: #969696;
    display: block;
    padding: 10px 20px 10px 20px;
}
.chanping-left .ulBox>ul>li>ul>li>a>span
{
    display: inline-block;
    margin-right: 10px;
}
.chanping-left .ulBox>ul>li>ul>li:hover>a
{
    color: #1e50ae;
}
.pro-right
{
    float: right;
    width: 911px;
}
.pro-right ul li
{
    float: left;
    width: 291px;
    margin-right: 19px;
    border: solid 1px #d3d3d3;
}
.pro-right ul li:nth-child(3n)
{
    margin-right: 0;
}
.pro-right ul li:nth-child(-n+6)
{
    margin-bottom: 39px;
}
.pro-right ul li a
{
    display: block;
    position: relative;
}
.pro-right ul li a .pic
{
    width: 100%;
    height: 165px;
    overflow: hidden;
    position: relative;
}
.pro-right ul li a .pic .pro-img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pro-title
{
    width: 100%;
    line-height: 37px;
    color: #444546;;
    font-size: 16px;
    text-align: center;
    background: #ddd;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.pro-right ul li:hover .pro-title
{
    color: #fff;
    background: #1e50ae;
}
.pro-right .hbox
{
    padding-bottom: 10px;
    border-bottom: 1px solid #e9eee8;
    margin-bottom: 10px;
}
.pro-right .hbox .fir
{
    float: left;
    font-size: 24px;
    color: #1e50ae;
    font-weight: 700;
}
.pro-right .hbox a
{
    display: block;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
    line-height: 17px;
    background: #1e50ae;
    border-radius: 20px;
    overflow: hidden;
}
.about
{
    padding: 56px 0;
    background: url("../image/aboutbg.jpg") no-repeat center/cover;
}
.about .wrapper
{
    position: relative;
}
.about .a-left
{
    float: left;
    width: 628px;
}
.about .a-left .con
{
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}
.about .a-left .about-a
{
    display: block;
    width: 108px;
    line-height: 35px;
    background-color: #fff;
    font-size: 14px;
    color: #2d2d2d;
    text-align: center;
    margin-top: 40px;
}
.about .a-left .about-a:hover
{
    color: #fff;
    background: #1e50ae;
}
.about .a-right
{
    float: right;
}
.about .zhong
{
    width: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    padding: 0 30px;
    height: 94px;
    border: solid 1px #e3e3e3;
    bottom: -118px;
    z-index: 1000;
}
.zhong .type
{
    float: left;
    width: 620px;
}
.zhong .type .title
{
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 700;
    margin-top: 20px;
}
.zhong .type .title span
{
    color: #1e50ae;
}
.zhong .type a
{
    display: block;
    float: left;
    font-size: 16px;
    color: #939292;
    margin-top: 8px;
    margin-right: 7px;
}
.zhong .type a:first-child
{
    font-size: 18px;
    font-weight: 700;
    color: #0c57ad;
}
.zhong .searchbox
{
    float: right;
    height: 60px;
}
.searchbox .sousuo
{
    margin-left: 31px;
    margin-top: 26px;
}
.searchbox .search
{
    width: 400px;
    height: 42px;
    text-indent: 25px;
    outline: none;
    border: none;
    background: #e2e2e2;
    color: #999;
    float: left;
    box-shadow: none;
}
.searchbox .sousuotijiao
{
    width: 82px;
    height: 42px;
    background: url("../image/f-sou.png") no-repeat center;
    cursor: pointer;
    outline: none;
    float: left;
    border: none;
    margin-left: -4px;
}
.sousuo ::-webkit-input-placeholder
{
    color: #4e4e4e;
    font-size: 14px;
}
.sousuo :-moz-placeholder
{
    color: #4e4e4e;
    font-size: 14px;
}
.sousuo ::-moz-placeholder
{
    color: #4e4e4e;
    font-size: 14px;
}
.sousuo :-ms-input-placeholder
{
    color: #4e4e4e;
    font-size: 14px;
}
.youshi
{
    padding: 110px 0 40px 0;
}
.youshi .youshi-list
{
    float: left;
    width: 212px;
    background: url("../image/youshibg.png") no-repeat center;
    height: 297px;
    position: relative;
    padding: 80px 20px 0 20px;
    margin-right: 117px;
}
.youshi .youshi-list:last-child
{
    margin-right: 0;
}
.youshi .youshi-list .img
{
    position: absolute;
    width: 91px;
    height: 91px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -45px;
}
.youshi .youshi-list .fir
{
    font-size: 18px;
    color: #616161;
    text-align: center;
}
.youshi .youshi-list .sec
{
    font-size: 14px;
    color: #616161;
    line-height: 24px;
    margin-top: 10px;
}
.youshi .youshi-list a
{
    display: block;
    width: 167px;
    line-height: 41px;
    background-color: #fff;
    border: solid 1px #d4d4d4;
    text-align: center;
    font-size: 14px;
    color: #626262;
    margin-top: 20px;
}
.youshi .youshi-list a:hover
{
    background: #1e50ae;
    color: #fff;
}
.guang
{
    width: 100%;
    height: 202px;
}
.guang a
{
    display: block;
    width: 100%;
    height: 100%;
    background: url("../image/guangbg.jpg") no-repeat center;
}
.xinwen
{
    padding: 70px 0;
}
.xinwen .x-left
{
    float: left;
    width: 555px;
    height: 240px;
}
.xinwen .x-left a
{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.xinwen .x-left a .time
{
    position: absolute;
    width: 62px;
    height: 62px;
    background: #fb8c0f;
    text-align: center;
    color: #fff;
    left: 20px;
    top: 0;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.xinwen .x-left:hover a .time
{
    top: 10px;
    box-shadow: 0 0 5px #000;
}
.xinwen .x-left a .time .fir
{
    font-size: 30px;
    font-weight: 700;
}
.xinwen .x-left a .time .sec
{
    font-size: 14px;
}
.xinwen .x-left a .title
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    background: rgba(0,0,0,.5);
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
}
.xinwen .x-center
{
    float: right;
    width: 625px;
}
.xinwen-list
{
    border-bottom: 1px dashed #e9e9e9;
}
.xinwen-list .time
{
    float: left;
    width: 80px;
    height: 79px;
    text-align: center;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.xinwen-list .time .fir
{
    font-size: 36px;
    color: #c9c9c9;
    font-weight: 700;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.xinwen-list .time .sec
{
    font-size: 14px;
    color: #c9c9c9;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    margin-top: 8px;
}
.xinwen-list .text
{
    float: right;
    width: 538px;
}
.xinwen-list .text .title
{
    font-size: 16px;
    color: #262626;
    margin-top: 5px;
}
.xinwen-list:hover .text .title
{
    color: #1e468e;
}
.xinwen-list .text .con
{
    font-size: 14px;
    color: #9a9a9a;
    line-height: 22px;
    margin-top: 5px;
}
ul.jobs li
{
    border-bottom: 2px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}
ul.jobs li a
{
    display: block;
    position: absolute;
    background-color: #1487e2;
    color: #fff;
    padding: 1px 8px;
    top: 50px;
    left: 500px;
}
ul.jobs li a:hover
{
    border-radius: 8px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
ul.jobs li strong
{
    color: #b50000;
}
