@charset "utf-8";

/* global */
@import url("global.css");








#kv_mobile{display:none;}

.img_mobile{display:none !important;}

.swiper-container {width: 100%;}
.swiper-slide{position:relative;overflow:hidden;background-size:cover;
	background-repeat:no-repeat;background-position:center;}
.swiper-slide img{width:100%;display:block;}
.swiper-slide .in_body{position:absolute;top:0;left:0;bottom:0;width:100%;height:100%;
	display:table;}
.swiper-slide .in_body .in{width:100%;text-align:center;display:table-cell;height:100%;vertical-align:middle;}
.swiper-slide .in_body h3 , .swiper-slide .in_body h4{color:#fff;margin:0;}
.swiper-slide .in_body h3{font-size:20px;letter-spacing: 2.4px;}
.swiper-slide .in_body h4{font-size:64px;padding:25px 0 32px;font-weight:700;}
.swiper-slide .in_body a.page_btn{display:inline-block;margin:0 auto;padding:8px 25px;
	text-align:center;color:#fff;font-size:14px;border:1px solid #fff;letter-spacing: 2.4px;
	transition:all ease 0.3s;}
.swiper-slide .in_body a.page_btn:hover{background-color:#fff;color:#333;text-decoration:none;}
.swiper-button-prev , .swiper-button-next{width:45px;height:45px;}
.swiper-button-prev{background:url(../images/index/prev_btn.png) no-repeat;background-size:cover;left:20px;}
.swiper-button-next{background:url(../images/index/next_btn.png) no-repeat;background-size:cover;right:20px;}



.bdshare-button-style0-32 a{margin-right:20px !important;}
.bdshare-button-style0-32 a.bds_weixin{background:url(../images/common/share_ico_1.png) center no-repeat;background-size:cover;}
.bdshare-button-style0-32 a.bds_tsina{background:url(../images/common/share_ico_2.png) center no-repeat;background-size:cover;}
.bdshare-button-style0-32 a.bds_fbook{background:url(../images/common/share_ico_4.png) center no-repeat;background-size:cover;}

.pop_menu_body_mobile .btm_body .share_body .bdshare-button-style0-32 a{width:25px;height:25px;margin-right:5px;}


.inner_kv_body{width:100%;position:relative;overflow:hidden;}
.inner_kv_body .kv{width:100%;display:block;}
.inner_kv_body .mobile_kv{width:100%;display:none;}
.inner_kv_body .container{position:absolute;top:0;left:50%;transform:translateX(-50%);height:100%;width:100%;}
.inner_kv_body .vm_out{width:100%;height:100%;display:table;}
.inner_kv_body .vm_in{height:100%;width:100%;text-align:center;display:table-cell;vertical-align:middle;}
.inner_kv_body h3{color:#fff;font-weight:700;font-size:60px;padding:0;margin:0;letter-spacing:7px}
.inner_kv_body h3 img , .inner_kv_body h3 span{vertical-align:middle;}
.inner_kv_body h3 span{padding:0 15px;}


#tiles li .img_out{overflow:hidden;}
#tiles li .img_out img{transition: all ease 0.3s;z-index:1;}
#tiles li:hover .img_out img{transform: scale(1.1);}









.btn.active.focus, .btn.active:focus,.btn.focus, .btn:active.focus,.btn:active:focus, .btn:focus {
　　outline:0;
}

/*去除选择框的outline*/
.bootstrap-select .dropdown-toggle:focus{outline:none !important;}
/*去除选项的outline*/
a:focus {outline:none !important;}

/*bootstrap outline设置*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
　　outline: thin dotted;
　　outline: 5px auto -webkit-focus-ring-color;
　　outline-offset: -2px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
　　outline: thin dotted;
　　outline: 5px auto -webkit-focus-ring-color;
　　outline-offset: -2px;
}
a:focus {
　　outline: thin dotted;
　　outline: 5px auto -webkit-focus-ring-color;
　　outline-offset: -2px;
}
/*bootstrap-select outline设置*/
.bootstrap-select .dropdown-toggle:focus {
　　outline: thin dotted #333333 !important;
　　outline: 5px auto -webkit-focus-ring-color !important;
　　outline-offset: -2px;
}

input:focus {  
    outline: none;    
} 



.fckBody h1{font-size:1.5em;}
.fckBody h2{font-size:1.4em;}
.fckBody h3{font-size:1.3em;}
.fckBody h4{font-size:1.2em;}
.fckBody h5{font-size:1.1em;}
.fckBody h6{font-size:1em;}
.fckBody em{font-style:italic;}
.fckBody h1,.fckBody h2,.fckBody h3,.fckBody h4,.fckBody h5,.fckBody h6 {margin:10px 0;font-weight:700;}

