

@font-face {
    font-family:IMPACT;
    src: url('../font/IMPACT_0.TTF');
}


/**{transition: all .5s ease}*/
body,html{margin: 0;padding: 0;font-family: '微软雅黑';overflow-x: hidden; }
h1,h2,h3,h4,h5,p{margin:0;padding:0;}
ul , li{margin:0;padding:0;list-style: none;box-sizing: border-box;}
a {text-decoration: none!important;}
a:hover {text-decoration: none!important;}
input{outline: none!important;}
textarea{outline: none!important;}
input:focus {outline: none!important;border: none;}
textarea:focus {outline: none!important;border: none;}
button{outline:none!important;}
button:focus {outline:none !important;}
img{max-width: 100%}

.g_transition{transition: all .5s ease}
.g_w{max-width:1550px; margin: 0 auto; }
.g_body{padding-top: 144px;}
.g_p_c{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)}
.g_p_a{position: absolute;top: 0;left: 0;width: 100%;height: 100%}
.g_black{display: block; width: 100%;height: 100%;}
.g_df{display: flex;justify-content: space-between;align-items: center}
.g_fr{float: right}
.g_fl{float: left}
.g_tO{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.g_bg{background-position: center;background-size: cover}
.container{width: 100%}
.closeVideo{display: none}


/*导航开始web*/

.webNav{width: 100%;display: none;overflow: hidden;}
.webNav *{transition: all 1s;}
.navShear{margin-left: 80px;margin-top: 70px !important;}
.myNav{ width: 100% !important; height :60px;margin: 0;padding: 8px 0 ;position: fixed;top:0; left: 0; z-index: 99999;background: #e5e7ec;box-shadow: 0 0 4px #dfdfdf}
.mynavBody{width:100%; height: 100%; position: relative}
.mynavBody h3{margin: 0;height: 100%}
.mynavBody h3 a {height: 100%;margin-left: 10px; display: inline-block;  vertical-align: middle;}
.mynavBody h3 a img {width: 160px;margin-top: 10px;}
.nav-btn{width: 36px; height: 100%; position: absolute ;top: 0; right: 10px}
.nav-table-cell{width: 100%;height: 100%;}
.nav-table-cell span {display: block; width: 80%; height: 1px; border-top:1px solid #f6ae54 ;  margin-top: 11px}
.close span:nth-of-type(1){-webkit-transform: translateY(12px) rotate(45deg);  transform: translateY(12px) rotate(45deg);}
.close span:nth-of-type(2){opacity: 0}
.close span:nth-of-type(3){-webkit-transform: translateY(-12px) rotate(-45deg);  transform: translateY(-12px) rotate(-45deg);}

.mynav-ul {width: 100%;height:0; padding: 0 50px; opacity: 0; overflow: hidden;position: fixed;top:60px; background:rgba(0,130,204,.85);z-index: 10000}
.mynav-ul li { margin-bottom:4px; border-bottom: 1px solid #fff; }
.mynav-ul li a {color:#fff;font-size: 1em;width: 100% ; padding: 8px 0;display: block}

.hideNav{
    height: 0;
    opacity: 0;
}
.showNav{
    display: block;
    height: 100%;
    opacity: 1;
}
.pcNav{ width: 100%; box-shadow: 0 0 4px #dfdfdf;  background: #e5e7ec; position: fixed; z-index: 999; transition: .4s all ease}

.pcNav>.g_w{   }
.pcNav_top{ height: 72px; display: flex; align-items: center; justify-content: space-between;}
.pcNav_top_r{font-size: 0}
.pcNav_top_r > .nav-search{  width: 282px; margin-right: 26px;   display: inline-block;vertical-align: middle;border: 2px solid #cac9c9;border-radius: 30px;overflow: hidden}
.pcNav_top_r > .nav-search input{ display: inline-block;vertical-align: text-top;border: 0;
    width: calc(100% - 60px); font-size: 15px;background: none;padding: 0 20px ;height: 28px; line-height: 28px;}
.pcNav_top_r > .nav-search  button{ display: inline-block;vertical-align: text-top;font-size: 15px; width: 60px; height: 28px; text-align: center;line-height: 28px;
    background: none;color: #cac9c9;border: 0}
.pcNav_top_r > .nav-search  button i{font-size: 20px;}
.pcNav_top_r > .nav-img{ display: inline-block;vertical-align: middle}
.logo{font-size: 0; position: relative; display: inline-block;vertical-align: middle;}
.logo img{ position: relative;  vertical-align: middle;}

.pcNav_b{background: #fff; }
.pcNav_b .g_w{}
.pcNav_u1{display: flex;}
.pcNav_u1>li{ flex-grow:1; height: 72px;position: relative;}
.pcNav_u1>li:after{content: '';position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 24px;background: #000000;opacity: .13}
.pcNav_u1>li:nth-last-child(1):after{display: none}
.pcNav_u1>li a { display: block;padding: 0 23px  ;color: #000}
.pcNav_u1>li>a { position: relative; display: block;   height: 100%;  color: #070000;  transition: .4s all ease}
.pcNav_u1>li>a h4{ height: 100%; line-height: 72px; text-align: center; font-size: 18px; position: relative }
.pcNav_u1>li.active > a{color: #f6ae54}
.pcNav_u1>li:hover > a{color: #f6ae54;transition: .4s all ease}
/*.pcNav_u1>li:nth-last-child(1)>a{padding: 0 0 14px 23px;}*/
.pcNav_u1>li.active:nth-last-child(1)>a:after{left: auto;right: 0;transform: translateX(0)}
.pcNav_u1>li:hover:nth-last-child(1)>a:after{left: auto;right: 0;transform: translateX(0)}
.pcNav_2{ display: none; position: absolute;width: 180px;  left: 50%;top: 100%;transform: translateX(-50%);background: #5d5d5d;z-index: 9999; }
.pcNav_2>.g_w{display: flex;justify-content: center;}
.pcNav_u1_2{width: 100%;padding: 10px 0;}
.pcNav_u1_2 li{display: flex;width: 100%;  padding: 0 10px;text-align: center}
.pcNav_u1_2 li a{ display: block; width: 100%; padding: 10px 0; border-bottom: 1px solid #ccc;  color: #fff; font-size: 16px;}
.pcNav_u1_2 li span{color: #666;}
.pcNav_u1_2 li a:hover{color: #f6ae54}
.pcNav_u1_2 li.active a{color: #f6ae54}
.pcNav_u1_3{width: 600px;display: none}
.pcNav_u1_3 ul{padding-left: 10px;}
.pcNav_u1_3 li {margin-top: 10px;width:50%;float:left;}
.pcNav_u1_3 li a{display: flex;align-items: center}
.pcNav_u1_3 li a span {display: inline-block; opacity: 0; width: 20px;height: 2px; margin-right: 14px; background: #dd9e4e}
.pcNav_u1_3 li a:hover span{opacity: 1 }
.pcNav_u1_3.active{display: flex}

/*.pcNav2 .pcNav_u1>li:nth-last-child(1)>a{padding: 0 23px 0 23px;}*/


@keyframes navU
{
    0%   { opacity: 0; transform: translate(-50%,-20px);}
    100% { opacity: 1; transform: translate(-50%,0);}
}
@-webkit-keyframes navU
{
    0%   { opacity: 0; transform: translate(-50%,-20px);}
    100% { opacity: 1; transform: translate(-50%,0);}
}

/*导航结束web*/


/*************footer-s****************/
.f-b{background: #434141;}
.f-b-top{ padding-top: 66px; padding-bottom: 14px; display: flex; justify-content: space-between }
.f-b-top-l{ width: 154px; }
.f-b-top-l span{font-size:18px; color: #fff;opacity: .37}
.f-b-top-l a{display: block;margin-top: 20px;width: 154px;}

.f-b-top-r{width:calc(100% - 350px); padding-right: 40px;}
.f-b-top-r ul {display: flex;justify-content: space-between;}
.f-b-top-r ul li a{ margin-top: 14px; display: block;color: #fff;transform: translate3D(0,0,0);transition: .3s all linear;}
.f-b-top-r ul li a:hover{color: #f7af54;transform: translate3D(4px,-4px,0);transition: .3s all linear;}
.f-b-top-r ul li a:nth-child(1){margin-top: 0;margin-bottom: 26px;}
.f-b-top-r ul li a b{font-size: 16px;}

.f-b-b{ margin-top: 10px;padding-bottom: 60px; display: flex;justify-content:space-between;align-items: center;}
.f-b-b-l{width: 544px;display: flex}
.f-b-b-l a{display: block;width: 20%;font-size: 16px;color: #fff}
.f-b-b-l a:hover{ color: #f7af54}
.f-b-b-r {width: 318px; display: flex;justify-content: center;}
.f-b-b-r a:hover{opacity: .7}

.f-bottom{height: 48px;background: #f7af54;}
.f-bottom .g_w{ height: 100%; display: flex; align-items: center;justify-content: space-between}
.f-bottom .g_w span{color: #fff;margin-right: 10px;opacity: .5}
.f-bottom .g_w span a{color: #fff}
.f-bottom .g_w span:hover{opacity: 1}
.toTop{cursor: pointer;}

.f-b-top-code{margin-left: 10px; width: 114px; min-width: 114px}
.f-b-top-code-top {display: block;justify-content: space-between;color: #fff;text-align: center}
.f-b-top-code-top span{display: block;margin-top: 10px;margin-bottom: 10px;}
.bdsharebuttonbox{ text-align: center;display: flex;justify-content: center}
.bdsharebuttonbox a{margin: 0 13px;display: block}
/*************footer-e****************/



.fixed-left{position: fixed;top: 254px;right: 0%;transform: translateX(0);transition: .4s all ease;z-index: 9999}
.fixed-left-list{}
.fixed-left.active  {transform: translateX(0);transition: .4s all ease}
.fixed-left-item{width: 70px;height: 60px;padding-top:0; margin-bottom: 4px; position: relative;
    text-align: center; border: 1px solid #dd9e4e; border-radius: 4px; background: rgba(255,255,255,.8);color: #dd9e4e;cursor: pointer;transition: .4s all ease}
.fixed-left-item a{display: block;width: 100%;height: 100%}
.fixed-left-item i{ color: #dd9e4e; font-size: 26px;transition: .4s all ease}
.fixed-left-item span{ display: block;text-align: center;  color: #dd9e4e; font-size: 14px;transition: .4s all ease}
.fixed-left-item p{font-size: 12px;color: #dd9e4e;line-height: 1.2rem;transition: .4s all ease}
.fixed-left-item img{margin-top: 8px;}
.fixed-left-item .telNum{width: 0; padding: 18px 0 ; overflow: hidden; text-align: left; background: #dd9e4e;color: #fff;
    position: absolute;top: 50%;right: 100%;transform: translate(0,-50%);border-bottom: 1px solid #dd9e4e;z-index: 999;}
.fixed-left-item .telNum a{ display: block;width: 100%; height: 100%; color: #fff; font-size: 16px; white-space: nowrap}
.fixed-left-item .telNum a img{width: 100%}
.fixed-left-item .telNum input{background: none;border: 0;color: #fff}
.fixed-left-item:hover{background: #dd9e4e;transform: translateX(-6PX);transition: .4s all ease}
.fixed-left-item:hover *{color: #fff;transition: .4s all ease}
.fixed-left-item:hover .telNum{width: 120px; padding-left: 10px;padding-right: 10px; transition: .4s all ease;}
.fixed-left-btn { display: none; width: 80px; margin-bottom: 10px; padding: 6px;text-align: center;color: #fff;cursor: pointer;
    background:#dd9e4e; border: 1px solid #ccc;transform: translateX(-80px);transition: .4s all ease}
.fixed-left.active .fixed-left-btn{transform: translateX(0);}
.fixed-left-btn span{display: block;}
.fixed-left .fixed-left-btn span:nth-child(1){display: block}
.fixed-left .fixed-left-btn span:nth-child(2){display: none}
.fixed-left.active .fixed-left-btn span:nth-child(2){display: block}
.fixed-left.active .fixed-left-btn span:nth-child(1){display: none}



/*分页*/

.fenye{margin: 60px 0;width: auto;text-align: center;}
.fenye a{display: inline-block; color: #000;padding: 4px 8px;  background: #dcdddd}
.fenye span{display: inline-block; color: #000;padding: 4px 8px; background: #dcdddd}
.fenye a:hover{color: #fff;background: #dd9e4e;  }
.fenye a.active {color: #fff;background: #dd9e4e;  }
.fenye .prev,.fenye .next{color: #dd9e4e;background: none}

/*网站地图*/
.webMap{padding: 40px 0;}
.webMap-item{margin-top: 30px;}
.webMap-item-title{ padding-bottom: 10px; color: #004177; border-bottom: 1px solid #ccc}
.webMap-item ul{display: flex;justify-content: flex-start;flex-wrap: wrap}
.webMap-item ul li {width: 25%;margin-top: 20px;}
.webMap-item ul li a{color: #2a2a2a}
.webMap-item > div{font-size: 20px;margin-top: 20px;font-weight: 600}
.webMap-item > div >ul {font-size: 14px;font-weight: 100}
.webMap-item ul li a:hover{color: #026bdd;transition: all 0s}

/*视频样式*/
.m {
    width: 90%;
    padding-top: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    background: #000;
    display: none;
}

#my-video {
    display: none
}

.my-video {
    display: none;
}

.my-video-dimensions {
    width: 100%;
    height: auto
}

.m video {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    object-fit: fill;
    object-posititon: top center;

}

.closeVideo {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 4px;
    top: 2px;
    text-align: center;
    line-height: 40px;
    z-index: 999999999;
}

.closeVideo i {
    font-size: 30px;
    color: #fff
}


@media (min-width:1440px)and (max-width: 1600px){

}
@media (min-width:1200px) and (max-width:1440px){


}
@media  (max-width:1350px){



}
@media  (max-width:1400px){
    .g_w{padding-left: 5%;padding-right: 5%;}
}
@media (min-width:1200px) and (max-width:1260px){
    /*.g_w{padding-left: 5%;padding-right: 5%;}*/

}

@media (min-width:768px) and (max-width:1200px){
    .g_w{padding-left: 5%;padding-right: 5%;}
    .webNav{display: block!important;}
    .pcNav{display: none!important;}
    .g_body{padding-top: 60px;}
    .m{width: 90%}
    .f-b-top-l{}
    .f-bottom .g_w{display: block;text-align: center;}

}
@media (max-width:767px){
    .webNav{display: block!important;}
    .pcNav{display: none!important;}
    .g_w{padding-left: 5%;padding-right: 5%;}
    .g_body{padding-top: 60px;}
    .fenye ul li{margin-top: 10px}
    .m{width: 90%}
    .f-b-top{display: none}
    .f-bottom .g_w{display: block;text-align: center;}
    .f-bottom .g_w span:after{display: none}

}

@media (max-width:500px){

}

/**************列表公共样式-s****************/
/*item_v1-s*/
.n_item_v1Img{overflow: hidden;position: relative}
.n_item_v1Bg{position: relative; padding-top:56.3% ;transition:1s all linear;
    background-size: cover;background-position: center;background-repeat: no-repeat}
.n_item_v1Bg2{padding-top: 27.1%;}
.n_item_v1Info{ opacity: 0; position: absolute;left: 0;bottom: 0;width: 100%; height: 100%; padding: 20px;
    display: flex;justify-content: center;align-items: center; background: rgba(5,5,5,.73);transition:.5s all ease}
.n_item_v1Info > div{width: 100%;color: #fff;text-align: left}
.n_item_v1Info > div h4{ opacity: 0; text-align: center; color: #fff;font-size: 24px;transform: translateY(0px);transition:.5s all ease}
.n_item_v1Info > div span{display: block; margin: 12px auto 0 auto; width: 0;height: 1px; background: #f18804;transition:.5s all ease}
.n_item_v1Info > div p{ opacity: 0; font-size: 32px;text-align: center; line-height: 2rem;margin-top: 16px;transform: translateY(8px);transition:.5s all ease}
.n_item_v1Text{ padding: 14px 8px;text-align: left; font-size: 16px; color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.n_item_v1Text h4{font-size: 16px;}
.n_item_v1:hover .n_item_v1Bg{transform: scale(1.05);transition:1s all linear}
.n_item_v1:hover .n_item_v1Info{opacity: 1;transition:.5s all ease}
.n_item_v1:hover .n_item_v1Info > div span{width: 50%;transition:.8s all ease .3s}
.n_item_v1:hover .n_item_v1Info > div p{ opacity: 1; transform: translateY(0);transition:.8s all ease .3s}
.n_item_v1:hover .n_item_v1Info > div h4{opacity: 1; transform: translateY(0);transition:.8s all ease .3s}
/*item_v1-e*/


/*item_v2-s*/
.n_item_v2{ transition:.5s all ease}
.n_item_v2Img{overflow: hidden;}
.n_item_v2Bg{padding-top: 62%;background-position: center;background-size: cover;background-repeat: no-repeat;transition:.8s all linear}
.n_item_v2Text{padding: 22px 16px; text-align: justify;color: #fff;overflow: hidden; }
.n_item_v2Text span{color: #707171;}
.n_item_v2Text h5{color: #333;  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;  font-size: 16px; transition:.5s all ease}
.n_item_v2Text p{ color: #707171;  margin-top: 12px; line-height: 1.6em; height: 48px; overflow: hidden; transition:.5s all ease}
.n_item_v2More{color: #30b7cb;display: block; margin-top: 10px; margin-bottom: 10px;transition:.5s all ease}
.n_item_v2:hover .n_item_v2Bg{ transform: scale(1.05); transition:.8s all linear}
.n_item_v2:hover .n_item_v2Text h5{ color: #30b7cb; transition:.5s all ease}
.n_item_v2:hover .n_item_v2More{transform: translateX(10px);transition:.5s all ease}
.n_item_v2:hover .n_item_v2Text{border-color: #30b7cb;}
/*item_v2-e*/

/*n_item_h1-s*/
.n_item_h1{ margin-top: 36px; min-height: 230px; position: relative;padding-bottom: 36px;}
.n_item_h1Img{width: 315px;position: absolute;left: 0;top: 0;overflow: hidden;transition: .5s all ease;}
.n_item_h1Bg{padding-top: 63.8%;background-size: cover;background-position: center;background-repeat: no-repeat;transition: .5s all linear;}
.n_item_h1Info{padding-left: 350px;padding-top: 14px;}
.n_item_h1Info h4{ overflow: hidden;text-overflow: ellipsis;white-space: nowrap; font-size: 16px; font-weight: 600;overflow: hidden;color: #272728;transition: .5s all ease;}
.new-iBox{margin-top:12px;color: #9b9b99}
.new-iBox i{margin-right: 6px;}
.new-iBox span{margin-right: 12px;}
.n_item_h1Info p{margin-top: 20px;height: 48px; line-height: 1.8em; overflow: hidden;color: #272728}
.n_item_h1Info>span{display: block;color: #fd1313;font-size: 14px;margin-top: 18px;transition: .5s all ease;}
.n_item_h1:hover .n_item_h1Img{ overflow: hidden;transition: .5s all ease;}
.n_item_h1:hover .n_item_h1Bg{  overflow: hidden; transform: scale(1.1);transition: .5s all linear;}
.n_item_h1:hover .n_item_h1Info h4{color: #fd1313;transition: .5s all ease;}
.n_item_h1:hover .n_item_h1Info>span{transform: translateX(6px); transition: .5s all ease;}
/*n_item_h1-e*/

/*n_item_h2-s*/
.n_item_h2{min-width: 33.3%;width: 33.3%;display: flex}
.n_item_h2Time{min-width: 108px;width: 26%;background: #f3f3f3;display: flex;align-items: center;justify-content: center}
.n_item_h2Time h2{font-size: 44px; font-weight: 600;text-align: center;color: #272727;transition: .4s  all linear}
.n_item_h2Time p{font-size: 18px; font-weight: 600;text-align: center;color: #272727;transition: .4s  all linear}
.n_item_h2Text{background: #e6eaed;padding: 20px 18px;}
.n_item_h2Text h4{ overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap;font-weight: 600;font-size: 18px;color: #030303;transition: .4s  all linear}
.n_item_h2Text p{ margin-top: 16px; height: 42px;overflow: hidden;transition: .4s  all linear;
    line-height: 2rem;font-size: 14px;color: #030303;opacity: .6}

.n_item_h2:hover h4{ color: #dd9e4e;transition: .4s  all linear}
.n_item_h2:hover .n_item_h2Time h2{color: #dd9e4e;transition: .4s  all linear}
.n_item_h2:hover .in_item_h2Time p{color: #dd9e4e;transition: .4s  all linear}
/*n_item_h2-e*/
/**************列表公共样式-e****************/



/*按钮公共样式*/
.i-more{width: 96px; height: 40px; margin-top: 22px;display: block; position: relative;
    line-height: 40px;text-align: center;color:#0b0b0b;border: 2px solid #f18804;transition: all .5s}
.i-more a{display: block;width: 100%;height: 100%;color: #000;position: absolute;left: 0;top: 0;z-index: 9}
.i-more a>div:nth-child(1){position: absolute;width: 100%;height: 100%;left: 0; top:0;z-index: 9}
.i-more-h{width: 100%;height: 100%;position: absolute;left: 0;top: 0;transform: scaleX(0);transform-origin: right center;
    background:rgba(242,145,9,.85);  transition: transform 0.5s;}
.i-more:hover{background: rgba(255,255,255,0);transition: all .5s}
.i-more:hover .i-more-h{transform: scaleX(1); transform-origin: left center; }
.i-more:hover a {color: #fff;transition: all .5s}


/*折叠*/
.n-panel{padding-left: 30px;background-size: cover;background-position: center; background-repeat: no-repeat}
.n-panel .panel-heading{background: #fff}
.n-panel .panel-title > a.collapsed{color: #333;}
.n-panel .panel-title > a{ height: 40px;line-height: 40px; position: relative;  color: #07742c; font-size: 16px;padding: 0 22px;}
.n-panel .panel-title > a h5{width: 100%; height: 100%;line-height: 40px; padding-right: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.n-panel .panel-title > a >div{ width: 10px;height: 10px; position: absolute;top:50%;right: 22px;transform: translate(-50%,0)}
.n-panel .panel-title > a >div > div{width: 10px;height: 10px;position: relative;}
.n-panel .panel-title > a.collapsed >div > div span{background: #333;}
.n-panel .panel-title > a >div > div span{width: 10px; height: 2px ; display: block; background: #07742c;position: absolute;top: 50%;margin-top: -1px;}
.n-panel .panel-title > a >div > div span:nth-child(2){transform: rotateZ(0)}
.n-panel .panel-title > a.collapsed >div > div span:nth-child(2){transform: rotateZ(90deg)}
.n-panel  .panel-body{padding: 20px 10px 10px 10px; background: #f0f0f0;color: #666}


/*from*/
.message-from{width: 100%;overflow: hidden}
.message-from>div{margin-top: 10px;overflow: hidden}
.message-from input{ height: 40px;line-height: 40px; border:1px solid #dadada;background:#fff;padding-left: 20px;}
.message-from textarea{border:0;background: rgba(0,0,0,0);padding: 20px;background:#fff;}
.form_box1 > input{width: 48%;float: left}
.form_box1 > input:nth-child(2){float: right}
.form_box2 > input{width: 48%;float: left}
.form_box2 > input:nth-child(2){float: right    }
.form_box3 > input{width: 100%;}
.form_textarea > textarea{width: 100%;height: 190px}
.message-from .from-submit{width: 126px;height: 36px; margin-top: 26px;float: right; padding: 0;border: 0; line-height: 36px;text-align: center;background: #07742c;color: #fff;font-size: 18px;}
