@charset "utf-8";
*{box-sizing: border-box; }
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,textarea{font:12px Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1",sans-serif,'Microsoft YaHei';border:none; overflow-x:hidden;}
h1{font-size: 18px; }
h2{font-size: 16px;}
h3{font-size: 14px;}
h4,h5,h6{font-size: 100%;}
small{font-size: 12px;} 
img,input{vertical-align: middle; border:none;}
ul,ol,li{list-style: none;}
a{text-decoration:none;outline:none}
a:hover{text-decoration: underline;}
table{border-collapse: collapse;border-spacing: 0;}
body { background:#fff; color:#555; font-size:12px;overflow-x:hidden;}
.clear{height:1px;clear:both;margin-bottom:-1px;overflow:hidden;visibility:hidden;display:block;}
i,em{font-style: normal;}
a{color:#333;cursor:pointer;}
a:hover{text-decoration:none;}
input,button,select{font-family:'Microsoft Yahei';outline: none;font-size:14px; }
button,input[type=button]{cursor: pointer;}

/*clearfix*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/* 框架 */
.w1200{width:1200px;margin:0 auto;}
.w1400{width:1400px;margin:0 auto;}
@media all and (max-width:1460px){
	.w1400{width:100%;padding:0 2%}
}
@media all and (max-width:1260px){
	.w1200{width:100%;padding:0 2%}
}
@media all and (max-width:768px){
	.w1400{padding:0 3%}
	.w1200{padding:0 3%}
}

/* 弹性布局 */
.c-flex{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.c-flex1{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch;}

/* 图片比例 */
.picScale{ padding-bottom: 60%; overflow: hidden; position: relative; }
.picScale img{ max-width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: all 0.5s;}

/* 文本溢出 */
.text_clamp1{	overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.text_clamp2{ overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.text_clamp3{ overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; }

/* 边距 */
.pd100{padding: 100px 0;}
.pd120{padding: 120px 0;}
.pd150{padding: 150px 0;}
@media (max-width: 1240px) {
	.pd100{padding: 70px 0;}
	.pd120{padding: 80px 0;}
	.pd150{padding: 90px 0;}
}
@media (max-width: 1024px) {
	.pd100{padding: 60px 0;}
	.pd120{padding: 70px 0;}
	.pd150{padding: 80px 0;}
}
@media (max-width: 768px) {
	.pd100{padding: 50px 0;}
	.pd120{padding: 60px 0;}
}
@media (max-width: 480px) {
	.pd100{padding: 40px 0;}
	.pd120{padding: 50px 0;}
	.pd150{padding: 50px 0;}
}


/* 标题 */
.index-tit{ text-align: center; }
.index-tit h3{ display: inline-block; color: #383735; font-weight: bold; font-size: 38px; height: 38px; line-height: 38px; padding-left: 90px; position: relative; }
.index-tit h3::after{ content: ""; background: url(../images/tit_left.png) no-repeat center; background-size: auto 100%; position: absolute; left: 0; top: 0; width: 80px; height: 38px; }
@media (max-width: 1440px) {
	.index-tit h3{  font-size: 34px; height: 34px; line-height: 34px; }
}
@media (max-width: 1240px) {
	.index-tit h3{ font-size: 30px; }
}
@media (max-width: 1024px) {
	.index-tit h3{ font-size: 26px;line-height: 28px; height: 28px; padding-left: 75px;}
	.index-tit h3::after{ height: 28px; width: 60px; }
}
@media (max-width: 768px) {
	.index-tit h3{font-size: 24px;}
}
@media (max-width: 480px) {
	.index-tit h3{ font-size: 22px;line-height: 24px; height: 24px; padding-left: 65px;}
	.index-tit h3::after{ height: 24px; width: 55px; }
}



/* 头部 */
.header{ height: 130px; width: 100%; background-color: #C8000A; position: fixed; top: 0; left: 0; z-index: 999; box-shadow: 0px -4px 8px 5px rgba(0,0,0,0.1); }
.header .h_con{ height: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.header .h_logo{ height: 60px; width: 230px; display: inline-block; }
.header .h_logo h1{ display: block; height: 60px;  }
.header .h_logo a{ } 
.header .h_logo img{ height: 100%; }
.header .m_lang{ display: none; padding-right: 50px; margin: 0; padding-bottom: 0; }
.header .m_lang a{ font-size: 20px; line-height: 20px; color: #FFF; display: block; }
.header .nav{ height: 50px; max-width: calc(100% - 260px); position: relative; }
.header .nav ul{ display: flex; height: 100%; padding-right: 0px; background-color: #FFFFFF; position: relative; margin-left: 130px; margin-right: 120px;}
.header .nav ul .nbg_l{ position: absolute; top: 0; left: -130px; width: 100px; height: 50px; background: url(../images/header-le.png) no-repeat center; background-size: auto 100%; }
.header .nav ul .nbg_l:after{content:"";position:absolute;z-index:-1;left:100%;top:0;width:40px;height:100%;background: #fff;margin-left: 5px;-webkit-transform:skew(-27deg);-ms-transform:skew(-27deg);-o-transform:skew(-27deg);transform:skew(-27deg);}
.header .nav ul .nbg_r{ position: absolute; top: 0; right: -120px; width: 100px; height: 50px; background: url(../images/header-le.png) no-repeat center; background-size: auto 100%; }
.header .nav ul .nbg_r:after{content:"";position:absolute;z-index:-1;right:100%;top:0;width:40px;height:100%;background: #fff;margin-left: 5px;-webkit-transform:skew(-27deg);-ms-transform:skew(-27deg);-o-transform:skew(-27deg);transform:skew(-27deg);}
.header .nav ul li{ position: relative; }
.header .nav ul li h3{ display: block; height: 100%; font-size: 16px; font-weight: normal; position: relative;}
/* .header .nav ul li h3::before{ content: ""; display: block; width: 1px; height: 16px; background-color: #ededed; position: absolute; right: 0; top: 50%; margin-top: -8px; } */
.header .nav ul li:last-child h3::before{ display: none;}
.header .nav ul li h3 a{ margin: 0 25px; display: flex; align-items: center; justify-content: center; height: 100%;position: relative; }
.header .nav ul li h3 a::before{ content: ""; display: none; width: 100%; height: 2px; background-color: #C8000A; position: absolute; left: 0; bottom: 0px;  }
.header .nav ul li.on h3 a::before,
.header .nav ul li:hover h3 a::before{ display: block; }
.header .nav ul li.on h3 a,
.header .nav ul li:hover h3 a{ color: #C8000A;}
.header .nav ul li .subNav{ display: none; width: 130%; margin-left: -15%; position: absolute; top: 100%; left: 0; background-color: #f9f9f9; padding: 5px 0; }
.header .nav ul li:hover .subNav{ display: block; }
.header .nav ul li .subNav a{ display: block; text-align: center; padding: 12px 0; font-size: 15px; transition: box-shadow 0.2s, font-size }
.header .nav ul li .subNav a:hover{ transform: scale(1.15); background-color: #FFFFFF; box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);  }
.header .nav .lang{ background-color: ; height: 100%; color: #FFFFFF; font-size: 16px; padding: 0 25px; position: absolute; top: 0; right: -120px;  }
.header .nav .lang a{ color: #fff; line-height: 50px; padding: 0 5px; }

.mart{ height: 130px; width: 100%; }

/* 手机菜单样式 */
.menuBtn { display: none; cursor: pointer;width: 18px;height: 22px; position: absolute; top: 50%; right: 2%; transform: translateY(-50%); }
.bar1, .bar2, .bar3 { width: 18px;height: 3px;background-color: #fff;margin: 3px 0;transition: 0.4s; }
.change .bar1 { transform: rotate(45deg) translate(3px, 5px); }
.change .bar2 { opacity: 0; }
.change .bar3 { transform: rotate(-45deg) translate(3px, -6px); }

.nav_moble{ display: none; background-color: #FFFFFF; width: 100%; height: 100%; position: fixed; z-index: 996; padding-top: 80px; }
.nav_moble ul{ height: 100%; width: 100%; padding: 0 4%; padding-top: 50px; overflow:auto; }
.nav_moble ul::-webkit-scrollbar{width:0px;height:4px;background-color: #018FD7;}
.nav_moble ul::-webkit-scrollbar-track{background: #eee;border-radius:2px;}
.nav_moble ul::-webkit-scrollbar-thumb{background: #018FD7;border-radius:2px;}
.nav_moble ul::-webkit-scrollbar-thumb:hover{background: #018FD7;}
.nav_moble ul::-webkit-scrollbar-corner{background: #018FD7;}
/* .nav_moble ul li:first-child{ border-top: 1px solid #efefef; } */
.nav_moble ul li{ border-bottom: 1px solid #efefef; }
.nav_moble ul li h3{ padding-left: 10px; padding-right: 50px; position: relative; }
.nav_moble ul li.has h3::before{ content: ">"; display: block; font-family: 黑体; font-weight: normal; font-size: 18px; color: #888; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); transition: 0.3s; }
.nav_moble ul li h3.active::before{ transform: translateY(-50%) rotate(90deg); }
.nav_moble ul li h3 a{ display: block; padding: 20px 0; font-size: 18px; font-weight: bold; color: #333; }
.nav_moble ul li .subNav{ display: none; }
.nav_moble ul li .subNav h5{ border-top: 1px solid #efefef; }
.nav_moble ul li .subNav h5 a{ display: block; padding: 20px 0; font-size: 16px; font-weight: normal; color: #333; padding-left: 20px; }

@media (max-width: 1660px) {
	.header .nav ul{ margin-right: 0; }
	.header .nav .lang{position: static; padding-right: 0; padding-left: 10px;}
	.header .nav ul .nbg_r{display: none;}
}
@media (max-width: 1460px) {
	.header .nav ul{ }
	.header .nav ul li h3 a{margin: 0 15px;}
}
@media (max-width: 1260px) {
	.header .nav ul{ width: calc(100% - 130px - 100px); }
	.header .nav ul li h3 a{margin: 0 8px; font-size: 14px;}
	.header .nav .lang{font-size: 14px; text-align: center; padding: 0;width: 100px;}
}
@media (max-width: 1024px) {
	.header{ height: 80px;}
	.header .h_logo{ height: 45px; }
	.header .h_logo h1{ height: 45px;}
	.header .m_lang{ display: block;  }
	.header .nav{ display: none; }
	.menuBtn { display: block; right: 3%;}
	.mart{ height: 80px; }
}
@media (max-width: 768px) {
	.header .h_logo{ height: 45px; }
	.header .m_lang{ padding-right: 35px;}
	.header .m_lang a{ font-size: 18px; line-height: 18px; }
	.menuBtn {right: 3%;}
	
}
@media (max-width: 480px) {
	.header{ height: 65px; }
	.header .h_logo{height: 32px; }
	.header .h_logo h1{height: 32px;}
	.mart{ height: 65px; }
	 
	.nav_moble{padding-top:65px}
	.nav_moble ul{padding-top:30px}
	/* .nav_moble ul li h3 a{padding:15px 0} */
	.nav_moble ul li .subNav h5 a{padding:15px 0;padding-left:25px}
}





/* 底部 */
.footer{ background: url(../images/footer_Bg.jpg) no-repeat center; background-size: cover;  }
.footer *{ color: #FFFFFF; }
.footer a:hover{ color: #DDDDDD; }
.footer .f_cont{ padding: 80px 0 60px; align-items: flex-start; }
.footer .f_cont .f_info{ width: 330px; padding-right: 50px; padding-bottom: 20px; border-right: 1px solid #777; }
.footer .f_cont .f_info .flogo{ width: 240px; }
.footer .f_cont .f_info .flogo img{ width: 100%; }
.footer .f_cont .f_info .flx{ padding-top: 30px;}
.footer .f_cont .f_info .flx p{ font-size: 14px; line-height: 26px; padding-bottom: 5px; padding-left: 30px; position: relative; }
.footer .f_cont .f_info .flx i{ width: 20px; height: 20px; background: no-repeat center; background-size: 100%; display: block; position: absolute; left: 0; top: 4px; }
.footer .f_cont .f_nav{ width: calc(100% - 330px - 140px); padding: 0 60px; align-items: stretch;  }
.footer .f_cont .f_nav dl{ padding: 0 10px; padding-bottom: 20px; }
.footer .f_cont .f_nav dl a{ display: block;}
.footer .f_cont .f_nav dl dt{font-size: 18px; font-weight: bold; padding-bottom: 20px;}
.footer .f_cont .f_nav dl dd{ font-size: 15px; }
.footer .f_cont .f_nav dl dd a{ margin: 8px 0;}
.footer .f_cont .f_ewm{ width: 140px; }
.footer .f_cont .ewm{ text-align: center; }
.footer .f_cont .ewm img{ width: 100%; }
.footer .f_cont .ewm p{ padding-top: 10px; font-size: 15px; }
.footer .copyright{ padding: 35px 0; border-top: 1px solid #777;}
.footer .copyright .txt{ font-size: 14px;}
.footer .copyright .design{font-size: 14px;}



@media (max-width: 1460px) {
	.footer .f_cont .f_nav{padding: 0 30px;}
}
@media (max-width: 1260px) {
	.footer .f_cont .f_info{ width: 280px; padding-right: 30px;}
	.footer .f_cont .f_info .flogo{ width: 200px;}
	.footer .f_cont .f_nav{ width: calc(100% - 280px - 120px);}
	.footer .f_cont .f_nav dl{padding: 0 5px; padding-bottom: 10px;}
	.footer .f_cont .f_nav dl dt{padding-bottom: 10px; font-size: 16px;}
	.footer .f_cont .f_nav dl dd{font-size: 14px;}
	.footer .f_cont .f_ewm{width: 120px;}
	
}
@media (max-width: 1024px) {
	.footer .f_cont{padding: 60px 0 40px;}
	.footer .f_cont .f_info{width: 350px;}
	.footer .f_cont .f_nav{display: none;}
	.footer .copyright{padding: 25px 0;}
	.footer .copyright .design{padding-top: 5px; display: none;}
}
@media (max-width: 768px) {
	.footer .f_cont .f_info{border: 0;}
	.footer .copyright .txt{font-size: 12px; line-height: 20px;}
}
@media (max-width: 580px) {
	.footer .f_cont{padding: 50px 0 40px;}
	.footer .f_cont .f_info{width: 100%; padding-right: 0;}
	.footer .f_cont .ewm p{font-size: 12px;text-align: left;}
	.footer .copyright{ padding: 15px 0; }
}
@media (max-width: 480px) {
	
}




/*  */
.fixed-sidebar{position: fixed;bottom:7vw;right: .1rem;background:rgba(0,0,0,.402);width:47px;border-radius:40px;padding-bottom: 12px;z-index: 5;transition:all .3s}
.fixed-sidebar .item{padding: 12px 0;text-align: center;position: relative;cursor: pointer;transition:all .3s;border-radius:10px}
.fixed-sidebar .item img{margin: 0 auto; }
.fixed-sidebar .item>p{margin-top:4px;font-size: 12px;color: #fff}
.fixed-sidebar .item.qq{ padding: 0; }
.fixed-sidebar .item.qq a{ padding: 12px 0; display: block; color: #FFFFFF;}
.fixed-sidebar .item.qq a>p{margin-top:4px;font-size: 12px;color: #fff}
.fixed-sidebar .item .after{position: absolute;width:205px;top: 0;height: 100%;right: 0;background: #C8000A;border-radius:24px;display: flex;align-items: center;z-index: -1;text-align: left;padding-left:30px;transition: all .3s;transform: translateX(90%);opacity: 0}
.fixed-sidebar .item .after a{font-size:14px;line-height: 1.571;color: #fff;display: block;}
.fixed-sidebar .item .before p{margin-top:4px;font-size: 12px;color: #fff}
.fixed-sidebar.on{background:#C8000A}

.wxcode2 .img2{ position: absolute;width:150px !important;max-width:300%;left: -155px;top: 50%;z-index: 2;margin-top: -45px!important;opacity:0;transition:all .3s; }
.wxcode2:hover .img2{opacity:1}

@media(min-width: 1000px){
	.fixed-sidebar .item:hover .after{transform: translateX(0);opacity: 1}
	.fixed-sidebar .item:not(:first-child):hover{background:#C8000A}
}
@media (max-width: 767px){
	.fixed-sidebar{display:none}
}





/* 封面 */
.fengmian{ display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9999; background: no-repeat center; background-size: cover; padding: 20px 80px; flex-direction: column; justify-content: center; }
.fengmian.show{ display: flex; }
.fengmian.hide{ display: none; }
.fengmian .tit{ text-align: center; padding-bottom: 80px; }
.fengmian .tit img{ width: 300px; }
.fengmian .fmlogo{ text-align: center; }
.fengmian .fmlogo img{ width: 650px; }
.fengmian .txt{ padding: 40px 0; text-align: center;}
.fengmian .txt h3{ font-size: 34px; font-weight: bold; color: #383735; padding-bottom: 15px; }
.fengmian .txt p{ font-size: 18px; text-transform: uppercase; }
.fengmian .lang{ text-align: center; }
.fengmian .lang a{ display: inline-block; margin: 0 50px; font-size: 30px; }
.fengmian .lang a:hover{ color: #C8000A; font-weight: ; }
.fengmian .lang a.on{ padding-bottom: 15px; border-bottom: 2px solid #C8000A; color: #C8000A; font-weight: bold; }
@media (max-width: 1440px) {
	.fengmian .txt h3{font-size: 30px;}
	.fengmian .txt p{font-size: 18px;}
	.fengmian .lang a{font-size: 26px; margin: 0 50px;}
}
@media (max-width: 1240px) {
	.fengmian .tit{padding-bottom: 70px;}
}
@media (max-width: 1024px) {
	.fengmian .tit{padding-bottom: 50px;}
	.fengmian .tit img{ width: auto; max-width: 50%;}
	.fengmian .fmlogo img{ width: auto; max-width: 80%; }
	.fengmian .txt h3{font-size: 26px;padding-bottom: 10px;}
	.fengmian .txt p{font-size: 14px;}
	.fengmian .lang a{font-size: 20px; margin: 0 40px;}
}
@media (max-width: 480px) {
	.fengmian{ padding: 20px 40px; }
	.fengmian .txt h3{font-size: 22px;}
	.fengmian .txt p{font-size: 12px;}
	.fengmian .lang a{margin-bottom: 20px;}
}
