/*初始化 begin*/
*{outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0}
body{background:#fff;color:#333;font-family:"Microsoft YaHei"}
table{border-collapse:collapse;border-spacing:0}
abbr,acronym,fieldset,img{border:0}
ul,ol{list-style-type:none}
/*select,input,img,select{vertical-align:middle}*/
a{text-decoration:none;color:#333}
a:hover{text-decoration: none;color: #333}
img{max-width: 100%;border:none}
input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit],select,input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}
textarea{display: block}
::-webkit-input-placeholder{color:#999}
::-moz-placeholder{color:#999}
::-ms-input-placeholder{color:#999}
h3,h4,h5{font-weight: 400}
/*初始化 end*/

/*整个网站变灰色*/
/*body{filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%)}*/

/*公用样式 begin*/
.fl{float: left}
.fr{float: right}
.clear:after{content: '';display: block;visibility: hidden;overflow: hidden;;width: 0;height:0;clear: both}
.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}

@media screen and (max-width:1199px){
    .mt60{margin-top:40px}
    .mt50{margin-top:20px}
}
@media screen and (max-width:768px){
    .mt60{margin-top:30px}
    .mt40{margin-top:20px}
    .mt30{margin-top:20px}
}

/*字体大小 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 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:24px}
    .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 screen and (max-width:1199px){
    .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 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 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}
.ul3 li , .ul4 li , .ul5 li{float: left;position: relative}
.ul3 .con , .ul4 .con , .ul5 .con{margin: 20px 10px 0;display: block}
.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: #b01f24;border-radius: 2px}

/*标题左右横杆*/
.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: #b01f24}
.tit-hg span:after{right: -192px}
.tit-hg span:before{left: -192px}

/*自定义滚动条*/
.scrollbar{overflow-y: auto}
.scrollbar::-webkit-scrollbar {width: 6px;height: 6px}
.scrollbar::-webkit-scrollbar-thumb {background-color: #b01f24;border-radius: 6px}
.scrollbar::-webkit-scrollbar-track {background: #ebebeb}

/*分页 begin*/
.pages{margin: 50px auto 0;text-align: center;font-size: 0}
.pages ul{display: inline-block}
.pages ul li{float: left;margin: 0 6px}
.pages ul li a{display: block;min-width: 36px;height: 36px;line-height: 34px;font-size: 16px;border: 1px solid #ddd}
.pages ul li.prev-btn a,
.pages ul li.next-btn a{padding: 0 15px}
.pages ul li.on a,
.pages ul li a:hover{background-color: #b01f24;color: #fff;border-color: #b01f24}

@media screen and (max-width: 768px){
    .pages{margin: 35px auto 0}
    .pages ul li {margin: 0 2px}
    .pages ul li a {min-width: 30px;height: 30px;line-height: 28px;font-size: 12px}
    .pages ul li.prev-btn a,
    .pages ul li.next-btn a {padding: 0 6px}
}
/*分页 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(../../img/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(../../img/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 #b01f24;color: #b01f24;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 screen and (max-width: 768px){
    .global-pop .cont .close {right: 10px;top: 10px;font-size: 26px}
}
/*经典弹框 end*/

/*表单 begin */
.form-inp input,
.form-inp textarea,
.form-inp select{
	width: 100%;
	padding: 10px 12px;
    border: 1px solid #eee;
}
.form-inp input,
.form-inp select{
    height: 40px;
}
.form-inp input:focus,
.form-inp textarea:focus{
    border: 1px solid #b01f24;
}

/* 单选复选上传文件框 */
.form-checked input,
.form-file input{position: absolute;left: -9999px}
.form-checked .checked-btn{display: inline-block;width: 18px;height: 18px;position: relative;top: 3px;border: 1px solid #b01f24}
.form-checked .checked-btn.radio{border-radius: 50%}
.form-checked .checked-btn i{display: block;line-height: 1;font-size: 18px;color: #b01f24;position: absolute;top: -1px;left: -1px}
.form-checked .checked-btn i.checked-yes{display: none}
.form-checked input:checked+.checked-btn.radio::after{content: '';display: block;background: #b01f24;border-radius: 50%;position: absolute;top: 3px;left: 3px; bottom: 3px;right: 3px}
.form-checked input:checked+.checked-btn i.checked-yes{display: block}
.form-file .file-btn{display: inline-block;padding: 0 20px;height: 36px;line-height: 36px;font-size: 14px;text-align: center;background: #b01f24;color: #fff;border-radius: 4px;cursor: pointer}
.form-file .file-text{font-size: 14px}

/*下拉框*/
.sel{background: #fff;position: relative;height: 40px;cursor: pointer}
.sel .sel-icon{position: absolute;top: 0;right: 12px;line-height: 40px}
.sel .sel-text input{width: 100%;height: 40px;padding: 10px 12px;cursor: pointer;border: 1px solid #eee;background: transparent}
.sel .sel-nav{display: none;width: 100%;max-height: 258px;overflow-y: auto;background: #fff;border: 1px solid #eee;box-shadow: 0 2px 6px #eee;position: absolute;font-size: 14px;top: 40px;z-index: 1}
.sel .sel-nav a{display: block;padding: 0 12px;width: 100%;line-height: 32px}
.sel .sel-nav a:hover{background: #b01f24;color: #fff}

/*获取验证码*/
.get-code{background: #fff;color: #b01f24;border-radius: 20px;padding: 10px 12px;border: 1px solid #b01f24;cursor: pointer}
.get-code:hover{background: #b01f24;color: #fff}
/*表单 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: #b01f24;display: none}

/*全站字体颜色*/
.global-color{color: #b01f24}
/*全站背景颜色*/
.global-bg{background: #b01f24}
/*全站边框颜色*/
.global-border{border: 1px solid #b01f24}
/*白色字体*/
.color-fff , .color-fff:hover{color: #fff}
/*标题副标题*/
.global-title{margin-bottom: 35px;text-align: center}
.global-title .tit{font-size: 36px;font-weight: bold;color: #222;}
.global-title .txt{color: #777;margin-top: 16px}
/*全站统一间距*/
.global-pd{padding: 60px 0}
.global-pt{padding-top: 60px}
.global-pb{padding-bottom: 60px}
/*富文本样式*/
.global-text p{color: #797979;line-height: 30px;text-align: justify}
/*轮播分页器选中样式*/
.swiper-pagination-bullet-active{background: #b01f24}

/*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: #b01f24;border-radius: 5px;color: #fff;font-size: 18px;letter-spacing: 4px;cursor: pointer}

/*pc端鼠标移入交互效果 begin*/
@media 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)}

    /*按钮移入交互*/
    .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: #b01f24;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*/

/*pc移动端显示隐藏 begin*/
.app-show{display: none}
@media screen and (max-width: 768px){
    .pc-show{display: none}
    .app-show{display: block}
}
/*pc移动端显示隐藏 end*/

@media screen and (max-width:1370px){
    .lh60{line-height:48px}
    .mt40 {margin-top: 30px;}
    .global-title {margin-bottom: 30px;}
    .global-title .tit {font-size: 30px;}
    .global-pd{padding: 35px 0}
    .global-pt{padding-top: 35px}
    .global-pb{padding-bottom: 35px}
    /*.f20 , .nav li .v1{font-size: 18px}*/
}
@media screen and (max-width:1199px){
	body{padding-top:60px;font-size: 14px}
    .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-title .tit{font-size: 22px}
    .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 screen and (max-width:768px){
	.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 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 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 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 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*/
