*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}
a
{
    text-decoration: none;
    color: #333;
    transition: all .3s;
    -o-transition: all .3s;
    -mos-transition: all .3s;
    -webkit-transition: all .3s;
}
a:hover
{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    margin: 0;
}
hr
{
    border: none;
}
.clear
{
    clear: both;
}
p, ul
{
    margin: 0;
}
img
{
    border: 0;
    vertical-align: middle;
}
input, textarea
{
    outline: none;
}
.container
{
    width: 1200px;
    margin: 0 auto;
}
.w1440
{
    width: 1440px;
    margin: 0 auto;
}
.r
{
    float: right;
}
.l
{
    float: left;
}
.header_nav
{
    width: 87%;
    height: 96px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    margin-left: -43.5%;
}
.h_logo
{
    width: 26.5%;
    height: 100%;
    display: block;
    overflow: hidden;
    float: left;
    display: flex;
    align-items: center;
}
.h_logo img
{
    width: 100%;
    height: auto;
    float: left;
    align-items: center;
    margin: 0 auto;
}
.header_right
{
    width: 53.5%;
    height: 100%;
    float: left;
    margin-left: 6%;
}
.nav
{
    width: 100%;
    height: 70px;
    position: relative;
    margin-top: 20px;
}
.nav .nLi
{
    float: left;
    display: inline;
    height: 100%;
    width: 12.5%;
    text-align: center;
    line-height: 45px;
    position: relative;
}
.nav .nLi h3
{
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
}
.nav .nLi h3 a
{
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 12%;
}
.nav .nLi h3 p
{
    position: relative;
    z-index: 9;
    font-size: 18px;
    color: #fff;
    height: 100%;
    font-weight: bold;
}
.nav li.active p, .nav .nLi:hover p
{
    border-bottom: 3px solid #fff;
}
.nav .sub
{
    display: none;
    left: 50%;
    top: 56px;
    position: absolute;
    line-height: 26px;
    width: 160px;
    margin-left: -80px;
    z-index: 999;
    background: #ddd;
}
.nav .sub li
{
    zoom: 1;
    border-bottom: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    background: #eee;
    text-align: center;
}
.nav .sub li p
{
    width: 100%;
    float: left;
    margin: 0;
}
.nav .sub li span
{
    float: right;
}
.nav .sub a
{
    display: block;
    padding: 0 10px;
    color: #434343;
    font-size: 14px;
    height: 100%;
}
.nav .sub a:hover
{
    color: #48719d;
}
.nav .nLi:last-child h3:after
{
    display: none;
}
.h_weixin, .h_sj
{
    width: 40px;
    height: 100%;
    float: right;
    position: relative;
    margin-right: 20px;
}
.h_weixin img, .h_sj img
{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 70px;
    left: -45px;
    display: none;
}
.h_weixin
{
    background: url(../image/wx_icon.png) no-repeat center;
}
.h_sj
{
    background: url(../image/sj_icon.png) no-repeat center;
}
.h_sj:hover img
{
    display: block;
}
.h_weixin:hover img
{
    display: block;
}
.index_banner
{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.index_banner .slideBox
{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.index_banner .slideBox .hd
{
    z-index: 1;
    overflow: hidden;
    height: 14px;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}
.index_banner .slideBox .hd ul
{
    overflow: hidden;
    zoom: 1;
    display: table;
    width: auto;
    margin: 0 auto;
}
.index_banner .slideBox .hd ul li
{
    float: left;
    margin: 0 10px;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 10px;
}
.index_banner .slideBox .hd ul li.on
{
    background: #fff;
}
.index_banner .slideBox .bd
{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 800px;
    overflow: hidden;
}
.index_banner .slideBox .bd ul
{
    width: 100%!important;
    height: 100%;
}
.index_banner .slideBox .bd li
{
    width: 100%!important;
    height: 100%;
    vertical-align: middle;
    zoom: 1;
}
.index_banner .slideBox .bd li a
{
    display: block;
    overflow: hidden;
    width: 100%!important;
    height: 100%;
}
.index_banner .slideBox .bd li img
{
    width: 100%;
    height: auto;
    display: block;
}
.index_links
{
    width: 100%;
    height: 174px;
    background: #fff;
    box-shadow: 0 6px 8px rgba(0,0,0,.1);
    padding: 50px 0;
}
.index_links a
{
    width: 25%;
    height: 75px;
    float: left;
    border-left: 1px solid #c8c8c8;
    padding: 8px 0 0 60px;
}
.index_links a img
{
    float: left;
    margin-top: 8px;
    -webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition: -moz-transform .5s ease-out;
    transition: transform .5s ease-out;
}
.index_links_info
{
    float: left;
    margin-left: 20px;
}
.index_links_info h3
{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 35px;
}
.index_links_info p
{
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}
.index_links a:hover img
{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.index_links a:hover h3
{
    color: #48719d;
}
.index_about
{
    width: 100%;
    height: auto;
    overflow: hidden;;
    margin-bottom: 68px;
    margin-top: 70px;
}
.index_about_left
{
    width: 50%;
    height: auto;
    float: left;
}
.index_about_left dl
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index_about_left dl dt
{
    font-size: 42px;
    color: #48719d;
    font-weight: bold;
    font-family: "Impact";
}
.index_about_left dl dd
{
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-top: 8px;
}
.in_about_info
{
    width: 100%;
    height: 210px;
    overflow: hidden;
    margin-top: 56px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    display: block;
}
.about_more
{
    width: 198px;
    height: 56px;
    line-height: 56px;
    background: #48719d url(../image/ab_img.png) no-repeat 86% center;
    font-size: 18px;
    color: #fff;
    display: block;
    padding-left: 40px;
    margin-top: 80px;
}
.index_about_right
{
    width: 45.9%;
    float: right;
}
.in_video
{
    width: 100%;
    height: auto;
    display: block;
}
.in_video video
{
    width: 100%;
    height: auto;
    display: block;
}
.index_about_right dl
{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 28px;
    float: left;
    margin-right: 34px;
}
.index_about_right dl dt
{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #666;
}
.index_about_right dl dt span
{
    font-size: 46px;
    color: #666;
    font-family: "Impact";
    margin-right: 8px;
}
.index_about_right dl dd
{
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.index_about_right dl:last-child
{
    margin-right: 0;
}
.about_more:hover
{
    background: #f4a901 url(../image/ab_img.png) no-repeat 86% center;
}
.index_product
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 78px;
}
.index_product_all
{
    width: 100%;
    height: 758px;
    display: block;
    background: url(../image/product_bjs.jpg) no-repeat center;
    margin-top: 40px;
    padding-top: 98px;
}
.index_product_all .slideTxtBox
{
    position: relative;
    overflow: hidden;
}
.index_product_all .slideTxtBox .arrow
{
    position: absolute;
    right: 42%;
    bottom: 0;
    z-index: 9;
}
.index_product_all .slideTxtBox .arrow a
{
    display: block;
    width: 54px;
    height: 55px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #fff;
}
.index_product_all .slideTxtBox .arrow .next
{
    background: url(../image/pro_right.png) no-repeat center;
}
.index_product_all .slideTxtBox .arrow .prev
{
    background: url(../image/pro_left.png) no-repeat center;
}
.index_product_all .slideTxtBox .hd
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}
.index_product_all .slideTxtBox .hd ul
{
    width: auto;
    height: auto;
    overflow: hidden;
    display: table;
    margin: 0 auto;
}
.index_product_all .slideTxtBox .hd ul li
{
    float: left;
    padding-right: 35px;
    cursor: pointer;
    background: url(../image/pro_active.png) no-repeat right 5px;
    margin-right: 20px;
    height: 40px;
}
.index_product_all .slideTxtBox .hd ul li a
{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
}
.index_product_all .slideTxtBox .hd ul li.on a
{
    color: #f4a901;
    border-bottom: 3px solid #f4a901;
}
.index_product_all .slideTxtBox .hd ul li:last-child
{
    background: none;
}
.index_product_all .slideTxtBox .bd
{
    width: 100%;
    height: auto;
    display: block;
}
.pro_list
{
    width: 100%;
    height: auto;
    display: block;
}
.pro_list_pic
{
    width: 46.3%;
    height: auto;
    float: left;
    overflow: hidden;
}
.pro_list_pic img
{
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.pro_list_info
{
    width: 50%;
    height: auto;
    float: right;
}
.pro_list_info h3
{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left: 100px;
}
.pro_list_info h3:after
{
    content: "";
    width: 88px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 0;
}
.pro_list_info p
{
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    margin-top: 50px;
}
.pro_list_info span
{
    width: 160px;
    height: 55px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    color: #fff;
    display: block;
    float: right;
    margin-top: 40px;
}
.pro_list_info span:hover
{
    background: #f4a901;
}
.pro_list_pic:hover img
{
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}
.pro_list_xx
{
    width: 100%;
    height: 212px;
    overflow: hidden;
    margin-top: 50px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}
.pro_list_xx p
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}
.index_youshi
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index_youshi_bottom
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 34px;
}
.index_youshi_bottom .slideTxtBox
{
    width: 100%;
    position: relative;
    height: 738px;
}
.index_youshi_bottom .slideTxtBox .hd
{
    width: 100%;
    height: 260px;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
}
.index_youshi_bottom .slideTxtBox .hd ul
{
    width: 1440px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.index_youshi_bottom .slideTxtBox .hd ul li
{
    float: left;
    width: 25%;
    height: 100%;
    text-align: center;
    padding-top: 52px;
}
.index_youshi_bottom .slideTxtBox .hd ul li.on
{
    background: rgba(244,169,1,.5);
}
.index_youshi_bottom .slideTxtBox .hd ul li h4
{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    margin-top: 20px;
}
.index_youshi_bottom .slideTxtBox .hd ul li p
{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.index_youshi_bottom .slideTxtBox .bd
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bd_list
{
    width: 100%;
    height: 100%;
    padding-top: 90px;
}
.bd_info
{
    width: 1440px;
    height: auto;
    margin: 0 auto;
}
.bd_info h3
{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.bd_info h4
{
    font-size: 20px;
    color: #fff;
    font-family: "Impact";
    line-height: 40px;
}
.bd_info p
{
    width: 55%;
    height: auto;
    overflow: hidden;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    margin: 30px 0 40px;
}
.bd_info a
{
    width: 130px;
    height: 50px;
    background: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #48719d;
    font-size: 18px;
}
.index_youshi_bottom .slideTxtBox .hd ul li img
{
    -webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition: -moz-transform .5s ease-out;
    transition: transform .5s ease-out;
}
.index_youshi_bottom .slideTxtBox .hd ul li:hover img
{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.bd_info a:hover
{
    background: #f4a901;
    color: #fff;
}
.index_news
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 76px;
    margin-bottom: 75px;
}
.index_news_title
{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.index_news_title h4
{
    font-size: 42px;
    color: #48719d;
    font-weight: bold;
    font-family: "Impact";
}
.index_news_title h3
{
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin: 6px auto 9px;
}
.index_news_title p
{
    font-size: 16px;
    color: #999;
}
.index_news_left
{
    width: 48%;
    height: auto;
    float: left;
    margin-top: 40px;
    border-top: 1px solid #d7d7d7;
}
.index_news_left li
{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
}
.in_news_lpic
{
    width: 130px;
    height: auto;
    float: left;
    overflow: hidden;
}
.in_news_lxx
{
    width: auto;
    margin-left: 150px;
}
.in_news_lxx p
{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    height: 48px;
}
.in_news_lxx dl
{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px;
}
.in_news_lxx dl dt
{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 80%;
}
.in_news_lxx dl dd
{
    font-size: 14px;
    color: #999;
    float: right;
}
.index_news_right
{
    width: 47.6%;
    height: auto;
    float: right;
    margin-top: 40px;
}
.index_news_right li
{
    width: 48%;
    height: auto;
    float: left;
}
.index_news_right li:nth-child(2n)
{
    float: right;
}
.in_news_rpic
{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
.in_news_rpic img, .in_news_lpic img
{
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.in_news_rxx
{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 15px 20px;
    border: 1px solid #d7d7d7;
    border-top: 0;
}
.in_news_rxx span
{
    font-size: 14px;
    color: #999;
    display: block;
}
.in_news_rxx h3
{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px auto;
}
.in_news_rxx p
{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    height: 72px;
}
.in_news_more
{
    width: 164px;
    height: 56px;
    display: block;
    margin: 45px auto 0;
    background: #f4a901;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
}
.in_news_more:hover
{
    background: #48719d;
}
.index_news_right li:hover h3, .index_news_right li:hover p
{
    color: #48719d;
}
.index_news_right li:hover img, .index_news_left li:hover img
{
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}
.index_news_left li:hover dt, .index_news_left li:hover p
{
    color: #48719d;
}
.index_service
{
    width: 100%;
    height: 517px;
    background: url(../image/service_bjs.jpg) no-repeat center;
    padding-top: 86px;
    background-attachment: fixed;
    background-size: cover;
}
.index_service dl
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index_service dl dt
{
    font-size: 42px;
    color: #fff;
    opacity: .2;
    font-weight: bold;
    line-height: 50px;
}
.index_service dl dd
{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-top: -30px;
}
.in_ser_info
{
    width: 590px;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin: 46px 0;
}
.ser_more
{
    width: 130px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    display: block;
    font-size: 20px;
    color: #fff;
}
.footer
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 42px;
}
.footer_left
{
    width: 185px;
    height: auto;
    float: left;
}
.f_logo
{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
.f_logo img
{
    width: 47px;
    height: auto;
    float: left;
}
.f_logo h3
{
    font-size: 32px;
    color: #48719d;
    font-weight: bold;
    float: left;
    margin-left: 10px;
}
.footer_jd
{
    width: 100%;
    height: auto;
    background: #48719d;
    padding: 10px;
    margin-top: 28px;
}
.footer_jd p
{
    font-size: 16px;
    color: #fff;
    padding-left: 16px;
}
.footer_jd span
{
    font-size: 24px;
    color: #fff;
    font-family: "Impact";
    display: block;
    text-align: center;
}
.footer_nav
{
    width: 870px;
    height: auto;
    float: left;
}
.footer_nav dl
{
    width: auto;
    float: left;
    margin-left: 70px;
}
.footer_nav dl dt
{
    width: 100%;
    height: auto;
    line-height: 30px;
}
.footer_nav dl dt a
{
    font-size: 14px;
    color: #666;
    font-weight: bold;
}
.footer_nav dl a
{
    width: 100%;
    display: block;
}
.footer_nav dl dd
{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 5px;
}
.footer_nav dl dd a
{
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.footer_nav dl dd a:hover
{
    color: #48719d;
}
.f_ma
{
    width: auto;
    height: auto;
    overflow: hidden;
    float: right;
}
.f_ma h3
{
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin-bottom: 20px;
}
.f_ma dl
{
    width: 120px;
    height: auto;
    float: left;
}
.f_ma dl dt
{
    width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #999;
}
.f_ma dl dt img
{
    width: 100%;
    height: auto;
    display: block;
}
.f_ma dl dd
{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.f_wxm
{
    margin-left: 40px;
}
.copy
{
    clear: both;
    width: 100%;
    height: 50px;
    color: #999;
    line-height: 50px;
    position: relative;
    border-top: 1px solid #e3e3e3;
    margin-top: 40px;
}
.copy_l
{
    float: left;
    font-size: 14px;
    color: #999;
}
.copy_l a
{
    color: #999;
}
.copy_l a:hover
{
    color: #48719d!important;
}
.footer_zhichi
{
    width: auto;
    height: 56px;
    float: right;
}
.footer_zhichi p
{
    width: auto;
    float: left;
    margin-right: 20px;
    color: #999;
    line-height: 50px;
}
.footer_zhichi .pt
{
    width: 121px;
    height: 18px;
    background: url(../image/vl.png) no-repeat;
    margin-top: 14px;
    margin-right: 10px;
}
.footer_zhichi .js
{
    width: 121px;
    height: 18px;
    background: url(../image/wl.png) no-repeat;
    margin-top: 14px;
}
.footer_zhichi .pt:hover
{
    background: url(../image/vl_hover.png) no-repeat;
}
.footer_zhichi .js:hover
{
    background: url(../image/ws_hover.png) no-repeat;
}
.footer_zhichi span
{
    float: left;
    font-size: 14px;
    color: #999;
}
.footer_zhichi i
{
    float: left;
}
.in_yqlj
{
    float: left;
}
.lxfx
{
    height: auto;
    position: fixed;
    right: 0;
    top: 250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a
{
    color: #fff;
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
    font-size: 14px;
}
.leftlx
{
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span
{
    border-left: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm
{
    border: 5px solid #fff;
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i
{
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px;
    background: url(../image/fx.png) no-repeat;
}
.lxfx li i.icon-tel
{
    background-position: 0 -25px;
}
.lxfx li i.icon-ly
{
    background-position: 4px -53px;
}
.lxfx li i.icon-wx
{
    background-position: -34px 4px;
}
.lxfx li i.icon-wb
{
    background-position: -30px -22px;
}
.lxfx li i.icon-top
{
    background-position: -30px -49px;
    height: 32px;
}
.lxfx li p
{
    line-height: 12px;
    text-align: center;
}
.lxfx li
{
    background: #222;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px;
    float: left;
}
.ny_banner
{
    width: 100%;
    position: relative;
    height: 450px;
    clear: left;
}
.about_ban
{
    background: url(../image/about_ban.jpg) no-repeat center;
}
.news_ban
{
    background: url(../image/news_ban.jpg) no-repeat center;
}
.product_ban
{
    background: url(../image/product_ban.jpg) no-repeat center;
}
.contact_ban
{
    background: url(../image/contact_ban.jpg) no-repeat center;
}
.case_ban
{
    background: url(404.png) no-repeat center;
}
.service_ban
{
    background: url(404.png) no-repeat center;
}
.join_ban
{
    background: url(../image/join_ban.jpg) no-repeat center;
}
.yxwl_ban
{
    background: url(../image/yxwl_ban.jpg) no-repeat center;
}
.qyys_ban
{
    background: url(../image/qyys_ban.jpg) no-repeat center;
}
.ny_baninfo
{
    width: 1200px;
    height: 225px;
    position: absolute;
    top: 195px;
    left: 50%;
    margin-left: -600px;
}
.ny_baninfo h3
{
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    margin-top: 60px;
}
.ny_baninfo .ny_fubiao
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 28px;
}
.ny_baninfo .ny_fubiao hr
{
    width: 55px;
    height: 1px;
    float: left;
    background: #48719d;
    margin-top: 10px;
    margin-right: 8px;
}
.ny_baninfo .ny_fubiao p
{
    float: left;
    font-size: 14px;
    color: #fff;
}
.ny_baninfo .ny_fubiao p a
{
    font-size: 14px;
    color: #fff;
}
.ny_baninfo h4
{
    font-size: 48px;
    font-family: "Arial";
}
.ny_baninfo .ny_fubiao p a:hover
{
    color: #48719d;
}
.shine
{
    background: #fff -webkit-gradient(linear,left top,right top,from(#fff),to(#fff),color-stop(.9,#48719d)) 0 0 no-repeat;
    -webkit-background-size: 125px;
    color: rgba(255,255,255,.1);
    -webkit-background-clip: text;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    display: block;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}
.ny_service_all
{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin: 40px 0;
}
.ny_service_all img
{
    max-width: 100%;
}
.ny_nav
{
    width: 100%;
    height: 67px;
    margin-top: -26px;
    position: relative;
    z-index: 9;
}
.ny_nav ul
{
    width: auto;
    margin: 0 auto;
    display: table;
    background: #48719d;
    border-radius: 38px;
}
.ny_nav ul li
{
    width: auto;
    height: 67px;
    line-height: 67px;
    float: left;
    text-align: center;
    position: relative;
    padding: 0 36px;
}
.ny_nav ul li a
{
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}
.ny_nav ul li:first-child
{
    border-radius: 38px 0 0 38px;
}
.ny_nav ul li:last-child
{
    border-radius: 0 38px 38px 0;
}
.ny_nav ul li:hover, .ny_nav ul li.active
{
    background: url(../image/san_bj.png) no-repeat bottom center;
}
.ny_pro_bt
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ny_pro_bt ul
{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 60px auto 0;
}
.ny_pro_bt ul li
{
    width: auto;
    float: left;
    background: url(404.png) no-repeat left center;
    padding-left: 50px;
    margin-right: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
.ny_pro_bt ul li a
{
    font-size: 18px;
    color: #060507;
}
.ny_pro_bt ul li:hover a
{
    color: #48719d;
}
.ny_pro_bt ul li:hover
{
    background: url(404.png) no-repeat left center;
}
.ny_pro_bt ul li.active
{
    background: url(404.png) no-repeat left center;
}
.ny_pro_bt ul li.active a
{
    color: #48719d;
}
.nynews-l
{
    margin-top: 30px;
    width: 100%;
}
.nynewst-div
{
    width: 187px;
    height: 152px;
    overflow: hidden;
    margin-top: 29px;
    margin-left: 7px;
}
.nynewst-div>img
{
    width: 100%;
    transition: .6s;
}
.nynews-top
{
    width: 100%;
    height: auto;
    transition: .3s;
    border: 1px solid #d5d5d5;
    overflow: hidden;
}
.nynews-top a
{
    width: 705px;
    height: auto;
    float: left;
}
.nynews-top a:nth-child(2n)
{
    float: right;
}
.nynews-top .r>h3
{
    color: #555;
    font-size: 16px;
    margin-top: 30px;
    transition: .3s;
}
.nynews-top .r>p
{
    color: #a1a1a1;
    font-size: 14px;
    transition: .3s;
}
.nynews-top .r>span
{
    color: #a1a1a1;
    font-size: 14px;
    line-height: 40px;
    transition: .3s;
}
.nynews-top .r
{
    width: 320px;
    margin-right: 50px;
}
.nynews-li
{
    border-bottom: 1px dashed #d5d5d5;
    overflow: hidden;
}
.nynews-li>span
{
    border: 2px solid #48719d;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    float: left;
    margin-top: 20px;
    margin-right: 6px;
    position: relative;
    left: 0;
    transition: .3s;
}
.nynews-li>a
{
    float: left;
    line-height: 52px;
    width: 76%;
    color: #1b1b1b;
    font-size: 16px;
    position: relative;
    left: 0;
    transition: .3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.nynews-li>p
{
    float: right;
    line-height: 52px;
    color: #626262;
    font-size: 14px;
    position: relative;
    right: 0;
    transition: .3s;
}
.nynews-li a:hover
{
    left: 15px;
    color: #48719d;
}
.nynews-li:hover>span
{
    left: 15px;
    background: #48719d;
}
.nynews-li:hover>p
{
    right: 15px;
    color: #48719d;
}
.nynews-top:hover .nynewst-l>img
{
    transform: scale3d(1.1,1.1,1);
}
.nynews-top:hover
{
    background: #48719d;
    border: 1px solid #48719d;
}
.news-bot
{
    margin-bottom: 40px;
}
.intitle-top>h3
{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #0c46c6;
}
.intitle-top>p
{
    font-size: 18px;
    color: #707070;
    text-align: center;
    line-height: 40px;
}
.ny-news
{
    margin-top: 40px;
    margin-bottom: 70px;
    overflow: hidden;
    width: 1440px;
    margin: 0 auto 60px;
}
.main-title>h3>span
{
    color: #48719d;
}
.nynewst-l
{
    width: 210px;
    height: auto;
    overflow: hidden;
    float: left;
}
.nynewst-l>img
{
    width: 100%;
    transition: .6s;
}
.nynews-top>a
{
    display: block;
    padding: 16px;
    overflow: hidden;
}
.nynews-top>a>.nynewst-r
{
    margin-left: 230px;
}
.nynews-top>a>.nynewst-r>h3
{
    width: 100%;
    height: 30px;
    color: #535353;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.nynews-top>a>.nynewst-r>span
{
    color: #898989;
    font-size: 14px;
    display: block;
    line-height: 36px;
}
.nynews-top>a>.nynewst-r>p
{
    color: #898989;
    font-size: 14px;
    line-height: 24px;
}
.nynews-top .l
{
    width: 300px;
    margin-left: 20px;
}
.nynews-top .l h3
{
    color: #555;
    font-size: 16px;
    transition: .3s;
}
.nynews-top .l p
{
    color: #a1a1a1;
    font-size: 14px;
    transition: .3s;
}
.nynews-top .l span
{
    color: #a1a1a1;
    font-size: 14px;
    line-height: 40px;
    transition: .3s;
}
.nynews-top:hover .l h3
{
    color: #fff;
}
.nynews-top:hover .l p
{
    color: #fff;
}
.nynews-top:hover .l span
{
    color: #fff;;
}
.nynews-l ul
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nynews-l ul li
{
    width: 48%;
    height: auto;
    float: left;
}
.nynews-l ul li:nth-child(2n)
{
    float: right;
}
.in-news
{
    margin-top: 60px;
    background: url(404.png) no-repeat center;
    background-position: bottom;
}
.news-title h3
{
    color: #48719d;
}
.news-title span
{
    width: 442px;
    line-height: 80px;
    color: #48719d;
    font-size: 33px;
    text-align: center;
    font-weight: bold;
}
.news-title span p
{
    color: #48719d!important;
    font-size: 33px;
    text-align: center;
    font-weight: bold;
    padding-top: 13px;
}
.news-title p
{
    color: #626262;
}
.title h3
{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.title span
{
    display: block;
    width: 442px;
    height: 80px;
    margin: 0 auto;
}
.newsli-l
{
    width: 130px;
    height: 122px;
    background: #333;
    transition: .6s;
}
.newsli-l span
{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    border-bottom: 1px solid #444;
    width: 100px;
    margin: 0 auto;
    padding-bottom: 13px;
    transition: .6s;
    display: block;
}
.newsli-l p
{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    padding-top: 10px;
}
.newsli-r
{
    width: 790px;
    background: #f5f5f5;
    padding: 18px 20px;
    height: 122px;
}
.news-li
{
    clear: both;
    margin-bottom: 20px;
    display: table;
}
.newsli-r h3
{
    font-size: 18px;
    line-height: 30px;
    transition: .6s;
    width: 100%;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
}
.newsli-r p
{
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
    width: 100%;
    height: 48px;
    overflow: hidden;
    color: #333;
}
.news-li:hover .newsli-l
{
    background: #48719d;
}
.news-li:hover .newsli-l span
{
    border-bottom: 1px solid #fff;
}
.news-li:hover .newsli-r h3
{
    color: #48719d;
}
.news-li:hover .newsli-r p
{
    color: #48719d;
}
.ny_news_h1
{
    width: 100%;
    text-align: center;
    clear: both;
    height: 40px;
}
.ny_news_h1 h1
{
    font-size: 24px;
    color: #555;
}
.ny_news_xxs
{
    width: 100%;
    line-height: 30px;
    color: #999;
    height: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    clear: both;
    font-size: 14px;
}
.ny_news_show
{
    margin-bottom: 70px;
    margin-top: 50px;
}
.ny_news_show h1
{
    font-size: 26px;
    color: #333;
}
.keyword_light
{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.news_show_bt
{
    width: 100%;
    color: #555;
    padding: 10px 0;
    text-align: center;
    clear: both;
    font-weight: bold;
}
.news_show_time
{
    width: 100%;
    line-height: 30px;
    color: #999;
    height: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    clear: both;
}
.ny_honor_all
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0;
}
.ny_honor_all ul
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ny_honor_all ul li
{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
}
.ny_honor_all ul li .honor_pic
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ny_honor_all ul li .honor_pic img
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ny_honor_all ul li p
{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ny_honor_all ul li:nth-child(4n)
{
    margin-right: 0;
}
.ny_product_all
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 75px;
    margin-bottom: 60px;
}
.ny_product_all ul
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ny_product_all ul li
{
    width: 23.5%;
    height: auto;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    padding: 10px;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}
.ny_solution_img
{
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.ny_solution_img img
{
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
    display: block;
}
.ny_product_all ul li h5
{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #060507;
    font-weight: normal;
}
.ny_product_all ul li:nth-child(4n)
{
    margin-right: 0;
}
.ny_pro_ft
{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.ny_pro_ft h3
{
    font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}
.ny_pro_ft p, .ny_pro_fts p
{
    font-size: 14px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 910px;
    margin: 0 auto;
}
.ny_product_show
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 55px 0;
}
.ny_pro_top
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ny_pro_tleft
{
    width: 38%;
    height: auto;
    float: left;
}
.ny_pro_tleft .slideBox
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}
.ny_pro_tleft .slideBox .hd
{
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 1;
}
.ny_pro_tleft .slideBox .hd ul
{
    overflow: hidden;
    zoom: 1;
    float: left;
}
.ny_pro_tleft .slideBox .hd ul li
{
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    background: #c9c9c9;
    cursor: pointer;
    border-radius: 50%;
}
.ny_pro_tleft .slideBox .hd ul li.on
{
    background: #48719d;
    color: #fff;
}
.ny_pro_tleft .slideBox .bd
{
    position: relative;
    height: 100%;
    z-index: 0;
}
.ny_pro_tleft .slideBox .bd ul
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ny_pro_tleft .slideBox .bd li
{
    width: 100%;
    height: 100%;
}
.ny_pro_tleft .slideBox .bd img
{
    width: 100%;
    height: 100%;
    display: block;
}
.ny_pro_tright
{
    width: 60%;
    height: auto;
    float: right;
}
.ny_pro_tright h1
{
    font-size: 26px;
    color: #191919;
    height: auto;
    line-height: 30px;
    margin-top: 10px;
    font-weight: 700;
}
.ny_pro_p
{
    width: 100%;
    height: 81px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 15px;
    overflow: hidden;
}
.ny_pro_p p
{
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 35px;
    font-size: 15px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ny_pro_a
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}
.ny_pro_a a
{
    width: 260px;
    height: 60px;
    background: #959595;
    display: block;
    overflow: hidden;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    float: left;
    margin-right: 18px;
}
.ny_pro_a a:hover
{
    background: #313131;
}
.ny_pro_a a i
{
    font-size: 28px;
    margin-right: 10px;
    float: left;
    margin-left: 56px;
}
.ny_pro_dh
{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.ny_pro_dh i
{
    color: #000;
    font-size: 50px;
    float: left;
    line-height: 60px;
}
.ny_pro_ddh
{
    float: left;
    margin-left: 10px;
}
.ny_pro_ddh p
{
    font-size: 14px;
    color: #313131;
}
.ny_pro_ddh span
{
    font-size: 30px;
    color: #48719d;
    font-family: "Impact";
}
.ny_pro_24
{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.ny_pro_24 p
{
    font-size: 14px;
    color: #313131;
    background: url(../image/dh.png) no-repeat left center;
    float: left;
    padding-left: 28px;
    margin-right: 30px;
}
.ny_pro_bottom
{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 65px;
}
.ny_pro_bleft
{
    width: 75%;
    height: auto;
    overflow: hidden;
    float: left;
}
.ny_pro_bright
{
    width: 21%;
    height: auto;
    float: right;
}
.ny_probt_case
{
    width: 100%;
    height: 368px;
    margin-top: 30px;
}
.ny_proshow_num h3, .ny_proshow_info h3
{
    font-size: 30px;
    color: #313131;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
}
.nyprocase-div
{
    width: 100%;
    height: 203px;
    overflow: hidden;
    position: relative;
}
.ny_probt_xx h3
{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #313131;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ny_proinput .ny_pro_ft
{
    margin-top: 50px;
}
.ny_proinput .ny_pro_ft span
{
    color: #48719d;
}
.ny_proinput ul
{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 38px;
}
.ny_proinput ul li
{
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    overflow: hidden;
}
.ny_proinput ul li div
{
    height: 36px;
    width: 420px;
    border: 1px solid #d2d2d2;
    float: left;
}
.ny_proinput ul li div input
{
    width: 100%;
    height: 100%;
    border: 0;
    padding-left: 10px;
}
.li_dh
{
    float: right!important;
}
.ny_proinput ul li textarea
{
    width: 100%;
    height: 88px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    resize: none;
}
.liji_su
{
    width: 423px;
    height: 46px;
    background: #48719d;
    font-size: 16px;
    color: #fff;
    border: 0;
    margin: 10px auto;
    display: block;
}
.ny_proinput
{
    overflow: hidden;
    margin-bottom: 20px;
}
.ny_probt
{
    width: 100%;
    height: 50px;
}
.ny_probt li
{
    width: 100%;
    height: 50px;
    background: #eee;
    color: #313131;
    font-size: 18px;
    float: left;
    text-align: center;
    line-height: 50px;
    margin-right: 1px;
}
.ny_probt li:last-child
{
    margin-right: 0;
}
.ny_probt li:hover
{
    background: #48719d;
    color: #fff;
}
.ny_probt li:hover a
{
    color: #fff;
}
.ny_probt li.on
{
    background: #48719d;
}
.ny_probt li.on a
{
    color: #fff;
    font-size: 18px;
}
.ny_probt li a
{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.ny_proshow_num
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.ny_proshow_info
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16pxx;
    color: #666;
    line-height: 30px;
}
.fangan_show
{
    margin-top: 20px;
}
.ny_hotnews
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.ny_hotnews h3
{
    width: 100%;
    height: 50px;
    background: #48719d;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    padding: 0 10px;
}
.ny_hotnews ul
{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.ny_hotnews ul li
{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
}
.ny_hotnews ul li p
{
    width: 70%;
    float: left;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #191919;
    font-size: 14px;
}
.ny_hotnews ul li span
{
    float: right;
    font-size: 12px;
    color: #191919;
}
.ny_hotnews ul li:hover p, .ny_hotnews ul li:hover span
{
    color: #48719d;
}
.ny_hotnews_info
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    border: 1px solid #dad7d7;
    padding: 8px 7px;
}
.ny_hotnews_info p
{
    font-size: 14px;
    color: #191919;
    line-height: 26px;
}
.ny_hotnews input[type="text"]
{
    width: 66%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    padding: 0 10px;
    float: left;
}
.t_search
{
    width: 26%;
    height: 35px;
    color: #fff;
    border: 0;
    background: #48719d;
    float: right;
}
.ny_news_all
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0;
}
.ny_news_all ul
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}
.ny_news_all ul li
{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px;
}
.ny_news_all ul li .ny_time
{
    width: 115px;
    height: auto;
    float: left;
    margin-top: 25px;
}
.ny_news_all ul li .ny_time span
{
    display: block;
    font-size: 12px;
    color: #999;
    text-align: right;
}
.ny_news_all ul li .ny_time p
{
    font-size: 41px;
    color: #c8c8c8;
}
.news_xx
{
    width: 63%;
    height: auto;
    float: left;
    margin-left: 2%;
    margin-top: 20px;
}
.news_xx h3
{
    widdth: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_xx p
{
    width: 100%;
    height: 52px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_xx span
{
    font-size: 14px;
    color: #aaa;
}
.news_pic
{
    width: 22%;
    height: auto;
    float: right;
}
.news_pic img
{
    width: 100%;
    height: auto;
    display: block;
}
.ny_news_all ul li:hover
{
    background: #f4f4f4;
}
.ny_news_all ul li:hover .ny_time p, .ny_news_all ul li:hover .ny_time span, .ny_news_all ul li:hover span
{
    color: #48719d;
}
.ny_news_all ul li:hover h3
{
    font-weight: bold;
}
.ny_contact
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0;
}
.ny_contact_map
{
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 20px;
}
.ny_conta_xx
{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-bottom: 42px;
    margin-top: 20px;
}
.contact_right
{
    width: 50%;
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}
.ny_cont_wx
{
    width: 340px;
    height: auto;
    float: right;
}
.ny_cont_wx dl
{
    width: 140px;
    height: 200px;
    float: left;
    margin-right: 26px;
}
.ny_cont_wx dl dt
{
    width: 140px;
    height: 140px;
    border: 4px solid #e5e5e5;
    padding: 10px;
    background: #fff;
}
.ny_cont_wx dl dd
{
    font-size: 14px;
    color: #626262;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.ny_cont_wx dl dt img
{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1650px)
{
    .header_right
    {
        width: 60%;
        margin-left: 3%;
    }
}
@media screen and (max-width: 1500px)
{
    .w1440, .ny-news, .bd_info, .index_youshi_bottom .slideTxtBox .hd ul
    {
        width: 1200px;
    }
    .header_nav
    {
        width: 90%;
        margin-left: -45%;
    }
    .nav .nLi h3 p
    {
        font-size: 16px;
    }
    .footer_nav
    {
        width: 720px;
    }
    .footer_nav dl
    {
        margin-left: 46px;
    }
    .index_about_right dl
    {
        margin-right: 31px;
    }
    .index_about_right dl dt span
    {
        font-size: 40px;
    }
    .in_about_info
    {
        margin-top: 26px;
    }
    .bd_info p
    {
        width: 66%;
    }
    .in_news_lxx dl dt
    {
        width: 70%;
    }
    .index_news_left
    {
        width: 42%;
    }
    .index_news_right
    {
        width: 56%;
    }
}
@media screen and (max-width: 1290px)
{
    .header_nav
    {
        width: 95%;
        margin-left: -47.5%;
    }
    .h_weixin, .h_sj
    {
        width: 30px;
        background-size: 100% auto;
    }
}
