
/*整个网站变灰色*/
/*body{filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/

/*公用样式 begin*/
.fl{float: left}
.fr{float: right}
.zxh_clear:after{content: '';display: block;visibility: hidden;overflow: hidden;;width: 0;height:0;}
.tc{text-align:center}
.tr{text-align:right}
.tdu{text-decoration:underline}
.tup{text-transform: uppercase}
.pr{position: relative}
.pa{position: absolute}
.dn{display:none}
.db{display:block}
.dib{display:inline-block}
.fb{font-weight: bold}
.lh1{line-height:1}
.lh16{line-height:16px}
.lh18{line-height:18px}
.lh20{line-height:20px}
.lh22{line-height:22px}
.lh24{line-height:24px}
.lh26{line-height:26px}
.lh28{line-height:28px}
.lh30{line-height:30px}
.lh32{line-height:32px}
.lh36{line-height:36px}
.lh60{line-height:60px}
.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}
.mt60{margin-top:60px}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb50{margin-bottom:50px}
.mb60{margin-bottom:60px}
.ml10{margin-left:10px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.ml50{margin-left:50px}
.ml60{margin-left:60px}
.mr10{margin-right:10px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr40{margin-right:40px}
.mr50{margin-right:50px}
.mr60{margin-right:60px}

/*字体大小 begin*/
.f12{font-size:12px}
.f14{font-size:14px}
.f16{font-size:16px}
.f18{font-size:18px}
.f20{font-size:20px}
.f22{font-size:22px}
.f24{font-size:24px}
.f26{font-size:26px}
.f28{font-size:28px}
.f30{font-size:30px}
.f32{font-size:32px}
.f36{font-size:36px}
.f48{font-size:48px}
.f50{font-size:50px}
.f60{font-size:60px}
@media only screen and (max-width:1370px){
    .f20{font-size:18px}
    .f22{font-size:20px}
    .f24{font-size:20px}
    .f26{font-size:22px}
    .f28{font-size:24px}
    .f30{font-size:26px}
    .f32{font-size:28px}
    .f34{font-size:30px}
    .f36{font-size:32px}
    .f48{font-size:36px}
    .f50{font-size:38px}
    .f60{font-size:48px}
}
@media only screen and (max-width:1199px){
    .f16{font-size:14px}
    .f22{font-size:18px}
    .f30{font-size:20px}
    .f32{font-size:22px}
    .f34{font-size:24px}
    .f36{font-size:24px}
    .f48{font-size:32px}
    .f50{font-size:36px}
    .f60{font-size:42px}
}
@media only screen and (max-width:768px){
    .f18{font-size:16px}
    .f26{font-size:20px}
    .f28{font-size:22px}
    .f30{font-size:22px}
    .f32{font-size:24px}
    .f34{font-size:24px}
    .f36{font-size:24px}
    .f48{font-size:28px}
    .f50{font-size:32px}
    .f60{font-size:36px}
}
@media only screen and (max-width:500px){
    .f24{font-size:18px}
    .f32{font-size:22px}
    .f48{font-size:24px}
    .f50{font-size:24px}
    .f60{font-size:28px}
}
/*字体大小 end*/

.tr_all{-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s}
.wsl{white-space: pre-line}
.ellipsis{text-overflow: ellipsis;white-space: nowrap;overflow: hidden}
.ellipsis2 , .ellipsis3 , .ellipsis4 , .ellipsis5{overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical}
.ellipsis2{-webkit-line-clamp: 2}
.ellipsis3{-webkit-line-clamp: 3}
.ellipsis4{-webkit-line-clamp: 4}
.ellipsis5{-webkit-line-clamp: 5}

.ul3 , .ul4 , .ul5{margin: -20px -10px 0;overflow: hidden}
.ul3 li , .ul4 li , .ul5 li{float: left;position: relative;overflow: hidden}
.ul3 .con , .ul4 .con , .ul5 .con{margin: 20px 10px 0;padding: 0 10px;overflow: hidden}
.ul3 li{width: 33.33%}
.ul4 li{width: 24.99%}
.ul5 li{width: 19.99%}

/*全局阴影*/
.bxs{box-shadow: 1px 1px 8px 1px rgba(0,0,0,.2)}
.ovh{overflow: hidden}
.bg_cover{background-position:center center;background-repeat:no-repeat;background-size:cover}

/*元素垂直居中*/
.yc{position: absolute;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%)}
.xyc{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%)}

/*标题前面小竖杆*/
.tit_sg{position: relative;padding-left: 20px}
.tit_sg:before{content: '';display: block;position: absolute;top: 0;left: 0;height: 100%;width: 4px;background: #f60;border-radius: 2px}

/*标题左右横杆*/
.tit_hg{}
.tit_hg span{position: relative;display: inline-block;padding: 0 30px}
.tit_hg span:after,
.tit_hg span:before{content: '';display: block;position: absolute;top: 50%;margin-top: 1px;width: 192px;height: 2px;background: #f60}
.tit_hg span:after{right: -192px}
.tit_hg span:before{left: -192px}

/*自定义滚动条 begin*/
.scrollbar{overflow-y: auto}
.scrollbar::-webkit-scrollbar {width: 6px;height: 6px}
.scrollbar::-webkit-scrollbar-thumb {background-color: #f60;border-radius: 6px}
.scrollbar::-webkit-scrollbar-track {background: #ebebeb}
/*自定义滚动条 end*/


/*视频弹框 begin*/
.video_place{position: fixed;top:0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,0.5);z-index: 99999;display: none}
.lt9 .video_place{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000")}
.video_con{z-index:2;width: 900px;height:527px;background-color: #000;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center}
.lt9 .video_con{top:20%;left:10%;background: #000}
.video_con video{width: 100%;height: 100%}
.video_close_btn{position: absolute;top:50%;left: 50%;margin:-264px -3.875em 0 450px;cursor: pointer}
.video_close_btn span {width: 50px;float: left;position: relative;top: -3.625em;height: 50px;background: url(../images/close.png) no-repeat center center; background-size: 50px 50px;display: inline-block;border-radius: 50%;transition: all 0.5s}
.video_close_btn:hover span{transform: rotate(90deg)}
.video_place .con { position:relative; }
.video_place p {position:absolute;top:50%; margin-top:258px;left:50%; margin-left:-450px;width:900px; padding:0.85em 0; color: #fff;text-align: center;cursor: pointer}
.video_play{cursor: pointer}
.video_play i{width: 60px;display: inline-block;height: 60px;background: url(../images/play_button.png) no-repeat center center;background-size: cover}
/*视频弹框 end*/

/*经典弹框 begin*/
.global_pop{position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 999}
.global_pop .bg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,0.4)}
.global_pop .cont{max-width: 500px;width: 94%;padding: 20px;background: #fff;max-height: 80%}
.global_pop .cont .close{width: 30px;height: 30px;line-height: 28px;border: 1px solid #f60;color: #f60;border-radius: 50%;cursor: pointer;position: absolute;right: 20px;top: 16px;font-size: 20px}
.global_pop .cont .close:hover{-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg)}

@media only screen and (max-width: 768px){
    .global_pop .cont .close {right: 10px;top: 10px;font-size: 26px}
}
/*经典弹框 end*/

/*返回顶部*/
.go_top{position: fixed;bottom: 20px;right: 32px;z-index: 999;cursor: pointer;font-size: 42px;line-height: 40px;text-align: center;border-radius: 50%;color: #f60;display: none}


/*全站字体颜色*/
.global_color{color: #f60}
/*全站背景颜色*/
.global_bg{background: #f60}
/*全站边框颜色*/
.global_border{border: 1px solid #f60}
/*白色字体*/
.color_fff , .color_fff:hover{color: #fff}
/*标题*/
.global_title{margin-bottom: 50px;text-align: center}
/*一级标题*/
.global_tit{margin-bottom: 50px;font-size: 36px}
/*一级副标题*/
.global_txt{color: #777;margin-top: 16px}
/*全站上下统一间距*/
/* .global_pd{padding: 80px 0} */
/*全站上间距*/
.global_pt{padding-top: 80px}
/*全站下间距*/
.global_pb{padding-bottom: 80px}
/*富文本样式*/
.global_text p{color: #666;line-height: 30px;}
/*轮播分页器选中样式*/
.swiper-pagination-bullet-active{background: #f60}

/*swiper轮播 跑马灯*/
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
/*swiper轮播 跑马灯*/

/*全站公用按钮*/
.global_btn{display: block;margin: 30px auto 0;text-align: center;width: 178px;height: 48px;line-height: 48px;background: #f60;border-radius: 5px;color: #fff;font-size: 18px;letter-spacing: 4px;cursor: pointer}

/*pc端鼠标移入交互效果 begin*/
@media only screen and (min-width:1199px){
    /*图片移入放大*/
    .tr_img{cursor: pointer}
    .tr_img img{-webkit-transform: scale(1.01);-moz-transform: scale(1.01);-ms-transform: scale(1.01);-o-transform: scale(1.01);transform: scale(1.01);-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s}
    .tr_img:hover img{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05)}

    /*图标移入旋转*/
    .tr_icon img{-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s}
    .tr_icon:hover img{-webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);-ms-transform: rotateY(180deg);-o-transform: rotateY(180deg);transform: rotateY(180deg)}

    /*按钮移入交互 begin*/
    .btn_hover .btn{position: relative;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s}
    .btn_hover .btn::after{position: absolute;content: "";top: 0;bottom: 0;left: 0;right: 100%;background-color: #f60;z-index: 1;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s}
    .btn_hover:hover .btn::after{right: 0}
    .btn_hover .btn span{position: relative;z-index: 2}
}
/*pc端鼠标移入交互效果 end*/

/*animation动画 begin*/
.amt_up_down{
    -moz-animation: amt1 1.2s ease-in-out infinite;
    -webkit-animation: amt1 1.2s ease-in-out infinite;
    animation: amt1 1.2s ease-in-out infinite;
}
@-moz-keyframes amt1 {
    0% { -moz-transform: translateY(8px); }
    50% { -moz-transform: translateY(0); }
    100% { -moz-transform: translateY(8px); }
}
@-o-keyframes amt1 {
    0% { -moz-transform: translateY(8px); }
    50% { -moz-transform: translateY(0); }
    100% { -moz-transform: translateY(8px); }
}
@-ms-keyframes amt1 {
    0% { -moz-transform: translateY(8px); }
    50% { -moz-transform: translateY(0); }
    100% { -moz-transform: translateY(8px); }
}
@-webkit-keyframes amt1 {
    0% { -webkit-transform: translateY(8px); }
    50% { -webkit-transform: translateY(0); }
    100% { -webkit-transform: translateY(8px); }
}
@keyframes amt1 {
    0% { transform: translateY(8px); }
    50% { transform: translateY(0); }
    100% { transform: translateY(8px); }
}
/*animation动画 end*/

/*pc移动端的图片显示*/
.img_app{display: none}
@media only screen and (max-width:768px){
    .img_pc{display: none}
    .img_app{display: block}
}

/*pc移动端显示隐藏 begin*/
.app_show{display: none}
@media only screen and (max-width: 768px){
    .pc_show{display: none}
    .app_show{display: block}
}
/*pc移动端显示隐藏 end*/

@media only screen and (max-width:1370px){
    .global_pd {padding: 60px 0}
    .lh60{line-height:48px}
    /*.f20 , .nav li .v1{font-size: 18px}*/
}
@media only screen and (max-width:1199px){
    .lh30 {
        line-height: 26px;
    }
    .ul3 li , .ul4 li{width: 49.99%}
    .ul5 li{width: 33.3%}
    .global_pd {padding: 50px 0}
    .global_pt{padding-top: 50px}
    .global_pb{padding-bottom: 50px}
    .global_title {margin-bottom: 20px}
    .global_text p {line-height: 26px}
    .wsl{white-space: initial}

	.video_con {width: 80%;height: auto}
    .video_close_btn{ left:auto; top:auto; bottom:85%;right: 10%; }
    .video_close_btn span { top:0; }
}
@media only screen and (max-width:1000px){
    .mt60{margin-top: 50px}
}
@media only screen and (max-width:768px){
    .mt60{margin-top: 30px}
    .mt30 {margin-top: 20px}
	.video_close_btn {bottom: 7%;left: 50%;right: auto;transform: translateX(-50%);margin: 0}
    .video_close_btn span {top: -6.625em}
    .go_top {bottom: 30px;right: 10px;font-size: 36px;line-height: 34px}
}
@media only screen and (max-width:650px){
    .lh60{line-height:32px}
    /*.ellipsis2 , .ellipsis3 ,.ellipsis4{display: block}*/
    .ul3 li , .ul4 li , .ul5 li{width: 100%;float: none}
}


/*栅格系统 begin*/
.col_pc_12{width: 100%}
.col_pc_11{width: 91.666%}
.col_pc_10{width: 83.333%}
.col_pc_9{width: 75%}
.col_pc_8{width: 66.666%}
.col_pc_7{width: 58.333%}
.col_pc_6{width: 50%}
.col_pc_5{width: 41.666%}
.col_pc_4{width: 33.333%}
.col_pc_3{width: 25%}
.col_pc_2{width: 16.666%}
.col_pc_1{width: 8.333%}
@media only screen and (max-width:1250px){
    .col_pr_12{width: 100%}
    .col_pr_11{width: 91.666%}
    .col_pr_10{width: 83.333%}
    .col_pr_9{width: 75%}
    .col_pr_8{width: 66.666%}
    .col_pr_7{width: 58.333%}
    .col_pr_6{width: 50%}
    .col_pr_5{width: 41.666%}
    .col_pr_4{width: 33.333%}
    .col_pr_3{width: 25%}
    .col_pr_2{width: 16.666%}
    .col_pr_1{width: 8.333%}
}
@media only screen and (max-width:768px){
    .col_ip_12{width: 100%}
    .col_ip_11{width: 91.666%}
    .col_ip_10{width: 83.333%}
    .col_ip_9{width: 75%}
    .col_ip_8{width: 66.666%}
    .col_ip_7{width: 58.333%}
    .col_ip_6{width: 50%}
    .col_ip_5{width: 41.666%}
    .col_ip_4{width: 33.333%}
    .col_ip_3{width: 25%}
    .col_ip_2{width: 16.666%}
    .col_ip_1{width: 8.333%}
}
@media only screen and (max-width:500px){
    .col_app_12{width: 100%}
    .col_app_11{width: 91.666%}
    .col_app_10{width: 83.333%}
    .col_app_9{width: 75%}
    .col_app_8{width: 66.666%}
    .col_app_7{width: 58.333%}
    .col_app_6{width: 50%}
    .col_app_5{width: 41.666%}
    .col_app_4{width: 33.333%}
    .col_app_3{width: 25%}
    .col_app_2{width: 16.666%}
    .col_app_1{width: 8.333%}
}
/*栅格系统 end*/

/*公用样式 end*/


/*动画 begin*/
.radius_key{width:400px;height:400px;border:1px solid rgba(255,255,255,.2);border-radius:50%;-webkit-animation:4s 1s infinite radius_key;-moz-animation:4s 1s infinite radius_key;-ms-animation:radius_key 4s 1s infinite;-o-animation:4s 1s infinite radius_key;animation:4s 1s infinite radius_key}
@keyframes radius_key{
0%{opacity:0;filter:alpha(opacity=0);filter:alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
100%{opacity:1;filter:alpha(opacity=100);filter:alpha(Opacity=100);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}
@-moz-keyframes radius_key{
0%{opacity:0;filter:alpha(opacity=0);filter:alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
100%{opacity:1;filter:alpha(opacity=100);filter:alpha(Opacity=100);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}
@-ms-keyframes radius_key{
0%{opacity:0;filter:alpha(opacity=0);filter:alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
100%{opacity:1;filter:alpha(opacity=100);filter:alpha(Opacity=100);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}
@-webkit-keyframes radius_key{
0%{opacity:0;filter:alpha(opacity=0);filter:alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
100%{opacity:1;filter:alpha(opacity=100);filter:alpha(Opacity=100);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}
@-o-keyframes radius_key{
0%{opacity:0;filter:alpha(opacity=0);filter:alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
100%{opacity:1;filter:alpha(opacity=100);filter:alpha(Opacity=100);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}
/*动画 end*/


@keyframes radius_key2 {
    0% {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
    30% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    80% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
}


/*谷歌文字渐变色 begin*/
.Chrome_html .text_gradual{
    background-image: -webkit-linear-gradient(90deg,#30CAE4,#2A71D5);
    background-image: linear-gradient(90deg,#30CAE4,#2A71D5);
    -webkit-background-clip:text;
    color: transparent !important;
    display: inline-block;
    font-weight: bold;
}

@media only screen and (max-width: 500px){
    .text_gradual{
        background-image: -webkit-linear-gradient(90deg,#30CAE4,#2A71D5);
        background-image: linear-gradient(90deg,#30CAE4,#2A71D5);
        -webkit-background-clip:text;
        color: transparent !important;
        display: inline-block;
        font-weight: bold;
    }
}
/*谷歌文字渐变色 end*/
