/* ---------------------------------------------------------- */
/*                                                            */
/* 项目：响应式网站                                           */
/*                                                            */
/* - 时间：                                       */
/* - 作者：                                               */
/*                                                            */
/*                                                            */
/*                                              */
/*                                                            */
/* ---------------------------------------------------------- */

@charset "utf-8";

/* 基准色 */
body{color: #020204;background-color: #ffffff; font-family: "微软雅黑";}
a{color:#020204}
a:hover{color:#eb9000;}
a:visited{color:#020204}
a:active,a:focus,a:hover{color:#020204}

/* base anim */
a, input, b, h1, img, span, button, header, .arrow, .portinfo, .portinfo h3, .portinfo p, .portimg,*:before, *:after , .nav_transform1 ul.navCont li .title,.media-box .icon,.cusbox a{
    -moz-transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}


/*header 更新*/
.header{ position:relative; background:#fff; z-index: 9999;}
.header-min{ position:fixed; top:0; z-index:1000; width:100%; left:0; border-bottom:1px solid #ddd;}
.header .htool{ position: absolute;width: 13%; right: 0; top: 0; height: 100%;}
.header .wrap{ position: relative;}
/*
 * top
 */
.htop{ position: absolute; right: 10%; top: 0; font-size: 1.8rem; color: #bfbfbf;}
.htop span{color: #be000b;font-size: 2rem;font-weight: 600}
.header-min .htop{ opacity: 0;}
/* LOGO */
.logo{float: left; height:100px; vertical-align: middle; z-index: 2; position: relative;margin:0;}
.logo a{display: block; height: 100%}
.logo span{display: inline-block; height: 100%; width: 0; text-align: center; vertical-align: middle;}
.logo img{vertical-align: middle;max-height: 100%}

.header-min .logo{ height: 80px;}


.wapNavBtn{display:none;position:absolute;top:0;right:16px;cursor:pointer;
    animation: transform .4s ease-in-out 0s both;
    -moz-animation: transform .4s ease-in-out 0s both;
    -webkit-animation: transform .4s ease-in-out 0s both;
    -o-animation: transform .4s ease-in-out 0s both;
}

/* 导航-1 */
.nav_transform1{}
.nav_transform1 ul.navCont li.child{float:left;width:10%;text-align:center; position: relative; z-index: 3;}
.nav_transform1 ul.navCont li.child a{display: block;color:#282828;line-height:100px;transition: all 0s;}
.nav_transform1 ul.navCont li.child a:hover,.nav_transform1 ul.navCont li.child.cur a{ background:#be000b; color:#fff; background-size: auto 100%;transition: all 0.3s;}
.nav_transform1 ul.navCont li.child a:hover span,.nav_transform1 ul.navCont li.child.cur a span{transition: all 0.3s;}

.header-min .nav_transform1 ul.navCont li.child a{ line-height: 80px;}

/*二级*/
.nav_transform1 ul.navCont li.child .childcont{position:absolute;top:100%;z-index:999;display:none;width:100%; background:rgba(190,0,11,0.8);padding: 10px 0; left:0; text-align:center; }
.nav_transform1 ul.navCont li.child .childcont a{line-height: 30px; font-size:14px;color:#fff; margin:0; display:block;}
.nav_transform1 ul.navCont li.child .childcont a span{ display:inline; color:#df671b;}
.nav_transform1 ul.navCont li.child .childcont a:hover{ background: #f2000e; color:#fff;text-decoration:none;}
.nav_transform1 ul.navCont li.child .childcont a:after{ display:none;}
.no-goods{ text-align: center; }
@media only screen and (min-width: 980px) and (max-width: 1400px) {
.nav_transform1 ul.navCont li.child .childcont a{
    font-size: 14px;
}
}
    /*nav anim*/
    .nav_transform1 .bg{position:absolute;width:50%;height:50%;background:rgba(0,0,0,.8);display: none;}
    .nav_transform1.skin-white .bg{background:rgba(255,255,255,.85)}
    .nav_transform1.skin-blue .bg{background:rgba(13,98,190,.8);}
    .nav_transform1 .bg1{top:0px;left:0px;}
    .nav_transform1 .bg2{top:0px;right:0px;}
    .nav_transform1 .bg3{bottom:0px;left:0px;}
    .nav_transform1 .bg4{bottom:0px;right:0px;}
    .nav_transform1.in .bg1{animation:navBgin1 .4s  ease-in-out 0s  both;
        -moz-animation:navBgin1 .4s  ease-in-out 0s  both;
        -webkit-animation:navBgin1 .4s  ease-in-out 0s  both;
        -o-animation:navBgin1 .4s  ease-in-out 0s  both;}
    .nav_transform1.in .bg2{animation:navBgin2 .4s  ease-in-out 0s  both;
        -moz-animation:navBgin2 .4s  ease-in-out 0s  both;
        -webkit-animation:navBgin2 .4s  ease-in-out 0s  both;
        -o-animation:navBgin2 .4s  ease-in-out 0s  both;}
    .nav_transform1.in .bg3{animation:navBgin3 .4s  ease-in-out 0s  both;
        -moz-animation:navBgin3 .4s  ease-in-out 0s  both;
        -webkit-animation:navBgin3 .4s  ease-in-out 0s  both;
        -o-animation:navBgin3 .4s  ease-in-out 0s  both;}
    .nav_transform1.in .bg4{animation:navBgin4 .4s  ease-in-out 0s  both;
        -moz-animation:navBgin4 .4s  ease-in-out 0s  both;
        -webkit-animation:navBgin4 .4s  ease-in-out 0s  both;
        -o-animation:navBgin4 .4s  ease-in-out 0s  both;}
    @keyframes navBgin1{
    0%{ transform:translateX(-100%);}
    100%{ transform:translateX(0);}
    }
    @-moz-keyframes navBgin1{
    0%{ -moz-transform:translateX(-100%);}
    100%{ -moz-transform:translateX(0);}
    }
    @-webkit-keyframes navBgin1 {
    0%{ -webkit-transform:translateX(-100%);}
    100%{ -webkit-transform:translateX(0);}
    }
    @-o-keyframes navBgin1{
    0%{ -o-transform:translateX(-100%);}
    100%{ -o-transform:translateX(0);}
    }

    @keyframes navBgin2{
    0%{ transform:translateY(-100%);}
    100%{ transform:translateY(0);}
    }
    @-moz-keyframes navBgin2{
    0%{ -moz-transform:translateY(-100%);}
    100%{ -moz-transform:translateY(0);}
    }
    @-webkit-keyframes navBgin2 {
    0%{ -webkit-transform:translateY(-100%);}
    100%{ -webkit-transform:translateY(0);}
    }
    @-o-keyframes navBgin2{
    0%{ -o-transform:translateY(-100%);}
    100%{ -o-transform:translateY(0);}
    }

    @keyframes navBgin3{
    0%{ transform:translateY(100%);}
    100%{ transform:translateY(0);}
    }
    @-moz-keyframes navBgin3{
    0%{ -moz-transform:translateY(100%);}
    100%{ -moz-transform:translateY(0);}
    }
    @-webkit-keyframes navBgin3 {
    0%{ -webkit-transform:translateY(100%);}
    100%{ -webkit-transform:translateY(0);}
    }
    @-o-keyframes navBgin3{
    0%{ -o-transform:translateY(100%);}
    100%{ -o-transform:translateY(0);}
    }

    @keyframes navBgin4{
    0%{ transform:translateX(100%);}
    100%{ transform:translateX(0);}
    }
    @-moz-keyframes navBgin4{
    0%{ -moz-transform:translateX(100%);}
    100%{ -moz-transform:translateX(0);}
    }
    @-webkit-keyframes navBgin4 {
    0%{ -webkit-transform:translateX(100%);}
    100%{ -webkit-transform:translateX(0);}
    }
    @-o-keyframes navBgin4{
    0%{ -o-transform:translateX(100%);}
    100%{ -o-transform:translateX(0);}
    }
    .nav_transform1.out .bg1{animation:navBgout1 .4s  ease-in-out .4s  both;
        -moz-animation:navBgout1 .4s  ease-in-out .4s  both;
        -webkit-animation:navBgout1 .4s  ease-in-out .4s  both;
        -o-animation:navBgout1 .4s  ease-in-out .4s  both;}
    .nav_transform1.out .bg2{animation:navBgout2 .4s  ease-in-out .4s  both;
        -moz-animation:navBgout2 .4s  ease-in-out .4s  both;
        -webkit-animation:navBgout2 .4s  ease-in-out .4s  both;
        -o-animation:navBgout2 .4s  ease-in-out .4s  both;}
    .nav_transform1.out .bg3{animation:navBgout3 .4s  ease-in-out .4s  both;
        -moz-animation:navBgout3 .4s  ease-in-out .4s  both;
        -webkit-animation:navBgout3 .4s  ease-in-out .4s  both;
        -o-animation:navBgout3 .4s  ease-in-out .4s  both;}
    .nav_transform1.out .bg4{animation:navBgout4 .4s  ease-in-out .4s  both;
        -moz-animation:navBgout4 .4s  ease-in-out .4s  both;
        -webkit-animation:navBgout4 .4s  ease-in-out .4s  both;
        -o-animation:navBgout4 .4s  ease-in-out .4s  both;}
    @keyframes navBgout1{
    100%{ transform:translateX(-100%);}
    0%{ transform:translateX(0);}
    }
    @-moz-keyframes navBgout1{
    100%{ -moz-transform:translateX(-100%);}
    0%{ -moz-transform:translateX(0);}
    }
    @-webkit-keyframes navBgout1 {
    100%{ -webkit-transform:translateX(-100%);}
    0%{ -webkit-transform:translateX(0);}
    }
    @-o-keyframes navBgout1{
    100%{ -o-transform:translateX(-100%);}
    0%{ -o-transform:translateX(0);}
    }

    @keyframes navBgout2{
    100%{ transform:translateY(-100%);}
    0%{ transform:translateY(0);}
    }
    @-moz-keyframes navBgout2{
    100%{ -moz-transform:translateY(-100%);}
    0%{ -moz-transform:translateY(0);}
    }
    @-webkit-keyframes navBgout2 {
    100%{ -webkit-transform:translateY(-100%);}
    0%{ -webkit-transform:translateY(0);}
    }
    @-o-keyframes navBgout2{
    100%{ -o-transform:translateY(-100%);}
    0%{ -o-transform:translateY(0);}
    }

    @keyframes navBgout3{
    100%{ transform:translateY(100%);}
    0%{ transform:translateY(0);}
    }
    @-moz-keyframes navBgout3{
    100%{ -moz-transform:translateY(100%);}
    0%{ -moz-transform:translateY(0);}
    }
    @-webkit-keyframes navBgout3 {
    100%{ -webkit-transform:translateY(100%);}
    0%{ -webkit-transform:translateY(0);}
    }
    @-o-keyframes navBgout3{
    100%{ -o-transform:translateY(100%);}
    0%{ -o-transform:translateY(0);}
    }

    @keyframes navBgout4{
    100%{ transform:translateX(100%);}
    0%{ transform:translateX(0);}
    }
    @-moz-keyframes navBgout4{
    100%{ -moz-transform:translateX(100%);}
    0%{ -moz-transform:translateX(0);}
    }
    @-webkit-keyframes navBgout4 {
    100%{ -webkit-transform:translateX(100%);}
    0%{ -webkit-transform:translateX(0);}
    }
    @-o-keyframes navBgout4{
    100%{ -o-transform:translateX(100%);}
    0%{ -o-transform:translateX(0);}
    }
    .nav_transform1.in .navCont{
        animation:navContentIn .4s  ease-in-out .4s  both;
        -moz-animation:navContentIn .4s  ease-in-out .4s  both;
        -webkit-animation:navContentIn .4s  ease-in-out .4s  both;
        -o-animation:navContentIn .4s  ease-in-out .4s  both;
    }
    @keyframes navContentIn{
    0%{ transform:scale(0); opacity:0;}
    80%{ transform:scale(1.1);}
    100%{ transform:scale(1); opacity:1;}
    }
    @-moz-keyframes navContentIn{
    0%{ -moz-transform:scale(0); opacity:0;}
    80%{ -moz-transform:scale(1.1);}
    100%{ -moz-transform:scale(1); opacity:1;}
    }
    @-webkit-keyframes navContentIn {
    0%{ -webkit-transform:scale(0); opacity:0;}
    80%{ -webkit-transform:scale(1.1);}
    100%{ -webkit-transform:scale(1); opacity:1;}
    }
    @-o-keyframes navContentIn{
    0%{ -o-transform:scale(0); opacity:0;}
    80%{ -o-transform:scale(1.1);}
    100%{ -o-transform:scale(1); opacity:1;}
    }
    .nav_transform1.out .navCont{
        animation:navContentOut .4s  ease-in-out 0s  both;
        -moz-animation:navContentOut .4s  ease-in-out 0s  both;
        -webkit-animation:navContentOut .4s  ease-in-out 0s  both;
        -o-animation:navContentOut .4s  ease-in-out 0s  both;
    }
    @keyframes navContentOut{
    100%{ transform:scale(0); opacity:0;}
    20%{ transform:scale(1.1);}
    0%{ transform:scale(1); opacity:1;}
    }
    @-moz-keyframes navContentOut{
    100%{ -moz-transform:scale(0); opacity:0;}
    20%{ -moz-transform:scale(1.1);}
    0%{ -moz-transform:scale(1); opacity:1;}
    }
    @-webkit-keyframes navContentOut { 
    100%{ -webkit-transform:scale(0); opacity:0;}
    20%{ -webkit-transform:scale(1.1);}
    0%{ -webkit-transform:scale(1); opacity:1;}
    }
    @-o-keyframes navContentOut{
    100%{ -o-transform:scale(0); opacity:0;}
    20%{ -o-transform:scale(1.1);}
    0%{ -o-transform:scale(1); opacity:1;}
    }



/*
 * footer
 */
.footer{background:#242424;color:#b7b7b7;line-height:35px; padding:3rem 0 40px; position: relative;}
.footer .fbor{ border-right: 1px solid #141314;}
.footer .ftit{ font-weight: bold; font-size: 2.4rem; color: #fff; margin-bottom: 15px;}
.footer a{color: #b7b7b7; display:inline-block; margin: 0 2%;}
.footer a:hover{ color:#be000b;}
.footer span{display:inline-block; margin: 0 2%;}
.footer .fshow i{font-size: 2.6rem;}
.fnav{ line-height: 35px;}
.fnav a{ width: 46%;}

/*友链*/
.footer_link{}
.footer_link .ftit{ background: url(../img/tlink.jpg) repeat-x 0 bottom; padding-bottom: 10px; line-height: 2rem; margin-bottom: 10px;}
.footer_link span{ font-size:2rem; color:#1c1c1c;}
.footer_link i{ font-style: normal; display: block; color: #d7d7d7; text-transform: uppercase;}
.footer_link a{color: #595959; font-size:14px; margin:0 10px; display:inline-block; background: url(../img/dot_2.jpg) no-repeat 0 center; padding-left: 20px;}
.footer_link a:hover{ color:#be000b;}

/**/
.footer_msg{ }
.footer_msg .form-group{ margin-bottom:1rem;}
.footer_msg .btn{ background:#80a93d; border:none; margin: 0;}
.footer_msg .form-control{ background: none; border: none; border-bottom: 1px solid #65712d; color:#fff;}

.fmsg{ background: rgba(0,0,0,0.8); position: fixed; width: 100%; padding: 30px 0; bottom: 0; left: 0; height: 60px; z-index: 10000000;}
.fmsg img{ position: relative; top: -70px;}
.fmsg .form-control{ background: #fff;}
.fmsg .btn{ background:#ffb400; border-color:#ffb400; color:#333; font-size:18px; font-weight: bold; width: 100%; height: 40px; border-radius: 0; text-transform: uppercase;}
.fmsg .brow{ text-align: center; color: #feed00;}
.fmsg i{ font-style: normal;}
.fmsg span{ display: inline-block; background: #feed00; color: #333; border-radius: 30px; padding: 0 20px; cursor: pointer;}
/*
 * top
 */
.top{display:none;position:fixed;right:10px;bottom:80px;z-index:999;width:80px;height:80px;font-size:24px;color: #9c9c9c;background:url(../img/top.png) no-repeat center center #363f49;line-height:80px;text-align:center;cursor:pointer;}
.top2{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }


.box-title{line-height:6rem;position: relative; text-align: center;}
.box-title span{font-size:2.5rem; display:inline-block; position:relative; font-weight: bold;  line-height: 6rem;}
.box-title span:before,.box-title span:after{ content: "————"; color: #be000b; margin: 0 5px; font-size: 1.6rem;}
.color-2{ color: #000; }
.color-3{ color: #ededed !important;  }
.box-title i{ display: block; font-style: normal; font-size: 7rem; font-weight: bold; color: rgba(0,0,0,0.1); position: absolute; top: 0; ;left: 0; width: 100%; text-transform: uppercase;}
.show-t{ color: #FFF; }
.bt2 span:before,.bt2 span:after{ color: #db3423;}
.bt3 i{ color: rgba(255,255,255,0.1);}
.bt3 span{ font-size: 3rem;}
.bt3 span:before{ display: none;}
.bt3 span:after{ content: ""; display: block; width: 100%; height: 10px; background: #be000b; margin: -22px auto 0;}

.bt4 span{ display: block; text-align: left;}
.bt4 span:after{ height: 6px; margin-top: -18px;}

.title-1{ text-align:center; line-height: 6rem; margin-top: -3rem; position: relative; z-index: 4;}
.title-1 span{ font-size:3.5rem; font-weight: bold; color: #2d2d2d; display:inline-block; background: #be000b; color: #fff; width: 30%; border-radius: 40px;}
.title-1 span i{ color:#eb9000; font-style:normal;}
.title-1 p{ font-size:16px;}

.title-2{ border-bottom:1px solid #ddd; padding-bottom:5px;}
.title-2 span,.title-2 strong{ font-size:18px;}


a.amore{ background:#be000b; color:#fff; display:block; width:160px; height:40px; line-height:40px; text-align:center; margin:15px auto 0; border-radius: 40px;}
a.amore:hover{ background: #e62222;}


.ul-news{ list-style:none;}
.ul-news li{ overflow:hidden; clear:both; line-height:4rem; border-bottom: 1px solid #f2f2f3;}
.ul-news li a{ display:block; clear: both; float: left; width: 60%;}
.ul-news li a:hover{ color:#e18c13;}
.ul-news li span{ float:right; color:#6e6e6e; font-size: 14px;}
.ul-news li a:hover{ color: #0b0de6;}

.news-box{ padding: 15px; border-bottom: 2px solid #ddd; box-sizing: border-box;}
.news-box a{ display: block; clear: both; overflow: hidden;}
.news-box .date{ width: 18%; float: left; text-align: center; line-height: 2.6rem; padding-top: 5px;}
.news-box .date span{ display: block; font-size: 2.6rem; font-weight: bold;}
.news-box .date i{ font-style: normal;}
.news-box .brow{ width: 80%; float: left;margin-left: 2%;}
.news-box h3{ font-size: 1.8rem; font-weight: normal;}
.news-box p{ font-size: 14px; color: #666;}
.news-box:hover{ background: #be000b;}
.news-box:hover a,.news-box:hover p{ color: #fff;}
.jj-pic{ width: 100%; height: 0; padding-bottom:60%; position: relative;}
.jj-pic p{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.jj-pic p img{ object-fit: cover; width: 100%; height: 100%; }
.jj-txt { min-height: 47px; }
.pro-cate-box{ clear: both; text-align: center;border: 1px solid #ededed; }
.pro-cate{  font-size: 16px; display: inline-block;  color: #000;  width: 100%; border-bottom: 1px solid #ededed; line-height: 60px;}
.pro-cate:visited{ color: #000; }
.pro-box-t{ clear: both; background: #be000b; color: #FFF; font-size: 20px; text-align: center; padding: 10px 0; line-height: 80px; font-weight: bold; }
.contact-box{ clear: both;  overflow: hidden;border: 1px solid #ededed; padding: 10px; box-sizing: border-box; margin-bottom: 20px; }
.contact-box p{ line-height: 30px; font-size: 14px; }
.wrap{ clear: both; }
/*
 * block
 */
.index_ {padding:4em 0 1em;}
.index_ .T{padding-bottom: 25px;text-align: center;color:#333333;overflow: hidden;}
.index_ .T h1{font-size: 36px;line-height:2;font-weight: bold;color: #202020}
.index_ .T h2{font-size: 2rem;color: #999999;font-weight: normal;text-transform: uppercase;font-family: serif;letter-spacing: 3px;}
.index_ .T h2 strong{padding: 0 20px;position: relative;font-weight: normal;}
.index_ .T h2 span{color: #014785}
.index_ .T h2 a{display: block;font-size: 1rem;background-color: #014785;color: #fff;width: 100px;margin:0 auto;border-radius: 15px;font-weight: normal}
.index_ .T h2 .l{height: 4px;width:16px;background:#ccc;display: block;position: absolute;right: 100%;top: 50%;margin-top: -2px}
.index_ .T h2 .r{height: 4px;width:16px;background:#ccc;display: block;position: absolute;left: 100%;top: 50%;margin-top: -2px}
.index_ .T h2 .l:before{display: block;content: ' ';width:200px;height: 1px;background: #cccccc;position: absolute;right: 100%;bottom: 2px;margin-right: 0}
.index_ .T h2 .r:after{display: block;content: ' ';width:200px;height: 1px;background: #cccccc;position: absolute;left: 100%;bottom: 2px;margin-left: 0}
.index_ .T h3{font-size: 20px;font-weight: normal;}
.index_ .T h4{font-size: 34px;color: #333333;font-weight: normal;}
.index_ .T h4 span{color: #d41936}
.index_ .T h5{font-size: 16px;font-weight: normal;color: #fff;text-transform: uppercase;}
.index_scroll h2{color:#fff;}
.index_scroll .T .more{float:right;width:152px;height:59px;background:url(../img/i_18.png) 0 bottom no-repeat;overflow:hidden;text-indent:-999px;margin-right:20px;}

/*
* more: text or block
*/
a.more{color: #666; display:inline-block; font-size:12px;}
a.more{ transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
a.more:hover{color: #4088ff;}
a.more.block{padding: 10px 30px;border: 1px solid #c5c2c2;display: inline-block;margin-top: 10px}
a.more.block:hover{color: #ee3f8c; background-color: #fff; border-color: #fff;}
a.button{width: 220px;height: 45px;border: 1px #eee solid;border-radius: 40px;background-color: #fff;display: block;margin: 0 auto;text-align: center;line-height: 45px;position: relative;overflow: hidden;}
a.button.anim span{position: absolute;left: 50%;top: 0;white-space: nowrap;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition-delay: 250ms;-moz-transition-delay: 250ms;-ms-transition-delay: 250ms;-o-transition-delay: 250ms;transition-delay: 250ms;}
a.button.anim i:before{font-size: 22px;color: #ec408c;position: absolute;top: 9px;left: 0;-webkit-transform: translateX(-200%);-ms-transform: translateX(-200%);-o-transform: translateX(-200%);transform: translateX(-200%);}
a.button.anim:hover i:before{left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
a.button.anim:hover span{left: 120%;}


/*
 * 搜索 
 */
.search_tool{height:auto;background: #fff; padding:3rem; position:relative; margin-top:-50px; z-index:10000;box-shadow: 0px 3px 5px #ccc;}
.widget-search-hot{font-size:16px; color:#333; background:url(../img/dot_s.jpg) no-repeat 0 center; padding-left:30px;}
.widget-search-hot a{padding:0 6px}
.widget-search-hot a:hover{ color:#f00;text-decoration:underline}
.widget-search-form{}
.widget-search-form input{float:left;height:40px;vertical-align:top; color:#ccc; font-size:14px;}
.widget-search-form .form-control{background: none;border:1px solid #cbcbcb}
.widget-search-form .search_btn{margin-left:-50px;width:50px;border: 1px solid #ccc;background: url(../img/base/t_ico.png) -94px -55px no-repeat;}
.widget-search-form .search_btn:hover{background-position: -94px -4px}

/* ========================================================================== Common
   ========================================================================== */
.opc0{opacity:0;}

/*媒体盒子模型*/
.media-box{display:block;margin-bottom:20px;width: 100%;}
.media-box a{ display:block;}
.media-box .icon{display: inline-block; background: #fff; width: 100%; height: 140px; overflow: hidden;border: 1px solid #d7d8db;text-align: center;}
.media-box .icon{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.media-box h3{font-size: 1.6rem;padding:5px 0;font-weight: normal;color: #000}
.media-box p{font-size: 1.6rem;padding:0;line-height: 2;}
.media-box .icon img{width: auto;height: auto}
.media-box .icon img{transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.media-box.anim.anim-scale:hover .icon img{transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);-webkit-transform:scale(1.2);}
.media-box .laytit{position: absolute;bottom:0;left: 0;width: 100%;font-size: 1.6rem;background: url(../img/base/layer.png);line-height: 2.4;color: #fff}

.img-box { margin-bottom: 0;}
.img-box h3{ color: #fff; text-align: center;}

.new-box .icon{ border: none; background: none; border-radius: 5px;}
.new-box .icon img{ min-width: 100%; min-height: 100%;}
.new-box h3{ font-size: 1.8rem; line-height: 2.6rem; font-weight: normal; padding: 10px 0 0;}
.new-box p{ color: #6e6e6e; font-size: 14px; line-height: 24px; margin: 10px 0;}
.new-box span{ font-size: 14px; color: #6e6e6e;}
.new-box  a:hover h3{ color: #2124e6;}
.new-box  a:hover .icon img{ transform: scale(1.2); transition: all 0.5s;}

.p-box{ position: relative; text-align: center; width: auto; margin: 0;}
.p-box .icon{background: #fff; border: none; height: auto; position: relative;}
.p-box .brow{ padding: 10px; line-height: 20px; }
.p-box h3{ font-size: 1.6rem;}
.p-box p{ color: #898989; font-size: 12px;}
.p-box a{ display: block; position: relative; background: #e6e6e6;}
.p-box a:hover{ background: #e72100;}

.p-box a:hover h3,.p-box a:hover p{ color: #fff;}



.p-box2{ position: relative; text-align: center;width: auto; margin: 0;}
.p-box2 .icon{ border: none; background: none; overflow: hidden;  position: relative; margin: 0 auto;}
.p-box2 .brow{ text-align: left; margin: 20px 20px 0;}
.p-box2 h3{ font-size: 1.8rem; width: 90%; line-height:3rem; font-weight: bold; display: inline-block;}
.p-box2 h3:after{ content: ""; display: block; width: 100%; height: 5px; background: #be000b; margin-top: -8px;}
.p-box2 p{ line-height: 24px; margin:0; word-break: break-word;}
.p-box2 i{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../img/sdot.png) no-repeat center center rgba(33,115,214,0.8); opacity: 0;}
.p-box2 span{ display: block; background: #070607; color: #fff; text-align: center; line-height: 3rem; width: 30%; position: absolute; right: 5%; bottom: 20px; z-index: 3;}
.p-box2 a:hover span{ background: #be000b;}

/*面包屑*/
.PageCrumb{font-size: 16px;font-weight: normal; color:#333; text-align: center;}
.PageCrumb i{ font-size: 20px;}
.PageCrumb a{color: #333;padding: 0 3px}
.PageCrumb a:hover{color: #f08300;}
.PageCrumb span{ display:block; text-align:left; font-weight:bold; font-size:2.4rem; color:#333;}

/* BOX */
.widget-box{background-color: #fff;color: #000;padding: 30px;margin-bottom: 20px}
.widget-box h4{font-size: 20px;line-height: 32px;margin-bottom: 25px}
.widget-box h4 a{float: right;font-size: 14px;font-weight: normal;color: #0e58a4}

/* portlet */
.portlet{width: 100%;margin-bottom: 15px;}
.portlet > .portlet-title{font-size: 20px;line-height: 32px;margin-bottom: 15px;font-weight: normal;padding-left: 10px;color: #000}
.portlet > .portlet-title a{float: right;font-size: 14px;font-weight: normal;color: #6e6e6e}
.portlet > .portlet-body {background-color: #f7f7f7}
.portlet.bordered > .portlet-body {border: 1px solid #e6e5e5}
.portlet.padding > .portlet-body{padding: 20px 25px}


.txtW {
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap;
}
.txtH {
  word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.zoomIn {animation: zoomIn 2s forwards;}
.zoomIn2 {animation: zoomIn2 3s forwards;}
.zoomIn4 {animation: zoomIn2 3s infinite alternate;}

.fadeInUp {animation: fadeInUp 1.5s forwards;}
.fadeInDown {animation: fadeInDown 1.5s forwards;}
.fadeInLeft {animation: fadeInLeft 1.5s forwards;}
.fadeInRight {animation: fadeInRight 1.5s forwards;}
.fadeInUp2 {animation: fadeInUp2 2.5s infinite alternate;}
.fadeHeight {animation: fadeHeight 2s infinite alternate;}
.fadeInFont {animation: fadeInFont 30s forwards;}
.fadeInImg {animation: fadeInImg 1.5s forwards;}
.fadeInImg2 {animation: fadeInImg2 1.5s forwards;}
.fadeInImg3 {animation: fadeInImg3 1.5s forwards;}

@keyframes zoomIn {
0% {
    opacity: 0;
	transform: scale(0.3,0.3);
	
}
100% {
    opacity: 1;
	transform: scale(1,1);
}
}

@keyframes zoomIn2 {
0% {
	transform: scale(1.4,1.4);
	
}
100% {
	transform: scale(1,1);
}
}

@keyframes zoomIn3 {
0% {
	opacity: 1;
	transform: scale(0.3,0.3);
	
}
100% {
	opacity: 0;
	transform: scale(1.4,1.4);
}
}
@keyframes zoomIn4 {
0% {
	transform: scale(1,1);
	
}
50% {
	transform: scale(0.7,0.7);
}
100% {
	transform: scale(1,1);
}

}


@keyframes fadeInUp{
0% {
    opacity: 0;
    transform: translate3d(0,-200px,0);
}
100% {
    opacity: 1;
    transform: none;
}	
}
@keyframes fadeInDown{
0% {
    opacity: 0;
    transform: translate3d(0,200px,0);
}
100% {
    opacity: 1;
    transform: none;
}	
}
@keyframes fadeInLeft{
0% {
    opacity: 0;
    transform: translate3d(-200px,0,0);
}
100% {
    opacity: 1;
    transform: none;
}	
}
@keyframes fadeInRight{
0% {
    opacity: 0;
    transform: translate3d(200px,0,0);
}
100% {
    opacity: 1;
    transform: none;
}	
}

@keyframes fadeHeight{
0% {
    height:0;
}
100% {
    height:100%;
}	
}



@keyframes fadeOpc{
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}	
}

@keyframes fadeInLeft2{
0% {
    transform: translate3d(0,0,0);
}
50% {
    transform: translate3d(60px,0,0);
}
10% {
    transform: translate3d(0,0,0);
}	
}

@keyframes fadeInFont{
0% { letter-spacing:50px;opacity: 0;
}
10% {letter-spacing:0;opacity: 1;
}	
}

@keyframes fadeInImg{
0% {opacity: 1;transform: translate3d(0px, -800px, 0px);
}
100% {opacity: 1;transform: translate3d(0px, 0, 0px);
}	
}
@keyframes fadeInImg2{
0% {opacity: 1;transform: translate3d(0px, 800px, 0px);
}
100% {opacity: 1;transform: translate3d(0px, 0, 0px);
}	
}

.pos{ position:relative;}
.clear{ clear: both; overflow: hidden;}

.mrg-t1{ margin-top:1rem;}
.mrg-t2{ margin-top:2rem;}
.mrg-t3{ margin-top:3rem;}
.mrg-t4{ margin-top:4rem;}
.mrg-t5{ margin-top:5rem;}
.mrg-t6{ margin-top:8rem;}
.pic-w{ width: 100%; height: 0; padding-bottom: 90%; position:relative; }
.pic-w p{ position: absolute; left: 0; top: 0;width: 100%; height: 100%; background: #FFF;  }
.pic-w p img{ object-fit: contain; width: 100%; height: 100%; }