/*
首页模块命名规范：col-index-模块英文名称，如：col-index-news
内页页面外层容器命名规范：
1、通用样式：col-page，内页外层容器通用样式，使用方法<div class="col-page col-page-about"></div>
2、页面样式：col-page-模块英文名称，如：col-page-about（关于我们页面）
3、内页模块命名规范：col-模块英文名称，如：col-product（产品）、col-honor（荣誉）
其他命名规范：
1、使用swiper、owl.Carousel等插件时，插件外层容器可用模块名称-container,如product-container
2、使用英文名称为样式命名，不要出现拼音和首字母
3、模块最外层容器命名规范：col-自定义名称
4、样式命名中单词由符号“-”来连接，如：col-culture,col-hot-product
备注：上面所说的模块不是指系统后台模块，是网站前台页面中的组成模块，如：首页中包含网站头部、产品、新闻、荣誉、案例、网站底部，其中每个部分视为一个模块。
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.goomay a {
  font-family:"goomay" !important;
  font-size:12px!important;
  color: rgb(0,0,0,1)!important;
  font-style:normal;
  font-weight: normal;
  text-decoration: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  transition: .5s all;
}
.icon-goomay a:before { content: "\e602"; }
.goomay a:hover{color: rgb(0,0,0,.5)!important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
*{word-break:normal !important}
li {list-style: none;}
i {font-style: normal;}
a {color: #000;}
a:focus{text-decoration: none}
a:hover { color: #000;text-decoration: none;}
p,h1,h2,h3,h4,h5,h6,ul,li {margin: 0;padding: 0;}
img {border: 0;  max-width: 100%;}
.relative {position: relative;}
.container {width: 1300px; padding:0px;margin:0px auto;}
.container3 {width: 1600px; padding:0px;margin:0px auto;}
.container2 {max-width: 1600px; width:100%;  margin: 0px auto; padding:0px;}
.syposition{position: relative;background-color: #fff;}
#page{padding-top: 0px; overflow: hidden;}
.mm-menu_offcanvas{display: none;}
#header a.mm_btn{display: none; width: 55px; height: 55px; position: absolute; right: 0; top:0;  background: #0067b7; transition: .3s all;}
#BMapLib_transBox0 table td{box-sizing: content-box !important;}
.target-fix {position: relative;top:-80px;display: block;height: 0;overflow: hidden;}
img[src=""],img:not([src]){opacity:0 !important;}
/* 滚动条 */
::-webkit-scrollbar{width: 5px;  height: 5px;  background-color: #F5F5F5;}  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);border-radius: 10px;background-color: #F5F5F5;}    
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #2e9cdb;}  
/*滑块效果*/
::-webkit-scrollbar-thumb:hover{border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: rgba(0,0,0,0.4);}
/*IE滚动条颜色*/
html {scrollbar-face-color:#bfbfbf;/*滚动条颜色*/scrollbar-highlight-color:#000;scrollbar-3dlight-color:#000;scrollbar-darkshadow-color:#000;scrollbar-Shadow-color:#adadad;/*滑块边色*/scrollbar-arrow-color:rgba(0,0,0,0.4);/*箭头颜色*/scrollbar-track-color:#eeeeee;/*背景颜色*/}
/* header */
.header{width: 100%;position: fixed;top: 0;left: 0;z-index: 99;}
.header .inner{padding: 0 60px;height:100px;line-height: 100px;background: #fff;transition: 0.3s}
.header .logo{height:100px;line-height: 100px;transition: 0.3s;font-size: 0;}
.header .nav{}
.header .nav ul li{float: left;}
.header .nav ul li:not(:first-child){margin-left: 70px;}
.header .nav ul li a{color:#424242;font-size: 22px;line-height: normal;transition: 0.2s}
.header .nav ul li.active a,.header .nav ul li a:hover{color:#2e9cdb}
.header .language {position: relative;margin:0 45px;}
.header .language a{font-family: 'Noto Sans SC';font-size: 18px;}
.header .language a i{font-size: 14px;}
.header .language>a{padding: 4px 10px;display: inline-block;border-radius: 19px;border:1px solid rgb(210,210,210);line-height: normal}
.header .language .lang-none{position: absolute;line-height: normal;z-index: 2;bottom: 2px;width: 100%;text-align: right;padding-right: 28px;display: none}
.header .language:hover .lang-none{display: block;}
.header .index-search{}
.header .index-search i{line-height: normal;display: inline-block;vertical-align: middle}
.header .index-contact{line-height: 2;margin-left: 20px;font-size: 16px;margin-top: 20px;transition: 0.3s;}
.header .index-contact img{margin-right: 5px;}

.header.active .inner{box-shadow: 0 5px 10px rgba(0,0,0,.1)}
.header.active .inner,.header.active .logo{line-height: 80px;height: 80px;}
.header.active .index-contact{margin-top: 10px;}


/* banner */

@charset "utf-8";
/*轮播*/
.in-banner{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.in-banner .swiper-container,
.in-banner .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
}
.in-banner .swiper-slide img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.in-banner .swiper-button-prev{
	left:0%;
}
.in-banner .swiper-button-next{
	right:0%;
}
.in-banner .swiper-button-prev:after,
.in-banner .swiper-button-next:after{
	font-size: 40px;
}
.in-banner .swiper-pagination{
	bottom: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.in-banner .swiper-pagination .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	margin:0 10px;
	background: none;
	border-radius: 50%;
	background: #ffcc00;
	position: relative;
}
.in-banner .swiper-pagination .swiper-pagination-bullet-active{
	opacity: 1；
}
@media (max-width:1280px) {
	.in-banner .swiper-button-prev{
		left:0%;
	}
	.in-banner .swiper-button-next{
		right:0%;
	}
}
@media (max-width:1280px) {
	.in-banner{
		height: auto;
	}
	.in-banner .swiper-container,
	.in-banner .swiper-slide a{
		height: auto;
	}
	.in-banner .swiper-slide img{
		height: auto;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.in-banner .swiper-button-prev:after,
	.in-banner .swiper-button-next:after{
		font-size: 18px;
	}
	.in-banner .swiper-pagination{
		bottom: 10px;
	}
	.in-banner .swiper-pagination .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		margin:0 2px;
	}
}

.videolist { position:relative; float:left; width:500px; height:300px; margin:0px auto; margin-bottom:30px; }
.videolist img{width:59px; height:59px;}
.videolist:hover{ cursor: pointer; }
.videolist:hover img{width:59px; height:59px;}
.videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:45%; z-index:99; border-radius:100%; }
.videos{ display:none; border:5px solid #2e9cdb; position:fixed; left:50%; top:50%; margin-left:300px; margin-top:-110px; z-index:100; width:910px; height:515px; }

.vtit{
	padding:10px 0px;
	font-size:16px;
	color:#A82726;
	font-weight: bold;
}

/*top_2*/

@media only screen and (max-width: 768px) {
    .nav-menu {
        position: fixed;
        right: -120%;
        top: 6.5rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #f3f4f6;
    }

    .nav-link {
        display: block;
        padding: 2.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

#page section {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
#col-index-banner .banner-container {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 1;
}




/* 首页about */
.col-index-about{padding: 300px 0 80px;}
.col-index-about h2{font-size: 40px;color: #353535;margin-bottom: 35px;}
.col-index-about .content{color:#404040;font-size: 21px;line-height: 1.6;font-weight: 300;}
.col-index-about ul li{width: 48%;margin-right: 4%;margin-bottom: 15px;float: left;position: relative;}
.col-index-about ul li:nth-child(2n){margin-right: 0;}
.col-index-about ul li .img{overflow: hidden;}
.col-index-about ul li .img img{transition: 0.3s;}
.col-index-about ul li:hover .img img{transform: scale(1.1)}
.col-index-about ul li h3{background: #eee;border:1px solid #d2d2d2;text-align: center;height: 55px;line-height: 55px;font-size: 20px;position: absolute;bottom: 0;left: 0;width: 100%}



/* 首页news */
.col-index-news{padding: 5% 0;}
.col-index-news h2{color:#1e1e1e;font-size: 36px;margin-bottom: 40px;}
.col-index-news ul li{margin-bottom: 20px;}
.col-index-news ul li .img{margin-bottom: 30px;overflow: hidden;}
.col-index-news ul li .img img{transition: 0.3s}
.col-index-news ul li:hover .img img{transform: scale(1.1)}
.col-index-news ul li h3{font-size: 18px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-bottom: 10px;line-height: 1.4;height: 50px;transition: 0.2s}
.col-index-news ul li:hover h3{color:#2e9cdb}
.col-index-news ul li .content{font-size: 15px;color:#666666;margin-bottom: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.col-index-news ul li>p{font-size: 15px;color:#868686;}
.col-index-news .container>a{display: block;background-color: rgb(46, 156, 219);width: 201px;height: 57px;text-align: center;line-height: 57px;color: #fff;font-size: 16px;margin:35px auto 0;transition: 0.3s}
.col-index-news .container>a:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.1)}





/* 首页picture */
.col-index-picture{width:100%;padding:0px 58px;z-index: 3 !important;}
/* .col-index-picture ul{margin-bottom: -200px;} */
.col-index-picture ul li{width: 20%;float: left;position: relative;overflow: hidden;margin-bottom: -200px;}
.col-index-picture ul li .img{overflow: hidden;transition: 0.3s;margin-bottom: -10px;min-height: 250px;}
.col-index-picture ul li .img img{}
.col-index-picture ul li .title{position: absolute;z-index: 1;bottom: 0;left: 0;width: 100%;background: rgba(0,0,0,.3);padding: 40px 20px;}
.col-index-picture ul li .title h2{color:#fff;font-size: 36px;padding-left: 10px;position: relative;margin-bottom: 25px;}
.col-index-picture ul li .title h2::before{content:'';width: 6px;height: 32px;position: absolute;left: 0;top: 50%;margin-top: -16px;background: #2e9cdb;}
.col-index-picture ul li .title h3{color:#fff;font-size: 24px;padding-left: 10px;position: relative;margin-bottom: 25px;}
.col-index-picture ul li .title h3::before{content:'';width: 6px;height: 32px;position: absolute;left: 0;top: 50%;margin-top: -16px;background: #2e9cdb;}
.col-index-picture ul li .title .content{color:#fff;font-size: 15px;line-height: 1.6;height: 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;transition: 0.3s}
.col-index-picture ul li:hover .title .content{height: 72px;}
.col-index-picture ul li:hover .img{transform: translateY(-10px)}

/* 首页customer */
.col-index-customer{padding: 35px 0 45px;background: #eeeeee;}
.col-index-customer h2{color:#1a1a1a;font-size: 30px;margin-bottom: 20px;}
.col-index-customer .customer-container{padding-top: 50px;margin-top: -45px;}
.col-index-customer .swiper-slide{line-height: 100px;}
.col-index-customer .swiper-pagination{bottom: auto !important;top:0;right: 0;width: auto !important;left: auto !important}
.col-index-customer .swiper-pagination span{width: 9px;height: 9px;border-radius: 50%;background: #959595;opacity: 1;}
.col-index-customer .swiper-pagination span.swiper-pagination-bullet-active{background: #2e9cdb;}




/* page */
.page {text-align: center;}
.page ul li a{border:none;background: none;color:#2e7879;margin:0 3px;width: 43px;height:43px;border:1px solid #e5e5e5;padding: 0;line-height: 41px;}
.page ul li.disabled a{border:1px solid #e5e5e5;background: none;}
.page ul li.active a{border:1px solid #e5e5e5;background: #2e9cdb;color:#fff;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {border:1px solid #e5e5e5;background: none;color:#015eae}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {border:1px solid #e5e5e5;background: #2e9cdb;color:#fff;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: none;color:#2e7879;}
.pagination>li:last-child>a, .pagination>li:last-child>span{color: #015eae}
/* 内页 */
.col-page{position: relative;}/*内页通用页面外层容器样式*/

/* 关于我们 */
.col-page-about{}
.col-page-about h2{text-align: center;font-size: 36px;margin-bottom: 4.5%;font-weight: 400;}
.col-page-about .col-profile{}
.col-page-about .col-profile .container{padding:5% 0 0;}
.col-page-about .col-profile .content{width: 53.8%;line-height: 2;font-size: 18px;}
.col-page-about .col-profile .img{width: 46.2%;text-align: right;padding-left: 5%}
.col-page-about .col-display{}
.col-page-about .col-display .container{padding: 5% 0 6%;}
.col-page-about .col-display .display-container{padding-bottom: 100px;padding-top: 10px;}
.col-page-about .col-display .display-container .swiper-button{width: 50px;height: 50px;border-radius: 50%;text-align: center;line-height: 48px;color:#000;font-size: 24px;background: #fff;border:1px solid #b4b4b4;bottom: 0;top: auto;}
.col-page-about .col-display .display-container .swiper-button-prev{left: 50%;margin-left: -55px;}
.col-page-about .col-display .display-container .swiper-button-next{right: 50%;margin-right: -55px;}
.col-page-about .col-display .display-container .swiper-slide{transition: 0.3s;overflow: hidden;min-height: 100px;}
.col-page-about .col-display .display-container .swiper-slide img{transition: 0.3s;}
.col-page-about .col-display .display-container .swiper-slide:hover {transform: translateY(-10px);box-shadow: 5px 5px 10px rgba(0,0,0,.1)}


/* 产品 */
.col-page-product{padding: 50px 0;width: 100%;}
.col-page-product .sidebar{width: 320px;float: left;}
.col-page-product .sidebar h2{font-size: 18px;color:#fff;background:#1b1b1b;padding-left: 12px;font-weight: 400; height: 66px;line-height: 66px;cursor: pointer;}
.col-page-product .sidebar h3{height: 60px;line-height: 60px;font-size: 18px;color:#666666;padding-left: 12px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;position: relative;background: #ececec;border-bottom: 1px solid #ccc;}
.col-page-product .sidebar h3::after{content:'';width: 13px;height: 7px;background: url(../images/ico04.gif) no-repeat center center;background-size: cover;position: absolute;right: 10px;top: 50%;transform: translateY(-50%)}
.col-page-product .sidebar h3 a{color:#000;display: block;}
.col-page-product .sidebar h3 a:hover{color:#015eae;text-decoration: underline}
.col-page-product .sidebar ul{}
.col-page-product .sidebar ul li{border-bottom: solid 1px #e2e2e2;display: block;transition: 0.2s;font-size: 16px;position: relative;height: 40px;line-height: 40px;    background: url(../images/ico02.gif) no-repeat 10px 12px #fafafa;}
.col-page-product .sidebar ul li a{color:#666666;padding-left: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display: inline-block;width: 100%}
.col-page-product .sidebar ul li.active a,.col-page-product .sidebar ul li a:hover{text-decoration: underline;color:#015eae}
.col-page-product .sidebar .sidebar-contact{margin-top: 25px;}
.col-page-product .sidebar .sidebar-contact .content{padding: 35px 25px 10px;background: #eee}
.col-page-product .sidebar .sidebar-contact .content h3{font-size: 20px;font-weight: 400;margin-bottom: 20px;}
.col-page-product .sidebar .sidebar-contact .content p{color:#272727;font-size:16px;padding-left: 30px;position: relative;margin-bottom: 40px;}
.col-page-product .sidebar .sidebar-contact .content p svg{position: absolute;left: 0;top: 0}
.col-page-product .product-list{float: right;width: -moz-calc(100% - 360px);width: -webkit-calc(100% - 360px);width: calc(100% - 360px);}
.col-page-product .product-list h1{font-size: 30px;font-weight: 400;color:#242424;margin-bottom: 15px;}
.col-page-product .product-list>ul li{float: left;width: 32%;margin-right: 2%;margin-bottom: 25px;position: relative;}
.col-page-product .product-list>ul li:nth-child(3n){margin-right: 0;}
.col-page-product .product-list>ul li .img{overflow: hidden;}
.col-page-product .product-list>ul li .img img{transition: 0.5s;}
.col-page-product .product-list>ul li:hover .img img{transform: scale(1.1)}
.col-page-product .product-list>ul li .title{padding: 15px 22px;background-color: rgb(238, 238, 238);font-size: 20px;transition: 0.2s;position: relative;padding-right: 55px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.col-page-product .product-list>ul li .title i{display: block;width: 31px;height: 31px;border-radius: 3px;background-color: rgb(46, 156, 219);color:#fff;font-family: 'simhei';text-align: center;font-size: 14px;line-height: 31px;transition: 0.3s;position: absolute;right: 20px;top: 50%;margin-top: -15.5px;}
.col-page-product .product-list>ul li .title:hover {color:#2e9cdb;}
.col-page-product .product-list>ul li .title:hover i{transform: translateX(5px)}

/* 产品详情页 */
.col-page-product .pro_show{float: right;width: -moz-calc(100% - 360px);width: -webkit-calc(100% - 360px);width: calc(100% - 360px);}
.col-page-product .pro_show .pro_img{position: relative;}
.col-page-product .pro_show .caseleft{width:46%;}
.col-page-product .pro_show .caseleft .gallery-top .bimg{}
.col-page-product .pro_show .caseleft .gallery-top .bimg a{display: block;cursor: pointer;}
.col-page-product .pro_show .caseleft .col-thumb{margin-top:10px;position: relative;}
.col-page-product .pro_show .caseleft .col-thumb .gallery-thumbs{padding: 0 1px;}
.col-page-product .pro_show .caseleft .col-thumb .swiper-slide a{display: block;border:1px solid #e5e5e5;}
.col-page-product .pro_show .caseleft .col-thumb .swiper-slide.swiper-slide-thumb-active a{border:1px solid #000;}
.col-page-product .pro_show .caseleft .col-thumb .swiper-button{background: rgba(26,26,26,0.3);opacity: 1;color:#fff;font-size: 20px;height: 46px;line-height:46px;width: 30px;text-align: center;margin: 0;transform: translateY(-50%);outline: none;z-index: 10;}
.col-page-product .pro_show .caseleft .col-thumb .swiper-button-prev{left: 0}
.col-page-product .pro_show .caseleft .col-thumb .swiper-button-next{right:0;}
.col-page-product .pro_show .caseright{width:50%;padding-left:0%}
.col-page-product .pro_show .caseright h1{font-size: 24px;margin-bottom: 22px;}
.col-page-product .pro_show .caseright .content{font-size:14px;color:#666666;margin-bottom:30px;}
.col-page-product .pro_show .caseright .content>span{float: left;}
.col-page-product .pro_show .caseright .prenext{position: absolute;font-size: 18px;color:#666666;margin-top:30px;width:100%;}
.col-page-product .pro_show .caseright .prenext a{color:#666;}
.col-page-product .pro_show .caseright .prenext a:hover{text-decoration: underline;}
.col-page-product .pro_show .proshowcon{margin-top: 35px;display:block;}
.col-page-product .pro_show .proshowcon h2{font-size: 18px;margin-bottom: 10px;}
.col-page-product .pro_show .proshowcon .content{font-size: 16px;line-height: 1.6;margin-bottom: 30px;}
.col-page-product .pro_show .proshowcon .content table{width: 100%;border-top:1px solid #000;border-bottom: 1px solid #000;}
.col-page-product .pro_show .proshowcon .content table td{border-bottom: 1px solid rgba(0,0,0,.1);padding: 20px 0;padding-left: 35px;}
.col-page-product .pro_show .proshowcon .content table td:nth-child(1){border-right:1px solid rgba(0,0,0,.1);width: 25%}
.inquiry-container{padding: 4% 0 0;}
.inquiry-container .wrap{background: #f2f2f2;padding: 60px 40px;}
.inquiry-container .wrap>p{font-size: 18px;margin-bottom: 25px;}
.inquiry-container form ul {float: left;width: 55%}
.inquiry-container form ul li{line-height: 30px;margin-bottom: 15px;font-size: 0}
.inquiry-container form ul li i{width: 80px;font-size: 16px;color:#000;display: inline-block;vertical-align: middle;}
.inquiry-container form ul li span{display: inline-block;font-size: 14px;width: calc(100% - 80px);vertical-align: middle}
.inquiry-container form ul li input{width: 100%;border:1px solid #d2d2d2;padding-left: 10px;;outline: none;background: none;}
.inquiry-container form ul li textarea{width:100%;border:1px solid #d2d2d2;;outline: none;background: none;}
.inquiry-container form ul li .form-check{display: inline-block;font-size: 14px;color:#868686;width: 60px;}
.inquiry-container form ul li .form-check input{width:auto;margin-right: 5px;    vertical-align: middle;margin-bottom: 6px;}
.inquiry-container form ul li:last-child i{vertical-align: top;}
.inquiry-container form ul li:last-child span{vertical-align: top}
.inquiry-container form .code{float: right;width: 45%;padding-left: 6%}
.inquiry-container form .code .verify{line-height: 30px;border:1px solid #d2d2d2;padding-left: 10px;;background: none;}
.inquiry-container form .code .recaptcha{color:#868686;margin:10px 0 15px;display: inline-block;border-bottom: 1px solid #868686;}
.inquiry-container form .code .content{color:#868686;font-size: 12px;width: 80%;line-height: 1.8;}
.inquiry-container form .code .sub{width: 200px;height: 40px;background: #2e9cdb;margin-top: 50px;border:none;outline: none;color:#fff;}


/* news */
.col-page-news{}
.col-page-news .news-top{display: -webkit-flex;display: -ms-flexbox;display: flex;margin-bottom: 45px;}
.col-page-news .news-top>div{display: -webkit-flex;display: -ms-flexbox;display: flex;width: 100%}
.col-page-news .news-top .img{width: 50%;align-items: center;display: flex;overflow: hidden;}
.col-page-news .news-top .img img{transition: 0.5s}
.col-page-news .news-top:hover .img img{transform: scale(1.1)}
.col-page-news .news-top .wrap{width: 50%;align-items: center;display: flex;padding:0 50px;border:1px solid #e5e5e5;}
.col-page-news .news-top .wrap h2{font-size: 24px;margin-bottom: 30px;}
.col-page-news .news-top .wrap h2:hover{color:#2e9cdb;}
.col-page-news .news-top .wrap .content{color:#666;margin-bottom: 10%}
.col-page-news .news-top .wrap>p{color:#999999;}
.col-page-news .news-list{}
.col-page-news .news-list ul li{float: left;width: 31%;margin-right: 3.5%;margin-bottom: 45px;border:1px solid #e5e5e5;transition: 0.3s}
.col-page-news .news-list ul li:nth-child(3n){margin-right: 0;}
.col-page-news .news-list ul li .img{overflow: hidden;}
.col-page-news .news-list ul li .img img{transition: 0.3s}
.col-page-news .news-list ul li:hover .img img{transform: scale(1.1)}
.col-page-news .news-list ul li .wrap{padding: 28px 30px;}
.col-page-news .news-list ul li .wrap h2{font-size: 16px;margin-bottom: 10px;line-height: 1.6;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 50px;}
.col-page-news .news-list ul li .wrap .content{color:#666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-bottom: 30px;}
.col-page-news .news-list ul li .wrap>p{text-align: right;color:#b5b5b5}
.col-page-news .news-list ul li:hover{box-shadow: 0px 0px 29px 0px rgba(6, 0, 1, 0.15);transform: translateY(-5px)}
.col-page-news .news-list ul li:hover h2{color:#2e9cdb;}



/* 新闻详情页 */
.col-news { position: relative; margin: 0 auto; margin: 0 auto;}
.col-news article {margin:40px 0;float: left;width: 100%;}
.col-news .met_clear {clear: both;}
.col-news .met_module2 h1.met_title {font-size: 28px;font-weight: normal;padding: 5px 0;color:#000;}
.col-news .met_module2 .met_infos {color: #818181;font-size: 12px;margin-bottom: 30px;padding-bottom: 10px;border-bottom: 1px solid #ddd;}
.col-news .met_module2 .met_time { padding-right: 6px;}
.col-news .met_module2 .met_source {padding-right: 6px;}
.col-news .met_module2 .met_source a {color: #607fa6;}
.col-news .met_module2 .met_editor { padding: 0 10px;color:#000;}
.col-news .met_editor {line-height: 2;}
.col-news .met_tools {border-top: 1px solid #ddd;margin-top: 30px;position: relative;padding: 10px 10px 0;}
.col-news .met_tools .met_page {clear: both;color: #818181;}
.col-news .met_tools .met_page li {display: inline-block;list-style: none;margin-right: 30px;}
.col-news .met_tools .met_page li:last-child{margin-right: 0}
.col-news .met_tools .met_page li span {padding-right: 5px;}
.col-news .met_tools .met_page a {color: #607fa6;}
/* recruit */
.col-page-recruit{}
.col-page-recruit .col-concept .container{padding: 5% 0 4%;}
.col-page-recruit .col-concept .container h2{font-size: 36px;margin-bottom: 35px;text-align: center;}
.col-page-recruit .col-concept .container ul li{float: left;width: 30%;margin-right: 5%;margin-bottom: 10px;text-align: center;}
.col-page-recruit .col-concept .container ul li:nth-child(3n){margin-right: 0;}
.col-page-recruit .col-concept .container ul li .img{overflow: hidden;}
.col-page-recruit .col-concept .container ul li .img img{transition: 0.3s;}
.col-page-recruit .col-concept .container ul li:hover .img img{transform: scale(1.1)}
.col-page-recruit .col-concept .container ul li h3{margin:35px 0 20px;font-size: 24px;}
.col-page-recruit .col-concept .container ul li .content{color:#636363;line-height: 2;padding: 0 35px;}
.col-recruitment .container{padding: 5% 0;}
.col-recruitment h2{font-size: 36px;margin-bottom: 50px;text-align: center;}
.col-recruitment .job table {width:100%;}
.col-recruitment .job table tr th{padding: 15px 0;font-size: 14px;font-weight: normal;width:25%;background: #fff;text-align: center;border-bottom: 1px solid #959595;}
.col-recruitment .jobtit table tr td{width:25%;padding:15px 0;font-size: 12px;text-align: center;color:#666666;}
.col-recruitment .job>ul>li:not(:first-child){border-bottom: 1px solid rgba(149,149,149,0.4);}
.col-recruitment .job ul li .jobtit {color: #333;cursor: pointer;position: relative;}
.col-recruitment .job ul li .jobcon {display: none;padding:20px 6%;margin:0 40px 5px;background: #f9f9f9;position: relative;font-size: 12px;}
.col-recruitment .job ul li .jobcon div{margin-bottom: 20px;color: #666;}
.col-recruitment .job ul li .jobcon td{padding: 0;}
.col-recruitment .job ul li .jobcon hr {border-top: 1px solid #cbc7bc;}
.col-recruitment .job ul li.active .jobtit{border:none;}
.col-recruitment .job ul li.active .jobcon{border-bottom: 0;-webkit-animation: fadeIn 1s both ;animation: fadeIn 1s both ;display: block;}
.col-recruitment .job ul li.active .jobtit .read_more{color:#b20009;}
.col-recruitment .job ul li.active .jobtit i {display: block;}
.col-recruitment .job ul li.active .jobtit span.zhiwei {color: #fff;}
.col-recruitment .jobcon ul {border-bottom: #e5e5e5 1px solid;padding-bottom: 10px;}
.col-recruitment .jobcon ul li{width:33.33%;float: left;;margin-bottom: 20px;line-height: 1.8;}
.col-recruitment .jobcon .content{padding: 15px 0;}
.col-recruitment .jobcon .content .box{float: left;width: 50%;padding-right: 5%;color:#000;line-height: 1.8;}
.col-recruitment .applyment{padding-top: 15px;border-top:1px solid #eeeeee;}
.col-recruitment .applyment a{color:#fff;display: inline-block;padding: 10px 50px;background: #2e9cdb;transition: 0.3s}
.col-recruitment .applyment a:hover{box-shadow: 0px 0px 32px 0px rgba(6, 0, 1, 0.09);}

.col-recruitment #messagelist {padding: 15px;}
.col-recruitment #messagelist .v52fmbx {margin: 30px 0 0;}
.col-recruitment .v52fmbx {border: 1px solid #ddd;border-top: 0;overflow: hidden;text-align: left;}
.col-recruitment .v52fmbx_hr {border-top: 1px solid #ddd;margin: 0;padding: 0 5px 0 15px;font-weight: bold;font-size: 16px;background: #ddd;height: 60px;line-height: 60px;}
.col-recruitment .v52fmbx dl {border-top: 1px solid #ddd;margin: 0;display: -webkit-box;display: -moz-box;display: box;display: -ms-flexbox;position: relative;padding: 5px 0;}
.col-recruitment .v52fmbx dl {width: 100%;zoom: 1;background: #fff;}
.col-recruitment .v52fmbx dl dt {padding: 15px 15px 10px 15px;width: 105px;text-align: left;font-weight: normal;overflow: hidden;line-height: 1.2;}
.col-recruitment .v52fmbx dl dd {-moz-box-flex: 1.0;-webkit-box-flex: 1.0;box-flex: 1.0;-ms-flex: 1;padding: 2px 0 0 15px;margin: 10px 0;}
.col-recruitment .v52fmbx dl dd .fbox {margin: 0 10px 0 0;}
.col-recruitment .ftype_input .fbox {float: left;}
.col-recruitment .ftype_input .fbox input {width: 350px;height: 28px;line-height: 28px\9;padding: 2px 5px;border: 1px solid #dcdfe0;background-color: #fff;color: #333;outline: 0;border-radius: 2px;}
.col-recruitment .v52fmbx dl.noborder {border-bottom: 0;}
.col-recruitment .submit {display: block;background: #a72126;border: 0 none;height: 34px;line-height: 26px;padding: 0 35px;color: #fff;cursor: pointer;border-radius: 2px;font-family: 'Microsoft YaHei',Tahoma,Verdana,'Simsun';}
.col-recruitment .submit:hover{box-shadow: 0px 0px 32px 0px rgba(6, 0, 1, 0.09);}
.ftype_input textarea {width: 350px;line-height: 1.5;height: 100px;padding: 7px 5px;border: 1px solid #dcdfe0;background-color: #fff;color: #333;outline: 0;}
/* download */
.col-page-download{padding: 3% 0 4%;}
.col-page-download .download-list{}
.col-page-download .download-list h2{font-size: 24px;margin-bottom: 30px;text-align: center;}
.col-page-download .download-list ul li{width: 33.33%;padding: 10px ;border-bottom: 1px solid #ddd;float: left;border-right: 1px solid transparent}
.col-page-download .download-list ul li:not(:nth-child(3n)){border-right:1px solid #ddd;}
.col-page-download .download-list ul li .img{float: left;width: 40%;overflow: hidden;}
.col-page-download .download-list ul li .img img{width: 100%;transition: 0.5s}
.col-page-download .download-list ul li .title{float: right;width: 60%;padding: 10px 0;padding-left: 30px;}
.col-page-download .download-list ul li .title h3{font-size: 18px;margin-bottom: 25%;height: 40px;}




/* contact */
.col-page-contact{}
.col-page-contact .col-information{}
.col-page-contact .col-information .container{padding:5% 0 4%;}
.col-page-contact .col-information .container h2{font-size: 36px;margin-bottom: 30px;}
.col-page-contact .col-information .container ul li{float: left;width: 50%;}
.col-page-contact .col-information .container ul li:nth-child(1) h3{font-size: 24px;font-weight: bold;margin-bottom: 10px;}
.col-page-contact .col-information .container ul li:nth-child(1) p{font-size: 18px;}
.col-page-contact .col-information .container ul li:nth-child(2) div{display: inline-block;vertical-align: top;text-align: center;margin-right: 20px;}
.col-page-contact .col-information .container ul li:nth-child(2) div p{font-size: 12px;color:#9d9d9d;margin:10px 0 0;}

.col-page-contact #allmap{width:100%;height:500px;box-shadow: 0px 0px 12px 0px rgba(6, 0, 1, 0.12);}
.col-page-contact #allmap img { max-width: 1070px; max-height: 500px;}
.col-page-contact #allmap label {max-width: 1070px;background: #fff !important;border:none !important;box-shadow: 0 2px 3px rgba(0,0,0,.1);padding: 10px !important;top: auto !important;bottom: 10px;left: 50% !important;transform: translateX(-45%)}
.col-page-contact #allmap label::before{content: "";width: 0px;height: 0px;border-top: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;position: absolute;bottom: -10px;left: 50%;margin-left: -10px;}

.col-page-contact .col-message .container{position: relative;padding:5% 0;}
.col-page-contact .col-message h2{font-size: 30px;margin-bottom: 30px;text-align: center;}
.col-page-contact .col-message table{width: 100%;border-top:1px solid #dcdcdc;border-bottom: 1px solid #dcdcdc;}
.col-page-contact .col-message table tr:first-child{border-bottom:1px solid #dcdcdc;}
.col-page-contact .col-message table tr:first-child td:nth-child(2){padding-right: 280px;}
.col-page-contact .col-message table td{padding: 50px 0;font-size: 0}
.col-page-contact .col-message table td input,.col-page-contact .col-message table td select,.col-page-contact .col-message table td textarea{font-size: 14px;outline: none}
.col-page-contact .col-message table td:first-child{width:15%;text-align: center;font-size: 16px;vertical-align: middle;background: #f9f9f9;}
.col-page-contact .col-message table td:last-child{padding: 35px 80px;background: #fff;}
.col-page-contact .col-message table tr:first-child input {width:48%;margin-right:4%;margin-bottom: 15px; height: 45px;line-height: 45px;border:1px solid #c9c9c9;padding-left: 20px;vertical-align: top}
.col-page-contact .col-message table tr:first-child select{outline: none;width: 48%;margin-bottom: 15px; height: 45px;line-height: 45px;border:1px solid #c9c9c9;padding-left: 20px;color:#c7c7c7;font-size: 14px;}
.col-page-contact .col-message table tr:first-child input:nth-child(2n){margin-right: 0}
.col-page-contact .col-message table tr:first-child input:last-child{width: 100%}
.col-page-contact .col-message table tr:last-child input{width: 100%;margin-bottom: 15px; height: 45px;line-height: 45px;border:1px solid #c9c9c9;padding-left: 20px;}
.col-page-contact .col-message table tr:last-child textarea{outline: none;font-size: 14px;width: 100%;margin-bottom: 15px;padding-top:15px;height:130px;border:1px solid #c9c9c9;padding-left: 20px;}
.col-page-contact .col-message table tr:last-child input[name="verify"]{width:240px;background: #f8f8f8;}
.col-page-contact .col-message table tr:last-child a.recaptcha{font-size: 14px;text-decoration: underline;color:#c7c7c7;display: inline-block}
.col-page-contact .col-message .sub{padding: 60px 0 0;text-align: center}
.col-page-contact .col-message .sub input{width: 170px;height: 50px;line-height: 48px;border:1px solid #bfbfbf;text-align: center;color:#575757;transition: 0.3s;background: #FFF;margin:0 5px;}
.col-page-contact .col-message .sub input:hover{background: #2e9cdb;color:#fff;}
.col-page-contact .col-message table td textarea::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */color: #c7c7c7;}
.col-page-contact .col-message table td textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */color: #c7c7c7;}
.col-page-contact .col-message table td textarea::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */color: #c7c7c7;}
.col-page-contact .col-message table td textarea:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/color: #c7c7c7;}
.col-page-contact .col-message table td input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */color: #c7c7c7;}
.col-page-contact .col-message table td input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */color: #c7c7c7;}
.col-page-contact .col-message table td input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */color: #c7c7c7;}
.col-page-contact .col-message table td input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/color: #c7c7c7;}
.col-page-contact .col-message table td select::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */color: #c7c7c7;}
.col-page-contact .col-message table td select:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */color: #c7c7c7;}
.col-page-contact .col-message table td select::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */color: #c7c7c7;}
.col-page-contact .col-message table td select:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/color: #c7c7c7;}


/* search */
.goomay-keywords-light{background: #dc3545 !important;color:#ffffff !important;}
#search{margin: 50px auto ;overflow:hidden}
.search_left{border: 1px solid #d6d6d6;padding-top:5px;padding-bottom:5px;}
.s_head{border-bottom: 1px solid #d6d6d6;height: 50px;}
.s_head h2{line-height: 50px;}
.s_body ul{margin-top: 10px;margin-left: 20px;  }
.s_body ul span{display: block;color: #333;line-height: 40px;}
.s_body ul input,.s_body ul select{height: 35px;width: 80%;line-height: 35px;border: 1px solid #e6e6e6;padding-left: 10px;margin-bottom: 10px;}
.s_body .sub input{height: 35px;line-height: 35px;background: #575757;border: 0;font-weight: bold;color: #fff;transition: 0.3s;text-align: center;padding-left: 0px;}
.search_right{float: left;width: 78.5%;padding-right: 8%}
.search_right .no-result{text-align: center;font-size: 30px;color:#d80808;margin-top:50px;}
.search-result-title{font-size: 20px;font-weight: 600;color: #333;line-height: 30px;height: 30px;overflow: hidden;}
.entry-image {float: left;width: 120px;margin: 0 20px 0 0;}
.entry-c{position: relative;overflow: hidden;}
.search-result-info{padding:5px 0;}
.search-result-info li{display: inline-block;}
.search_right em{color: #004cff;}
.search_right .search-result{margin-left:25px;}
.search_right .search-li{border-bottom: 1px solid #d6d6d6;margin-bottom: 30px;padding-bottom: 10px;}
.search_right li{overflow: hidden;}
.search-result-info li:before{content: '/';display: inline-block;margin-left: 10px;margin-right: 10px;opacity: 0.5}
.search-result-info li:first-child:before { display: none; }
.product_list{padding-bottom: 15px;border-bottom: 1px solid #d6d6d6; margin-bottom: 15px;}
.product_img{float: left;}
.product_img img{border-radius: 50%;}
.product_img img:hover{width: 90px;height: 90px;}
.product_body{float: left;margin-left: 20px;margin-top: 10px;}
.se_news{float: right;width: 79%;}
.news ul li .se_news a {color:#d80808;text-decoration: underline;display: inline-block;height: 22px;overflow: hidden;transition: 0.3s;}
.search_right .news .date em{color: #fff;}

.col-wrap{}/*内页模块通用外层容器样式*/
.col-about, .col-img-wrap, .col-product-wrap{}/*内页模块外层容器样式*/
.col-about .title-head{}/*标题头*/
.col-about .content{}/*内容*/
.col-about .content .s-title{}/*终极标题*/
.col-about .content .s-content{}/*终极内容*/


/* 底部 */
#gotoTop{z-index: 299;position: fixed;width: 50px;height: 50px;right: 15px;bottom:50px;cursor: pointer;text-align: center;color:#fff;background: #2e9cdb;display: none;}
#gotoTop i{font-size: 24px;}
#gotoTop span{display: block}
.footer{position: relative;z-index: 2;}
.footer .footer-head{padding: 50px 0;background: #313131;}
.footer .footer-head .footer-info{float: left;width: 27.5%;}
.footer .footer-head .footer-info .footer-logo{margin-bottom: 30px;}
.footer .footer-head .footer-info>p{color:#d0d0d0;font-size: 16px;}
.footer .footer-head .footer-info ul{margin:15px 0 0;}
.footer .footer-head .footer-info ul li{display: inline-block;text-align: center;margin-right:15px;}
.footer .footer-head .footer-info ul li p{color:#9d9d9d;font-size: 12px;margin:10px 0 0;}
.footer .footer-head .footer-nav{float: right;width: 72.5%;}
.footer .footer-head .footer-nav>ul{text-align: right;font-size: 0}
.footer .footer-head .footer-nav>ul>li{display: inline-block;margin-left: 80px;vertical-align: top;text-align: left}
.footer .footer-head .footer-nav>ul>li:nth-child(1){margin-left: 0;}
.footer .footer-head .footer-nav>ul>li>a{color:#eaeaea;font-size: 18px;}
.footer .footer-head .footer-nav>ul>li ul{margin-top: 30px;}
.footer .footer-head .footer-nav>ul>li ul li{line-height: 1.8;}
.footer .footer-head .footer-nav>ul>li ul li a{color:#f0f0f0;font-size: 16px;}
.footer .footer-head .footer-nav>ul>li ul li a:hover{text-decoration: underline;color:#2e9cdb;}
.footer .copyright{background: #1b1b1b;padding: 30px 0;color:#d0d0d0;font-size: 14px;}

.customer-service{z-index: 299;position: fixed;right:15px;bottom: 120px;}
.customer-service ul li a{display: block;width:50px;height:50px;background: url(../images/qq.png)no-repeat center center;background-size:cover;}

.footer-message{position: fixed;left: 1px;top: 100%;border-radius: 5px;background-color: #f7f7f7;z-index: 99;transition: 0.5s;transform: translateY(-40px);}
.footer-message.active{transform: translateY(-100%);}
.footer-message h3{border-top-left-radius: 5px;border-top-right-radius: 5px;color:#fff;height:40px;padding:0 20px;position: relative;background: #2e9cdb;font-size: 16px;line-height: 40px;cursor: pointer;}
.footer-message h3::after{content:'';width:15px;height:3px;background: #fff;position: absolute;right:10px;top:50%;margin-top:-1.5px;}
.footer-message form ul li{padding: 5px;}
.footer-message form ul li input{width:100%;border-radius: 3px;background: #fff;height:40px;padding-left: 35px;border: 1px solid #ccc;outline: none;}
.footer-message form ul li:nth-child(1) input{background-image: url(../images/1.svg);background-repeat: no-repeat;background-position: 3px center;}
.footer-message form ul li:nth-child(2) input{background-image: url(../images/2.svg);background-repeat: no-repeat;background-position: 3px center;}
.footer-message form ul li:nth-child(3) input{background-image: url(../images/3.svg);background-repeat: no-repeat;background-position: 3px center;}
.footer-message form ul li:nth-child(4) input{background-image: url(../images/4.svg);background-repeat: no-repeat;background-position: 3px center;}

.footer-message form ul li textarea{    border-radius: 3px;background: #fff;width: 100%;border: 1px solid #ccc;padding-left: 10px;}
.footer-message form ul li input[name="verify"]{width: 100px;padding-left: 10px;}

.footer-message form .col-sub{margin-bottom: 10px;padding: 10px;}
.footer-message form .col-sub input{width: 100px;background: #2e9cdb;height: 35px;border: none;color: #fff;border-radius: 5px;}




/* 副导航 */
.vicenav{padding: 65px 0 45px;}
.vicenav ul li{float: left;margin-right: 40px;}
.vicenav ul li a{font-size: 30px;transition: 0.2s}
.vicenav ul li.active a,.vicenav ul li a:hover{color:#2e9cdb;}




/*
 *  视频播放器
 * */
 .video-box {position: fixed;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;font-size: 0;z-index: 99999999999;}
 .video-box button {display: inline-block;padding: 0;border: 0 none;background: none;text-align: center;outline: none;cursor: pointer;}
 .video-box .video-button {display: inline-block;width: 36px;height: 36px;color: #fff;position: relative;overflow: hidden;}
 .video-box .video-button i {font-size: 56px;}
 .video-box .video-button.video-btn-volume i {font-size: 20px;}
 .video-box .video-button.video-tooltip-toggle i {font-size: 20px;}
 .video-box .video-video {position: relative;width: 100%;height: 100%;overflow: hidden;}
 .video-box .video-video video {position: relative;display: block;top: 0;left: 0;width: 100%;height: 100%;background: #000;}
 .video-box .video-container {width: 852px;min-height: 550px;max-height: 90vh;background: #000000;overflow: hidden;opacity: 0;}
 .video-box .video-container.video-ready {opacity: 1;}
 .video-box.quanping .video-container {width: 100%;height: 100%;max-height: 100%;position: relative;left: 0;top: 0;transform: none;}
 .video-box.video-playing .video-div.video-hide-ui .video-ui {-webkit-transform: translateY(39px);-ms-transform: translateY(39px);transform: translateY(39px);}
 .video-box.heibian .video-container {padding: 40px 0;}
 .video-box.heibian .video-div.video-hide-ui .video-ui {-webkit-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);}
 .video-box.heibian.quanping .video-container {padding: 0;}
 .video-box.hideui .video-div .video-ui {-webkit-transform: translateY(39px);-ms-transform: translateY(39px);transform: translateY(39px);}
 .video-box .i {font-family: none;height: 100%;width: 100%;background-size: 80%;background-position: center;background-repeat: no-repeat;}
 .video-box .i:before,.video-box i:after {display: none !important;}
 .video-box .i-voice-on {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C10C%2022%2C12%2022%2C18%2018%2C20'%20%2F%3E%3Cpath%20d%3D'M22%2C6C%2028%2C10%2028%2C20%2022%2C24'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
 .video-box .i-voice-off {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C11L27%2C20'%20%2F%3E%3Cpath%20d%3D'M18%2C20L27%2C11'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
 .video-box .i-bofang {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M10%2C7L10%2C23L24%2C15z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
 .video-box .i-zhanting {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M7%2C7L7%2C23L11%2C23L11%2C7z'%2F%3E%3Cpath%20d%3D'M20%2C7L20%2C23L24%2C23L24%2C7z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
 .video-box .i-quanping {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L6%2C6L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L6%2C25L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L24%2C6L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L24%2C25L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
 .video-box .i-suoxiao {background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L10%2C10L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L10%2C21L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L20%2C10L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L20%2C21L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
 .video-bg {position: absolute;height: 100%;width: 100%;background: #000;opacity: .9;}
 .video-div {background: #000;font-size: 0;letter-spacing: -1px;position: absolute;height: 100%;width: 100%;top: 0;left: 0;}
 .video-ui {position: absolute;width: 100%;height: 41px;background-color: rgba(0, 0, 0, 0.8);left: 0;bottom: 0;z-index: 6;letter-spacing: .25px;-webkit-transition: transform 0.3s ease;-o-transition: transform 0.3s ease;-ms-transition: transform 0.3s ease;-moz-transition: transform 0.3s ease;transition: transform 0.3s ease;-webkit-transform: translateY(0px);-o-transform: translateY(0px);-ms-transform: translateY(0px);-moz-transform: translateY(0px);transform: translateY(0px);}
 .video-loading-pulse {position: absolute;width: 6px;height: 24px;top: 50%;left: 50%;background-color: rgba(255, 255, 255, 0.2);-webkit-animation: pulse 750ms infinite;animation: pulse 750ms infinite;-webkit-animation-delay: 250ms;animation-delay: 250ms;}
 .video-loading-pulse:before,.video-loading-pulse:after {content: '';position: absolute;display: block;height: 16px;width: 6px;background: rgba(255, 255, 255, 0.2);top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);-webkit-animation: pulse 750ms infinite;animation: pulse 750ms infinite;}
 .video-loading-pulse:before {left: -12px;}
 .video-loading-pulse:after {left: 12px;-webkit-animation-delay: 500ms;animation-delay: 500ms;}
 @keyframes pulse {50% {  background: white;}}
 .video-loading {opacity: 1;color: #2c97f6;font-size: 0;overflow: hidden;box-shadow: 0px 0px 0px 3600px #000;background: #000;width: 30px;height: 30px;-webkit-transition: all 0.5s;-o-transition: all 0.5s;-ms-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;}
 .video-loading i {border-radius: 50%;width: 24px;height: 24px;display: block;border: 0.25rem solid rgba(255, 255, 255, 0.2);border-top-color: white;-webkit-animation: adeg 1s infinite linear;-o-animation: adeg 1s infinite linear;-ms-animation: adeg 1s infinite linear;-moz-animation: adeg 1s infinite linear;animation: adeg 1s infinite linear;}
 .video-loading .i-loading:before {display: none;opacity: 0;visibility: hidden;}
 .video-loading.yihuanchun {opacity: 0;}
 @keyframes adeg {0% {  -webkit-transform: rotate(0deg);  transform: rotate(0deg);}100% {  -webkit-transform: rotate(360deg);  transform: rotate(360deg);}}
 .video-close {position: absolute;top: calc(52px + 2%);right: 5%;width: 30px;height: 30px;cursor: pointer;background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%3E%3Cpath%20d%3D'M0%2C1L1%2C0L30%2C29L29%2C30z'%2F%3E%3Cpath%20d%3D'M29%2C0L29%2C0L30%2C1L1%2C30L0%2C29z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-repeat: no-repeat;}
 .video-bofang.f-czspjuzhong {z-index: 2;font-size: 0;}
 .video-bofang.f-czspjuzhong i {display: block;border-radius: 50%;text-align: center;background-color: rgba(0, 0, 0, 0.8);color: #fff;width: 60px;height: 60px;cursor: pointer;line-height: 62px;font-size: 66px;-webkit-transition: transform 1s;-o-transition: transform 1s;-ms-transition: transform 1s;-moz-transition: transform 1s;transition: transform 1s;}
 .video-hide {z-index: 0 !important;}
 .video-hide i {opacity: 0;-webkit-transform: scale(3);-o-transform: scale(3);-ms-transform: scale(3);-moz-transform: scale(3);transform: scale(3);will-change: transform, opacity;z-index: 0;}
 .video-progress {display: block;position: absolute;width: 100%;bottom: 36px;height: 5px;cursor: pointer;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;z-index: 2;}
 .video-progress:hover .video-progress-hover,.video-progress:hover .video-tooltip-time {opacity: 1;}
 .video-tooltip-time {width: 46px;position: absolute;height: 20px;z-index: 5;left: 0;right: 0;bottom: 8px;opacity: 0;-webkit-transition: opacity 0.5s;-o-transition: opacity 0.5s;-ms-transition: opacity 0.5s;-moz-transition: opacity 0.5s;transition: opacity 0.5s;}
 .video-tooltip-time .video-tinytip-content {margin-left: -23px;}
 .video-tooltip-time .video-text {background: rgba(0, 0, 0, 0.5);padding: 2px;border-radius: 2px;}
 .video-tinytip .video-tooltip-content {display: inline-block;padding: 0 4px;color: rgba(255, 255, 255, 0.5);font-size: 10px;line-height: 20px;text-align: center;}
 .video-progress-padding {position: absolute;width: 100%;height: 16px;bottom: 0;z-index: 40;cursor: pointer;}
 .video-progress-list {position: relative;top: -1px;z-index: 39;width: 100%;height: 100%;background-color: rgba(255, 255, 255, 0.2);-webkit-transform: scaleY(0.6);-ms-transform: scaleY(0.6);transform: scaleY(0.6);transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);}
 .video-progress-play,.video-progress-buffer,.video-progress-hover {position: absolute;top: 0;left: 0;width: 0;height: 100%;}
 .video-progress-buffer {z-index: 33;background-color: rgba(255, 255, 255, 0.4);-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
 .video-progress-hover {z-index: 34;background-color: rgba(255, 255, 255, 0.5);opacity: 0;-webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);-o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);-ms-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);-moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);}
 .video-progress-play {z-index: 35;background-color: #2c97f6;}
 .video-progress-handle {width: 13px;height: 13px;position: absolute;top: 50%;right: -6.5px;margin-top: -6.5px;border-radius: 50%;background-color: #2c97f6;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);}
 .video-progress-padding:hover + .video-progress-list {-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);}
 .video-progress-padding:hover + .video-progress-list .video-progress-handle {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
 .video-controls-buttons {position: absolute;bottom: 0;left: 0;height: 36px;width: 100%;padding: 0 10px;z-index: 3;}
 .video-time-panel {font-size: 12px;color: #777;display: inline-block;vertical-align: top;height: 36px;padding: 0 5px;line-height: 36px;letter-spacing: .25px;}
 .video-time-panel-current {color: #DEDEDF;}
 .video-fullscreen {float: right;}
 .video-definition {float: right;width: 55px;height: 36px;position: relative;}
 .video-definition .video-button {width: 100%;}
 .video-definition .video-button span {background: #fff;color: #333;font-size: 14px;padding: 2px 5px;}
 .video-definition .video-tooltip-content {width: 80px;left: 50%;margin-left: -40px;display: none;background: rgba(0, 0, 0, 0.5);}
 .video-definition:hover .video-tooltip-content {position: absolute;bottom: 35px;color: #aaa;display: block;z-index: 6;}
 .video-menu .video-menu-item {display: block;width: 100%;line-height: 36px;font-size: 14px;text-align: center;white-space: nowrap;padding: 0 12px;cursor: pointer;position: relative;height: 38px;background: -webkit-linear-gradient(top, transparent 0, transparent 50%, rgba(255, 255, 255, 0.1) 50%) center bottom no-repeat;background-size: 80% 1px;}
 .video-menu .video-menu-item:hover {color: #fff;background: rgba(255, 255, 255, 0.12);}
 .video-menu .video-menu-item.video-active {color: #FF8F00;}
 .video-volume {float: right;position: relative;}
 .video-popup .video-popup-content {transform: scaleY(0);bottom: 41px;position: absolute;}
 .video-popup .video-popup-content:after {content: '';position: absolute;bottom: -10px;left: 50%;margin-left: -5px;border: 5px solid transparent;border-top-color: rgba(0, 0, 0, 0.5);}
 .video-popup:hover .video-popup-content {-webkit-transform: scaleY(1);-o-transform: scaleY(1);-ms-transform: scaleY(1);-moz-transform: scaleY(1);transform: scaleY(1);}
 .video-volume-slider {left: 0;width: 36px;height: 100px;cursor: pointer;background: rgba(0, 0, 0, 0.8);}
 .video-tinytip-tiao {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
 .video-volume-range {position: absolute;left: 16px;top: 10px;width: 4px;height: 80px;background-color: rgba(0, 0, 0, 0.2);}
 .video-volume-range-current {position: absolute;left: 0;bottom: 0;width: 100%;height: 50%;background-color: #2c97f6;}
 .video-volume-handle {position: absolute;top: 0;left: -4px;width: 12px;height: 3px;background-color: #fff;}
 @media (max-width: 998px) {.video-box .video-container {  width: 80vw;  max-height: 80vh;  min-height: 44.9vw;}}
 @media (max-width: 468px) {.video-box .video-container {  width: 100vw;  min-height: 54.9vw;}.video-loading i {  font-size: 26px;}.video-definition {  display: none;}}
 /*
  * 视频结尾
  * */
 .f-czspjuzhong {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
 

/* media */
@media (min-width: 1300px) {
  .container{width: 1300px}
}
@media (max-width: 1700px) {
  .header .inner{padding: 0 30px;}
  .header .nav ul li:not(:first-child){margin-left: 50px;}
  
  
}
@media (max-width: 1600px) {
  .header .language{margin:0 20px}
  .header .nav ul li:not(:first-child){margin-left: 40px;}
  .header .nav ul li a{font-size: 20px;}
  #col-index-banner .swiper-slide,#col-index-banner{height: 900px !important;}
  #col-banner .swiper-slide{height: 550px !important;}
  
  
  
}
@media (max-width: 1500px) {
  .col-index-picture ul li .title h2{font-size: 24px;}
  .header .inner{padding: 0 20px;}
  .col-banner{margin:80px 40px 0;}
  .col-index-picture{padding: 0 40px;}
  .header .nav ul li:not(:first-child){margin-left: 30px;}
  #col-index-banner .swiper-slide,#col-index-banner{height: 850px !important;}
  #col-banner .swiper-slide{height: 500px !important;}
  
  
  
}
@media (max-width: 1400px) {
  .header .logo img{width:250px}
  .header .inner{padding: 0 20px;}
  .col-banner{margin:80px 20px 0;}
  .col-index-picture{padding:0 20px}
  .header .nav ul li a{font-size: 18px;}
  #col-index-banner .swiper-slide,#col-index-banner{height: 800px !important;}
  #col-banner .swiper-slide{height: 450px !important;}
   
  
  
}
@media (max-width: 1300px) {
  .footer .footer-head .footer-nav>ul>li{margin-left: 50px;}
  .col-page-recruit .col-concept .container ul li .content{padding: 0 20px;}
  .header .nav ul li a,.header .language a{font-size: 16px;}
  .header .nav ul li:not(:first-child){margin-left: 10px;}
  #col-index-banner .swiper-slide,#col-index-banner{height: 750px !important;}
  #col-banner .swiper-slide{height: 400px !important;}
  
  
  .container{width: 100%;padding-left: 10px !important;padding-right: 10px !important;}
}
@media (max-width: 1200px) {
  .header .index-contact{font-size: 14px;}
  .col-page-recruit .col-concept .container ul li .content{padding: 0 10px;}
  .col-page-product .sidebar{width: 280px;}
  .col-page-product .product-list,.col-page-product .pro_show{width: -moz-calc(100% - 300px);width: -webkit-calc(100% - 300px);width: calc(100% - 300px);}
  .col-page-product .product-list>ul li .title{font-size: 16px;}
  .footer .footer-head .footer-nav>ul>li{margin-left: 30px;}
  #col-index-banner #ban_cont1 p:nth-child(1),#col-index-banner #ban_cont2 p:nth-child(1){font-size: 48px;}
  #col-index-banner #ban_cont2 p:nth-child(2){font-size: 32px;}
  .header .logo img{width: 280px;}
  .header .language{margin:0 20px;}
  .header .inner{padding: 0 10px;}
  .col-banner{margin:80px 10px 0;}
  .col-index-picture{padding: 0 10px}
  #col-index-banner .swiper-slide,#col-index-banner{height: 700px !important;}
  
}
@media (max-width: 1100px) {
  .header .language{margin:0 5px}
  .header .logo img{width:200px;}
  #col-index-banner .swiper-slide,#col-index-banner{height: 650px !important;}
  
  
}
@media (max-width: 992px) {
  .col-page-download .download-list ul li{width: 50%}
  .col-page-download .download-list ul li:nth-child(3n){border-right: 1px solid #ddd}
  .col-page-download .download-list ul li:nth-child(2n){border-right: 1px solid transparent}

  .col-banner{margin-top: 60px;}
  #col-index-banner .banner-container{top: 60px;}
  #col-index-banner #ban_cont3 p:nth-child(1){font-size: 32px;}
  .col-page-recruit .col-concept .container ul li{width: 49%;margin-right: 2%}
  .col-page-recruit .col-concept .container ul li:nth-child(3n){margin-right: 2%;width: 100%;}
  .col-page-recruit .col-concept .container ul li:nth-child(2n){margin-right: 0;}
  .col-page-contact .col-message table tr:first-child td:nth-child(2){padding-right: 80px;}
  .col-page-news .news-list ul li{width: 49%;margin-right: 2%}
  .col-page-news .news-list ul li:nth-child(3n){margin-right: 2%}
  .col-page-news .news-list ul li:nth-child(2n){margin-right: 0}
  .col-page-news .news-top .wrap{padding: 0 20px}
  .col-page-news .news-top .wrap .content{margin-bottom: 5%}
  .col-page-news .news-top .wrap h2{font-size: 20px;}
  .col-page-product .product-list>ul li{width: 49%;}
  .col-page-product .product-list>ul li:nth-child(3n){margin-right: 2%}
  .col-page-product .product-list>ul li:nth-child(2n){margin-right: 0;}
  .col-page-about .col-profile .content,.col-page-about .col-profile .img{width: 100%;padding: 0;margin-bottom: 20px;text-align: left}
  #col-banner .swiper-slide{height: 350px !important;}
  .footer .footer-head{padding: 20px 0;}
  .footer .footer-head .footer-info ul li{margin:0 10px;}
  .footer .footer-head .footer-info,.footer .footer-head .footer-nav{width: 100%;text-align: center;margin-bottom: 20px;}
  .footer .footer-head .footer-nav>ul{text-align: center;}
  .footer .footer-head .footer-nav>ul>li{width: 100%;text-align: center;margin-left: 0;margin-bottom: 20px;}
  .footer .footer-head .footer-nav>ul>li ul{margin-top: 10px;display: none}
  .col-index-about .content{font-size: 18px;margin-bottom: 20px;}
  .col-index-picture ul li .title h2{font-size: 20px;margin-bottom: 10px;}
  .col-index-picture ul li .title{padding: 25px 15px;}
  .col-index-picture ul li .title .content{height: auto;}
  .col-index-picture ul li .img{min-height: auto;height: 400px;}
  .col-index-picture ul li{width: 33.33%;margin-bottom: 0;}
  .col-index-about{padding-top:30px;}
  .col-index-picture ul li:nth-child(n+4){width: 50%}
  #col-index-banner #ban_cont1 p:nth-child(1), #col-index-banner #ban_cont2 p:nth-child(1),.col-index-product h2,.col-index-about h2,.col-index-news h2,.col-page-about h2,#col-banner .ban_cont h1,.col-page-contact .col-information .container h2,.col-recruitment h2,.col-page-recruit .col-concept .container h2{font-size: 32px;}
  #col-index-banner #ban_cont2 p:nth-child(2),#col-index-banner #ban_cont1 p:nth-child(2),.col-index-customer h2,.col-page-product .product-list h1,.vicenav ul li a,.col-page-contact .col-message h2{font-size: 24px;}
  .header .inner,.header .logo,.header.active .inner, .header.active .logo{height: 60px;line-height: 60px;}
  .header .nav,.header .language,.header .index-contact{display: none;}
  .header .index-search{margin-right: 70px;}
  #col-index-banner .swiper-slide,#col-index-banner{height:600px !important;}
  
}
@media (max-width: 768px) {
  .col-page-download .download-list ul li{width: 100%;border-right: 1px solid transparent !important;}
  .col-page-download .download-list ul li .title h3{font-size:14px;}
  .col-recruitment .job ul li .jobcon div.content{margin:0;}
  .col-recruitment .job ul li .jobcon{margin:0 0 5px;}
  .col-recruitment .jobcon ul li{width: 50%;margin-bottom: 0;}
  .col-recruitment .jobcon .content .box{width: 100%;padding-right: 0}
  #col-index-banner #ban_cont3 p:nth-child(1){font-size: 24px;margin-bottom: 10px;}
  .col-page-product .sidebar h2{position: relative;}
  .col-page-product .sidebar h2::after{content: '';width: 25px;height: 25px;background: url(../images/down.png)no-repeat center center;background-size: cover;position: absolute;right: 10px;top: 50%;margin-top: -12.5px;}
  .col-page-recruit .col-concept .container ul li{width: 100%;margin-right: 0 !important;margin-bottom: 20px;}
  .col-page-recruit .col-concept .container ul li h3{font-size: 20px;margin:20px 0 10px;}
  .col-recruitment h2{margin-bottom: 20px;}
  .col-page-contact .col-information .container ul li:nth-child(1) h3{font-size: 18px;}
  .col-page-contact .col-information .container ul li:nth-child(1) p{font-size: 16px;}
  .col-page-contact .col-message table td{display: block;width: 100% !important;}
  .col-page-contact .col-message table td{padding: 20px 0;}
  .col-page-contact .col-information .container ul li{float: none;width: 100%;text-align: center;}
  .col-page-contact .col-information .container h2{text-align: center;margin-bottom: 20px;}
  .col-page-contact #allmap{height: 300px;}
  .col-page-news .news-list ul li .wrap{padding: 15px 20px;}
  .col-page-news .news-top{display: block;}
  .col-page-news .news-top .img,.col-page-news .news-top .wrap{width: 100%;display: block;}
  .col-page-news .news-top .wrap{padding: 20px 10px;}
  .vicenav ul li a{font-size: 18px;}
  .vicenav{padding: 20px 0 10px}
  #col-banner .ban_cont.product-banner img:nth-child(1){width: 25%}
  #col-banner .ban_cont.product-banner img:nth-child(2){width: 28%;padding: 0;}
  #col-banner .ban_cont.product-banner img:nth-child(3){width: 24%}
  
  .inquiry-container form ul,.inquiry-container form .code{width: 100%;padding: 0;}
  .inquiry-container form .code{padding-left: 80px;}
  .col-page-product .sidebar .wrap{width:100%}
  .col-page-product .sidebar .sidebar-contact{width:100%;margin-top: 0}
  .col-page-product .sidebar{float: none;width: 100%;margin-bottom: 30px;}
  .col-page-product .sidebar .sidebar-contact .content{padding: 20px 10px 10px;}
  .col-page-product .product-list,.col-page-product .pro_show{float: none;width: 100%}
  #col-banner .swiper-slide{height: 300px !important;}
  .footer .copyright{text-align: center;padding: 15px 0;}
  .footer .copyright .pull-right{float: none !important;width: 100%;}

  .col-index-about ul li h3{height: 40px;line-height: 40px;font-size: 16px;}
  .col-index-picture ul li{width: 50%}
  .col-index-picture ul li:nth-child(n+4){width: 50%}
  .col-index-picture ul li:last-child{width: 100%}
  #col-index-banner #ban_cont2{top: 40px;}
  .header .logo img{width: 200px;}
  .header .index-search{margin-right: 60px;}
  #col-index-banner #ban_cont1 p:nth-child(1), #col-index-banner #ban_cont2 p:nth-child(1),.col-index-product h2,.col-index-about h2,.col-index-news h2,.col-page-about h2,#col-banner .ban_cont h1,.col-page-contact .col-information .container h2,.col-recruitment h2,.col-page-recruit .col-concept .container h2{font-size: 24px;}
  #col-index-banner #ban_cont2 p:nth-child(2),#col-index-banner #ban_cont1 p:nth-child(2){font-size: 20px;}
  #col-index-banner .swiper-slide,#col-index-banner{height: 550px !important;}
  
}
@media (max-width: 640px) {
  #col-index-banner .swiper-slide,#col-index-banner{height: 500px !important;}
  
}

@media (max-width: 530px) {
  .col-recruitment .v52fmbx dl dd .fbox{width: 100%;margin:0;padding-right: 10px;}
  .col-recruitment .ftype_input .fbox input,.ftype_input textarea{width: 100%}
  .col-page-contact .col-message table tr:last-child input[name="verify"]{width: 120px}
  .col-page-contact .col-message .sub input{width: 120px;}
  .col-page-contact .col-message table td:last-child{padding: 20px 10px !important;}
  .col-page-contact .col-message table tr:first-child select,.col-page-contact .col-message table tr:first-child input{width: 100%}
  .col-page-news .news-list ul li{width: 100%;margin-right: 0 !important;}
  .inquiry-container .wrap{padding: 30px 20px;}
  .col-page-product .pro_show .caseleft,.col-page-product .pro_show .caseright{width: 100%;padding:0;margin-bottom: 20px;}
  .col-page-product .pro_show .caseright .prenext{position: relative;bottom: auto;margin-top: 50px;}
  .col-page-product .pro_show .proshowcon .content table td{padding-left: 10px;}
  .col-page-product .product-list>ul li{width: 100%;margin-right: 0 !important;}
  .col-page-product .sidebar .wrap{width: 100%}
  .col-page-product .sidebar .sidebar-contact{width: 100%;}
  .col-page-product .sidebar ul{display: none}
  #col-banner .swiper-slide{height: 250px !important;}
  .col-index-about ul li h3{font-size: 14px;}
  .col-index-picture ul li{width: 100% !important}
  #col-index-banner .swiper-slide,#col-index-banner{height: 450px !important;}
  
.mm-menu_offcanvas{display: none;}
#header a.mm_btn{display: none;}
}
@media (max-width: 420px) {
  .inquiry-container form ul li i{display: block;}
  .inquiry-container form ul li span{width: 100%;}
  .inquiry-container form .code{padding-left: 0;}
  .inquiry-container form .code .content{width: 100%}
  .inquiry-container form ul li:nth-child(2) i{display: none;}
  #col-index-banner .swiper-slide,#col-index-banner{height: 400px !important;}
  #col-banner .swiper-slide{height: 200px !important;}
.mm-menu_offcanvas{display: none;}
#header a.mm_btn{display: none;}
}


/*手机版菜单*/
.mm-slideout{z-index: auto!important;}


/*fenye page?*/

#kkpager{
	clear:both;
	color:#999;
	padding:40px 0px 40px 0px;
	font-size:14px;
	width:98%;
	margin:0px auto;
}
#kkpager a{
	float: left;
	border: 1px solid #ccc;
	display: inline;
	padding: 3px 10px 3px 10px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	background: #fff;
	text-decoration:none;
	color:#666;
}

#kkpager span.disabled{
	float: left;
	display: inline;
	padding: 3px 10px 3px 10px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #999;
	background-color:#FFF;
	color:#ccc;
}
#kkpager span.curr{
	float: left;
	border: 1px solid #2e9cdb;
	display: inline;
	padding: 3px 10px 3px 10px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #2e9cdb;
	color: #fff;
}
#kkpager a:hover{
	border:1px solid #2e9cdb; 
	background-color:#2e9cdb; 
	color:#fff;
}
#kkpager span.normalsize{
}
#kkpager_gopage_wrap{
	position:relative;
	left:0px;
	top:0px;
}
#kkpager_btn_go {
	width:44px;
	height:18px;
	border:0px;
	overflow:hidden;
	line-height:140%;
	padding:0px;
	margin:0px;
	text-align:center;
	cursor:pointer;
	background-color:#2e9cdb;
	color:#fff;
	position:absolute;
	left:0px;
	top:2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:none;
	font-size:12px;
}
#kkpager_btn_go_input{
	width:36px;
	height:18px;
	color:#2e9cdb;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	border:1px solid #1149A0;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	left:0px;
	top:0px;
	outline:none;
	font-size:14px;
}

#kkpager_btn_go_input.focus{
	border-color:#2e9cdb;
}

#kkpager .pageBtnWrap{
	float:left;
}
#kkpager .infoTextAndGoPageBtnWrap{
	float:right;
}
#kkpager .spanDot{
	float:left;
	margin-right:5px;
}

#kkpager .currPageNum{
	color:#FD7F4D;
}

#kkpager .infoTextAndGoPageBtnWrap{
	padding-top:5px;
}
.fenye{width:100%;margin:0px auto;height:50px;}
.fenye li{width:100%;height:50px; line-height:50px;font-size:18px;padding:0px;text-align:left;}
.fenye li a:link{font-size:18px;color:#2e9cdb;}







/*pro_show*/



/*pro_show*/


/*pro_show*/
.pro-right{width:500px;float:left;}
.pro-info table {border:0px;line-height:35px;width:450x;margin:auto;}
.pro-info table td {border-bottom:1px dashed #c7c7c7;padding-left:10px}
.pro-line{line-height:35px;border-bottom:4px solid #3f3f3f ;margin-bottom:15px;width:50%;}
.pro-line strong{font-size:30px;color:#e86f17}
.images{}
.item-con{margin:auto;width:500px;}
.item-con .images{position:relative;overflow:hidden;padding-top:40px;}
.item-con .images .detailmain_img{width:500px;float:left;}
.item-con .images .info{float:left;margin-left:20px;color:#889298;}
.item-con .images .info li{height:30px;line-height:30px;}
.item-con .online_button{position:absolute;right:0;bottom:0;}
.item-con .content{margin-top:20px;}
.item-con .content .tip{color:#EDEEEF;padding:10px;font-weight:bold;background-color:#00ADDF;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.item-con .content .box{padding:10px;line-height:22px;}
.zoom-section{ position:relative; z-index:9;border:0px solid #ccc;float:left;} 
#zoomcont{ position:relative; z-index:2; float:left; height:100px; width:360px; margin-top:10px; overflow:hidden;margin-left: 13px;}
.zoom-desc{ width:2000px; height:100px; position:absolute;left:10px;overflow:hidden;}
.zoom-desc img{height:80px;margin-right:6px;border:1px solid #efefef;}
.zoom-small-image{ margin-top:5px;border: 1px solid #efefef;}
.zoom-small-image img{}
.cloud-zoom-lens {border: 1px solid #000; margin:0px; background-color:#fff;cursor:move;} 
.cloud-zoom-title {font-family:Arial, Helvetica, sans-serif; position:absolute !important;background-color:#000;color:#fff;padding:3px;width:100%;text-align:center;font-weight:bold;font-size:10px;top:0px;} 
.cloud-zoom-big {border:1px solid #ccc; width:100%; left:-500px;} 
.cloud-zoom-loading {color:white;background:#222; padding:3px; border:1px solid #ff0000;}
.arr_l{ background:url(../img/arr_l.jpg) no-repeat; width:20px; height:80px; margin-top:12px; float:left;cursor:pointer}
.arr_r{ background:url(../img/arr_r.jpg) no-repeat; width:20px; height:80px; margin-top:12px;margin-left:10px; float:left;cursor:pointer}
.profr{margin:0px 0 0 30px;float:left;padding:0 15px;width:280px;border-left:1px dotted #b6b6b6;}
.profr li,.profr p{color:#32364a;line-height:35px;font-size:12px; list-style:none;border-bottom:1px dotted #484848}
.profttit{font:bold 25px/40px "Arial";color:#32364a;margin-top:10px;width:280px;padding-bottom:10px;}
.detail{line-height:35px;height:35px;color:#f9aa12;width:135px;}
.detail-line{height:3px;background:url(../proline.jpg);margin-bottom:10px}
.doorbut{margin-top:0px;width:171px;height:45px;background:#000;line-height:45px;color:#fff;text-align:center;font-size:18px;font-weight:bold;border-radius: 2px}
.doorbut:hover{background:#333}
.met_nav_contbox .met_editor {color:#333}
.pro_page{margin:20px auto 0;border-top:1px dotted #b6b6b6;border-bottom:1px dotted #b6b6b6;padding:10px 0}
.pro_page li{float:right;width:150px;background:#000;color:#fff;height:45px;text-align:center;margin-top:0px;border:0px; list-style:none;}
.pro_page li a{display:block;color:#fff;line-height:45px;}
.pro_page li:hover{background:#333}
.procontop{line-height:30px;}
.met_nav_contbox .met_editor table{border-top:1px solid #333;border-left:1px solid #333;margin-top:10px}
.met_nav_contbox .met_editor table td{border-bottom:1px solid #333;border-right:1px solid #333;width:25%;}









#wrapper{
        overflow: hidden;
        width: 100%;
        height: 100px;
        position: relative;
		margin:50px auto;
         
      }
      #wrapper ul {
        position: absolute;
		width: 100%;
        left: 0;
        top: 0;
      }
      #wrapper li{
        float: left;
        list-style: none;
	 width: 280px;
		padding-right:50px;
		display: flex;
  align-items: flex-start;
      }
      #wrapper li img{
        border-radius: 9px;
      }
      input[type=button]{
        margin-top:0px;
        width: 35px; 
        height: 35px;
      }
	
.zy_jt{width: 200px;margin:0px auto;}	  
.button {
    background-color: #007bff; /* 蓝色 */
    color: #fff; /* 白色 */
    border: none; /* 无边框 */
    padding: 10px; /* 内边距 */
    border-radius: 5px; /* 圆角 */
	margin-right:50px;
}
.button:hover {
    background-color: #0056b3; /* 深蓝色 */
    color: #fff; /* 白色 */
}











/*pro_show*/

/*pro_show*/
.pro-right{width:430px;float:left;}
.pro-info table {border:0px;line-height:35px;width:430px;margin:auto;}
.pro-info table td {border-bottom:1px dashed #c7c7c7;padding-left:10px}
.pro-line{line-height:35px;border-bottom:4px solid #3f3f3f ;margin-bottom:15px;width:50%;}
.pro-line strong{font-size:30px;color:#e86f17}
.images{}
.item-con{margin:auto;width:430px;}
.item-con .images{position:relative;overflow:hidden;padding-top:40px;}
.item-con .images .detailmain_img{width:500px;float:left;}
.item-con .images .info{float:left;margin-left:20px;color:#889298;}
.item-con .images .info li{height:30px;line-height:30px;}
.item-con .online_button{position:absolute;right:0;bottom:0;}
.item-con .content{margin-top:20px;}
.item-con .content .tip{color:#EDEEEF;padding:10px;font-weight:bold;background-color:#00ADDF;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.item-con .content .box{padding:10px;line-height:22px;}
.zoom-section{ position:relative; z-index:9;border:0px solid #ccc;float:left;} 
#zoomcont{ position:relative; z-index:2; float:left; height:100px; width:365px; margin-top:10px; overflow:hidden;margin-left: 13px;}
.zoom-desc{ width:2000px; height:100px; position:absolute;left:10px;overflow:hidden;}
.zoom-desc img{ height:80px;margin:2px;border:5px solid #fff}
.zoom-small-image{ margin:0;}
.zoom-small-image img{}
.cloud-zoom-lens {border: 1px solid #000; margin:0px; background-color:#fff;cursor:move;} 
.cloud-zoom-title {font-family:Arial, Helvetica, sans-serif; position:absolute !important;background-color:#000;color:#fff;padding:3px;width:100%;text-align:center;font-weight:bold;font-size:10px;top:0px;} 
.cloud-zoom-big {border:1px solid #ccc; width:100%; left:-500px;} 
.cloud-zoom-loading {color:white;background:#222; padding:3px; border:1px solid #ff0000;}
.arr_l{ background:url(../img/arr_l.jpg) no-repeat; width:20px; height:80px; margin-top:12px; float:left;cursor:pointer}
.arr_r{ background:url(../img/arr_r.jpg) no-repeat; width:20px; height:80px; margin-top:12px;margin-left:10px; float:left;cursor:pointer}
.profr{margin:0px 0 0 30px;float:left;padding:0 15px;width:280px;border-left:1px dotted #b6b6b6;}
.profr li,.profr p{color:#32364a;line-height:35px;font-size:12px; list-style:none;border-bottom:1px dotted #484848}
.profttit{font:bold 25px/40px "Arial";color:#32364a;margin-top:10px;width:280px;padding-bottom:10px;}
.detail{line-height:35px;height:35px;color:#f9aa12;width:135px;}
.detail-line{height:3px;background:url(../proline.jpg);margin-bottom:10px}
.doorbut{margin-top:0px;width:171px;height:45px;background:#000;line-height:45px;color:#fff;text-align:center;font-size:18px;font-weight:bold;border-radius: 2px}
.doorbut:hover{background:#333}
.met_nav_contbox .met_editor {color:#333}
.pro_page{margin:20px auto 0;border-top:1px dotted #b6b6b6;border-bottom:1px dotted #b6b6b6;padding:10px 0}
.pro_page li{float:right;width:150px;background:#000;color:#fff;height:45px;text-align:center;margin-top:0px;border:0px; list-style:none;}
.pro_page li a{display:block;color:#fff;line-height:45px;}
.pro_page li:hover{background:#333}
.procontop{line-height:30px;}
.met_nav_contbox .met_editor table{border-top:1px solid #333;border-left:1px solid #333;margin-top:10px}
.met_nav_contbox .met_editor table td{border-bottom:1px solid #333;border-right:1px solid #333;width:25%;}






.bigimg{border:1px solid #efefef;}
.fenlei{ background:#F0F0F0; height:40px; line-height:40px; border-bottom:4px solid #000080; margin-top:20px;}

.fenlei a{ display:block; color:#000; float:left; width:120px; text-align:center; cursor:pointer; font-size:14px;}

.fenlei a.cur{ background:#000080; color:#fff;}

.briefbg a.cur{ color:#254A98;}

.propar{ color:#254A98; line-height:28px; padding:0 8px; border-top:1px dashed #ccc;}




.bigimg{border:1px solid #efefef;}










    .swiper {
      width: 100%;
      height: 875px;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	
	
.swiper-slide{width:1790px;height: 875px;overflow: hidden;margin:0px auto;}
.swiper-slide .w1200{position: absolute;top: 0;left: 10%;transform: translateX(-50%);height: 100%;z-index: 3;}

.swiper-slide:after{content: "";display: block;position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}
.swiper-slide .slider-txt{position: absolute;top: 20%;left:10%;z-index: 5;color: #2e9cdb;width: 1600px; text-align:center;padding-bottom: 40px;}
.swiper-slide .slider-txt .title{font-size: 62px;letter-spacing: 2px;padding-bottom: 40px;}
.swiper-slide .slider-txt .sub-title{font-size: 22px;color: #2e9cdb;padding-bottom: 20px;}
.swiper-slide .slider-txt a.btn{display: inline-block;padding: 10px 30px;background: #2e9cdb;color:#FFFFFF;font-size: 20px;border-radius: 60px;transition: all .3s;cursor: pointer;}
.swiper-slide .slider-txt a.btn:hover{transition: all .3s;padding: 12px 35px;}
.swiper-slide .arrow{position: absolute;width: 1590px;height: 58px;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 3;}
.swiper-slide .swiper-button-next{background-image: url(../img/arrow-right.png);width: 30px;height: 58px;background-size:30px 58px;right: -30px;}
.swiper-slide .swiper-button-prev{background-image: url(../img/arrow-left.png);width: 30px;height: 58px;background-size:30px 58px;left: -30px;}








/* 首页product */
.col-index-product{width:100%;padding:20px;margin:30px 0px;height:100vh;}
.col-index-product h2{color:#242424;font-size:32px;margin-bottom: 15px;}
.col-index-product .container3{position: relative;}
.col-index-product .container3 .proall {width:100%;}
.col-index-product .container3 .proall li:nth-child(4n){margin-right: 0;}
.col-index-product .container3 .proall li{float:left; width:24.2%;margin-right:15px;padding:0px;}
.col-index-product .container3 .proall li .img{overflow: hidden;}
.col-index-product .container3 .proall li .img img{transition: 0.5s;}
.col-index-product .container3 .proall li:hover .img img{transform: scale(1.1)}
.col-index-product .container3 .proall li .title{padding: 15px 22px;background-color: rgb(238, 238, 238);font-size: 20px;transition: 0.2s;position: relative;padding-right: 55px;overflow: hidden;text-overflow:ellipsis;}
.col-index-product .container3 .proall li .title i{display: block;width: 31px;height: 31px;border-radius: 3px;background-color: rgb(46, 156, 219);color:#fff;font-family: 'simhei';text-align: center;font-size: 14px;line-height: 31px;transition: 0.3s;position: absolute;right: 20px;top: 50%;margin-top: -15.5px;}
.col-index-product .container3 .proall li .title:hover {color:#2e9cdb;}
.col-index-product .container3 .proall li .title:hover i{transform: translateX(5px)}
.col-index-product .container3 .proall li .swiper-button{background: none;color:#959595;font-size: 100px;outline: none;}








