
@charset "utf-8";
/*初始样式*/
body{ color:#333;font-size: 14px;font-family: Helvetica,arial;} /*网站字体颜色*/
body,ul,ol,li,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,span,input{margin:0;padding:0;list-style:none;}
a { color:#333; text-decoration:none;font-family: Helvetica,arial;}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img{border:none;}
.vam{ vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:0;font-family: Helvetica,arial; }
h1,h2,h3,h4,h5,h6{ font-family:Helvetica,arial;}
i,em{ font-style:normal;}

.tr {text-align:right;}
.tl {text-align:left;}
.center{ text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}

/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;}
.pic img,.picl img,.pics img{-webkit-transition: -webkit-transform 0.8s; -moz-transition: -moz-transform 0.8s; -o-transition: -o-transform 0.8s; transition: transform 0.8s;}
.pic img:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);  transform: scale(1.05);}
.picl img:hover{-moz-transform: translate(0,5px);-webkit-transform: translate(0,5px);-ms-transform: translate(0,5px);-o-transform: translate(0,5px);}
.pics img:hover{-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);}
.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: ''; cursor: pointer; position: absolute; left: -100%; top: 0; width:100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after {left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}
@keyframes myfirst{0%{background-position:0 0;} 100%{background-position:100% 100%;}}
@keyframes jtdh{0%{top: 0;} 100%{top: 10px;opacity: 0;}}

body{min-width:1200px;width:100%;max-width:1920px;margin:0 auto;overflow-x:hidden;}
i,em{ font-style:normal;}
.content{ width:1200px; margin:0 auto;font-family: Helvetica,arial;}



/*头部*/
.header{height: 16vh;width:100%;max-width:1920px;position: relative;z-index: 2;padding-left: 7.5vw;box-sizing: border-box;background: #fff;}
.header .logo{width: 11vw;padding-top: 2vh;float: left;}
.header .logo img{width: auto;height: 11.36vh;max-width: 100%;}

.header .nav{float: right;line-height: 16vh;width: 50vw;position: relative;}
.header .nav li{float: left;font-size:1.05vmax;text-transform: capitalize;margin-right: 4.5%;font-weight: bold;position: relative;position: relative;}
.header .nav li:after{content: "";width: 100%;display: block;height: 0.1vw;background: #DA251C;position: absolute;left: 0;bottom: 32%;width:0%;transition: all .25s linear;}
.header .nav li > a{display: block;color: #333;}
.header .nav li:last-of-type{width: 13vw;height: 8vh;margin-right: 0;position: absolute;right: 0;background: #DA251C;top: 25%;line-height: 100%;text-align: center;font-size:1.1vmax;font-weight: normal;}
.header .nav li:last-of-type > a{display: block;line-height:8vh;box-sizing: border-box;color: #fff;transition: font-size .25s linear;}
.header .nav li:last-of-type:hover > a,.header .nav li:last-of-type.cur > a{color: #fff;font-size: 1.2vmax;cursor: pointer;}
.header .nav li.cur:after,.header .nav li:hover:after{display: block;width:100%;}
.header .nav li.cur > a,.header .nav li:hover > a{color: #DA251C;}
.header .nav li p{position: absolute;left: -1.5vw;top:68%;background: #fff;width: 14vw;box-sizing: border-box;padding-left: 1.5vw;box-shadow:0px 0.6vw 1.3vw 0px rgba(218,37,28,0.18);padding-top: 1.5vh;padding-bottom: 1.5vh;display: none;min-width: 14vw;width: auto;}
.header .nav li p a{display: block;border-bottom: 1px solid #ededed;line-height: 30px;box-sizing: border-box;padding-top: 14px;padding-bottom: 14px;margin-right:1.5vw;padding-right:2vw;white-space:nowrap;}
.header .nav li p a:last-of-type{border-bottom: none;}
.header .nav li p a:hover{background: url(images/nav-more.png) no-repeat right center;color: #DA251C;}


        .ty-banner-1 {
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

                .search_content{
                    padding: 18px 0 0;
                    height: 49px;
                    line-height: 30px;
                    border-bottom: solid 1px #e3e3e3;
                }
                .p2-keyword{
                    width: 715px;
                    float: left;
                    text-transform:capitalize;
                    color: #999;
                }
                .p2-keyword dt,.p2-keyword dd{float:left;}
                .p2-keyword dd a{
                    padding: 0 7px;
                    color: #999;
                }
                .p2-keyword dd a:hover{
                    color:#e22621;;
                }
                .search-1-input-group{
                    width: 259px;
                    height: 32px;
                    border:1px solid #d8d8d8;
                    border-radius: 30px;
                    padding: 0 0 0 19px;
                }
                .search-1-input-group .searchKey{
                    width: 220px;
                    height: 30px;
                    line-height: 30px;
                    float: left;
                    border: 0;
                    float: left;
                    color:#bfbfbf;
                }
                .search-1-input-group .p2-btn{
                    width: 38px;
                    height: 30px;
                    text-indent: 38px;
                    float: right;
                    height: 32px;
                    background:url(images/VISkins-p5.png) no-repeat 5px -257px;
                }
                .header2{display:none;}
            

        .p6-crumbs {
            height: 60px;
            line-height: 60px;
            /*padding: 0 0 0 18px;*/
            /*background: url(images/VISkins-p6.png) no-repeat -9px 12px;*/
            margin: 20px auto;
        } 
.p6-crumbs dt,
        .p6-crumbs dd {
            float: left;
        } 
.p6-crumbs a {
            padding: 0 13px;
        }
        .p6-crumbs a.cur {
            color: #e22621;
        }
        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
            margin-bottom: 30px;
        }
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #0b1728;
            font-weight: normal;
            padding-left: 8px;
        } 
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            /*font-family: '宋体';*/
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    

    .t1-search-result { position: relative; margin-bottom:30px; color: #666; }
    .t1-search-result .t1-mt { position: absolute; _position: absolute !important; z-index: 99; width: 100%; margin-bottom:30px;font-size: 12px; }
    .t1-search-result .t1-mc{margin-bottom:30px;}
    .t1-search-result .t1-mt .t1-fore-1 { position: relative; z-index: 99; height: 47px; padding: 0 2%; border: 1px solid #cbcbcb; background-color: #fff; }
    .t1-search-result .t1-mt .t1-fore-1 li { position: relative; float: left; margin: 0 10px; }
    .t1-search-result .t1-mt .t1-fore-1 .t1-first-link { display: inline-block; height: 46px; line-height: 46px; color: #666; text-decoration: none; }
    .t1-search-result .t1-mt .t1-fore-1 .t1-first-link:hover { color: #c10914; }
    .t1-search-result .t1-mt .t1-fore-1 .t1-current .t1-first-link { border-bottom: 2px solid #c10914; color: #c10914; }
    .t1-search-result .t1-mt .t1-fore-1 .t1-panel { display: none; position: absolute; left: 0; top: 47px; z-index: 999; border: 1px solid #cbcbcb; background-color: #fafafa; }
    .t1-search-result .t1-mt .t1-fore-1 .t1-panel a { display: block; width: 100px; padding: 8px 20px; border-bottom: 1px solid #cbcbcb; color: #666; text-decoration: none; }
    .t1-search-result .t1-mt .t1-fore-1 .t1-panel a:last-child {border-bottom: 0 none;}
    .t1-search-result .t1-mt .t1-fore-1 .t1-panel a:hover { color: #c10914; background-color: #fff; }
    .t1-search-result .t1-mt .t1-fore-2 { display: none; height: 32px; line-height: 32px; margin-top: 5px; border: 1px solid #cbcbcb; background-color: #f9f9f9; }
    .t1-search-result .t1-mt .t1-fore-2 .t1-time { float: left; }
    .t1-search-result .t1-mt .t1-fore-2 .t1-time dt { float: left; }
    .t1-search-result .t1-mt .t1-fore-2 .t1-time dd { float: left; margin-left: 14px; cursor: pointer; }
    .t1-search-result .t1-mt .t1-fore-2 .current { color: #c10914; }
    .t1-search-result .t1-mt .t1-fore-2 .t1-select {position: relative; z-index: 5; float: left; width: 200px; margin-left: 40px;}
    .t1-search-result .t1-mt .t1-fore-2 .t1-select dt {position: relative; z-index: 4; display: inline-block; width: 100%; height: 20px; line-height: 20px; margin-top: 5px; text-indent: 5px; border: 1px solid #d2ccc4; background: #fff url(images/t1-search-1.png) no-repeat 98% center; cursor: pointer; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
    .t1-search-result .t1-mt .t1-fore-2 .t1-select dd {display: none; position: absolute; left: 0; top: 29px; z-index: 10; width: 100%; border: 1px solid #d2ccc4; background: #fff;}
    .t1-search-result .t1-mt .t1-fore-2 .t1-select dd ul {width: 100%; overflow: auto;}
    .t1-search-result .t1-mt .t1-fore-2 .t1-select dd li a {display:block; height: 28px; line-height:28px; padding: 0 5px; color: #666; text-decoration: none;}
    .t1-search-result .t1-mt .t1-fore-2 .t1-select dd li a:hover {color: #C10914; background:#f5f5f5;}
    .t1-search-result .t1-mt .t1-fore-2 .t1-btn-close {position: absolute; right: 0; top: 5px; width: 22px; height: 22px; background: url(images/t1-search-3.png) no-repeat center center; cursor: pointer;}
    .t1-search-result .t1-mt .t1-fore-2 .t1-decoration {position: absolute; right: 30px; top: -7px; width: 7px; height: 7px; background: url(images/t1-search-2.png) no-repeat;}
    .t1-search-result .t1-mt .t1-fore-2-box {position: relative; height: 32px; line-height: 32px; padding: 0 2%; background-color: #fff;}
    .t1-search-result .t1-mt .t1-fore-2-box .t1-select-group { float: left; }
    .t1-search-result .t1-mt .t1-filtrate { position: absolute; right: 20px; top: 0; z-index: 100; height: 47px; line-height: 47px; padding-left: 13px; color: #666; cursor: pointer; background: url(images/t1-search-4.png) no-repeat left center; }

    .t1-search-result-list { margin-top: 25px; padding: 20px 20px 45px; border: 1px solid #cbcbcb; overflow: hidden; }
    .t1-search-result-list .t1-btn-more { float: right; color: #666;cursor:pointer; }
    .t1-search-result-list-hd { display: block; padding-bottom: 10px; font-size: 14px; border-bottom: 4px solid #eee;color:#e22621; }
    .t1-search-result-list-bd { overflow: hidden; }
    .t1-search-result-list-bd li {width: 100%; overflow: hidden; margin-top: 25px; padding-bottom: 35px; border-bottom: 1px dashed #e6e6e6;}
    .t1-search-result-list-bd .t1-article-pic {width: 163px; _padding: 0 10px !important;}
    .t1-search-result-list-bd .fl.t1-article-pic {padding-right: 20px;}
    .t1-search-result-list-bd .fr.t1-article-pic {padding-left: 20px;}
    .t1-search-result-list-bd .t1-article-pic img {width: 100%;}
    .t1-search-result-list-bd .t1-article-info {position: relative;overflow: hidden;}
    .t1-search-result-list-bd .t1-article-info p { width: 100%; max-height: 100px; _height: 100px; line-height: 25px; margin: 8px 0 6px; color: #666; overflow: hidden; overflow: hidden;}
    .t1-search-result-list-bd h4 {position: relative; padding-left: 14px; clear: both; height: 25px; line-height: 25px; overflow: hidden;}
    .t1-search-result-list-bd h4 .t1-article-link {float: left; max-width: 500px; _width: 300px; line-height: 25px; font-size: 16px; font-weight: 400; font-family: "Microsoft Yahei"; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; text-decoration: none;}
    .t1-search-result-list-bd h4 .t1-article-link:hover {color: #333;}
    .t1-search-result-list-bd h4 span {display: inline-block; height: 25px; line-height: 25px; margin-left: 10px; font-size: 12px; font-weight: normal; color: #999; overflow: hidden;}
    .t1-search-result-list-bd h4 span a {color: #999; text-decoration: none;}
    .t1-search-result-list-bd h4 span a:hover {color: #666;}
    .t1-search-result-list-bd h4 .t1-icon {position: absolute; left: 0; top: 5px; width: 3px; height: 18px; background-color: #eee;}
    .t1-search-result-list-bd .t1-last { border-bottom: 0 none; }
    .t1-search-result-list .t1-search-num { margin: 10px 0 20px; text-align: right; font-size: 12px; color: #999; }
    .t1-search-result-list .t1-search-num i { color: #f00; }
    .t1-search-result-list .t1-pagination {clear: both; float: right; margin-right: 0; overflow: hidden;}
    .t1-search-result-list .t1-pagination li {float: left; margin-left: 10px;}
    .t1-search-result-list .t1-pagination a {float: left; padding: 0 7px; border: 1px solid #cbcbcb; color: #999; text-decoration: none;}
    .t1-search-result-list .t1-pagination a:hover {color: #666; border-color: #aaa;}
    .t1-search-result-list .t1-pagination .t1-current a {border-color: transparent; _border-color: #aaa;}
    .t1-search-result-list .t1-pagination .t1-disable a {color: #e1e1e1; border-color: #e1e1e1;}


       .t1-main-content{ width:100% !important;}
   

        .p5_contact {
            padding: 0 0 40px;
            background: #f5f5f5;
            margin-bottom: 80px;
        }
        
        .p5_contact_con p {
            font-weight: bold;
            line-height: 22px;
            color: #898989;
            padding: 0 0 6px;
        }
        
        .p5_contact .p5_title1 {
            background:#e22621;
            padding:20px 0 0 20px;
        }
        
        .p5_contact .p5_title1 span {
            color: #fff;
        }
        
        .p5_contact .p5_title1:before {
            left: 20px;
            display: block;
            background: #fff;
            top: 60px;
        }
        
        .p5_contact_con {
            padding: 20px 20px 0;
        }
        
        .p5_contact_con li {
            line-height: 34px;
            min-height: 34px;
            word-wrap: break-word;
            color: #898989;
            overflow: hidden;
        }
        
        .p5_contact_con li span {
            width: 22px;
            height: 30px;
            display: block;
            float: left;
            margin-right: -22px;
            background: url(images/VISkins-p5.png) no-repeat -2px -2px;
        }
        
        .p5_contact_con li em {
            padding-left: 25px;
            display: block;
            overflow: hidden;
        }
        
        .p5_contact_con li.p5_contact_l1 span {
            background-position: -2px -39px;
        }
        
        .p5_contact_con li.p5_contact_l2 span {
            background-position: -2px -74px;
        }
        
        .p5_contact_con li.p5_contact_l3 span {
            background-position: -2px -110px;
        }
        
        .p5_contact_con span {
            clear: both;
            display: block;
            height: 59px;
            padding: 12px 0 0;
        }
        
        .p5_contact_con span a {
            background: url(images/VISkins-p5.png) no-repeat 0 -154px #898989;
            border-radius: 2px;
            margin: 0 7px 0 0;
            width: 20px;
            height: 20px;
            text-indent: 999px;
            overflow: hidden;
            display: inline-block;
        }
        
        .p5_contact_con span a.p5_title1_fx1 {
            background-position: 0 -189px;
        }
        
        .p5_contact_con span a.p5_title1_fx2 {
            background-position: 0 -224px;
        }
        
        .p5_title1_pho {
            background: url(images/VISkins-p5.png) no-repeat 0 -286px;
            padding: 0 0 0 47px;
            color: #333;
            line-height: 18px;
            height: 60px;
        }
        
        .p5_title1_pho b {
            font-size: 20px;
            line-height: 28px;
            color:#0b1728;
            display:block;
        }
    

/*首页底部*/
.foot{background: #0C1729;height: 622px;width: 92.5vw;min-width: 1500px;padding-top: 118px;box-sizing: border-box;}
.foot-l{float: left;width: 256px;text-align: center;}
.foot-l h2 img{width: 256px;height: 162px;}
.foot-l h2 span{display: block;font-size: 14px;color: rgba(255,255,255,0.2);font-weight: normal;margin-top: 6px;}
.foot-l p{margin-top: 175px;}
.foot-l p a{margin: 0 22px;}
.foot-r{float: right;width: 800px;border-top: 10px solid #fff;}
.foot-r li{color: #fff;line-height: 34px;float: left;width: 260px;}
.foot-r li b{font-size: 16px;line-height: 80%;margin-top: 50px;display: block;margin-bottom: 10px;}
.foot-r li span{display: block;font-size: 16px;font-family: arial;}
.foot-r li span a{color:#fff;}
.foot-r li p{margin-top: 20px;}
.foot-r li p a{display: block;color: #fff;opacity: 0.5;font-size: 13px;white-space: nowrap;}
.foot .top{position: fixed;right: 20px;z-index: 99;display: block;width: 18px;height: 24px;bottom: 30px;background: #e8ecef;width: 30px;height: 30px;text-align: center;padding-top: 5px;box-sizing: border-box;border-radius: 50%;overflow: hidden;opacity: 0.5;cursor: pointer;}
.client-2{display:none;}


        .client-2 {
            position: fixed;
            right: -195px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 71px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            width: 33px;
            height: 35px;
            background-position: -27px -51px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 75px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 18px;
            color: #fff;
            float: left;
            height: 22px;
            line-height: 22px;
            padding-left: 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
            width:170px;
            overflow:hidden;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #e22621;
            color: #fff;
            height: 56px;
            width: 270px;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #e22621;
            width: 97px;
            height: 56px;
            position: relative;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
