@CHARSET "UTF-8";
/*base style for css file*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-family: Arial,Helvetica,sans-serif;
	
}
html{
	font-size:62.5%;
	position:relative;
}
table,caption,tbody,tfoot,thead,tr,th,td{
	/*border-collapse:collapse;8*/
  	margin:0;
	padding:0;
	outline:0;
	font-family : Arial,Helvetica,sans-serif;
}

ul,ol {
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}

/*remember to define focus styles!*/
:focus{
	outline:0;
}

/*remember to highlight inserts somehow!*/
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}

/*tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse:collapse;
	
}


a {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
}
a:focus{
	text-decoration: none;
	outline-offset:0;
	outline: none;
}

.fr {
	float:right;
}
.fl {
	float:left;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
}

div.quotes {
	padding: 3px;MARGIN:20px 5px; text-align: right; font-size:12px;
}
div.quotes A {
	BORDER-RIGHT: #ddd 1px solid; padding-RIGHT:2px 5px; BORDER-TOP: #ddd 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #ddd 1px solid; color: #aaa; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #ddd 1px solid; text-decoration: none
}
div.quotes A:hover {
	BORDER-RIGHT: #a0a0a0 1px solid; padding-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
div.quotes A:active {
	BORDER-RIGHT: #a0a0a0 1px solid; padding-RIGHT: 5px; BORDER-TOP: #a0a0a0 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #a0a0a0 1px solid; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #a0a0a0 1px solid
}
div.quotes SPAN.current {
	BORDER-RIGHT: #e0e0e0 1px solid; padding-RIGHT: 5px; BORDER-TOP: #e0e0e0 1px solid; padding-LEFT: 5px; FONT-WEIGHT: bold; padding-BOTTOM: 2px; BORDER-LEFT: #e0e0e0 1px solid; color: #aaa; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #e0e0e0 1px solid; BACKGROUND-color: #f0f0f0
}
div.quotes SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid; padding-RIGHT: 5px; BORDER-TOP: #f3f3f3 1px solid; padding-LEFT: 5px; padding-BOTTOM: 2px; BORDER-LEFT: #f3f3f3 1px solid; color: #ccc; MARGIN-RIGHT: 2px; padding-TOP: 2px; BORDER-BOTTOM: #f3f3f3 1px solid
}

.blue{ color:#255288;}
.green{ color: #093;}
.red{ color:#ee0000;}














.container {
    width: 1470px;
}
div {
    transition: all .2s linear 0s;
}
i,em{font-style:normal}

body {
    --bgColor: #0058B7;
    --bgHoverColor: #172f85;
    --fontColor: #0058B7;
    --fontHoverColor: #172f85;
    background-color: #F4F5F9;
}
a{transition:all 0.2s linear 0s;}
a:hover {
    text-decoration: none;
    color: var(--bgColor);
}
img{vertical-align:bottom;/*image-rendering:-webkit-optimize-contrast;*/}
input[type=text],textarea{font-family:Arial, Helvetica, sans-serif;-webkit-appearance: none;}
.noPro{text-align:center;width:100%;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}
.kj-noproduct-search p{display: block;height: 40px;line-height: 40px;text-align: center;margin-bottom: 120px;}

/*大包装询价*/
#blukquote_dialog .formcolumn-item{display:flex;align-items:center;margin-bottom:12px;}
#blukquote_dialog .formcolumn-item dt{font-size:14px;color:#555;margin-right:10px;width:80px;}
#blukquote_dialog  .formcolumn-item dd{width:calc(100% - 100px);position:relative}
#blukquote_dialog  .formcolumn-item dd input{width:90%;height:38px;line-height:38px;padding:0 10px;border:1px solid #dedede;border-radius:3px;box-shadow:none;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
#blukquote_dialog .formcolumn-item dd input:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd textarea {
    width: 90%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow:none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    resize:none;
}
#blukquote_dialog  .formcolumn-item dd textarea:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox img{height:38px;}
#blukquote_dialog  .formcolumn-item-ct{display:flex;line-height:38px;}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox{width:110px;order:1;height:38px;margin-left:10px;}
#blukquote_dialog  .formcolumn-item dd .formcom-vcode{width:20%;}
#blukquote_dialog .formcolumn-item dd .required{order:3;margin-left:10px;font-weight:bold;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips{margin-bottom:0;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips .text{font-size:12px;color:#FF0D0D;}
#blukquote_dialog  .formcolumn-item dd .formcolumn-item-tips{order:4;}
#blukquote_dialog .modal-footer{border-top:0;padding:0 0 50px 0;}
#blukquote_dialog .modal-footer input{background:var(--bgColor);color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:var(--bgHoverColor);}
#blukquote_dialog .modal-footer input:hover{color:#fff;}




/*float*/
.float_box{position:fixed;right:10px;top:50%;transform:translateY(-50%);transition:all 0.2s linear 0s;z-index:1000;}
.float_box ul li{position:relative;display:flex;justify-content:center;align-items:center;height:50px;transition:all 0.2s linear 0s;cursor:pointer;width:50px;border-radius:50%;margin:5px 0;border:1px solid #e0e0e0;background:#fff;}
.float_box ul li i{font-size:22px;color:#666666;line-height:50px;transition:all 0.2s linear 0s;}
.float_box ul li:hover{background:var(--bgColor);border-color:var(--bgColor);}
.float_box ul li:hover i{color:#fff;}
.float_box ul li .qq_box{border-radius:5px;position:absolute;right:50px;top:0;display:none;background:#fff;padding:10px 12px;box-shadow:0 3px 8px rgba(0,0,0,0.15);}
.float_box ul li .qq_box a{margin-top:8px;font-size:14px;color:#fff;display:flex;align-items:center;width:110px;height:30px;justify-content:center;line-height:30px;transition:all 0.2s linear 0s;background:var(--bgColor);border-radius:30px;}
.float_box ul li .qq_box a:hover{background:var(--bgHoverColor);}
.float_box ul li .qq_box a:first-child{margin-top:0;}
.float_box ul li .tel_box{border-radius:5px;align-items:center;display:none; position:absolute;right:50px;top:0;padding:20px 16px 16px 16px;font-size:14px;background:#fff;line-height:28px;width:242px;box-shadow:0 3px 8px rgba(0,0,0,0.15);overflow:hidden;}
.float_box ul li .tel_box:before{content:"";width:100%;height:6px;background:var(--bgColor);position:absolute;top:0;left:0;}
.float_box ul li .tel_box i{font-size:42px;color:#d3d3d3;margin-right:10px;}
.float_box ul li .tel_box span{font-size:24px;line-height:28px;text-align:left;color:#333;}
.float_box ul li .tel_box span em{display:block;color:#aaa;font-size:14px;}
.float_box ul li .code_box{border-radius:5px;padding:10px;background:var(--bgColor);position:absolute;right:50px;top:0;display:none;box-shadow:0 3px 8px rgba(0,0,0,0.15);}
.float_box ul li .code_box img{width:100px;}
.float_box ul li .code_box span{line-height:18px;color:#fff;margin-top:5px;font-size:12px;display:block;text-align:center;}
.float_box ul li .wcode_box{width:268px;border-radius:5px;position:absolute;right:50px;top:0;display:none;flex-wrap:wrap;background:#fff;padding:10px 5px;box-shadow:0 3px 8px rgba(0,0,0,0.15);}
.float_box ul li .wcode_box .code_item{width:80px;margin:0 3px 5px 3px;text-align:center;background:#f1f1f1;padding:5px 5px 0 5px;border-radius:5px;transition:all 0.2s linear 0s;}
.float_box ul li .wcode_box .code_item img{max-width:100%;}
.float_box ul li .wcode_box .code_item span{font-size:12px;color:#333;display:block;line-height:24px;}
.float_box ul li .wcode_box .code_item:hover{background:#ddd;}
.float_box ul li#fqq:hover .qq_box{display:block;}
.float_box ul li#ftel:hover .tel_box{display:flex;}
.float_box ul li#weixin:hover .code_box{display:block;}
.float_box ul li#wcode:hover .wcode_box{display:flex;}
.phone_top{display: none;position: fixed;bottom: 60px;right: 10px;z-index: 1000;width: 40px;height: 40px;background: var(--bgHoverColor);border-radius: 50%;text-align: center;line-height: 40px;}
.phone_top i {color: #fff;font-size: 20px;}


/*分页*/
.kj-page{text-align:center;width:100%;}
.kj-page .pagination{margin:40px 0 20px 0;}
.kj-page .pagination > li > a,.kj-page .pagination > li > span{font-size:13px;margin:3px;padding:0;width:40px;height:28px;line-height:26px;border-radius:5px;color:#999;}
.kj-page .pagination > li > a:hover,.kj-page .pagination > li > span:hover{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}
.kj-page .pagination > li.active > a{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}


/*关于我们*/
.about_article{display:flex;flex-wrap: wrap;margin:0px 0 40px 0;}
.about_article .text_article{flex:1;margin-right:50px;font-size:15px;color:#333333;line-height:32px;}
.about_article .img_box{flex:0 0 450px;}
.about_article .img_box img{max-width:100%;}


/*文章*/
.page_middle{background:#fff;box-shadow:0 3px 35px rgba(0,0,0,0.1);padding:10px 30px 130px 30px;border-radius:0 0 10px 10px;}
.page_container{display:flex;flex-wrap:wrap;margin-top:20px;}
.page_container .page_left{width:205px;margin-right:20px;}
.page_container .page_left .title{background:linear-gradient(to right, #024587, #f5f6f9);color:#fff;line-height:54px;text-align:center;font-size:16px;font-weight:bold;}
.page_container .page_left a{margin-top:1px;display:block;height:54px;line-height:54px;padding:0 8px;font-size:16px;color:#333333;text-align:center;}
.page_container .page_left a:hover{background:linear-gradient(to right, #024587, #f5f6f9);color:#fff}
.page_container .page_left a.active{background:linear-gradient(to right, #024587, #f5f6f9);color:#fff;font-weight:bold;}
.page_container .page_right{width:calc(100% - 225px);}
.article_title{border-bottom:2px solid #dddddd;height:72px;margin-bottom:20px;}
.article_title h1{font-size:24px;color:var(--fontColor);font-weight:bold;line-height:72px;position:relative;display:inline-block;}
.article_title h1:after{content:"";width:100%;background:var(--bgColor);position:absolute;bottom:0;left:0;height:4px;}
.article_container{background:#fff;box-shadow:0 3px 35px rgba(0,0,0,0.1);padding:10px 30px 80px 30px;border-radius:5px;}
.article_content{width:100%;font-size:15px;color:#333;line-height:36px;}
.article_content img{max-width:100%;height:auto !important;}



/*新闻列表*/
.news_list_box{background:#fff;padding:0 30px 35px 30px;border-radius:5px;box-shadow:0 3px 35px rgba(0,0,0,0.1);}
.news_list li{border-bottom:1px solid #ddd;padding:24px 0 23px;display:flex;flex-wrap: wrap;width:100%;}
.news_list li .img_btn{width:220px;height:120px;margin-right:20px;}
.news_list li .img_btn img{width:100%;height:100%;object-fit:cover}
.news_list li .base_info{width:calc(100% - 240px);}
.news_list li .title_btn{font-weight:bold;display:block;font-size:18px;color:#333333;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;line-height:25px;}
.news_list li .time{font-size:16px;color:#999999;line-height:32px;}
.news_list li .brief_text{font-size:14px;color:#666666;line-height:25px;height:50px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;margin-top:3px;}
.news_list li:hover .title_btn{color:Var(--fontColor);text-decoration:underline;}
.kj_news_active{background:#fff;border-radius:5px;padding:30px 30px 40px 30px;}
.kj_news_active .kj-main-articleinfo-title{font-size:30px;color:#333;margin-bottom:12px;line-height:36px;}
.kj_news_active .kj-article-time{color:#999;}
.kj_news_active .kj-article-content{color:#333; padding-bottom:50px; margin-bottom: 20px; border-bottom: 1px solid rgb(242,242,242); line-height: 30px;margin-top:20px;}
.kj_news_active .kj-article-content img{max-width:100%;vertical-align:bottom;}
.kj_news_active .kj-article-bottom span{display:block;line-height:32px;}
.kj_news_active .kj-article-bottom a{color:#333;}
.kj_news_active .kj-article-bottom a:hover{color:var(--fontColor);text-decoration:underline;}
.kj_news_active .kj_news_product{margin:0 auto;display:block;height:42px;line-height:42px;padding:0 15px;background:#255288;font-size:14px;color:#fff;width:130px;text-align:center;}
.kj_news_active .kj_news_product:hover{background:#a60e07}
.kj_news_active .kj_news_product:active{position:relative;top:2px;}

/*联系我们*/
.contact_us_box .title{text-align:center;line-height:90px;font-size:40px;color:#333333;font-weight:bold;}
.contact_us_box .contact_info{display:flex;}
.contact_us_box .contact_info .item{margin-right:60px;padding:55px 0 65px 0;display:flex;flex-direction:column;align-items:center;flex:1;}
.contact_us_box .contact_info .item:nth-child(3){margin-right:0;}
.contact_us_box .contact_info .item i{background:#fff;width:90px;height:90px;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,0.3);text-align:center;line-height:90px;font-size:40px;color:var(--fontColor);margin-bottom:22px;transition:all 0.2s linear 0s;}
.contact_us_box .contact_info .item b{font-size:18px;color:#333333;line-height:30px;}
.contact_us_box .contact_info .item span{font-size:18px;color:#333333;line-height:32px;text-align:center;}
.contact_us_box .contact_info .item a{font-size:18px;color:#333333;line-height:32px;}
.contact_us_box .contact_info .item a:hover{color:var(--fontColor);}
.contact_us_box .contact_info .item:hover i{background:var(--bgColor);color:#fff;}
.map_box{width:100%;height:420px;background:#eee;}

/*品牌*/
.brand_list_box{background:#fff;border-radius:5px;overflow:hidden;padding:26px 34px;box-shadow:0 3px 35px rgba(0,0,0,0.1);}
.brand_list_box ul{display:flex;flex-wrap:wrap}
.brand_list_box ul li{margin-right:20px;margin-bottom:20px;width:calc((100% - 120px)/7);border:1px solid #ddd;border-radius:5px;height:156px;transition:all 0.2s linear 0s;}
.brand_list_box ul li:nth-child(7n){margin-right:0;}
.brand_list_box ul li .img_btn{display:flex;align-items:center;justify-content:center;height:115px;padding:5px;}
.brand_list_box ul li .img_btn img{max-width:100%;max-height:100%;}
.brand_list_box ul li .name_btn{display:block;text-align:center;font-size:16px;color:#333333;padding:0 5px;line-height:26px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
.brand_list_box ul li:hover{box-shadow:0 5px 5px rgba(0,0,0,0.1);border-color:#dedede;}
.brand_list_box ul li:hover .name_btn{color:var(--fontColor);}

/*加入我们*/
.join_job .header_title{width:100%;height:64px;background:#0058B7;display:flex;align-items:center;}
.join_job .header_title span{font-size:18px;color:#ffffff;}
.join_job .name{width:20%;text-align:center;}
.join_job .num{width:10%;text-align:center;}
.join_job .record{width:30%;text-align:center;}
.join_job .experience{width:15%;text-align:center;}
.join_job .address{width:20%;text-align:center;}
.join_job .job_list{margin-bottom:8px;}
.join_job .job_info{display:flex;background:#eaeaea;height:58px;align-items:center;width:100%;transition:all 0.2s linear 0s;}
.join_job .job_info span{font-size:18px;color:#333333;}
.join_job .job_info .opt a i{font-size:20px;display:inline-block;transition:all 0.2s linear 0s;font-weight:bold;color:#333;}
.join_job .job_info .opt a[aria-expanded="true"] i{transform: rotate(180deg);}
.join_job .job_info .opt a:hover i{color:var(--fontColor);}
.join_job .job_details{padding:30px 45px;font-size:16px;color:#333333;line-height:32px;}
.join_job .job_info:hover{background:#e0e0e0;}
.index_service_box .service_content .container{padding:0 50px;}
.index_about_box .brief_text{padding:0 80px;}
.site_top {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.site_top .top_search {
  height: 93px;
  display: flex;
  align-items: center;
  align-self: start;
}
.site_top .top_search .col-sm-3 {
  width: 230px;
  text-align: center;
}
.site_top .top_search .col-sm-3 a {
  display: block;
  height: 78px;
}
.site_top .top_search .col-sm-3 img {
  max-width: 100%;
}
.site_top .top_search .col-sm-9 {
  width: calc(100% - 230px);
  padding-left: 230px;
}
.site_top .top_search .col-sm-9 .nav_tabbar {
  display: flex;
}
.site_top .top_search .col-sm-9 .nav_tabbar li {
  list-style: none;
  margin-right: 65px;
}
.site_top .top_search .col-sm-9 .nav_tabbar li a {
  display: block;
  padding: 35px 0 32px;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.site_top .top_search .col-sm-9 .nav_tabbar li a::after {
  opacity: 0;
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  background-color: var(--bgColor);
}
.site_top .top_search .col-sm-9 .nav_tabbar li:hover a,
.site_top .top_search .col-sm-9 .nav_tabbar li.active a {
  font-weight: bold;
}
.site_top .top_search .col-sm-9 .nav_tabbar li:hover a::after,
.site_top .top_search .col-sm-9 .nav_tabbar li.active a::after {
  opacity: 1;
}
.site_top .top_search .col-sm-9 .nav_tabbar .top_search_btn {
  margin-right: 0;
  display: flex;
  align-items: center;
  margin-left: -65px;
}
.site_top .top_search .col-sm-9 .nav_tabbar .top_search_btn a {
  font-size: 26px;
  padding: 0;
}
.site_top .top_search .col-sm-9 .nav_tabbar .top_search_btn a::after {
  display: none;
}
.site_top .top_search .col-sm-9 .nav_tabbar .top_search_btn a:hover {
  color: #0058b7;
}
.site_top .top_search .col-sm-9 .nav_tabbar .top_search_btn::before {
  margin: 0 25px;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #fff;
}
.site_top #phone_button {
  background-color: var(--bgColor);
  margin-right: 0;
}
.site_top #phone_button span {
  background-color: #fff;
}
.site_top .nav_all {
  display: none;
  background-color: var(--bgColor);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.site_top #navbox {
  padding: 0;
}
.site_top .navbar-nav {
  width: 100%;
}
.site_top .navbar-nav li {
  width: calc(100% / 6);
}
.site_top .navbar-nav li a {
  text-align: center;
  padding: 0;
  display: block;
  line-height: 51px;
  padding: 0 33px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.site_top .navbar-nav li a .fa-angle-down:before {
  margin-left: 5px;
}
.site_top .navbar-nav li a:hover {
  background-color: var(--bgHoverColor);
  color: #fff;
}
.site_top .navbar-nav li:hover .dropdown-menu {
  display: block;
}
.index_swiper::before {
  width: 100%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  background-image: url('../images/swiperbg.png');
  z-index: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.swiper_box {
  position: absolute;
  top: 355px;
  z-index: 2;
  width: 100%;
}
.swiper_box h1 {
  text-align: center;
  font-size: 46px;
  line-height: 73px;
  color: #004b76;
}
.pronav_links {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.pronav_links a {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
}
.pronav_links a span {
  border-radius: 50%;
  transition: all 0.2s linear 0s;
  text-align: center;
  width: 186px;
  height: 186px;
  display: block;
}
.pronav_links a i {
  display: block;
  font-size: 95px;
}
.pronav_links a::after {
  content: "";
  width: 1px;
  margin: 0 45px;
  display: block;
  height: 89px;
  background-color: rgba(255, 255, 255, 0.8);
}
.pronav_links a:last-child::after {
  display: none;
}
.pronav_links a:hover span {
  background-color: rgba(46, 111, 181, 0.2);
}
.index_swiper {
  height: 1000px;
  width: 100%;
  position: relative;
}
.index_swiper .swiper-button-next,
.index_swiper .swiper-button-prev {
  background-image: none;
  display: flex;
  width: 30px;
  padding-top: 2px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.index_swiper .swiper-button-next:hover,
.index_swiper .swiper-button-prev:hover {
  background-color: #333;
  color: #fff;
}
.index_swiper .swiper-slide {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_swiper .swiper-pagination {
  width: 100%;
  bottom: 45px;
  text-align: center;
}
.index_swiper .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  transition-duration: 0.39s;
  width: 14px;
  height: 14px;
  background-color: #fff;
  margin: 0 12.5px !important;
}
.index_swiper .swiper-pagination-bullet-active {
  background-color: #172F85;
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none;
}
/*面包屑*/
.page_map {
  color: #666;
  display: flex;
  font-size: 14px;
  height: 70px;
  align-items: center;
}
.page_map i {
  color: #0058B7;
  margin-right: 10px;
}
.page_map .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.page_map .breadcrumb a {
  color: #333;
}
.page_map .breadcrumb a:hover {
  text-decoration: underline;
}
.page_map .breadcrumb > li + li:before {
  color: #333;
}
.page_map .breadcrumb .active {
  color: #333;
}
.page_map .breadcrumb .active span {
  color: #333;
}
.footer {
  margin-top: 100px;
  background-color: #002655;
}
.footer ul {
  padding-top: 30px;
  display: flex;
  padding-bottom: 50px;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.8);
}
.footer ul .btmlogo {
  padding-top: 0;
}
.footer ul .btmlogo h5 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.footer ul .btmlogo div {
  line-height: 34px;
}
.footer ul .btmlogo div a {
  color: rgba(255, 255, 255, 0.8);
}
.footer ul .btmlogo img {
  width: 134px;
  display: block;
 /* margin: 0 auto;*/
  margin-bottom: 25px;
}
.footer ul .btmlogo .iconfont {
  font-size: 14px;
}
.footer ul .btmlogo .iconfont::before {
  margin-right: 8px;
}
.footer ul li {
  list-style: none;
  line-height: 27px;
  padding-top: 45px;
}
.footer ul li h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.footer ul li a {
  display: block;
  color: #fff;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer ul li div {
  display: flex;
}
.footer ul li div span {
  text-wrap: nowrap;
}
.footer .footer_btm {
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  line-height: 26px;
  color: #fff;
  padding: 15px 20px;
}
.footer .footer_btm a {
  color: #fff;
}
.footer .footer_btm a:hover {
  text-decoration: underline;
}
.pageBanner {
  height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pageBanner h2 {
  color: #0058b7;
  font-size: 46px;
  line-height: 73px;
}
.index_about {
  padding-top: 122px;
  display: flex;
  justify-content: space-between;
}
.index_about .left {
  padding-right: 145px;
  width: 930px;
}
.index_about .left .title {
  padding-top: 30px;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  padding-left: 34px;
}
.index_about .left .title span {
  position: relative;
  z-index: 2;
}
.index_about .left .title::before {
  top: 0;
  left: 0;
  content: "";
  background-image: url('../images/yuan.png');
  width: 56px;
  height: 56px;
  position: absolute;
}
.index_about .left .content {
  margin-top: 45px;
  padding-left: 34px;
  font-size: 16px;
  line-height: 41px;
}
.index_about .left .more_btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 34px;
  width: 180px;
  border: 1px solid #125297;
  font-size: 18px;
  color: #125297;
  height: 50px;
  border-radius: 50px;
  position:relative;
  z-index:2;
}
.index_about .left .more_btn i {
  margin-left: 10px;
  font-size: 20px;
}
.index_about .left .more_btn:hover {
  background-color: #125297;
  color: #fff;
}
.index_about .right {
  width: calc(100% - 930px);
}
.index_about .right .box_out {
  width: 100%;
  height: 359px;
  background-color: var(--bgColor);
  border-radius: 3px;
}
.index_about .right .box_out .vedioplay {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 545px;
  height: 385px;
  position: relative;
  top: 50px;
  right: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:2;
}
.index_about .right .box_out .vedioplay a {
  color: #fff;
}
.index_about .right .box_out .vedioplay a i {
  font-size: 70px;
}
.index_about .right .box_out .vedioplay a:hover {
  transform: scale(1.1);
}
.video_pop_bg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.video_pop_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  background: #fff;
  border-radius: 10px;
  z-index: 2100;
  display: none;
}
.video_pop_box .closeBtn {
  position: absolute;
  top: -2px;
  right: 32px;
  width: 31px;
  height: 31px;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  background: #777;
  cursor: pointer;
  border-radius: 0 0 50px 50px;
  z-index: 200;
}
.video_pop_box .closeBtn:hover {
  background: #0058B7;
}
.title_box {
  text-align: center;
  margin-bottom: 30px;
}
.title_box h2 {
  font-size: 34px;
  color: #333333;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.title_box h2 i {
  font-style: normal;
  z-index: 2;
  position: relative;
}
.title_box span {
  font-size: 18px;
  display: inline-block;
  position: relative;
  margin-top: 8px;
}
.title_box span i {
  font-style: normal;
  position: relative;
  z-index: 2;
}
.title_box span::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 37px;
  background-image: url(../images/yuan.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 37px;
  right: -10px;
  z-index: 1;
  transform: rotateZ(180deg);
}
.title_box h2::before {
  content: "";
  position: absolute;
  top: -17px;
  width: 56px;
  background-image: url(../images/yuan.png);
  background-repeat: no-repeat;
  height: 56px;
  left: -27px;
}
.index_brand {
  background-image: url('../images/indexbg2.png');
  background-repeat: no-repeat;
  background-position: 0px 275px;
  padding-top: 340px;
}
.index_brand .brand_box {
  display: flex;
}
.index_brand .brand_box .left {
    padding-top: 55px;
    width: 660px;
    padding-left: 17px;
}
.index_brand .brand_box .left h3 {
  font-size: 45px;
  font-weight: bold;
}
.index_brand .brand_box .left h3 span {
  display: block;
  color: #172F85;
  margin-top: 10px;
}
.index_brand .brand_box .left h3 span::after {
  content: "";
  width: 61px;
  margin-top: 16px;
  height: 4px;
  display: block;
  background-color: #0058b7;
}
.index_brand .brand_box .left h4 {
  font-size: 23px;
  margin-top: 45px;
}
.index_brand .brand_box .right {
  margin-top: -70px;
  padding-top: 130px;
  background-image: url('../images/indexbg3.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(100% - 660px);
  padding-bottom: 175px;
}
.index_brand .brand_box .right .more_btn {
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  border: 1px solid #125297;
  font-size: 18px;
  color: #125297;
  height: 50px;
  border-radius: 50px;
  position:relative;
  z-index:2;
}
.index_brand .brand_box .right .more_btn:hover {
  background-color: #125297;
  color: #fff;
}
.index_brand .brand_box .right .line {
  display: flex;
  justify-content: center;
}
.index_brand .brand_box .right .line .brand {
  background-color: #fff;
  margin-right: 20px;
  margin-bottom: 15px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px #dee6f3;
  height: 75px;
}
.index_brand .brand_box .right .line .brand img {
  max-width: 90%;
  max-height: 90%;
}
.index_brand .brand_box .right .line .brand:hover {
  transform: translateY(-6px);
}
.index_brand .brand_box .right .line .brand:last-child {
  margin-right: 0;
}
.index_cooperate {
  padding-bottom: 145px;
  position: relative;
  z-index: 2;
}
.index_cooperate .flex_box {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-bottom: 0;
  margin-top: 40px;
}
.index_cooperate .flex_box a {
  display: flex;
  width: 20%;
  background-color: #fff;
  align-items: center;
  height: 115px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  justify-content: center;
}
.index_cooperate .flex_box a img {
  max-width: 90%;
  max-height: 90%;
  transition-duration: 0.3s;
}
.index_cooperate .flex_box a:nth-child(5) {
  border-right: 0;
}
.index_cooperate .flex_box a:nth-child(10) {
  border-right: 0;
}
.index_cooperate .flex_box a:hover img {
  transform: scale(0.9);
}
.all_box {
  margin-top: -70px;
  background-color: #FDFDFE;
  background-image: url('../images/indexbg.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  position: relative;
}
.all_box::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 625px;
  height: 600px;
  background-image: url('../images/index_left.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.all_box::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 625px;
  height: 600px;
  background-image: url('../images/index_right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.site_top.active {
  background-color: rgba(0, 88, 183, 0.7);
}
.searchBox {
  display: none;
}
.prolist {
  display: flex;
}
.prolist .pro_left {
  width: 250px;
}
.prolist .pro_left .list_level1 li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 10px;
}
.prolist .pro_left .list_level1 .out {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px 0 20px;
  background-color: #fff;
}
.prolist .pro_left .list_level1 .out a {
  font-size: 16px;
  width: 70%;
  font-weight: bold;
}
.prolist .pro_left .list_level1 .out span {
  font-size: 16px;
  font-weight: bold;
  color: #0058B7;
  transition-duration: 0.3s;
}
.prolist .pro_left .list_level1 .out:last-child {
  border-bottom: none;
}
.prolist .pro_left .list_level1 .list_level2 {
  background-color: #fff;
  border-radius: 0;
}
.prolist .pro_left .list_level1 .list_level2 li {
  border-radius: 0;
  margin-top: 0;
  border-top: 1px solid #E9E9E9;
  margin: 0 12px;
}
.prolist .pro_left .list_level1 .list_level2 li:first-child {
  border: none;
}
.prolist .pro_left .list_level1 .out2 {
  display: flex;
  line-height: 50px;
  padding: 0px 10px;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.prolist .pro_left .list_level1 .out2 a {
  font-weight: normal;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  position: relative;
  padding-right: 2px;
}
.prolist .pro_left .list_level1 .out2 a.active {
  color: var(--bgColor);
  font-weight:bold;
}
.prolist .pro_left .list_level1 .out2 span {
  font-size: 12px;
  color: var(--fontColor);
  font-weight: normal;
}
.prolist .pro_left .list_level1 .out.active {
  background-color: #0058B7;
}
.prolist .pro_left .list_level1 .out.active a {
  color: #fff;
}
.prolist .pro_left .list_level1 .out.active span {
  color: #fff;
  font-size: 14px;
  transform: rotate(90deg);
}
.prolist .pro_left .list_level1 .out2.active a {
  color: var(--fontColor);
  font-weight: bold;
}
.prolist .pro_right {
  width: calc(100% - 250px);
  padding-left: 20px;
}
.prolist .pro_right .row {
  margin-left: 0;
  margin-right: -17px;
}
.prolist .pro_right .col-lg-3 {
  padding-left: 0;
  padding-right: 17px;
}
.pro {
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #EEEEEE;
}
.pro .img {
  height: 207px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #EEEEEE;
}
.pro .img img {
  max-width: 90%;
  max-height: 90%;
  transition-duration: 0.2s;
}
.pro .name {
  margin-top: 18px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0 5px;
}
.pro .info {
  padding: 0 5px 10px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.pro .info .cas {
  color: #666;
}
.pro:hover {
  box-shadow: 5px 5px 10px #E5E6E9;
}
.pro:hover .name {
  color: #0058b7;
}
.pro:hover .img img {
  transform: scale(0.9);
}
.proinfo_top {
  border-radius: 5px;
  background-color: #fff;
  padding: 35px 30px 40px;
  display: flex;
}
.proinfo_top .img {
  width: 330px;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proinfo_top .img img {
  max-width: 100%;
  max-height: 100%;
}
.proinfo_top .proinfo_right {
  width: calc(100% - 330px);
  padding-left: 35px;
}
.proinfo_top .proinfo_right .title {
  font-size: 22px;
  font-weight: bold;
}
.proinfo_top .proinfo_right .info {
  margin-top: 20px;
}
.proinfo_top .proinfo_right .text_info {
  display: flex;
  margin-bottom: 25px;
  font-size: 16px;
}
.proinfo_top .proinfo_right .text_info span {
  color: #999;
  text-wrap: nowrap;
}
.proinfo_top .proinfo_right .text_info i {
  
  padding: 3px 10px;
  font-style: normal;
  font-size: 14px;
  border-radius: 3px;
}
.proinfo_top .proinfo_right .text_info em {
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  color: #C1000F;
  position: relative;
  top: -1px;
}
.proinfo_top .proinfo_right .box {
  display: flex;
}
.proinfo_top .proinfo_right .box .text_info {
  width: 33.33%;
}
.proinfo_top .proinfo_right .proinfo_btns {
  margin-top: -15px;
  display: flex;
}
.proinfo_top .proinfo_right .proinfo_btns a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.proinfo_top .proinfo_right .proinfo_btns .inquire {
  width: 100px;
  height: 40px;
  background-color: #C1000F;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.proinfo_top .proinfo_right .proinfo_btns .inquire:hover {
  background-color: #a00310;
}
.proinfo_top .proinfo_right .proinfo_btns .pdf {
  width: 160px;
  height: 40px;
  background-color: #0058b7;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
  text-align: center;
}
.proinfo_top .proinfo_right .proinfo_btns .pdf i {
  margin-right: 5px;
  font-size: 20px;
  font-weight: normal;
}
.proinfo_top .proinfo_right .proinfo_btns .pdf:hover {
  background-color: #024286;
}
.pro_slide_box {
  margin-top: 30px;
  overflow: hidden;
}
.pro_slide_box .nav {
  display: flex;
}
.pro_slide_box .nav li {
  margin-right: 7px;
}
.pro_slide_box .nav li a {
  margin: 0;
  padding: 0;
  width: 147px;
  text-align: center;
  font-size: 14px;
  color: #333;
  height: 36px;
  line-height: 36px;
  position: relative;
  background: #EEEEEE;
  border-radius: 5px 5px 0 0;
}
.pro_slide_box .nav li a:hover {
  background: var(--bgColor);
  color: #fff;
}
.pro_slide_box .nav li a:focus {
  background: var(--bgColor);
  color: #fff;
}
.pro_slide_box .nav li.active a {
  background: var(--bgColor);
  color: #fff;
}
.pro_slide_box .nav li.active a:after {
  width: 100%;
}
.pro_slide_box .tab-pane {
  padding: 10px 10px 20px;
  background: #fff;
}
.pro_slide_box .table-responsive table {
  margin: 0;
}
.pro_slide_box .table-responsive table tr th {
  border-bottom: 1px solid #e3e3e3;
  padding-left: 12px;
  border-right: 1px solid #e3e3e3;
  font-size: 14px;
  color: #333333;
}
.pro_slide_box .table-responsive table tr:first-child th {
  border-top: 0;
}
.pro_slide_box .table-responsive table tr:first-child td {
  border-top: 0;
}
.pro_slide_box .table-responsive table tr td {
  border-bottom: 1px solid #e3e3e3;
  padding-left: 38px;
  color: #333333;
}
.pro_slide_box .activeBox {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  padding: 20px;
}
.pro_slide_box .activeBox img {
  max-width: 100%;
  max-height: 100%;
}
.xiazaiziliao a {
  flex: 0 0 100%;
  border-bottom: 1px dashed #ddd;
  line-height: 35px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.xiazaiziliao a i {
  margin-right: 5px;
}
.page_swiper_pro {
  margin-top: 20px;
  position: relative;
}
.page_swiper_pro .swiper-button-prev {
  left: -17px;
}
.page_swiper_pro .swiper-button-next,
.page_swiper_pro .swiper-button-prev {
  background-image: none;
  width: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  background-color: #E4E4E4;
  color: #fff;
  transition-duration: 0.39s;
}
.page_swiper_pro .swiper-button-next {
  right: -17px;
}
.page_swiper_pro .swiper-button-next:hover,
.page_swiper_pro .swiper-button-prev:hover {
  background-color: var(--bgColor);
  color: #fff;
}
.tuijan_title {
  padding-left: 17px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 65px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display:none;
}
.search_container{position:absolute;top:100%;right:32px;background:#ffff;border-radius:10px;width:400px;display:none;box-shadow:0 5px 6px rgba(0,0,0,0.2);}
.search_container:before{
    content:"";position:absolute;top:-8px;right:20px;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:8px solid var(--bgColor);
}
.search_container .title{width:100%;height:38px;display:flex;justify-content:space-between;line-height:38px;padding:0 10px;background:var(--bgColor);font-size:15px;color:#fff;border-radius:10px 10px 0 0;}
.search_container .title a{color:#fff !important;font-weight:bold;transition:all 0.2s linear 0s;font-size:16px !important;}
.search_container .title a:hover{transform:rotate(90deg);}
.search_form{display:flex;padding:10px;overflow:hidden;}
.search_form input{border-radius:5px 0 0 5px;border:1px solid #ccc;border-right:0;display:inline-block;flex:1;height:34px;line-height:34px;margin:0;font-size:14px;color:#333;padding:6px 12px;}
.search_form input::-webkit-input-placeholder{color:#999999;} /* WebKit browsers */
.search_form input::-moz-placeholder{color:#999999;} /* Mozilla Firefox 4 to 18 */
.search_form input:-moz-placeholder{color:#999999;} /* Mozilla Firefox 19+ */
.search_form input:-ms-input-placeholder{color:#999999;}/* Internet Explorer 10+ */
.search_form button{border-radius:0 5px 5px 0;border:0;background:var(--bgColor);padding:0;display:inline-block;height:34px;width:60px;text-align:center;line-height:34px;transition:all 0.2s linear 0s;color:#fff;}
.search_form button i{font-size:20px;}
.search_form button:hover{background:var(--bgHoverColor);}
.search_container.active{display:block;}
li.li-procata > ul { margin:0; position: absolute; background-color: #fff;padding: 5px 0;padding-left: 0;top: 100%;min-width: 112.5px;width: 100%;border: 1px solid #ececec;border-top: 0;z-index: 1001;border-radius: 0 0 10px 10px;box-shadow: 0 6px 12px rgb(0 0 0 / 5%);/*display:flex;*/justify-content: center;padding: 20px 40px;width: auto;left:50%;transform:translateX(-50%);}
li.li-procata > ul > li {width: 200px;border-right: 1px solid #f5f1f1;}
li.li-procata > ul > li:last-child {border-right: none;}
li.li-procata > ul ul {display: block;position: initial;margin: 0;width: 100%;padding: 0;border: none;box-shadow: none;box-shadow: none;}
li.li-procata > ul a {display: block;text-decoration: none;line-height: 35px;font-size: 15px;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;transition: all 0.3s;color: #333333;background-color: transparent !important;padding-top: 0;padding-bottom: 0;}
li.li-procata > ul > li > a {font-size: 15px;font-weight: 700;color: #0058B7 !important;background-color: transparent !important;overflow:initial;}
li.li-procata > ul a span {display: none;}
li.li-procata > ul ul a:hover {color: #0f90fe;}
li.li-procata:hover > ul {display: flex}
.open > .dropdown-menu{display: flex;}
.site_top .top_search .col-sm-9 .nav_tabbar li.li-procata > ul li{margin-right:0;}
.site_top .top_search .col-sm-9 .nav_tabbar li.li-procata > ul a{padding:0;color:#333;font-size:15px;}
.site_top .top_search .col-sm-9 .nav_tabbar li.li-procata > ul a::after{display:none;}
.site_top .top_search .col-sm-9 .nav_tabbar li.li-procata > ul ul li a{font-weight:normal;font-size:14px;}
.site_top .top_search .col-sm-9 .nav_tabbar li.li-procata > ul a:hover{color:#0058B7;text-decoration:underline;}
.prolist .pro_right2{width:100%;padding-left:0;}
.nav_left a{
    height:50px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background-color:#fff;
    padding:0 25px 0 20px;
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
}
.nav_left a i{color:#0058B7;}
.nav_left a.active,.nav_left a:hover{background-color:#0058B7;color:#fff;}
.nav_left a.active i,.nav_left a:hover i{color:#fff;}
.index_brand .brand_box .right .more_btn i {
    margin-left: 10px;
    font-size: 20px;
}
.page_swiper_pro .swiper-button-next, .page_swiper_pro .swiper-button-prev{
    top:47%;
}
.navlist{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:30px;
}
.navlist a {
    margin:0 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    width: 160px;
    font-size:16px;
    font-weight:bold;
    height: 50px;
    background-color: #fff;
    border-radius:50px;
}
.navlist a:hover,.navlist a.active{
    background-color:#0058B7;
    color:#fff;
}

@media only screen and (max-width: 1380px) {
    /*float*/
    .float_box{right:1px;}
    .float_box ul{width:40px;}
    .float_box ul li{padding:0;height:40px;width:40px;}
    .float_box ul li i{font-size:20px;line-height:40px;padding:0;}
    .float_box ul li i sup{top:4px;right:-6px;}
    .float_box ul li span,.float_box .scrollTop span{display:none;}
    .float_box ul li .qq_box,.float_box ul li .code_box,.float_box ul li .tel_box{right:40px;}
    .float_box ul li .tel_box span{display: block;}
}
@media only screen and (max-width: 1310px) {
    .container{width:100%;}
}

@media only screen and (max-width: 1250px) {
    /**修改表单在ipd竖屏时可以有滚动条 **/
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive > .table {
        margin-bottom: 0
    }
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }
    .table-responsive > .table-bordered {
        border: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}
@media only screen and (max-width: 1200px) {
   
       .brand_list_box ul li{width:calc((100% - 80px)/5)}
    .brand_list_box ul li:nth-child(7n){margin-right:20px;}
    .brand_list_box ul li:nth-child(5n){margin-right:0;}
    .join_job .header_title span,.join_job .job_info span{font-size:16px;}
}
@media only screen and (max-width: 1100px) {
    /*float*/
    .float_box{display:none !important;}
    .phone_top{display:block;}
}
@media only screen and (max-width: 1020px) {

    .join_job .job_info span{font-size:14px;}

    .join_job .header_title span, .join_job .job_info span{font-size:14px;}
    .join_job .job_details{padding:15px;font-size:14px;line-height:28px;}

    /*联系我们*/
    .contact_us_box .title{font-size:20px;line-height:45px;}
    .contact_us_box .contact_info,.contact_us_box .contact_address{flex-wrap: wrap;}
    .contact_us_box .contact_info .item{margin-right:0;flex:0 0 100%;padding:0;flex-direction:row;align-items: flex-start;}
    .contact_us_box .contact_info .item i{display:none;}
    .contact_us_box .contact_address .item{margin-right:0;flex:0 0 100%;margin-bottom:12px;}
    .contact_us_box .contact_info .item b{font-size:14px;margin-right:10px;flex:0 0 30px;}
    .contact_us_box .contact_info .item span,.contact_us_box .contact_info .item a{font-size:14px;line-height:30px;}
    .map_box{height:250px;margin-top:20px;}
}
@media only screen and (max-width: 767px) {
    /**修改表单 **/
   .table-responsive{border:0;}
    /*顶部基本信息展示*/
    body{padding-top:0 !important;}
    /*顶部logo及搜索*/

    .index_brand{padding:0;}
    .index_brand ul{margin-top:10px;}
    .index_brand ul li{width:calc(100% / 3)}
    .index_brand ul li:nth-child(3n){border-right:0;}
    .index_brand ul li:nth-child(-n + 6){border-top:1px solid #ddd;}
    .index_brand ul li:nth-child(-n + 3){border-top:0;}
    .index_brand ul li a{height:80px;}
    .index_brand .more_btn{margin-top:20px;}
  
    .kj_news_active{margin-top:0;}


    .kj-page .pagination{margin:10px 0;}
    
    .article_container{padding:15px;}
    .article_title{display:none;}
    /*新闻*/
    .news_list_box{padding:0 15px 30px 15px;}
    .news_list li .img_btn{width:100%;margin-right:0;height:auto;margin-bottom:12px;}
    .news_list li .base_info{width:100%;}
    .kj_news{padding:15px;}
    .kj_news .kj_news_inner .info_text{font-size:12px;line-height:18px;}
    .kj_news .kj_news_inner .kj_news_title a{font-size:14px;}
    .kj_news .kj_news_inner .kj_news_title .time{font-size:12px;}
    .kj_news_active{padding:15px;}
    .kj_news_active .kj-main-articleinfo-title{font-size:18px;line-height:28px;font-weight:bold;}
    .kj_news_active .kj-article-content{margin-top:12px;line-height:24px;padding-bottom:20px;}
    .kj_news_active .kj-article-bottom span{line-height:24px;}
    .brand_list_box{padding:15px;margin-top:0;}
    .brand_list_box ul li{margin-right:10px;margin-bottom:10px;width:calc((100% - 10px)/2);}
    .brand_list_box ul li:nth-child(5n){margin-right:10px;}
    .brand_list_box ul li:nth-child(7n){margin-right:10px;}
    .brand_list_box ul li:nth-child(2n){margin-right:0;}
    .brand_list_box ul li .name_btn{font-size:14px;}
    .article_content{font-size:14px;line-height:24px;}
    .join_job{margin-top:0;}
    .join_job .header_title{height:48px;}
    .join_job .job_info{height:44px;}
    .join_job .header_title span,.join_job .job_info span{font-size:15px;}
    .join_job .record,.join_job .experience{display:none;}
    .join_job .name,.join_job .address{width:32%;}
    .join_job .num{width:25%;}
    .join_job .job_details{padding:15px 0;font-size:14px;line-height:24px;}


}
@media screen and (max-width: 1470px) {
  .container {
    width: 1200px;
  }
    .index_swiper{
        height:800px;
    }
    .site_top .top_search .col-sm-9 {
        padding-left: 40px;
    }
  .site_top .top_search .col-sm-9 .nav_tabbar li {
    margin-right: 55px;
  }
  .site_top .top_search .col-sm-9 .nav_tabbar .top_search_btn {
    margin-left: -55px;
  }
  .swiper_box h1 {
    font-size: 42px;
  }
  .swiper_box {
    top: 250px;
  }
  .index_about .left {
    width: 700px;
  }
  .index_about .right {
    width: calc(100% - 700px);
  }
  .index_about .right .box_out .vedioplay {
    width: 490px;
    height: 330px;
  }
  .index_about .left .content {
    font-size: 15px;
    line-height: 34px;
  }
  .index_brand .brand_box .left h3 {
    font-size: 32px;
  }
  .index_brand .brand_box .left {
    width: 550px;
  }
  .index_brand .brand_box .right {
    width: calc(100% - 550px);
    padding-bottom: 70px;
  }
  .index_brand {
    padding-top: 230px;
  }
  .index_brand .brand_box .right .line .brand {
    width: 130px;
    height: 65px;
  }
  .index_brand {
    background-size: 560px;
  }
  .index_brand .brand_box .right {
    padding-top: 80px;
  }
  .index_cooperate .flex_box a {
    height: 100px;
  }
  .index_about .right .box_out {
    height: 330px;
  }
  .pageBanner h2 {
    font-size: 42px;
  }
  .pro .img {
    height: 175px;
  }
  .pro .info {
    flex-wrap: wrap;
  }
  .pro .info a {
    display: block;
    width: 100%;
  }
  .proinfo_top .img {
    width: 250px;
    height: 250px;
  }
  .proinfo_top .proinfo_right {
    padding-left: 20px;
    width: calc(100% - 250px);
  }
  .proinfo_top .proinfo_right .text_info {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .proinfo_top .proinfo_right .proinfo_btns {
    margin-top: 0;
  }
  .proinfo_top .proinfo_right .box .text_info {
    width: 50%;
  }
  .proinfo_top .proinfo_right .box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1230px) {
    .index_swiper {
        height: 600px;
    }
  .container {
    width: 1000px;
  }
  .site_top .top_search .col-sm-9 .nav_tabbar li {
    margin-right: 20px;
  }
  .site_top .top_search .col-sm-9 .nav_tabbar li a {
    font-size: 16px;
  }
  .site_top .top_search .col-sm-9 .nav_tabbar .top_search_btn {
    margin-left: -20px;
  }
  .site_top .top_search .col-sm-9 .nav_tabbar .top_search_btn a {
    font-size: 23px;
  }
  .swiper_box h1 {
    font-size: 32px;
    line-height: 60px;
  }
  .pronav_links a i {
    font-size: 75px;
  }
  .pronav_links a span {
    width: 155px;
    height: 155px;
  }
  .pronav_links {
    margin-top: 20px;
  }
  .index_about .left .content {
    margin-top: 20px;
    font-size: 13px;
  }
  .index_about .left {
    width: 600px;
  }
  .index_about .right {
    width: calc(100% - 600px);
  }
  .index_about .right .box_out .vedioplay {
    width: 368px;
    height: 248px;
  }
  .index_about .right .box_out {
    height: 270px;
  }
  .index_about {
    padding-top: 80px;
  }
  .index_brand .brand_box .left {
    width: 400px;
  }
  .index_brand .brand_box .right {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 992px) {
    .index_swiper {
        height: 500px;
    }
  .container {
    width: 768px;
  }
  .site_top .top_search .col-sm-9 .nav_tabbar li a {
    font-size: 13px;
  }
  .site_top .top_search .col-sm-9 .nav_tabbar li {
    margin-right: 13px;
  }
  .site_top .top_search .col-sm-9 .nav_tabbar .top_search_btn {
    margin-left: -13px;
  }
  .site_top .top_search .col-sm-9 .nav_tabbar .top_search_btn::before {
    margin: 0 10px;
  }
  .swiper_box {
    top: 160px;
  }
  .pronav_links a i {
    font-size: 55px;
  }
  .pronav_links a span {
    width: 120px;
    height: 120px;
  }
  .pronav_links a::after {
    margin: 0 30px;
    height: 60px;
  }
  .index_about {
    display: block;
  }
  .index_about .left {
    width: 100%;
    padding-right: 0;
  }
  .index_about .right {
    width: 100%;
    margin-top: 40px;
    height: 400px;
  }
  .index_about .right .box_out .vedioplay {
    width: 100%;
    position: initial;
    height: 400px;
  }
  .index_about .right .box_out {
    height: 400px;
  }
  .all_box {
    margin-top: 0;
  }
  .video_pop_box {
    width: 80%;
  }
  .index_brand .brand_box .left {
    display: none;
  }
  .index_brand .brand_box .right {
    width: 100%;
  }
  .index_brand {
    padding-top: 170px;
  }
  .all_box::after,
  .all_box::before {
    width: 300px;
    height: 300px;
  }
  .index_brand {
    background-image: none;
  }
  .pageBanner h2 {
    font-size: 30px;
    line-height: 50px;
  }
  .pageBanner {
    height: 300px;
  }
  .site_top .top_search .col-sm-3 img {
    width: 150px;
  }
  .prolist {
    display: block;
  }
  .prolist .pro_left {
    width: 100%;
  }
  .prolist .pro_right {
    width: 100%;
    padding-left: 0;
  }
    .about_article{
        display:block;
    }
        .about_article .text_article{
            margin-right:0;
        }
        .about_article .img_box{
            margin-top:30px;
            text-align:center;
           width:100%;
        }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .site_top .top_search .col-sm-9 .nav_tabbar {
    display: none;
  }
  .footer {
    display: none;
  }
  .pronav_links {
    display: none;
  }
  .index_swiper {
    height: 220px;
  }
  .index_about .left .title {
    font-size: 20px;
  }
  .index_about .left .more_btn,
  .index_brand .brand_box .right .more_btn {
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
  .index_about .right .box_out .vedioplay,
  .index_about .right .box_out,
  .index_about .right {
    height: 250px;
  }
  .index_brand {
    padding-top: 80px;
  }
  .title_box h2 {
    font-size: 20px;
  }
  .index_cooperate .flex_box a {
    width: 50%;
  }
  .index_cooperate .flex_box a:nth-child(2n) {
    border-right: 0;
  }
  .index_cooperate .flex_box a:nth-child(5) {
    border-right: 1px solid #ddd;
  }
  .all_box::after,
  .all_box::before {
    display: none;
  }
  .index_cooperate {
    padding-bottom: 60px;
  }
  .site_top .top_search .col-sm-3 {
    width: 100px;
  }
  .site_top .top_search .col-sm-9 {
    padding-left: 0px;
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
  }
  .site_top .top_search .col-sm-3 a {
    height: 27px;
  }
  .site_top .top_search {
    height: 65px;
  }
  .site_top .nav_all {
    display: block;
  }
  .site_top .navbar-nav li a {
    width: 100%;
  }
  .site_top .navbar-nav li {
    width: 100%;
  }
  .site_top .nav_all {
    background-color: #fff;
  }
  .site_top .navbar-nav li a {
    padding: 0;
    color: #333;
    font-weight: normal;
  }
  .site_top .navbar-nav {
    margin: 0;
  }
  .searchBox {
    display: flex;
    margin-right: 10px;
  }
  .searchBox .form-control {
    border-radius: 30px !important;
    border: none;
  }
  .prolist .pro_right .col-lg-3 {
    padding-right: 10px;
  }
  .prolist .pro_right .row {
    margin-right: -10px;
  }
  .pro .name {
    margin-top: 10px;
  }
  .pro .info {
    padding-bottom: 0;
    margin-top: 10px;
  }
  .pro .info a {
    font-size: 12px;
  }
  .pro .img {
    height: 160px;
  }
  .prolist .pro_left .list_level1 .out a {
    font-size: 15px;
  }
  .site_top .top_search .col-sm-9 {
    justify-content: space-between;
  }
  .searchBox {
    width: 100%;
  }
  .pageBanner {
    height: 200px;
    padding-top: 20px;
  }
  .pageBanner h2 {
    font-size: 20px;
    line-height: 34px;
  }
  .proinfo_top {
    display: block;
    padding: 20px;
  }
  .proinfo_top .img {
    width: 100%;
  }
  .proinfo_top .proinfo_right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .proinfo_top .proinfo_right .title {
    font-size: 18px;
  }
  .page_swiper_pro .swiper-button-next {
    display: none;
  }
  .proinfo_top .proinfo_right .box .text_info {
    width: 100%;
  }
  .swiper_box h1{
      display:none;
  }
  .index_swiper .swiper-pagination{
      bottom:10px;
  }
  .index_brand .brand_box .right .line .brand{
      margin-right:10px;
  }
  li.li-procata > ul{
      display:none !important;
  }
  .site_top .navbar-nav li a span{
      display:none;
  }
    .page_map{
        height:50px;
    }
    .navlist a{
        font-size:12px;
        margin:0 10px;
        height:35px;
    }
}