@charset 'utf-8';

p {
/ * 防止撑开* /
 table-layout: fixed;
 / * 英文单字因自动换行 * /
 word-wrap: break-word;
 / * 正常避头尾 * /
 word-break: normal;
 / * 文字左右对齐 * /
 text-align:justify;
 text-justify:inter-ideograph;
} 

.contents {
 / * 防止撑开* /
 table-layout: fixed;
 / * 英文单字因自动换行 * /
 word-wrap: break-word;
 / * 正常避头尾 * /
 word-break: normal;
 / * 文字左右对齐 * /
 text-align:justify;
 text-justify:inter-ideograph;
 }



.imgdiv
{
    overflow: hidden;
}
.imgdiv img
{
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.ib
{
    display: inline-block;
}
.vishidden
{
    visibility: hidden;

    opacity: 0;
}
.openmenu
{
    position: absolute;
    top: 0;
    right: 58px;

    display: inline-block;

    width: 70px;
    height: 70px;

    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.openmenu span
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 22px;
    height: 2px;

    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    background: #eb6100;
}
.openmenu span::after,
.openmenu span::before
{
    position: absolute;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;

    background: #eb6100;
}
.openmenu span::after
{
    top: -7px;
}
.openmenu span::before
{
    top: 7px;
}
.openmenu.act span
{
    background: rgba(255,255,255,0);
}
.openmenu.act span::before
{
    top: 0;

    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    transform: rotate(43deg);
}
.openmenu.act span::after
{
    top: 0;

    -webkit-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg);
}

.mask2,
.mask
{
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    opacity: 0;
    background: rgba(0,0,0,.5);
}
.mask2
{
    z-index: 15000;
}
.mask.act,
.mask2.act
{
    visibility: visible;

    opacity: 1;
}
.index .banner
{
    position: relative;

    margin-top: 169px;
}
.index .banner img
{
    max-width: 100%;
}
.index .banner .slick-dots
{
    bottom: 12px;
    /*color: #fff;*/
}
@media (min-width: 992px) {
    .index .banner .slick-dots,
    .index .lcon4 .slick-dots{
        display: none !important;
    }

}
.index .banner .slick-dots li
{
    width: 8px;
    height: 8px;
    margin-right: 5px;
    margin-left: 5px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    border: 1px solid #fff;
    border-radius: 50%;
}
.index .banner .slick-dots li.slick-active
{
    background: #fff;
}
.index .banner .slick-prev,
.index .banner .slick-next,
.lcon4 .slick-prev,
.lcon4 .slick-next
{
    z-index: 10;

    width: 40px;
    height: 64px;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background-size:20px;
    background-position: center;
    background-repeat: no-repeat;
}
.lcon4 .slick-prev,
.lcon4 .slick-next{
    top: 26%;
}
.index .banner .slick-prev,
.lcon4 .slick-prev
{
    left:0px;

    background-image: url(/Public/Cn/images/ar.png);
}
.index .banner .slick-next,
.lcon4 .slick-next
{
    right: 0px;

    background-image: url(/Public/Cn/images/al.png);
}
.index .banner:hover .slick-prev,
.index .banner:hover .slick-next,
.lcon4:hover .slick-prev,
.lcon4:hover .slick-next {
    opacity: 1;
}
.index .banner:hover .slick-prev,
.lcon4:hover .slick-prev{
    left:50px;
}
.index .banner:hover .slick-next,
.lcon4:hover .slick-next {
    right: 50px;
}
footer nav
{
    border-top: 1px solid #e5e5e5;
}
footer nav li
{
    height: auto;
}
footer .top
{
    position: relative;

    padding-top: 40px;
    padding-right: 100px;
    padding-bottom: 40px;
    padding-left: 100px;

    background: url(/Public/Cn/images/foot.jpg) no-repeat center;
    background-size: cover;
}
footer .top ul
{
    display: inline-block;

    margin-right: 200px;

    vertical-align: top;
}
footer .top li
{
    line-height: 2.57;
}
footer .top li a
{
    color: #9b9b9b;
}
footer .link
{
    position: absolute;
    right: 110px;
    bottom: 50px;
}
footer .link a
{
    line-height: 36px;

    position: relative;

    display: inline-block;

    width: 39px;
    height: 39px;
    margin-left: 40px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid transparent;
    border-radius: 50%;
    background: #838383;
}
footer .link a span
{
    font-size: 24px;

    vertical-align: middle;

    color: #494949;
}
footer .link a:hover
{
    border-color: #838383;
    background-color: #494949;
}
footer .link img {
    max-width: 80%;
    margin-bottom: 5px;
}
footer .link .erweima img {
    max-width: none;

}
footer .link a:last-child img {
    max-width: 100%;
}
footer .link img:last-child {
    display: none;
}
footer .link a:hover img:first-child {
    display: none;
}
footer .link a:hover img:last-child {
    display: inline;
}
footer .link a:hover span
{
    color: #838383;
}
footer .top a div
{
    position: absolute;
    bottom: 0;
    left: 50%;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    opacity: 0;
}
footer .top .imgdiv
{
    display: inline-block;
}
footer .top .imgdiv img
{
    display: block;
}
footer .top .imgdiv p
{
    font-size: 12px;
    line-height: 1.5;

    margin-top: 8px;

    text-align: center;
    letter-spacing: 1.5px;

    color: #929292;
}
footer .top .imgdiv img,
footer .top a div img
{
    width: 105px;
}
footer .top a:hover div
{
    bottom: 40px;

    opacity: 1;
}
footer .dahua
{
    position: absolute;
    top: 57px;
    right: 110px;
}
footer .copy
{
    font-family: '瀵邦喛钂嬮梿鍛寸拨';

    padding-top: 19px;
    padding-right: 100px;
    padding-bottom: 19px;
    padding-left: 100px;

    letter-spacing: .5px;

    color: #7d7d7d;
    background: #3a3a3a;
}
footer .copy a
{
    color: #7d7d7d;
}
footer .top li a:hover,
footer .copy a:hover
{
    color: #eb6100;
}
/*card*/
.card .fl
{
    height: 368px;
    padding-top: 77px;

    text-align: center;

    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: background .5s;
       -moz-transition: background .5s;
        -ms-transition: background .5s;
         -o-transition: background .5s;
            transition: background .5s;
            position: relative;
            overflow: hidden;
}
.card .fl:hover .imgb{
    -webkit-transform: scale(1.2) translate(-50%,-50%);
    -ms-transform: scale(1.2) translate(-50%,-50%);
    -o-transform: scale(1.2) translate(-50%,-50%);
    transform: scale(1.2) translate(-50%,-50%);
}
.card .fl .imgb{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.card .fl h1,
.card .fl div,
.card .fl p,
.card .fl .moreh2
{
    position: relative;
    z-index: 1;
}
.card .fl .bordiv
{
    width: 68px;
    height: 2px;
    margin: auto;
    margin-top: 22px;
    margin-bottom: 16px;

    background: #fff;
}
.card .l
{
    background-image: url(/Public/Cn/images/a1.jpg);
}
.card .r
{
    background-image: url(/Public/Cn/images/a2.jpg);
}
.card .fl p
{
    line-height: 2.14;

    max-width: 470px;
    margin: auto;
}
.more
{
    font-size: 18px;

    position: relative;

    display: inline-block;

    margin-top: 45px;
    padding-bottom: 8px;

    color: #d6d6d6;
    border-bottom: 1px solid #fff;
}
.more::after
{
    position: absolute;
    top: 48%;
    left: -3px;

    width: 112px;
    height: 48px;

    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    border: 1px solid rgba(255,255,255,.3);
}
.more:hover
{
    color: #fff;
}
.more:hover::after
{
    left: 50%;

    width: 150px;

    border-color: #fff;
}
.titleg
{
    padding-top: 70px;

    text-align: center;
}
.titleg h2
{
    display: inline-block;

    padding-bottom: 13px;

    border-bottom: 1px solid #eb6100;
}
.titleg h4
{
    font-family: Arial;

    margin-top: -1px;
    padding-top: 20px;

    text-transform: uppercase;

    color: #464646;
    border-top: 1px solid #eee;
}
.index .lcon1 .titleg
{
    margin-bottom: 85px;
}
.index .lcon1
{
    padding-right: 72px;
    padding-bottom: 70px;
    padding-left: 72px;
}
.index .lcon1 .item
{
    float: left;

    width: 20%;
    padding-right: 28px;
    padding-left: 28px;
}
.index .lcon1 .item figure
{
    position: relative;
}
.index .lcon1 .item figcaption
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding-top: 35px;
    padding-left: 35px;

    color: #fff;
}
.index .lcon1 .item figcaption .bordiv
{
    width: 35px;
    height: 2px;
    margin-top: 15px;

    background: #fff;
}
.index .lcon1 .item .medal
{
    line-height: 100px;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 100px;
    height: 100px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;

    border-radius: 50%;
    background: rgba(235,97,0,.8);
}
.index .lcon1 .item .iconfont
{
    font-size: 38px;

    text-align: center;
    vertical-align: middle;

    color: #fff;
}
.index .lcon1 .item .des
{
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.index .lcon1 .item figure:hover .des
{
    -webkit-transform: translate(15px);
    -moz-transform: translate(15px);
    -ms-transform: translate(15px);
    -o-transform: translate(15px);
    transform: translate(15px);
}
.index .lcon1 .item .imgdiv img
{
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.index .lcon1 .item figure:hover img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.index .lcon1 .item figure:hover .medal
{
    line-height: 120px;

    width: 120px;
    height: 120px;
}
.index .lcon1 .item img
{
    max-width: 100%;
}
.index .lcon2
{
    padding-right: 100px;
    padding-bottom: 80px;
    padding-left: 100px;

    background: #f7f7f7;
}
.index .lcon2 .tablediv
{
    width: 100%;
    margin-top: 84px;
}
.index .lcon2 .td1
{
    width: 26.7%;
}
.index .lcon2 .td2
{
    width: 46.3%;
    padding-right: 55px;
    padding-left: 55px;
}
.index .lcon2 .td3
{
    position: relative;

    width: 27%;
}
.index .lcon2 .td figcaption
{
    position: relative;

    height: 100%;
    padding-top: 25px;
    padding-right: 35px;
    padding-bottom: 60px;
    padding-left: 35px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    background: #fff;
}
.index .lcon2 .td figcaption .arrow
{
    line-height: 60px;

    position: absolute;
    right: 0;
    bottom: 0;

    width: 50px;
    height: 50px;

    text-align: center;

    background: #ee7d42;
}
.index .lcon2 .td figcaption .arrow .iconfont
{
    font-size: 26px;

    color: #fff;
}
.index .lcon2 .td:hover figcaption
{
    color: #fff;
    background: #eb6100;
}
.index .lcon2 .td img
{
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
@media (min-width: 992px)
{
    .index .lcon2 .td:hover img
    {
        -webkit-transform: scale(1.2) translate(-50%,-50%);
        -moz-transform: scale(1.2) translate(-50%,-50%);
        transform: scale(1.2) translate(-50%,-50%);
    }
}
.index .lcon2 .td figcaption p
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index .lcon2 .td
{
    vertical-align: top;

    color: #464646;
}
.index .lcon2 .imgdiv
{
    position: relative;

    height: 493px;
}
.index .lcon2 .imgdiv img
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.index .lcon2 .td h5
{
    font-family: 'RC';
}
.index .lcon2 .td  p
{
    font-size: 18px;
    line-height: 2;

    margin-top: 15px;
}
.index .lcon2 .td .item
{
    position: absolute;
    position: relative;
    left: 0;

    width: 100%;
    height: 50%;
}
.index .lcon2 .td3 .item:first-child
{
    top: 0;

    padding-bottom: 54px;
}
.index .lcon2 .td3 .item:last-child
{
    bottom: 0;

    padding-top: 0px;
}
.index .lcon2 .td .item .wrapper
{
    height: 100%;
    padding-top: 24px;
    padding-right: 25px;
    padding-left: 25px;

    color: #fff;
    background: #eb6100;
    height: 294px;
}
@media screen and (max-width: 1500px) {
    .index .lcon2 .td .item .wrapper{
        height: 260px;
    }
}
@media screen and (max-width: 1300px) {
    .index .lcon2 .td .item .wrapper{
        height: auto;
    }
}
.index .lcon2 .td .item .wrapper h3
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.index .lcon2 .td .item .title
{
    display: block;

    margin-bottom: 30px;
}
.index .lcon2 .td .item h5
{
    margin-top: 14px;
    margin-bottom: 15px;
}
.index .lcon2 .td .item p
{
    font-size: 14px;

    overflow: hidden;

    max-height: 84px;
}
.index .lcon3
{
    position: relative;

    padding-right: 75px;
    padding-bottom: 55px;
    padding-left: 75px;
}
.index .lcon3 .titleg
{
    margin-bottom: 48px;
}
.index .lcon3 img
{
    position: absolute;
    top: 150px;
    left: 252px;
}
.index .lcon3 > h4
{
    font-size: 20px;

    margin-right: 25px;
    margin-left: 25px;
    padding-top: 18px;

    color: #464646;
    border-top: 1px solid #d2d2d2;
}
.index .lcon3 li
{
    position: relative;

    float: left;

    width: 33.33333333%;
    margin-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
}
.index .lcon3 li > h4
{
    position: absolute;
    top: -39px;
    left: 22px;
}
.index .lcon3 li > div
{
    position: relative;

    height: 140px;
    padding-top: 35px;
    padding-right: 80px;
    padding-left: 36px;

    border: 1px solid #d2d2d2;
}
.index .lcon3 li > div:hover p{
    color: #eb6100;
}
.index .lcon3 h5
{
    margin-bottom: 10px;

    color: #eb6100;
}
.index .lcon3 p
{
    line-height: 2.14;

    color: #848484;
}
.index .lcon3 .iconfont
{
    font-size: 28px;

    position: absolute;
    top: 50%;
    right: 33px;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #c8c8c8;
}
.index .lcon3 .scroll
{
    max-height: 60px;
}
.index .lcon4
{
    position: relative;
    background-color: #eb6100;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 106px;
}
.index .lcon4 img
{
    position: absolute;
    right: 100px;
    bottom: 68px;
}
.index .lcon4 .item
{
    padding-top: 33px;
    padding-right: 15px;
    padding-bottom: 170px;
    padding-left: 15px;

    text-align: center;

    color: #fff;
}
.index .lcon4 h1
{
    color: #fff;
    font-family: '鐎瑰缍?;
    font-size: 60px;
    text-align: center;

}
.index .lcon4 .item p
{
    font-size: 18px;
    line-height: 2.6666;

    max-width: 1200px;
    margin: auto;
}
.index .lcon4 .slick-dots
{
    bottom: 60px;
}
.index .lcon4 .slick-dots li
{
    width: 8px;
    height: 8px;
    margin-right: 5px;
    margin-left: 5px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    border: 1px solid #fff;
    border-radius: 50%;
}
.index .lcon4 .slick-dots li.slick-active
{
    background: #fff;
}
.index .lcon5 h2
{
    font-family: Arial;

    letter-spacing: .5px;
    text-transform: uppercase;

    color: #464646;
}
.index .lcon5 h3
{
    margin-top: 20px;

    letter-spacing: .5px;

    color: #666;
}
.index .lcon5 .top
{
    position: relative;

    padding-top: 45px;
    padding-right: 100px;
    padding-bottom: 55px;
    padding-left: 100px;
}
.index .lcon5 .bottom
{
    font-size: 24px;

    position: relative;

    padding-top: 30px;
    padding-right: 100px;
    padding-bottom: 30px;
    padding-left: 100px;

    letter-spacing: .5px;

    color: #464646;
    background: #f5ede9;
}
.index .lcon5 a
{
    font-size: 18px;
    line-height: 50px;

    position: absolute;
    top: 50%;
    right: 100px;

    display: block;

    width: 151px;
    height: 50px;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    letter-spacing: 1px;

    color: #fff;
    background: #828282;
}
.index .lcon5 .bottom a
{
    background: #ff7a1f;
}
.index .lcon5 .top a:hover
{
    background: #ff7a1f;
}
.index .lcon5 .bottom a:hover
{
    background: #828282;
}
.index .lcon5 span
{
    font-family: Arial;
    font-size: 48px;

    color: #eb6100;
}

.paging
{
    margin-top: 97px;

    text-align: center;
}
.paging li
{
    font-family: 'Arial';
    line-height: 32px;

    display: inline-block;

    width: 34px;
    height: 34px;
    margin-right: 6px;
    margin-left: 6px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    vertical-align: top;

    border: 1px solid transparent;
}
.paging li.activepage,
.paging li:hover
{
    color: #eb6100;
    border-color: #eb6100;
}
.paging li.lp
{
    line-height: 30px;
}
.paging .lp img:last-of-type
{
    display: none;
}
.paging .lp:hover img:first-of-type
{
    display: none;
}
.paging .lp:hover  img:last-of-type
{
    display: inline;
}
.paging .lp
{
    line-height: 31px;
}
.paging .hidden-md a
{
    line-height: 40px;

    display: block;

    width: 80px;
    height: 40px;

    text-align: center;

    border: 1px solid #bababa;
}
.paging .hidden-md .lp
{
    float: left;
}
.paging .hidden-md .rp
{
    float: right;
}
/*閼辨梻閮撮幋鎴滄粦*/
.contact .wrapper
{
    position: relative;
}
.contact .susw
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 100%;
    max-width: 1152px;
    height: 100%;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contact .map
{
    height: 590px;
    margin-top: 169px;
}
.contact .wrapper .sus
{
    width: 520px;
}
.contact .wrapper .w
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 520px;
    height: 408px;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact .wrapper .sus
{
    width: 353px;
    height: 100%;
    padding-top: 48px;
    padding-left: 36px;

    background: rgba(255,255,255,.9);
}
.contact .wrapper .sus h2
{
    color: #464646;
}
.contact .wrapper .sus h4
{
    font-family: Arial;

    margin-top: 16px;
    margin-bottom: 42px;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: #eb6100;
}
.contact .wrapper .sus p
{
    font-size: 16px;
    line-height: 3.75;

    color: #848484;
}
.contact .wrapper .sus span
{
    font-size: 22px;

    margin-right: 20px;

    vertical-align: middle;

    color: #eb6100;
}
.contact .wrapper .linkw
{
    line-height: 52px;

    position: absolute;
    right: 0;
    bottom: 0;

    width: 167px;
    height: 52px;

    text-align: center;

    background: #eb6202;
}
.contact .wrapper .linkw a
{
    position: relative;

    margin-right: 12px;
    margin-left: 12px;
}
.contact .wrapper .linkw a span
{
    font-size: 22px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    vertical-align: middle;

    color: #fff;
}
.contact .wrapper .linkw a span:hover
{
    opacity: .6;
}
.contact .wrapper .linkw a div
{
    position: absolute;
    bottom: 0;
    left: 50%;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    opacity: 0;
}
.contact .wrapper .linkw a div img
{
    width: 60px;
}
.contact .wrapper .linkw a:hover div
{
    bottom: 30px;

    opacity: 1;
}
/*閺備即妞堥崚妤勩?/
.re
{
    position: relative;
}
.news .lcon1
{
    width: 1230px;
    margin: auto;
    padding-top: 56px;
    padding-right: 15px;
    padding-bottom: 68px;
    padding-left: 15px;
}
.news .lcon1 .h4n
{
    margin-bottom: 54px;
}
.news .lcon1 .list
{
    width: 862px;
    margin-bottom: 72px;
    padding-bottom: 54px;

    border-bottom: 1px solid #eee;
}
@media (min-width: 992px)
{
    .news .lcon1 .list
    {
        min-height: 400px;
    }
}
.news .lcon1 .list > li
{
    margin-top: 54px;
    padding-top: 54px;

    border-top: 1px solid #eee;
}
.news .lcon1 .list li .imgdiv
{
    position: relative;

    width: 300px;
    height: 232px;
}
.news .lcon1 .list li .imgdiv a
{
    position: absolute;

    width: 100px;
}
.news .lcon1 .list li.cos .imgdiv a
{
    position: relative;

    display: block;

    width: 100%;
}
.news .lcon1 .list li.cos .slick-dots
{
    top: 20px;
    bottom: auto;
    left: 20px;

    text-align: left;
}
.news .lcon1 .list li.cos .slick-dots li
{
    width: 8px;
    height: 8px;
    margin-right: 15px;
    padding: 0;

    opacity: .5;
    border-radius: 50%;
    background: #fff;
}
.news .lcon1 .list li.cos .slick-dots li.slick-active
{
    opacity: 1;
}
.news .lcon1 .list li .imgdiv a:first-child
{
    top: 0;
    left: 0;
}
.news .lcon1 .list li .imgdiv a:nth-child(2)
{
    top: 0;
    left: 100px;
}
.news .lcon1 .list li .imgdiv a:nth-child(3)
{
    top: 0;
    left: 200px;
}
.news .lcon1 .list li .imgdiv a:nth-child(4)
{
    top: 58px;
    left: 0;

    width: 200px;
}
.news .lcon1 .list li .imgdiv a:nth-child(5)
{
    top: 58px;
    left: 200px;
}
.news .lcon1 .list li .imgdiv a:nth-child(6)
{
    top: 116px;
    left: 200px;
}
.news .lcon1 .list li .imgdiv a:nth-child(7)
{
    top: 175px;
    left: 0;
}
.news .lcon1 .list li .imgdiv a:nth-child(8)
{
    top: 175px;
    left: 100px;
}
.news .lcon1 .list li .imgdiv a:nth-child(9)
{
    top: 175px;
    left: 200px;
}
.news .lcon1 .list li .imgdiv a:hover
{
    opacity: .7;
}
.news .lcon1 figcaption
{
    width:         calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    padding-left: 33px;
}
.news .lcon1 .time
{
    margin-top: 20px;
    margin-bottom: 25px;

    color: #999;
}
.news .lcon1 .time img
{
    margin-right: 8px;
}
.news .lcon1 p
{
    line-height: 2.14;

    letter-spacing: .5px;

    color: #848484;
}
.news .lcon1 figcaption .moreh
{
    margin-top: 50px;
}
.news .lcon1 .right
{
    position: absolute;
    top: 0;
    right: 0;

    width: 297px;
}
.news .lcon1 img
{
    max-width: 100%;
}
.news .lcon1 .right h5
{
    color: #464646;
}
.news .lcon1 .right .r1
{
    padding-top: 15px;

    border-top: 1px solid #eee;
}
.news .lcon1 .slick2
{
    padding-bottom: 48px;

    border-bottom: 1px solid #eee;
}
.news .lcon1 .slicka .slick-prev,
.news .lcon1 .slicka .slick-next
{
    z-index: 10;

    width: 25px;
    height: 50px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    background-color: rgba(0,0,0,.6);
    background-size: 10px;
}
.news .lcon1 .slicka .slick-prev:hover,
.news .lcon1 .slicka .slick-next:hover
{
    background-color: rgba(0,0,0,.8);
}
.news .lcon1 .slicka .slick-prev
{
    left: 0;

    background-image: url(/Public/Cn/images/alw.png);
}
.news .lcon1 .slicka .slick-next
{
    right: 0;

    background-image: url(/Public/Cn/images/arw.png);
}
.news .lcon1 .r2
{
    padding-top: 15px;

    text-align: center;
}
.news .lcon1 .r2 h5
{
    margin-bottom: 15px;

    text-align: left;
}
.news .lcon1 .r2 h4
{
    margin-top: 23px;
    margin-bottom: 10px;
}
/*闂嗗棗娲熸稉姘*/
.buss .lcon1
{
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 65px;

    text-align: center;
}
.buss .lcon1 .h4n
{
    margin-bottom: 45px;
}
.buss .lcon1 p
{
    font-size: 16px;
    line-height: 2.25;

    color: #464646;
}
.buss .lcon2
{
    position: relative;

    height: 780px;

    background: url(/Public/Cn/images/bg.jpg) center;
    background-size: cover;
}
.buss .lcon2
{
    position: relative;

    height: 780px;

    background: url(/Public/Cn/images/bg.jpg) center;
    background-size: cover;
}
.buss .lcon2 .circle
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 500px;
    height: 500px;

    border: 1px solid #fff;
    border-radius: 50%;
}
.buss .lcon2 .circle-out
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.buss .lcon2 .circle-out img
{
    -webkit-animation: circle 45s infinite;
    animation: circle 45s infinite;
}
@keyframes circle
{
    0%
    {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes circle
{
    0%
    {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.buss .lcon2 .circle-in
{
    font-size: 24px;
    font-weight: bold;
    line-height: 290px;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 290px;
    height: 290px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.buss .lcon2 .circle-in:hover
{
    opacity: .7;
}
.buss .lcon2 .circle-in h4
{
    font-weight: bold;
}

.buss .lcon2 span
{
    font-size: 35px;
    line-height: 65px;

    display: block;

    width: 65px;
    height: 65px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-align: center;

    color: #eb6100;
    border-radius: 50%;
    background: #fff;
}
.buss .lcon2 a
{
    position: absolute;

    display: block;
}
.buss .lcon2 a::after,
.buss .lcon2 a::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;

    border: 1px solid #fff;
    border-radius: 50%;
}
.buss .lcon2 a:hover::before
{
    -webkit-transition: all .4s ease-in-out .1s;
    -moz-transition: all .4s ease-in-out .1s;
    -ms-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
}
.buss .lcon2 a:hover::after,
.buss .lcon2 a:hover::before
{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);

    opacity: 0;
}
.buss .lcon2 a.act::after,
.buss .lcon2 a.act::before
{
    opacity: .5;
}
.buss .lcon2 a.act::after
{
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}
.buss .lcon2 a.act::before
{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.buss .lcon2 .g1
{
    top: -30px;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.buss .lcon2 .g2
{
    top: 170px;
    right: -30px;
}
.buss .lcon2 .g3
{
    top: 170px;
    left: -30px;
}
.buss .lcon2 .g4
{
    right: 60px;
    bottom: 20px;
}
.buss .lcon2 .g5
{
    bottom: 20px;
    left: 60px;
}
.buss .lcon2 .slick-list,
.buss .lcon2 .slick-track,
.buss .lcon2 .slick-list .item
{
    height: 100%;
}
.buss .lcon2 .slick-list .item
{
    line-height: 290px;

    border-radius: 50%;
    background-position: center;
    background-size: cover;
}
.buss .lcon3
{
    padding-top: 88px;
    padding-bottom: 80px;

    color: #464646;
}
.buss .lcon3 h3
{
    margin-top: 30px;
    padding-left: 156px;
}
.buss .lcon3 .con
{
    font-size: 0;

    width: 100%;
    margin-top: 45px;
}
.buss .lcon3 .column
{
    margin-right: -20px;
    margin-left: -20px;
}
.buss .lcon3 .ib
{
    width: 33.3333333%;
    padding-right: 20px;
    padding-left: 20px;

    vertical-align: top;
}
.buss .lcon3 .columnh .ib{
    width: 50%;
}
@media screen and (max-width: 991px) {
   .buss .lcon3 .columnh .ib{
    width: 100%;
} 
}
.buss .lcon3 .ib p
{
    margin-top: 0;
}
.buss .lcon3 h1
{
    font-family: '鐎瑰缍?;
    font-size: 60px;
}
.buss .lcon3 p
{
    font-size: 14px;
    line-height: 2.14;

    margin-top: 36px;

    color: #848484;
}
.buss .lcon3 table p
{
    font-size: 14px;
    line-height: 2.14;
    line-height: 2.0;
    margin-top: 0px;
    color: #848484;
    padding: 20px 0px;
}
.buss .lcon3 table
{
	margin: 0 -10px;
	margin-top: 20px;
}
.buss .lcon3 img
{
    margin-top: 65px;
    margin-bottom: 55px;
}
.buss .lcon3 table img{
	margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}
.buss .lcon3 tr td{
	padding:0px 10px;
}
/*.buss .lcon3 .maincon p
{
    display: none;
}*/
.morebtn
{
    display: block;

    margin: auto;
    margin-top: 20px;

    -webkit-animation-name: shaked;
    animation-name: shaked;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes shaked
{
    from,
    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90%
    {
        -webkit-transform: translate3d(0px, -1px, 0);
        transform: translate3d(0px, -1px, 0);
    }

    20%,
    40%,
    60%,
    80%
    {
        -webkit-transform: translate3d(0px, 2px, 0);
        transform: translate3d(0px, 2px, 0);
    }
}

@-webkit-keyframes shaked
{
    from,
    to
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90%
    {
        -webkit-transform: translate3d(0px, -1px, 0);
        transform: translate3d(0px, -1px, 0);
    }

    20%,
    40%,
    60%,
    80%
    {
        -webkit-transform: translate3d(0px, 2px, 0);
        transform: translate3d(0px, 2px, 0);
    }
}

/*閺備即妞堢拠锔藉剰*/
.newsd .subtitle
{
    padding-top: 50px;
    padding-bottom: 30px;

    text-align: center;

    color: #848484;
}
.newsd .iconfont
{
    font-size: 18px;

    margin-right: 14px;

    vertical-align: middle;

    color: #ed8034;
}
.newsd .subtitle span
{
    display: inline-block;

    margin-right: 24px;
    margin-left: 24px;
}
.newsd .subtitle span:first-child
{
    color: #666;
}
.newsd .r
{
    padding-left: 60px;
}
.newsd img
{
    max-width: 100%;
}
.newsd .shift
{
    max-width: 992px;
    margin: auto;
}
.newsd .shift a
{
    position: relative;

    display: block;
    float: left;

    width: 50%;
    padding-top: 44px;
    padding-bottom: 41px;

    color: #fff;
}
.newsd .shift a .iconfont
{
    font-size: 22px;

    position: absolute;
    top: 50%;

    display: inline-block;

    margin-top: -11px;
    margin-right: 0;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    color: #b0b0b0;
}
.newsd .shift h4
{
    font-size: 16px;

    margin-bottom: 8px;
}
.newsd .shift a:first-child
{
    padding-right: 50px;

    color: #848484;
    border-bottom: 1px solid #dcdcdc;
}
.newsd .shift a:last-child
{
    padding-left: 50px;

    background: #eb6100;
}
.newsd .shift a:first-child .iconfont
{
    left: 50px;
}
.newsd .shift a:last-child .iconfont
{
    right: 50px;

    color: #fff;
} .imgk1{
    margin-left: -10px;
    margin-right: -10px;
} .imgk1 .l1{
    width: 50%;
    padding: 0 10px;
} .imgk2{
    margin-top: 35px;
    margin-left: -10px;
    margin-right: -10px;
} .imgk2 .l1{
    width: 60%;
    padding: 0 10px;
} .imgk2 .l1:nth-child(2){
    padding-bottom: 10px;
} .imgk2 .l1:nth-child(3){
    padding-top: 10px;
} .imgk2 .l1:nth-child(2), .imgk2 .l1:nth-child(3)
{
    width: 40%;
} .imgk3{
    margin-top: 35px;
    margin-left: -10px;
    margin-right: -10px;
} .imgk3 .l2{
    width: 25%;
    padding: 0 10px;
} .imgk3 .l2:nth-child(1)
{
    width: 50%;
} .imgk3 .l2:nth-child(2), .imgk3 .l2:nth-child(3){
    padding-bottom: 10px;
} .imgk3 .l2:nth-child(4), .imgk3 .l2:nth-child(5){
    padding-top: 10px;
}
@media screen and (max-width: 767px) {
 .imgk3 .l2{
        width: 50%;
    }
 .imgk3 .l2:nth-child(1)
    {
        width: 100%;
    }
 .imgk3 .l2:nth-child(1){
        padding-bottom: 20px;
    }
}


.newsd .share
{
    padding-top: 125px;
    padding-bottom: 112px;

    text-align: center;
}
.newsd .bdshare-button-style0-16 a
{
    font-size: 0;
    line-height: 1;

    display: inline-block;
    float: none;

    width: 45px;
    height: 45px;
    margin-top: 0;
    margin-right: 26px;
    margin-bottom: 0;
    margin-left: 26px;
    padding: 0;

    vertical-align: middle;

    background-position: center;
}
.newsd .bdshare-button-style0-16 .bds_tsina
{
    background-image: url(/Public/Cn/images/weibo.png);
}
.newsd .bdshare-button-style0-16 .bds_weixin
{
    background-image: url(/Public/Cn/images/weixin.png);
}
.newsd .bdshare-button-style0-16 .bds_more
{
    background-image: url(/Public/Cn/images/more.png);
}
.bd_weixin_popup
{
    box-sizing: content-box;
}
/*娴滅儤澧犻幏娑滀粧*/
.recu
{
    padding-top: 58px;
    padding-bottom: 90px;
}
.recu .lcon1 ul
{
    margin-top: 60px;
    margin-right: -8px;
    margin-left: -8px;
}
.recu .lcon1 ul li
{
    float: left;

    width: 33.333333333%;
    padding-right: 8px;
    padding-left: 8px;

    text-align: center;

    color: #464646;
}
.recu .lcon1 ul li img
{
    max-width: 100%;
}
.recu .lcon1 ul li:hover img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.recu .lcon1 ul li figure{
    position: relative;
}
.recu .lcon1 ul li figure figcaption{
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .recu .lcon1 ul li figure figcaption{
        top: 22%;
    }
}
.recu .lcon1 ul li h4
{
    margin-top: 20px;

    color: #eb6100;
}
.recu .lcon1 ul li h5
{
    margin-top: 14px;
    margin-bottom: 7px;
}
.recu .lcon1 ul li p
{
    font-size: 16px;
    line-height: 1.6;
    margin-top: 16px;
}
.recu .lcon2
{
    font-size: 24px;

    padding-top: 45px;
    padding-bottom: 45px;

    color: #eb6100;
    background: #f5f5f5;
}
.recu .lcon2 a
{
    display: block;

    padding-right: 55px;
    padding-left: 10px;

    color: #eb6100;
}
.recu .lcon2 span
{
    vertical-align: middle;
}
.recu .lcon2 img
{
    margin-right: 44px;
}
.recu .lcon2 img.fr
{
    margin-top: 55px;
    margin-right: 0;
}
.recu .lcon3
{
    padding-bottom: 100px;
}
.recu .lcon3 li
{
    margin-top: 44px;
}
.recu .lcon3 li h3
{
    max-width: 270px;

    color: #eb6100;
}
.recu .lcon3 li h3 img
{
    margin-top: 5px;
}
.recu .lcon3 li .border
{
    margin-top: 20px;

    border-top: 1px solid #c9c9c9;
}
.recu .lcon3 li div.clearfix
{
    margin-right: -10px;
    margin-left: -10px;
}
.recu .lcon3 li div.clearfix div
{
    width: 33.333333%;
    padding-right: 10px;
    padding-left: 10px;
}
.recu .lcon3 li a
{
    display: block;

    padding-top: 25px;
    padding-bottom: 20px;

    color: #464646;
    border-bottom: 1px solid #c9c9c9;
}
.recu .lcon3 li a:hover
{
    color: #eb6100;
}
.modaldiv
{
    position: fixed;
    z-index: 20000;
    top: 50%;
    left: 50%;

    visibility: hidden;

    width: 95%;
    max-width: 587px;
    height: 90%;
    max-height: 750px;
    padding-top: 35px;
    padding-right: 30px;
    padding-left: 60px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translate(-50%,-60%);
    -moz-transform: translate(-50%,-60%);
    -ms-transform: translate(-50%,-60%);
    -o-transform: translate(-50%,-60%);
    transform: translate(-50%,-60%);

    opacity: 0;
    color: #848484;
    background: #fff;
}
.modaldiv.act
{
    visibility: visible;

    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    opacity: 1;
}
.modaldiv .scroll
{
    max-height: 500px;
}
.modaldiv .logo img
{
    width: 200px;
}
.modaldiv h4:first-child
{
    font-weight: bold;

    color: #eb6100;
}
.modaldiv span
{
    margin-right: 40px;
}
.modaldiv h4
{
    margin-top: 20px;
    margin-bottom: 20px;

    color: #464646;
}
.modaldiv h4:first-of-type
{
    font-weight: bold;

    margin-top: 50px;

    color: #eb6100;
}
.modaldiv p
{
    line-height: 1.71;

    color: #848484;
}
.modaldiv span
{
    line-height: 1.6;

    display: inline-block;
}
.modaldiv i
{
    font-style: normal;

    color: #464646;
}
.modaldiv .close
{
    position: absolute;
    top: 10px;
    right: 0;

    float: none;

    opacity: 1;
}
.modaldiv .close img
{
    width: 24px;
}
.modaldiv a
{
    line-height: 50px;

    display: block;

    width: 150px;
    height: 50px;
    margin-top: 45px;

    text-align: center;

    color: #fff;
    border: 1px solid #eb6100;
    background: #eb6100;
}
.modaldiv a:hover
{
    color: #eb6100;
    background: #fff;
}
.inslick .slick-prev,
.inslick .slick-next
{
    width: 27px;
    height: 48px;

    background-repeat: no-repeat;
    background-position: center;
}
.inslick .slick-prev
{
    left: 0;
}



/*c1t*/
.slick_jitu {
    margin: 0 -7px;
    margin-top: 135px;
}
.slick_jitu .item{
    padding: 0 7px;
    text-align: center;
}
.slick_jitu .item .imgk{
    overflow: hidden;
}
.slick_jitu .item img{
    width: 100%;
    margin: 0 !important;
}
.slick_jitu .item .h41{
    color: #464646;
    margin-top: 32px;
}
.slick_jitu .item .h42{
    color: #848484;
    margin-top: 8px;
}
.slick_jitu .slick-prev,
.slick_jitu .slick-next
{
    width: 22px;
    height: 35px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 1001;
    top: 37%;
}
.slick_jitu .slick-prev
{
    background-image: url(/Public/Cn/images/c1tl.png);
    left: 7px;
}
.slick_jitu .slick-next
{
    background-image: url(/Public/Cn/images/c1tr.png);
    right: 7px;
}
@media screen and (max-width: 991px) {
    .slick_jitu .slick-prev,
    .slick_jitu .slick-next
    {
        top: 32%;
    }
}
@media screen and (max-width: 767px) {
    .slick_jitu .slick-prev
    {
        left: 0;
    }
    .slick_jitu .slick-next
    {
        right: 0;
    }
    .slick_jitu {
        margin-left: 0;
        margin-right: 0;
    }
    .slick_jitu .item{
        padding: 0;
    }
}
.slick_jitu .item:hover .imgk img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.slick_jitu .item:hover .h41{
    color: #ee7d42;
}



.buss .lcon3 .maincon h4{
    color: #eb6100;
    font-weight: bold;
    margin-top: 40px;
}
.buss .lcon3 .maincon h4:first-child{
    margin-top: 0;
}
/**/
.buss .lcon3 .maincon .honor1k{
    position: relative;
}
.buss .lcon3 .maincon .honor1k::before{
    content: '';
    position: absolute;
    top: 116px;
    left: 50%;
    width: 10px;
    margin-left: -4px;
    height: 10px;
    border-radius: 50%;
    background: #eb6100;
}
.buss .lcon3 .maincon .honor1k::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10px;
    margin-left: -4px;
    height: 10px;
    border-radius: 50%;
    background: #eb6100;
}
.buss .lcon3 .maincon .honor1{
    position: relative;
}
.buss .lcon3 .maincon .honor1::before{
    content: '';
    position: absolute;
    top: 116px;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #eb6100;
}
.buss .lcon3 .maincon .riqi
{
    margin-top: 20px;
    margin-bottom: 31px;
}
.buss .lcon3 .maincon .riqi div
{
    display: inline-block;

    padding-bottom: 9px;

    border-bottom: 1px solid #eb6100;
}
.buss .lcon3 .maincon .riqi div .span1
{
    font-size: 54px;

    color: #eb6100;
    font-family: "瀵邦喛钂嬮梿鍛寸拨";
}
.buss .lcon3 .maincon .riqi div .span2
{
    font-family: 'Arial';
    font-size: 22px;

    margin-left: 7px;

    color: #b5b5b5;
}
.buss .lcon3 .maincon .honorc
{
    padding-bottom: 12px;
}
.buss .lcon3 .maincon .honorc .fl,
.buss .lcon3 .maincon .honorc .fr
{
    width: 50%;
}
.buss .lcon3 .maincon .honorc .fr
{
    padding-left: 30px;
}
.buss .lcon3 .maincon .honorc .fl
{
    padding-right: 30px;
}
.buss .lcon3 .maincon .honorc img
{
    width: 278px;
}
.buss .lcon3 .maincon .honorc .honorz
{

}
.buss .lcon3 .maincon .honorc2 .honorz
{
    padding-right: 0;
    padding-left: 15px;

    text-align: left;
}
.buss .lcon3 .maincon .honorc .honorz .div1
{
    position: relative;

    display: inline-block;
    margin-top: 34px;

    text-align: center;
}
.buss .lcon3 .maincon .honorc .honorz .div2
{
    text-align: left;
}
.buss .lcon3 .maincon .honorc .honorz div h4
{
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    position: relative;

    color: #464646;
}
.buss .lcon3 .maincon .honorc .honorz div h4 img
{
    position: absolute;
    top: -5px;
    left: -25px;

    width: auto;
    margin: 0;
}
.buss .lcon3 .maincon .honorc .honorz div h5
{
    font-size: 14px;

    margin-top: 15px;

    color: #666666;
}

@media screen and (max-width: 991px) {
    .buss .lcon3 .maincon .riqi div .span1 {
        font-size: 42px;
    }
    .buss .lcon3 .maincon .riqi div .span2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .buss .lcon3 .maincon .riqi div .span1 {
        font-size: 28px;
        display: block;
        margin-bottom: 5px;
    }
    .buss .lcon3 .maincon .riqi div .span2 {
        font-size: 16px;
        display: block;
        margin-left: 0;
    }
    .buss .lcon3 .maincon .honorc .fl, 
    .buss .lcon3 .maincon .honorc .fr {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .buss .lcon3 .maincon .honorc img{
        margin: 0;
    }
    .buss .lcon3 .maincon .honorc .honorz .div1 {
        margin-top: 28px;
        margin-bottom: 20px;
    }
    .buss .lcon3 .maincon .honorc .honorz .div2{
        /*text-align: center;*/
    }
    .buss .lcon3 .maincon .honor1::before,
    .buss .lcon3 .maincon .honor1k::before,
    .buss .lcon3 .maincon .honor1k::after{
        display: none;
    }
    .buss .lcon3 .maincon .honorc img {
        width: auto;
        max-width: 100%;
    }
}


/*婵帊缍嬮弻銉嚄*/
@media (max-width: 1230px)
{
    .news .lcon1
    {
        width: 1170px;
    }
    .news .lcon1 .list
    {
        width: 800px;
    }
}
@media (max-width: 1199px)
{
    .index .lcon3 li > h4
    {
        position: relative;
        top: auto;
        left: auto;

        margin-bottom: 20px;
    }
    .index .lcon3 > h4
    {
        margin-right: 10px;
        margin-left: 10px;
    }
    .index .lcon5 a
    {
        position: relative;
        top: auto;
        right: auto;

        margin-top: 20px;

        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .index .lcon1,
    .index .lcon3
    {
        padding-right: 5px;
        padding-left: 5px;
    }
    .index .lcon5 div,
    .index .lcon5 p,
    .index .lcon2
    {
        padding-right: 15px;
        padding-left: 15px;
    }
    .index .lcon4 .slick-dots
    {
        bottom: 30px;
    }
    .news .lcon1
    {
        width: 970px;
    }
}
@media (max-width: 991px)
{
    .index .banner .slick-prev,
    .index .banner .slick-next,
    .lcon4 .slick-prev,
    .lcon4 .slick-next {
        display: none !important;
    }
    .modaldiv
    {
        padding-right: 15px;
        padding-left: 15px;
    }
    .recu .lcon2 .l,
    .recu .lcon2 .r
    {
        float: none;

        width: 100%;
    }
    .recu .lcon2 a
    {
        padding-right: 0;
    }
    .recu .lcon3 li div.clearfix div
    {
        float: none;

        width: 100%;
    }
    .recu .lcon2 img.fr
    {
        margin-top: 40px;
    }
    .recu .lcon2 img:first-child
    {
        width: 150px;
        margin-right: 15px;
    }
    .recu .lcon2 span
    {
        font-size: 14px;
    }
    .recu .lcon2 .r
    {
        margin-top: 20px;
    }
    .recu .lcon1 ul li
    {
        float: none;

        width: 100%;
        margin-top: 20px;
    }
    .newsd .lcon1 .subtitle
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .newsd .lcon1
    {
        padding-top: 40px;
    }
    .newsd .lcon1 h3,
    .newsd .lcon1 .subtitle span
    {
        line-height: 2;
    }
    .newsd .l,
    .newsd  .r
    {
        float: none;

        width: 100%;
    }
    .recu .lcon1 ul
    {
        margin-top: 20px;
    }
    .newsd .share,
    .recu .lcon1
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .newsd .r
    {
        margin-top: 35px;
        padding: 0;

        text-align: center;
    }
    .buss .lcon3
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .buss .lcon3 h1
    {
        font-size: 30px;
    }
    .buss .lcon3 h3
    {
        font-size: 20px;

        padding-left: 20px;
    }
    .buss .lcon3 img
    {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .buss .lcon3 .column
    {
        margin: 0;
    }
    .buss .lcon3 .ib
    {
        display: block;

        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
    .news .lcon1
    {
        width: 780px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .news .lcon1 .h4n
    {
        margin-bottom: 40px;
    }
    .news .lcon1 .right
    {
        position: relative;
        right: auto;

        width: 100%;
        margin-top: 40px;

        text-align: center;
    }
    .news .lcon1 .list
    {
        width: 100%;
    }
    .news .lcon1 .right .r2 h5
    {
        text-align: center;
    }
    .news .lcon1 .list > li
    {
        margin-top: 40px;
        padding-top: 40px;
    }
    .newsd .lcon1 .shift a
    {
        float: none;

        width: 100%;
    }
    .newsd .lcon1 .shift a:first-child
    {
        padding-right: 15px;
    }
    .newsd .lcon1 .shift a:last-child
    {
        padding-left: 15px;
    }
    .newsd .lcon1 .shift a:first-child .iconfont
    {
        left: 15px;
    }
    .newsd .lcon1 .shift a:last-child .iconfont
    {
        right: 15px;
    }
}
@media (max-width: 767px)
{
    .buss .lcon2 .slick-list .item
    {
        line-height: 130px;
    }
    .buss .lcon2 .circle-out img
    {
        display: none;
    }
    .newsd .bdshare-button-style0-16 a
    {
        width: 42px;
        height: 42px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .buss .lcon2 .g2
    {
        top: 40px;
        right: -18px;
    }
    .buss .lcon2 .g3
    {
        top: 40px;
        left: -18px;
    }
    .buss .lcon2 .g4
    {
        right: 10px;
        bottom: 0;
    }
    .buss .lcon2 .g5
    {
        bottom: 0;
        left: 10px;
    }
    .buss .lcon2
    {
        height: 400px;
    }
    .buss .lcon2 .circle
    {
        width: 250px;
        height: 250px;
    }
    .buss .lcon2 .circle-in
    {
        font-size: 18px;
        line-height: 130px;

        width: 130px;
        height: 130px;
    }
    .news .lcon1
    {
        width: 100%;
    }
    .news .lcon1 .imgdiv,
    .news .lcon1 figcaption
    {
        float: none;

        width: 100%;
        margin-top: 40px;
        padding: 0;

        text-align: center;
    }
    .news .lcon1 figcaption a
    {
        margin: auto;
    }
    .news .lcon1 .imgdiv
    {
        margin: auto;
        margin-top: 40px;
    }
}
/*婵帊缍嬮弻銉嚄*/
@media (max-width: 1700px)
{
    .index .lcon3 li > div
    {
        height: 160px;
        padding-right: 40px;
        padding-left: 10px;
    }
    .index .lcon3 .iconfont
    {
        right: 15px;
    }
}
@media (max-width: 1500px)
{
   
    .index .lcon1,
    .index .lcon3
    {
        padding-right: 90px;
        padding-left: 90px;
    }
    .index .lcon1 .item,
    .index .lcon3 li
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    .index .lcon2 .td2
    {
        padding-right: 15px;
        padding-left: 15px;
    }
    .index .lcon2 .imgdiv
    {
        position: relative;

        height: 380px;
    }
    .index .lcon2 .td1
    {
        width: 25%;
    }
    .index .lcon2 .td2
    {
        width: 35%;
    }
    .index .lcon2 .td3 .item:first-child
    {
        padding-bottom: 5px;
    }
    .index .lcon2 .td3 .item:last-child
    {
        padding-top: 5px;
    }
}
@media (max-width: 1300px)
{
    .index .lcon2 .tablediv
    {
        font-size: 0;

        display: block;
    }
    .index .lcon2 .td1,
    .index .lcon2 .td2
    {
        font-size: 14px;

        display: inline-block;
    }
    .index .lcon2 .imgdiv
    {
        height: 460px;
    }
    .index .lcon2 .td1
    {
        max-width: 460px;
    }
    .index .lcon2 .td2
    {
        float: right;

        padding-right: 0;
    }
    .index .lcon2 .td3
    {
        display: block;

        width: auto;
        margin-top: 20px;
    }
    .index .lcon2 .td .item .wrapper
    {
        padding-bottom: 24px;
    }
    .index .lcon2 .td1,
    .index .lcon2 .td2
    {
        width: 50%;
    }
    .index .lcon2 .td .item
    {
        position: relative;

        padding: 0 !important
        height: auto;
    }
    .index .lcon2 .td .item p
    {
        max-height: none;
    }
}
@media (max-width: 1199px)
{
    .news .lcon1 .list
    {
        width: 600px;
    }
    .index .lcon3 li
    {
        width: 100%;
    }
    .index .lcon1,
    .index .lcon3
    {
        padding-right: 5px;
        padding-left: 5px;
    }
    .index .lcon5 div,
    .index .lcon5 p,
    .index .lcon2,
    .index .lcon3,
    .index .lcon5 .top,
    .index .lcon5 .bottom,
    {
        padding-right: 15px;
        padding-left: 15px;
    }
    .index .lcon4 .slick-dots
    {
        bottom: 45px;
    }
}
@media (max-width: 991px)
{
    .news .lcon1 .list
    {
        width: 100%;
    }
    footer .dahua
    {
        display: none;
    }
    footer .top,
    footer .copy
    {
        padding-right: 15px;
        padding-left: 15px;

        text-align: center;
    }
    footer .copy
    {
        line-height: 1.6;
    }
    footer .top ul,
    footer .top .imgdiv
    {
        margin-top: 20px;
        margin-right: 40px;
        margin-left: 40px;

        text-align: center;
    }
    footer .link
    {
        position: relative;
        right: auto;
        bottom: auto;

        margin-top: 40px;
    }
    footer .link a
    {
        margin-right: 15px;
        margin-left: 15px;
    }
    .card .fl
    {
        float: none;

        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .card .fl p
    {
        max-width: 100%;
    }
    .index .lcon5 .top,
    .index .lcon5 .bottom
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .index .banner
    {
        margin-top: 70px;
    }
 
    .titleg
    {
        padding-top: 40px;
    }
    .titleg h2
    {
        font-size: 24px;
    }
    .titleg h4
    {
        font-size: 18px;
    }
    .r,
    .l,
    .index .lcon1,
    .index .lcon3,
    .index .lcon3 li,
    {
        float: none;

        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .index .buslick
    {
        max-width: 300px;
        margin: auto;
    }
    .index .buslick .item
    {
        padding: 0;
    }
    .index .lcon1 .titleg,
    .index .lcon3 .titleg
    {
        margin-bottom: 40px;
    }
    .index .lcon2 .td1,
    .index .lcon2 .td2
    {
        display: block;
        float: none;

        width: 100%;
        max-width: none;
        margin-top: 20px;
        padding: 0;
    }
    .index .lcon2 .td figcaption
    {
        padding-bottom: 25px;
    }
    .index .lcon2 .imgdiv
    {
        height: auto;
    }
    .index .lcon2 .imgdiv img
    {
        position: relative;
        top: auto;
        left: auto;

        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .index .lcon2 .imgdiv img
    {
        width: 100%;
    }
    .index .lcon3
    {
        padding-bottom: 40px;
    }
    .index .lcon3 li > div
    {
        height: auto;
        padding-bottom: 35px;
    }
    .index .lcon3 li .scroll
    {
        max-height: none;
    }
    .index .lcon4{
        padding-top: 40px;
    }
    .index .lcon4 .item
    {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .index .lcon4 h1
    {
        font-size: 30px;
    }
    .index .lcon4 img
    {
        display: none;
    }
    .index .lcon4 .item p
    {
        font-size: 14px;
    }
    .index .lcon5 div
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .index .lcon5 h2
    {
        font-size: 24px;
    }
    .index .lcon5 h3
    {
        font-size: 18px;
    }
    .index .lcon5 p
    {
        font-size: 16px;
    }
    .index .lcon5 p span
    {
        font-size: 24px;
    }
    .contact .map
    {
        height: 300px;
        margin-top: 70px;
    }
    .contact .susw,
    .contact .wrapper .w
    {
        position: relative;
        top: auto;
        left: auto;

        width: auto;
        height: auto;

        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .contact .wrapper .sus
    {
        height: auto;
        padding-bottom: 80px;
    }
    .paging
    {
        margin-top: 40px;
    }
    .index .lcon2
    {
        padding-bottom: 40px;
    }
}
.icon-xiezilou
{
    font-size: 30px !important;
}
.buss .lcon3 table img {
    margin-top: 0px;
    margin-bottom: 0px;
}





<!--耗时1766508228.684秒-->