/* 色调 */
:root {
    --hue: #3555DB;
    --fwb: "Roboto-Bold";
    --fwl: "Roboto-Light";
    --fwm: "Roboto-Medium";
    --fwr: "Roboto-Regular";
}


#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

select,
input,
textarea,
button {
    outline: none;
}

button {
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}






/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
}


/* 版心 */
.w_1400 {
    width: 92%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.w_1600 {
    width: 92%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}



@font-face {font-family: "iconfont2";
  src: url('../fonts/iconfont2.eot?t=1565608488667'); /* IE9 */
  src: url('../fonts/iconfont2.eot?t=1565608488667#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont2.woff?t=1565608488667') format('woff'),
  url('../fonts/iconfont2.ttf?t=1565608488667') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont2.svg?t=1565608488667#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont2 {
  font-family: "iconfont2" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chanpin:before {
  content: "\e61c";
}

.icon-liuyan:before {
  content: "\e709";
}

.icon-youxiang:before {
  content: "\e8e0";
}

.icon-home:before {
  content: "\e502";
}

.icon-dianhua:before {
  content: "\e644";
}





/* 字体 */
.fwb {
    font-family: var(--fwb);
}

.fwl {
    font-family: var(--fwl);
}

.fwm {
    font-family: var(--fwm);
}

.fwr {
    font-family: var(--fwr);
}

.fz_48 {
    font-size: 48px;
    line-height: 58px;
}

.fz_36 {
    font-size: 36px;
    line-height: 46px;
}

.fz_30 {
    font-size: 30px;
    line-height: 40px;
}

.fz_24 {
    font-size: 24px;
    line-height: 34px;
}

.fz_18 {
    font-size: 18px;
    line-height: 28px;
}

.fz_16 {
    font-size: 16px;
    line-height: 30px;
}

.fz_14 {
    font-size: 14px;
    line-height: 24px;
}

/* 间距 */
.p_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.p_t_100 {
    padding-top: 100px;
}

.p_b_100 {
    padding-bottom: 100px;
}

.p_b_40 {
    padding-bottom: 40px;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.upp {
    text-transform: uppercase;
}

.cap {
    text-transform: capitalize;
}









/* 点击视频弹出播放框css */
.ind_video_maskBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.ind_video_maskBox .video_Box_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px;
}

.ind_video_maskBox .video_Box_1 .videoIframe {
    background: #333333;
    width: 100%;
    height: 100%;
    border: none;
}

.ind_video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ind_video_maskBox .video_Box_1 .closeBtn:hover {
    color: #f40a0a;
}



/* 点击视频弹出播放框css~~~~~~~~~~~~~~~~结束 */

/* 按钮 */
.public_page_btn1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 6px;
    border: 1px solid #898989;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.public_page_btn1.hover{
    color: var(--hue);
    border-color: var(--hue);
}
.public_page_btn1:hover{
    color: #ffffff;
    border-color: var(--hue);
    background: var(--hue);
}


.public_page_btn2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 6px;
    background: var(--hue);
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.hover1_style {
    position: relative;
    overflow: hidden;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hover1_style:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18) !important;
}

.hover1_style::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -ms-background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    -moz-background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    -webkit-background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hover1_style:hover::after {
    left: 100%;
}









/* addddd-+------------------------- */
.color0{color: #000;}
.color2{color: #222;}
.color3{color: #333;}
.color4{color: #444;}
.color6{color: #666;}
.color8{color: #888;}
.color9{color: #999;}
.colorf{color: #fff;}
.colorm{color: var(--hue);}


.sub_wrap{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.sub_wrap1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.sub_wrap2{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}



.pub_title1 .tt2{
    padding-top: 10px;
}
.pub_title1 .text1{
    padding-top: 5px;
}
.pub_title1 .text2{
    padding-top: 10px;
}




.scroll_dots .scroll_dots_bars,
.scroll_dots .scroll_dots_bars2{
    position: relative;
    bottom: auto !important;
    padding-top: 30px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}


.scroll_dots .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #888;
    margin: 0 7px !important;
    border-radius: 50%;
}

.scroll_dots_bars .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--hue);
}


.scroll_dots_bars2 .swiper-pagination-bullet{
    width: 80px;
    height: 6px;
    opacity: 1;
    background: #888;
    margin: 0 6px !important;
    border-radius: 0 !important;
}

.scroll_dots_bars2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--hue);
}





.mobile_footer_btn{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 111;
	width:100%;
	text-align:center;
	background: #494949;
	box-shadow: 0 0 10px rgba(115,115,115,.3);
}
.mobile_footer_btn a{
	float: left;
	width: 20%;
	height: 50px;
	color: #fff;
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items:center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.mobile_footer_btn a .icon{
	display: block;
	font-size: 20px;
}
.mobile_footer_btn a .tt{
	font-size: 14px;
}



.phone_whatsapp_box {
    display: none;
    width: 40px;
    position: fixed;
    z-index: 10;
    bottom: 60px;
    left: 10px;
    background: #e9f0f5;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 4px;
    overflow: hidden;
}

.phone_whatsapp_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.phone_whatsapp_box a img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
