
@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;
        }
    

        .p5_info_list_comp {
            overflow: hidden;
            /*padding-top: 70px;*/
        } 
.p5_info_list_comp .p5_title1 span {
            height: 38px;
            display: inline-block;
            border-bottom: solid 2px #e22621;
        } 
.p5_info_list_comp .p5_title1:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background: #ededed;
            left: 0;
            top: 38px;
            z-index: -1;
        } 
.p5_info_list_comp_con {
            margin-bottom: 30px;
            overflow: hidden;
        } 
.p5_info_list_comp_con ul li {
            width: 31.2%;
            float: left;
            margin-right: 3%;
            cursor: pointer;
        } 
.p5_info_list_comp_con ul li img {
            width: 100%;
            border: 1px solid #f1f1f1;
            padding: 4px;
            box-sizing: border-box;
            background: #f8f8f8;
        } 
.p5_info_list_comp_con li span a { 
            padding:0 10px 10px;
            display: block;
            text-align: center;
            overflow: hidden;
        } 
.p5_info_list_comp_con li:hover,
        .p5_info_list_comp_con li:hover a {
            color:#0b1728;
        } 
#fancybox-wrap {
            position: fixed;
            top: 10% !important;
        } 
#fancybox-wrap img {
            width: auto !important;
            max-height: 600px !important;
        }
    

        .fdh-01-tit {
            background: #e22621;
            height: 80px;
        }
        
        .fdh-01-tit h2 {
            height: 75px;
            font-size: 24px;
            font-weight: normal;
            line-height: 75px;
            color: #fff;
            border-bottom: 1px solid #fff;
            text-align: center;
        }
        
        .fdh-01-tit h2 span {
            font-size: 14px;
            text-transform: uppercase;
        }
        
        .fdh-01-nav-one h3 {
            height: 50px;
            line-height: 50px;
            margin-bottom: 2px;
            overflow: hidden;
            background: #eee;
            position: relative;
        }
        
        .fdh-01-nav-one h3:before {
            content: "+";
            position: absolute;
            right: 10px;
            top: 0;
            font-size: 18px;
            font-family: arial;
            font-weight: normal;
            color:#666;
        }
        
        .fdh-01-nav-one h3 a {
            display: block;
            height: 50px;
            font-size: 16px;
            font-weight: normal;
            margin-right: 20px;
            margin-left: 20px;
            color: #666;
        }
        
        .fdh-01-nav-one h3.sidenavcur,
        .fdh-01-nav-one h3:hover {
            background:#e22621;
        }
        
        .fdh-01-nav-one h3.sidenavcur:before{content:"";width:10px;height:2px;background:#fff;opacity:0.5;display:block;top:20px;}
        
        .fdh-01-nav-one h3.sidenavcur a,
        .fdh-01-nav-one h3:hover a {
            color: #fff;
        }
        
        .fdh-01-nav dl {
            padding: 2px 0 4px;
        }
        
        .fdh-01-nav dt {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            padding-left: 40px;
            padding-right: 40px;
            margin-bottom: 1px;
            background: #ececec;
            position: relative;
            overflow: hidden;
        }
        
        .fdh-01-nav dt:after {
            content: "";
            width: 8px;
            height: 8px;
            border: 2px solid #b8b8b8;
            border-style: solid solid none none;
            position: absolute;
            top: 50%;
            right: 32px;
            margin-top: -4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        .fdh-01-nav dt.sidenavcur:after,
        .fdh-01-nav dt:hover:after {
            border-color: #e22621;
        }
        
        .fdh-01-nav dt.sidenavcur a,
        .fdh-01-nav dt:hover a {
            color: #e22621;
        }
        
        .fdh-01-nav dd {
            border: 1px solid #ececec;
            border-bottom: 0;
        }
        
        .fdh-01-nav p {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            padding-left: 72px;
            padding-right: 40px;
            border-bottom: 1px solid #ececec;
            background: #fff;
            position: relative;
            overflow: hidden;
        }
        
        .fdh-01-nav p.sidenavcur a,
        .fdh-01-nav p:hover a {
            color: #e22621;
        }
        
        .fdh-01-nav p.sidenavcur:after,
        .fdh-01-nav p:hover:after {
            background: #0b1728;
        }
        
        .fdh-01-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    

        .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;
        }
    
