﻿
@import url('../css/fonts.css');
html{font-size: 100px;}
@media (max-width: 1600px){html{font-size: 85px;}}
@media (max-width: 1440px){html{font-size: 70px;}}
@media (max-width: 1220px){html{font-size: 65px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 991px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 60px;}}
body{ font-family: "RobotoCondensed",Arial, Helvetica, sans-serif; background-color:#fff; overflow-x:hidden; color: #0f1821; max-width: 1980px;}
a{ color:#0f1821; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:#0f1821;}
img,li{ vertical-align:top; border:0px; list-style-type: none;}
img{ max-width:100%;}
.clear{clear: both;}
.container{ margin: 0px auto; clear: both;}
*{margin:0px;padding:0px;}
ul{ list-style-type:none;}
b{ font-weight: inherit; font-weight: normal;}
ul,li,h5,dt,dd,img{margin:0px;padding:0px;}
html,body,b,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,pre,form,p,input,td {margin:0px auto;padding:0; font-weight: normal;}
body,td,th{ font-family: "RobotoCondensed",Arial, Helvetica, sans-serif; font-size:12px;}
input,textarea{ font-family: Arial, Helvetica, sans-serif; border:0; outline:medium;}

@media (min-width:1px) and (max-width:991px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:992px){
	.container{ width: 960px;}
}
@media (min-width:1200px){
	.container{ width: 1030px}
}
@media (min-width:1300px){
	.container{ width: 1140px}
}



/*头部*/
.header{ z-index: 99; transition: all 0.35s ease; position: fixed; left: 0; top: 0; right: 0; background: #fff;box-sizing: border-box; box-shadow: 0 0 2px #f5f5f5;}
.header:before { position: absolute; content: ""; width: 75%; height: 100%; left: 0; top: 0; background: url("../images/headerbg.png") no-repeat left center ; background-size: 100% 100%; z-index: -1}
@media (min-width:1007px){
.header:before{ width: 35%;}
}
@media (min-width:1230px){
.header:before{ width: 31%;}
}
@media (min-width:1489px){
.header:before{ width: 31%;}
}
@media (min-width:1490px){
.header:before{ width: 35%;}
}
@media (min-width:1920px){
.header:before{ width: 34.5%;}
}

@media (min-width:992px){
.header{ height: 70px;}
.header .container{ display: flex; align-items: center; justify-content: space-between;}
}
@media (min-width: 1px) and (max-width: 991px) {
.header{}

}

.logo{ display: inline-block; margin: 0; max-width: 22%;}
.logo a{ display: block; padding: 10px 0;}
.logo img{ height: 50px; -webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}

.wapheader{ background: #161622; padding: 5px 0; position: fixed; left: 0; top: 0; right: 0; z-index: 100}
.wapheader .container{ display: flex; align-items: center;}
.wapheader a{ display: inline-flex; align-items: center; justify-content: center; color: #fff; margin: 0; margin-right: 0.1rem; }
.wapheader .menu_btn{ margin-right: 0;}

.waplogo{ overflow: hidden; text-align: center; margin-top: 15px; background: #004b98; padding: 10px 0;}
.waplogo img{ height: 88px;}
@media (min-width:992px){
.wapheader{ display: none;}
.waplogo{ display: none;}
}


/*导航*/
.menu{ display: inline-block; margin: 0;}
.jdmenu{ clear: both;}
.jdmenu .nav{}
.jdmenu .nav #jdmenu{ display: inline-flex;}
.jdmenu .nav #jdmenu>li{ display: inline-block; position: relative; margin: 0;}
.jdmenu .nav #jdmenu>li>a{ display: block; color: #333; transition: all 0.35s; text-transform: capitalize; box-sizing: border-box; position: relative; overflow: hidden; z-index: 9}

.jdmenu .nav #jdmenu>li.searchclick{ display: inline-block; cursor: pointer; vertical-align: middle; transition: all 0.35s;}
.jdmenu .nav #jdmenu>li.searchclick .siconfont{ color: #fff; transition: all 0.35s; font-size: 0.24rem; display: inline-block; font-weight: bold; margin-right: 5px;}
.jdmenu .nav #jdmenu>li.searchclick .siconfont:before{content:"\e603"}

.jdmenu .nav #jdmenu>li.lang{ display: inline-block;}
.jdmenu .nav #jdmenu>li.lang>a{ display: flex; align-items: center;}
.jdmenu .nav #jdmenu>li.lang>a>img{ margin: 0; width: 22px; margin-right: 5px;}

@media (min-width:992px){
.jdmenu .nav #jdmenu>li{ font-size: 13px;}
.jdmenu .nav #jdmenu>li>a{padding:34px .1rem 20px 0.1rem;}
.jdmenu .nav #jdmenu>li:hover:after{ opacity: 1;}
.jdmenu .nav #jdmenu>li:first-child:after,.jdmenu .nav #jdmenu>li:last-child:after{ display: none;}
}
@media (min-width:1230px){
.jdmenu .nav #jdmenu>li{ font-size: 0.18rem;}
.jdmenu .nav #jdmenu>li>a{padding:34px .1rem 20px 0.1rem;}
}

@media (min-width: 1px) and (max-width: 991px) {
.logo{ display: none;}

.jdmenu .nav{ position: fixed; left: 0; right: 0; top: 30px; z-index: 9; bottom: 0; background:#1f1f1f; overflow-y:auto; transition:all .5s ease; margin: 0; display: none; padding: 0 0.3rem;}
.jdmenu .nav .container{ margin: 0;}
.jdmenu .nav #jdmenu{ display: block; float: none; margin-bottom: 80px;}
.jdmenu .nav #jdmenu>li{ display: block; float: none; text-align: left; margin-bottom: 1px;}
.jdmenu .nav #jdmenu>li>a{ padding: 10px 15px; display: block; color: #fff; font-size: 15px; border-right: 0; border-left: 0; }
.jdmenu .nav #jdmenu>li>.menudown{ position: absolute; right: 15px; top: 10px;  z-index: 3; cursor: pointer; transition: all 0.35s;}
.jdmenu .nav #jdmenu>li>.menudown.active{transform: rotate(180deg);}
.jdmenu .nav #jdmenu>li.searchclick{ display: none;}
.jdmenu .nav #jdmenu>li.lang{ display: block;}

.jdmenu .nav #jdmenu>li{ -webkit-animation: fadeup 0.5s;animation: fadeup .5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.jdmenu .nav #jdmenu>li:nth-child(1){ -webkit-animation-delay: .2s;animation-delay: .2s;}
.jdmenu .nav #jdmenu>li:nth-child(2){ -webkit-animation-delay: .3s;animation-delay: .3s;}
.jdmenu .nav #jdmenu>li:nth-child(3){ -webkit-animation-delay: .4s;animation-delay: .4s;}
.jdmenu .nav #jdmenu>li:nth-child(4){ -webkit-animation-delay: .5s;animation-delay: .5s;}
.jdmenu .nav #jdmenu>li:nth-child(5){ -webkit-animation-delay: .6s;animation-delay: .6s;}
.jdmenu .nav #jdmenu>li:nth-child(6){ -webkit-animation-delay: .7s;animation-delay: .7s;}
.jdmenu .nav #jdmenu>li:nth-child(7){ -webkit-animation-delay: .8s;animation-delay: .8s;}
.jdmenu .nav #jdmenu>li:nth-child(8){ -webkit-animation-delay: .9s;animation-delay: .9s;}
.jdmenu .nav #jdmenu>li:nth-child(9){ -webkit-animation-delay: 1s;animation-delay: 1s;}
}

/*二级导航*/
.jdmenu .nav>#jdmenu>li>.dropdown{ background: #fff; min-width: 200px; border: #004b98 solid 1px; position: absolute; left: 0; top: calc(100% - 2px); display: none; z-index: 8; box-sizing: border-box;}
.jdmenu .nav>#jdmenu>li>.dropdown>li{ border-bottom: #ddd solid 1px; position: relative;}
.jdmenu .nav>#jdmenu>li>.dropdown>li>a{ color: #1e2a63; font-weight: 500; font-size: 14px; padding: 12px 20px 12px 20px; display: block; position: relative;}
.jdmenu .nav>#jdmenu>li:nth-child(3)>.dropdown>li>a:after{ content: ">"; position: absolute; right: 10px; top:10px; }

.jdmenu .nav>#jdmenu>li>.dropdown>li ul{ position: absolute; left: 100%; min-width: 180px; top: -1px; border: #004b98 solid 1px; background: #fff; display: none;  box-sizing: border-box;}
.jdmenu .nav>#jdmenu>li>.dropdown>li ul>li{ position: relative; font-size: 13px; border-bottom: #ddd solid 1px;}
.jdmenu .nav>#jdmenu>li>.dropdown>li ul>li>a{ padding: 12px 20px 12px 20px; display: block; color: #1e2a63;}

.jdmenu .nav>#jdmenu>li.lang>.dropdown>li>a:after{ display: none;}
.jdmenu .nav>#jdmenu>li.lang>.dropdown li{ width: calc((100% - 20px)/3); float: left; margin-right: 10px; margin-bottom: 10px; border-bottom: 0;}
.jdmenu .nav>#jdmenu>li.lang>.dropdown li>a{ display: flex; align-items: center; padding: 5px;}
.jdmenu .nav>#jdmenu>li.lang>.dropdown li>a>img{ margin: 0; width: 20px; margin-right: 5px;}
.jdmenu .nav>#jdmenu>li.lang>.dropdown li:nth-child(3n){ margin-right: 0;}
.jdmenu .nav>#jdmenu>li.lang>.dropdown li:nth-child(3n+1){ clear: both;}


@media (min-width: 992px) {
.jdmenu .nav>#jdmenu>li.lang>.dropdown{ width: 360px; left: inherit; right: 0; box-sizing: border-box; padding: 15px;}

.jdmenu .nav>#jdmenu>li>.dropdown{ left: 0.1rem;}
.jdmenu .nav>#jdmenu>li>.dropdown>li a{ text-overflow:ellipsis; white-space: nowrap;}
.jdmenu .nav>#jdmenu>li>.dropdown>li:hover>a{ background: #004b98; color: #fff;}
.jdmenu .nav>#jdmenu>li>.dropdown>li:last-child{ border-bottom: 0;}
.jdmenu .nav>#jdmenu>li>.dropdown>li:hover ul{ display: block;}
.jdmenu .nav>#jdmenu>li>.dropdown>li ul>li:hover a{ background: #004b98; color: #fff;}
}
@media (min-width:1230px){
.jdmenu .nav>#jdmenu>li>.dropdown{ left: 0.12rem;}
}
@media (min-width: 1px) and (max-width: 991px){
.jdmenu .nav>#jdmenu>li>.dropdown{ position: inherit; left: inherit; right: inherit; top: inherit; min-width: inherit; display: block; margin: 0;}
.jdmenu .nav>#jdmenu>li>.dropdown>li{ text-align: left; font-size: 14px;}
.jdmenu .nav>#jdmenu>li>.dropdown>li>ul{ display: block; position: inherit; left: inherit; top: inherit; padding-left: 26px;}
.jdmenu .nav>#jdmenu>li.lang>.dropdown{ right: inherit; width: 100%; background: #fff; overflow: hidden;padding: 15px; box-sizing: border-box;}
}

/*搜索*/
.search{ position: fixed; left: 0; top: 0; right: 0; transition: all 0.35s; background: rgba(0,0,0,.95); overflow: hidden; z-index: 101;}
.search[typeof="close"]{ height: 0;}
.search[typeof="on"]{ height: 100%;}
.search .close{ position: absolute; top: 30px; right: 30px; color: #fff; display: inline-block; width: 30px; cursor: pointer;}
.search .close i{  font-size: 0.3rem;}
.search .context{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; width:80%;}
.search .context .logo{ overflow: hidden; text-align: center; margin-bottom: 30px;}
.search .context form[name="keyfrom"]{ display: flex; background: #fff; width:100%}
.search .context form[name="keyfrom"] input{ flex: 1; height: 0.6rem; background: none; border: 0; padding-left: 10px; box-sizing: border-box;}
.search .context form[name="keyfrom"] button{ width: 60px; background: none; border: 0; cursor: pointer; outline: none;}
@media (min-width: 992px) {
}
@media (min-width: 1px) and (max-width: 991px) {

}
/*endregion*/


/*region banner*/
.bframe{ position: relative;}
/*flexslider*/
.bframe .flexslider{ width: 100%; position:relative;height:auto;overflow:hidden;}
.bframe .slides{  position:relative;z-index:1; width:100%;}
.bframe .slides li{height:auto; width:100%;background-position:center top; background-repeat:repeat-x; position: relative;}
.bframe .slides li img{ width:100%;}
.bframe .flex-control-nav{position:absolute; width: 100%; text-align: center; bottom: 30px; z-index: 2;}
.bframe .flex-control-nav li{ display: inline-block; list-style-type: none; transition:all .35s;}
.bframe .flex-control-nav a{ display: inline-block; width: 8px; height: 8px; line-height: 60px; cursor: pointer; color: transparent; border: 2px solid #d5d5d5; background: #fff; box-sizing: border-box; opacity: 1; overflow: hidden; margin-right: 10px; transition:all 0.5s; border-radius: 50%;}
.bframe .flex-control-nav .flex-active{ opacity: 1; border-color: #004b98;} 
.bframe .flex-direction-nav{position:absolute;z-index:88;width:100%;top:45%;}
.bframe .flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute; z-index: 99; line-height: 50px; text-align: center; color: #fff;}
.bframe .flex-direction-nav li a>i{ font-size: 40px;}
.bframe .flex-direction-nav li a.flex-prev{left:40px;}
.bframe .flex-direction-nav li a.flex-next{right:40px;}

@media (min-width:992px) {	
.bframe{ margin-top: 70px;}
}
@media (min-width:1px) and  (max-width:991px){
.bframe{ position: relative; z-index: 1;}
.bframe .flex-control-nav{ bottom: 0;}
}

/*endregion*/

/*首页*/
.iframe{ position: relative; z-index: 9; background: #f6faff;}

.iframe .item{ }
.iframe .company_left{}
.iframe .company_left .about_btn{ font-size: 14px; line-height: 25px; color: #000; margin-top: 30px; display: block;}
.iframe .company_left .about_btn span{ color: #255ab1; font-size: 16px; float: right;}
.iframe .company_center{ color: #8893b9; font-family: WorkSans; font-size: 15px; line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 10; overflow: hidden;}
.iframe .company_right{ position: relative;}
.iframe .company_right .company_video{ background: #004b98; color: #fff; line-height: 78px; height: 78px; position: absolute; left: 0; top: 0; width: 100%; transform:translateY(-100%); text-transform: uppercase; font-size: 0.2rem; cursor: zoom-in; display: flex; align-items: center; justify-content: center;}
.iframe .company_right .company_video i{ font-size: 0.48rem; margin-left: 10px;}
.iframe .company_right .about_img{}
.iframe .company_right .about_img img{ width: 100%;}
@media (min-width:992px) {	
.iframe .container{ display: flex; align-items: center;}
.iframe .item{ width: calc((100% - 1.2rem)/3); margin: 0; margin-right: 0.6rem;}
.iframe .item:last-child{ margin-right: 0;}
}
@media (min-width:1px) and  (max-width:991px){
.iframe{ padding: 30px 0 0 0;}
.iframe .company_left{ margin-bottom: 20px;}
.iframe .company_left .about_btn{ margin-top: 15px;}
.iframe .company_center{ font-size: 13px; line-height: 2;}
.iframe .company_right{ margin-top: 15px;}
.iframe .company_right .company_video{ position: inherit; left: inherit; top: inherit; transform: none; line-height: 60px; height: 60px;}
}

.indextit{ overflow: hidden; }
.indextit h2{  font-family: "robotocondensed-light-webfont"; font-size: 0.4rem; line-height: 1.3; font-weight: 100; text-transform: uppercase; color: #031b4e;}

.indextit p{ font-size: 18px; line-height: 24px; max-width: 60%; margin-top: 20px; color: #031b4e; font-family:WorkSans;}
@media (min-width:992px) {	
}
@media (min-width:1px) and  (max-width:991px){
.indextit h2{ font-size: 20px;}
.indextit p{ max-width: inherit; font-size: 12px; line-height: 1.5; margin-top: 10px;}
}

.iframe1{ overflow: hidden; padding: 0.5rem 0;}
.iframe1 .indextit{ text-align: center;}
.iframe1 .list{ overflow: hidden; margin-top: 0.5rem; position: relative;}
.iframe1 .list .swiper-slide{ overflow: hidden; position: relative; margin: 0; box-sizing: border-box; padding: 1px;}
/*.iframe1 .list .swiper-slide .feature_img{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: -1;}
.iframe1 .list .swiper-slide .feature_img .item_mask{ overflow: hidden; z-index: 7;}
.iframe1 .list .swiper-slide .feature_img .item_mask img{ width: 100%}
.iframe1 .list .swiper-slide .feature_img:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 8; background: rgba(51,104,198,.75);}
.iframe1 .list .swiper-slide .feature_img .item_icon{ position: absolute; left: 0.25rem; top: 0.4rem; z-index: 9;}*/
.iframe1 .list .swiper-slide .ipto{ overflow: hidden; background: #fff; border: 1px solid #e1eeff;position: relative; box-sizing: border-box;}
.iframe1 .list .swiper-slide .ipto .ipti{ overflow: hidden; padding: 0.5rem 0;}
.iframe1 .list .swiper-slide .ipto .ipti img{ width: 100%; transition: all 0.5s;}
.iframe1 .list .swiper-slide .ipto .ipti:before{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; width: 0; height: 0; background: rgba(0,75,152,0.5);}
.iframe1 .list .swiper-slide .ipto .iptz{ overflow: hidden; padding: 0 0.25rem;}
.iframe1 .list .swiper-slide .ipto .iptz h3{ margin: 20px 0; font-size: 23px; color: #031b4e; text-transform: capitalize; line-height: 1.3; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-align: center; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
.iframe1 .list .swiper-slide .ipto .iptz span{ display: none; border-top: 1px solid #e1eeff; font-size: 13px; text-transform: uppercase; font-family: WorkSans; color: #031b4e; padding: 0.2rem 0; font-weight: bold;}
.iframe1 .list .swiper-pagination{ position: inherit; left: inherit; bottom: inherit; margin-top: 30px;}
.iframe1 .list .swiper-pagination .swiper-pagination-bullet{ border: 2px solid #cbcbcb; background: #fff; width: 10px; height: 10px; box-sizing: border-box; margin: 0 3px;}
.iframe1 .list .swiper-pagination .swiper-pagination-bullet-active{ border-color: #004b98}
@media (min-width:992px) {	
/*.iframe1 .list .swiper-slide:hover .ipto{ background: none;}*/
/*.iframe1 .list .swiper-slide:hover .ipto .ipti{ opacity: 0;}*/
/*.iframe1 .list .swiper-slide:hover .ipto h3{ color: #fff;}
.iframe1 .list .swiper-slide:hover .ipto span{ color: #fff;}*/
.iframe1 .list .swiper-slide:hover .ipto .ipti img{ transform: scale(1.15)}
.iframe1 .list .swiper-slide:hover .ipto .ipti:before{ width: 100%; height: 100%;}
.iframe1 .list .swiper-slide:hover .ipto .iptz h3{ color: rgba(51,104,198,1)}
}
@media (min-width:1px) and  (max-width:991px){
.iframe1{ padding: 30px 0;}
.iframe1 .list .swiper-slide .ipto .iptz h3{ font-size: 14px; margin-bottom: 10px;}
.iframe1 .list .swiper-slide .ipto .iptz span{ font-size: 11px; padding: 0.1rem 0;}
}

.iframe2{ overflow: hidden; padding-left: calc((100% - 1170px)/2); }
.iframe2 .indextit h2 span{ font-size: 0.3rem; line-height: 1.2; display: inline-block;}
.iframe2 .service_wrap{ position: relative;}
.iframe2 .service_programa{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); padding: 0.4rem 0.5rem; width: 5.85rem; background: #004b98; box-sizing: border-box;}
.iframe2 .service_programa .indextit{ margin-bottom: 25px;}
.iframe2 .service_programa .indextit h2{ color: #fff;}
.iframe2 .service_programa .service_tabs{ border-bottom: 1px solid rgba(255,255,255,.5); margin-bottom: 30px;}
.iframe2 .service_programa .service_tabs li{ padding: 10px 20px 15px 0; font-size: 15px; font-weight: 500; text-transform: uppercase; display: inline-block; margin-right: 20px; color: rgba(255,255,255,.8);}
.iframe2 .service_programa .service_tabs li.active{ border-bottom: 1px solid #fff; color: #fff;}
.iframe2 .service_programa .service_items{ overflow: hidden;}
.iframe2 .service_programa .service_items .service_item{ overflow: hidden;}
.iframe2 .service_programa .service_items .service_item p{ font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.8); height: 4.8em; overflow: hidden;}
.iframe2 .service_programa .service_items .service_item ul{ position: relative; margin-top: 36px; padding: 0 15px; height: 70px; overflow: hidden; display: block;}
.iframe2 .service_programa .service_items .service_item ul li{ width: 50%; font-size: 15px; margin-bottom: 10px; float: left; color: rgba(255,255,255,.8); line-height: 24px;}
.iframe2 .service_programa .service_items .service_item ul li:before{ content: ">"; display: inline-block; margin-right: 10px; font-size: 18px;}
.iframe2 .service_img{ width: 80%; margin-right: 0;}
@media (min-width:992px) {
	.iframe2 .service_programa{ height: 5.14rem;}
}
@media (min-width:1px) and  (max-width:991px){
.iframe2{  padding: 0; }
.iframe2 p{ font-size: 14px; padding: 0;}
.iframe2 .service_programa{ position: inherit; left: inherit; top: inherit; transform: none; padding: 15px; width: 100%; background: rgba(51,104,198,0.7); }
.iframe2 .service_programa .indextit{ margin-bottom: 15px;}
.iframe2 .service_programa .service_tabs{ margin-bottom: 20px;}
.iframe2 .service_programa .service_tabs li{ font-size: 13px; margin-right: 10px;}
.iframe2 .service_programa .service_items .service_item p{ font-size: 13px;}
.iframe2 .service_programa .service_items .service_item ul{ margin-top: 20px;}
.iframe2 .service_programa .service_items .service_item ul li{ font-size: 13px;}
.iframe2 .service_img{ position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover;}
.iframe2 .service_img img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
}

.iframe3{ padding: .7rem  0; margin: 0.3rem 0; position: relative; background: url("../images/map-new.jpg") center top;}
.iframe3 .indextit{ text-align: center;}
.iframe3 .list{ overflow: hidden; margin-top: 0.45rem;}
.iframe3 .list .item{ width: calc((100% - 90px)/4); margin-right: 30px; float: left;}
.iframe3 .list .item .img{ overflow: hidden; margin-bottom: 20px;}
.iframe3 .list .item .txt{ overflow: hidden;}
.iframe3 .list .item .txt span{ color: #004b98; font-size: 0.6rem; line-height: 1; font-weight: bold;}
.iframe3 .list .item .txt h3{ margin: 10px 0; font-size: 18px; color: #031b4e; line-height: 28px;}
.iframe3 .list .item .txt p{ font-family: WorkSans; color: #1a1a1a; font-size: 15px; line-height: 24px;}
@media (min-width:992px) {	
.iframe3 .list .item:last-child{ margin-right: 0;}
.iframe3 .list .item:hover .txt h3{ color: #004b98;}
}
@media (min-width:1px) and  (max-width:991px){
.iframe3{ padding: 30px 0; margin: 0;}
.iframe3 .list .item{ width: calc((100% - 15px)/2); margin-right: 15px; margin-bottom: 15px;}
.iframe3 .list .item:nth-child(2n){ margin-right: 0;}
.iframe3 .list .item .txt span{ font-size: 0.4rem;}
.iframe3 .list .item .txt h3{ font-size: 14px;}
.iframe3 .list .item .txt p{ font-size: 12px; line-height: 1.5}
}

.iframe4{ overflow: hidden; margin-top: .9rem; padding: 0.9rem 0; position: relative;}
.iframe4:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 60%; background: #004b98; z-index: -1}
.iframe4 .indextit{ display: flex; justify-content: space-between; align-items: center;}
.iframe4 .indextit h2{ color: #fff; margin: 0;}
.iframe4 .indextit .btnlist{ display: inline-flex; align-items: center; margin: 0;}
.iframe4 .indextit .btnlist .btn{ display: inline-flex; cursor: pointer; outline: none;}
.iframe4 .indextit .btnlist .btn i{ font-size: 0.3rem; color: #fff;}
.iframe4 .list{ overflow: hidden; margin-top: 0.45rem;}
.iframe4 .list .ipto{ overflow: hidden;}
.iframe4 .list .ipto .ipti{ overflow: hidden;}
.iframe4 .list .ipto .ipti img{ width: 100%; transition: all 1s ease-in-out;}
.iframe4 .list .ipto .iptz{ overflow: hidden; padding: 20px 0 5px 0;}
.iframe4 .list .ipto .iptz span{ color: #8893b9; text-transform: uppercase; font-size: 15px; line-height: 24px; font-family: WorkSans;}
.iframe4 .list .ipto .iptz h3{ color: #031b4e; font-size: 20px; line-height: 26px; text-transform: capitalize;}
@media (min-width:992px) {	
.iframe4 .list .ipto:hover .ipti img { transform: scale(1.1);}
.iframe4 .list .ipto:hover .iptz h3 { color: #004b98; }
}
@media (min-width:1px) and  (max-width:991px){
.iframe4{ margin: 0; padding: 30px 0;}
.iframe4 .list .ipto .iptz{ padding: 10px 0 5px 0;}
.iframe4 .list .ipto .iptz span{ font-size: 12px; line-height: 1.5;}
.iframe4 .list .ipto .iptz h3{ font-size: 14px; line-height: 1.5;}
}

.iframe5{ overflow: hidden; padding-bottom: 0.9rem;}
.iframe5 .indextit{ text-align: center;}
.iframe5 .list{ margin-top: 0.45rem;}
.iframe5 .list .swiper-slide{}
.iframe5 .list .swiper-slide .item{ display: flex; justify-content: space-between; align-items: center;}
.iframe5 .list .swiper-slide .item .img{ width: 0.8rem; height: 0.8rem; border-radius: 50%; overflow: hidden;}
.iframe5 .list .swiper-slide .item .txt{ flex: 1; margin-left: 20px;}
.iframe5 .list .swiper-slide .item .txt h3{ color: #004b98; font-size: 16px; text-transform: uppercase; line-height: 24px; font-weight: bold; letter-spacing: 0.5px;}
.iframe5 .list .swiper-slide .item .txt h4{ color: #8893b9; font-size: 13px; text-transform: capitalize; line-height: 24px;}
.iframe5 .list .swiper-slide .conter{ overflow: hidden; margin-top: 30px; font-size: 18px; padding: 0 0.5rem; font-weight: 400; color: #8893b9; font-family: WorkSans; position: relative;}
.iframe5 .list .swiper-slide .conter:before{ content: "\e63c"; position: absolute; left: 0; top: 0; font-size: 30px; opacity: 0.2; line-height: 34px;font-family:iconfont!important;}
.iframe5 .list .swiper-pagination{ position: inherit; left: inherit; bottom: inherit; margin-top: 30px;}
.iframe5 .list .swiper-pagination .swiper-pagination-bullet{ border: 2px solid #cbcbcb; background: #fff; width: 10px; height: 10px; box-sizing: border-box; margin: 0 3px;}
.iframe5 .list .swiper-pagination .swiper-pagination-bullet-active{ border-color: #004b98}
@media (min-width:992px) {	
}
@media (min-width:1px) and  (max-width:991px){
.iframe5{ padding-bottom: 30px;}
.iframe5 .list .swiper-slide .item .txt h3{ font-size: 13px;}
.iframe5 .list .swiper-slide .item .txt h4{ font-size: 11px;}
.iframe5 .list .swiper-slide .conter{ margin-top: 15px; font-size: 14px;}
}

.iframe6{ overflow: hidden; padding: 0.6rem 0; text-align: center;}
.iframe6 h2{ color: #fff; font-size: 0.4rem; text-transform: capitalize; font-weight: bold;}
.iframe6 p{ color: #fff; font-family: WorkSans; font-size: 18px; line-height: 28px; margin-top: 40px;}
.iframe6 a{ color: #fff; display: inline-block; background: #4d93e9; width: 228px; line-height: 50px; margin-top: 40px; text-transform: uppercase; font-weight: bold; font-size: 14px; border: 1px solid transparent;}
.iframe6 a:hover{ background: #004b98; border: 1px solid #fff; }
@media (min-width:992px) {	
}
@media (min-width:1px) and  (max-width:991px){
.iframe6{ padding: 30px 0;}
.iframe6 h2{ font-size: 24px;}
.iframe6 p{ margin-top: 20px; font-size: 14px; line-height: 1.5}
.iframe6 a{ line-height: 40px; margin-top: 20px;}
}


.iframe7{ overflow: hidden; padding: 0.9rem 0;}
.iframe7 .indextit{ display: flex; justify-content: space-between; align-items: center;}
.iframe7 .indextit h2{ margin: 0;}
.iframe7 .indextit .news_more{ margin: 0; border: 1px solid transparent; background: #004b98; color: #fff; text-transform: uppercase; font-size: 14px; padding: 10.5px 40px;}
.iframe7 .indextit .news_more:hover { border: 1px solid #004b98; color: #004b98; background: #fff; }
.iframe7 .list{ overflow: hidden; margin-top: 0.45rem; display: flex; flex-wrap: wrap; justify-content: space-between;}
.iframe7 .list .ipto{ overflow: hidden; margin: 0; width: calc((100% - 0.6rem)/3); margin-right: 0.3rem; box-sizing: border-box; border: 1px solid #f5f5f5;}
.iframe7 .list .ipto .ipti{ overflow: hidden; position: relative; }
.iframe7 .list .ipto .ipti:before{ content: ""; position: absolute; left: 10px; top: 10px; background: url("../images/new_icon.png") no-repeat; background-size: 100%; width: 0.6rem; height: 0.6rem;}
.iframe7 .list .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.iframe7 .list .ipto .iptz{ overflow: hidden; padding: 15px;}
.iframe7 .list .ipto .iptz h4{ font-size: 12px; text-transform: uppercase; color: #004b98; line-height: 1; margin: 6px 0; letter-spacing: 1px;}
.iframe7 .list .ipto .iptz h4 span{ display: inline-block; margin-right: 10px;}
.iframe7 .list .ipto .iptz h3{ font-size: 0.23rem; font-weight: 700; line-height: 1.5; color: #031b4e; text-transform: capitalize; margin-bottom: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.iframe7 .list .ipto .iptz p{ font-size: 15px; line-height: 1.6; color: #8893b9; font-family: "WorkSans"; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.iframe7 .list .ipto .iptz .new_more{ border-top: 1px solid #f2f2f2; padding-top: 25px; margin-top: 25px; display: block; color: #031b4e; text-transform: uppercase; font-weight: "WorkSans"; font-weight: bold; line-height: 1.7; font-size: 14px; transition: all 0.35s;}
.iframe7 .list .ipto .iptz .new_more i{ display: inline-block; margin-left: 10px;}
@media (min-width:992px) {	
.iframe7 .list .ipto:nth-child(3){ margin-right: 0}
.iframe7 .list .ipto:nth-child(4){ display: none;}
.iframe7 .list .ipto .iptz .new_more:hover{ padding-left: 10px; color: #004b98;}
}
@media (min-width:1px) and (max-width:991px){
.iframe7 .list .ipto{ width: calc((100% - 15px)/2); margin-right: 15px; margin-bottom: 15px;}
.iframe7 .list .ipto .iptz p{ display: none;}
.iframe7 .list .ipto .iptz .new_more{ display: none;}
.iframe7 .list .ipto:nth-child(2n){ margin-right: 0}
}


.list-link{ overflow: hidden; padding: 15px 0;}
.list-link li{ display: inline-block; font-size: 14px; margin-right: 10px;}


/*region 底部*/
.footer{  position: relative; overflow: hidden; padding: 0.6rem 0 ; background: #f6faff;}
.footer .container{ display: flex; justify-content: space-between}
.footer .foot h2{ margin-bottom: 24px; color: #031b4e; text-transform: uppercase; font-weight: 700; font-size: 16px; line-height: 24px;}
.footer .foot li{ margin-bottom: 10px;box-sizing: border-box;}
.footer .foot li>a{ display: block; color: #8893b9; font-size: 14px; text-transform: capitalize; font-family: WorkSans; line-height: 24px; transition: all 0.35s;  white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
.footer .foot li:hover>a{ color: #004b98; }


.footer .foot.f1 .footlogo{ }

.footer .foot.f6 p{ margin-bottom: 10px; padding-left: 25px; color: #8893b9; font-family: WorkSans; font-size: 14px; line-height: 24px; position: relative;}
.footer .foot.f6 p>a{ color: #8893b9;}
.footer .foot.f6 p:before{ content: "\e62c"; position: absolute; left: 0; top: 0; font-size: 18px; font-family:iconfont!important;}
.footer .foot.f6 p:nth-child(3):before{ content: "\eb23"; }
.footer .foot.f6 p:nth-child(4):before{ content: "\e848"; }
.footer .foot.f6 p:nth-child(5):before{ content: "\e645"; }
.footer .foot.f6 .share{}
.footer .foot.f6 .share a{ display: inline-block; margin-right: 5px;}
.footer .foot.fv .share a i{ font-size: 0.24rem;}

.footer .foot.f6 .btn{cursor:pointer; font-weight:400; position:relative; color:#fff; font-size:20px; line-height:43px; border:1px solid #004b98; padding:0px .25rem; text-transform:capitalize; background:url("../images/iocn.png") no-repeat 96% 13px #004b98; transition:all ease-in-out .3s; display: block; margin-top: 0.25rem; letter-spacing: .38px; }
.footer .foot.f6 .btn:hover{ border-color: #004b98; background-color: #fff; color: #004b98; background-position: 96% -13px; }
@media (min-width:992px) {
.footer .foot{ display: inline-block; margin: 0; flex: 0 0 16.66%; margin-right: 0.3rem;}
.footer .foot:last-child{ margin-right: 0;}
.footer .foot.f2{ flex: 0 0 10%;}
.footer .foot.f4{ flex: 0 0 18%;}
.footer .foot.f5{ flex: 0 0 13%;}
.footer .foot.f6{ flex: 0 0 20%;}
}
@media (min-width:1px) and  (max-width:991px){
.footer{ display: none;}
}

.htmltop{ position: fixed; right: 15px; bottom: 60px; z-index: 9;}
@media (min-width:1px) and  (max-width:991px){
.htmltop{ display: none;}
}


.footleave{ display: none; padding:0 30px 15px 30px;}
@media (min-width:1px) and  (max-width:991px){

}
/*endregion*/

/*region 语种工具*/
.footer_language{overflow: hidden; padding: 15px 0; }
.footer_language>.container>ul{display: flex;}
.footer_language>.container>ul>li{margin-right:3px; display: inline-block;}
.footer_language>.container>ul>li>a{font-size:12px; line-height:2em; color: #333;}
.footer_language>.container>ul>li>a>img{border:solid 1px #eaeaea; }
.footer_language>.container>ul>li>a>span{font-size:12px; line-height:2em;}
.footer_language>.container>ul>li:last-child{ margin-right: 0px;}
@media (min-width:992px) {
.footer_language>.container{ width: 980px}
}
@media (min-width:1230px){
    .footer_language>.container>ul>li{ margin-right: 17px;}
}
@media (min-width:1px) and (max-width:991px){
.footer_language{ display: none;}
}
/*endregion*/

/*region 版权*/
.copy{ font-size: 14px; font-weight: bold; overflow: hidden; color: #8893b9; background: #f6faff; font-family: WorkSans;}
.copy a{ color: #8893b9;}
.copy .container{ border-top: 1px solid #e5e5e5; padding: 0.5rem 0;}
@media (min-width:992px) {
.copy{ text-align: center;}
.copy p{ display: inline-block; float: left;}
.copy p:last-child{ float: right;}
}
@media (min-width:1px) and (max-width:991px){
.copy{ margin-bottom: 25px; font-size: 12px; border: 0; margin-top: 0; padding: 0;}
.copy .container{ padding: 15px 0;}
}
/*endregion*/


/*region手机底部导航*/
.mobMenu{ position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 10; background: #004b98; display: none; box-shadow: 0 0 10px #d5d5d5;}
.mobMenu>.foot_nav{width:50%;float:left;text-align:center;color:#898989;font-size:12px; font-family: "Arial"}
.mobMenu>.foot_nav>a{ color: #fff; display: block; display: flex; align-items: center; padding: 5px 15px; justify-content: center;}
.mobMenu>.foot_nav>a>i.iconfont{display:block;padding:3px 0 0 0;font-size:16px; color: #fff; margin-right: 5px; margin-top: -2px;}
.mobMenu>.foot_nav:nth-child(2){ background: #000;}
@media (min-width:1px) and (max-width:991px){
    .mobMenu{ display: block;}
}
/*endregion*/


/*内页*/
.body{}
.nbframe{ position: relative; }
.nbframe img{ width: 100%;}
.nbframe .txt{ position: absolute; top: 50%; transform: translateY(-50%); text-align: right; z-index: 2; left: 0; right: 0; color: #fff; font-size: 14px;}
.nbframe .here{ display: inline-flex; justify-content: center; align-items: center; margin: auto 5px; color: #fff; overflow: hidden;}
.nbframe .here:before{ content: "/";}
.nbframe a{ display: inline-block; color: #004b98; font-size: 14px; }
@media (min-width:992px){
.nbframe{ overflow: hidden;}
}

@media (min-width:1px) and (max-width:991px){
.nbframe{}
}
/*region 左侧导航栏目*/
.left_nav{ overflow: hidden; padding: 0.3rem 0; width: 260px; float: left;}
.left_nav>.lbt{ overflow: hidden; margin-bottom: 0.3rem;}
.left_nav>.lbt h2{ letter-spacing: 1px; font-weight: bold; color: #fff; font-size: 18px; text-transform: capitalize; background: #004b98; padding: 0.15rem 0.15rem;}
.left_nav>.lbt>ul{ padding: 0.2rem 0; background: #efefef;}
.left_nav>.lbt>ul>li{ display: block; font-size: 14px; border-bottom: 1px #dddddd solid; text-align: left; position: relative;}
.left_nav>.lbt>ul>li>a{ display: block; padding: 0 .2rem 0 0.3rem; border-radius: 5px; line-height: 0.5rem; color: #231f20; position: relative;}
.left_nav>.lbt>ul>li>a:before{ content: ""; position: absolute; left: 0.15rem; top: 22px; width: 5px; height: 5px; background: #231f20;}
.left_nav>.lbt>ul>li>i{  position: absolute; right: 20px; top: 17px;  z-index: 8; cursor: pointer; }
.left_nav>.lbt>ul>li>i:before{ content: "\e64c"}
.left_nav>.lbt>ul>li:last-child{ border-bottom: 0;}

.left_nav>.lbt>ul>li:hover>a,.left_nav>.lbt>ul>li.active>a{ color: #004b98;}
.left_nav>.lbt>ul>li:hover>i,.left_nav>.lbt>ul>li.active>i{ color: #004b98;}
.left_nav>.lbt>ul>li.active>i{ transform: rotate(-180deg)}
.left_nav>.lbt>ul>li.active>ul{ display: block}

.left_nav>.lbt>ul>li>ul{ padding: 0 0.2rem; display: none;}
.left_nav>.lbt>ul>li>ul>li{}
.left_nav>.lbt>ul>li>ul>li>a{ display: block; padding: 0 0.15rem; line-height: 0.3rem; position: relative;}
.left_nav>.lbt>ul>li>ul>li>a:before{ content: ""; display: inline-flex; width: 3px; height: 3px; background: #231f20; position: absolute; left: 0; top: 50%;}
.left_nav>.lbt>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li.active>a{ color: #004b98;}

.left_nav>.lbt .list{ margin-top: 0.25rem;}
.left_nav>.lbt .list .hotproduct{}
.left_nav>.lbt .list .hotproduct .swiper-slide{}
.left_nav>.lbt .list .hotproduct .ipto{ overflow: hidden;}
.left_nav>.lbt .list .hotproduct .ipto .ipti{ overflow: hidden; border: 1px solid #d7d7d7; box-sizing: border-box;}
.left_nav>.lbt .list .hotproduct .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.left_nav>.lbt .list .hotproduct .ipto .iptz{ overflow: hidden; padding: .22rem 0; box-sizing: border-box;}
.left_nav>.lbt .list .hotproduct .ipto .iptz h3{ font-size: 14px; letter-spacing: 0.5px; color: #575757; text-align: center;}

.left_nav>.lbt .list .hotproduct .btn{ position: absolute; top: 40%; z-index: 3; cursor: pointer; outline: none; background: #004b98; padding: 5px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;}
.left_nav>.lbt .list .hotproduct .btn i{ display: inline-block; color: #fff;}
.left_nav>.lbt .list .hotproduct .btn-prev{ left: 0;}
.left_nav>.lbt .list .hotproduct .btn-prev i{ transform: rotate(180deg)}
.left_nav>.lbt .list .hotproduct .btn-next{ right: 0;}

@media (min-width:992px){
   
}
@media (min-width:1px) and (max-width:991px){
.left_nav{ width: auto; float: none; padding: 30px 0 0 0;}
.left_nav>.lbt{ margin-bottom: 0;}
.left_nav>.lbt h2{ padding: 15px; margin-bottom: 5px;}
.left_nav>.lbt>ul{display: none; transition: all 0.35s;}
.hidden-xs{ display: none!important;}
}

/*endregion*/

/*右侧*/
.right_detail{ width: calc(100% - 300px); float: right; height: auto; padding: 30px 0px;}
@media (min-width:1px) and (max-width:991px){
.right_detail{ width: auto; float: none; padding: 0 0 30px 0;}
}

/*region 面包屑*/
.location{ overflow: hidden; padding: 14px 0; border-bottom: 1px solid #333; margin-bottom: 30px;}
.location .txt{ color: #666; overflow: hidden; text-transform: capitalize; font-size: 14px;}
.location .txt #ProShare{ display: inline-block; float: right; margin-top: 3px;}
.location .home{ color: #666; margin-right: 10px; display: none; font-size: 14px; position: relative;}
.location .home:before{ content: "";}
.location .here{ display: inline-flex; justify-content: center; align-items: center; margin: auto 5px; color: #666; overflow: hidden;}
.location .here:before{ content: "\e65d";}
.location a{ display: inline-block; color: #666; font-size: 14px; }
@media (min-width:992px){

}
@media (min-width:1px) and (max-width:991px){
.location{ display: block; text-align: left;}
.location .txt{ font-size: 12px;}
.location .home{ font-size: 12px;}
.location a{ font-size: 12px;}
.location .here{ margin: 0 1px; font-size: 10px;}
.location .txt #ProShare{ display: block; float: none; margin-top: 10px;}
}
/*endregion*/

/*横屏导航*/
.footer__subnavSelect{width:100%;background:#004b98;height:45px;border:0;border-bottom:1px solid #004b98;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff;padding:2px 15px 0;background-image:url("../images/arrow-down-select.svg");background-repeat:no-repeat;background-position-x:95%;background-position-y:center;background-size:15px;outline:0;display:none; filter: drop-shadow(144px 0 0 #fff);}
@media (min-width:1px) and (max-width:991px){

.footer__subnavSelect{ display: block;}
}

.page-top{ overflow: hidden; background:#f7f7f7; padding:20px; border-bottom:2px solid #ededed;font-size:20px; font-weight:bold; text-transform:uppercase; text-align: center;}
.page-top .txt{ color: #666; overflow: hidden; text-transform: capitalize; font-size: 14px; text-align: left;}
.page-top .home{ color: #666; margin-right: 10px; display: none; font-size: 14px; position: relative;}
.page-top .home:before{ content: "";}
.page-top .here{ display: inline-flex; justify-content: center; align-items: center; margin: auto 5px; color: #666}
.page-top .here:before{ content: ">";}
.page-top a{ display: inline-block; color: #666; font-size: 14px; }

.page-title { font-size:30px; text-transform:uppercase;color:#393836; font-weight:bold; padding:40px 0px; line-height:50px; text-align: center;}
.page-title:after {content:""; border-bottom:3px solid #e5e5e5;display:block;width:30px; margin:0 auto; margin-top:30px;}
.page-content { font-size:16px; line-height:26px; border-bottom:1px solid #666; padding-bottom:50px;font-weight:normal; text-align: center;}

@media (min-width:1px) and (max-width:991px){
.page-title{ font-size: 24px; padding: 20px 0; line-height: 2;}
.page-title:after{ margin-top: 15px;}
.page-content { font-size: 14px; line-height: 1.8; padding-bottom: 30px;}
}

/*单页面*/
.atitlebody{ padding: 0.5rem 0;}
.atitle{ overflow: hidden;  box-sizing: border-box;}
@media (min-width:1px) and (max-width:991px){
.atitlebody{ padding: 15px 0;}
}
.neirnr{ overflow: hidden; padding: 30px 0;}
@media (min-width:1px) and (max-width:991px){
}

.business{ overflow: hidden; padding: 0.5rem 0;}
.business .p{ font-size: 30px; margin-bottom: 25px; color: #000;}
.business .list{ overflow: hidden;}
.business .list .item{ overflow: hidden; margin-bottom: 20px;}
.business .list .item .tit{ overflow: hidden; background: #004b98; padding: 35px 37px 10px; color: #fff;}
.business .list .item .tit h2{ font-size: 0.76rem; line-height: 1.5;}
.business .list .item .tit h3{ font-size: 30px; line-height: 1.3;}
.business .list .item .txt{ border: 1px solid #004b98;}
.business .list .item .txt .img{}
.business .list .item .txt .conter{ overflow: hidden; padding: 39px 60px 39px 26px; box-sizing: border-box;}
.business .list .item .txt .conter h3{ color: #000; padding-bottom: 13px; font-size: 21px;}
.business .list .item .txt .conter p{ font-size: 14px; line-height: 2; color: #666; font-family: "WorkSans";}
.business .context{ display: flex; flex-wrap: wrap;}
.business .context .item{ overflow: hidden; border: 1px solid #004b98; padding: 35px 37px 10px; color: #fff; box-sizing: border-box;}
.business .context .item:nth-child(1){ background: #004b98;}
.business .context .item h2{ font-size: 0.76rem; line-height: 1;}
.business .context .item h3{ color: #000; padding-bottom: 13px; font-size: 21px;}
.business .context .item p{ font-size: 14px; line-height: 2; color: #666; font-family: "WorkSans";}
@media (min-width:992px) {	
.business .list .item{ display: flex; justify-content: space-between;}
.business .list .item .tit{ width: calc(33.33% - 12px); box-sizing: border-box;}
.business .list .item .txt{ flex: 1; margin-left: 20px; box-sizing: border-box; display: flex;}
.business .list .item .txt .img{ flex: 1;}
.business .list .item .txt .conter{ flex: 2.5;}
.business .list .item:nth-child(2n){ flex-direction: row-reverse;}
.business .list .item:nth-child(2n) .txt{ margin-left: inherit; margin-right: 30px;}
.business .context .item{ width: calc((100% - 40px)/3); margin: 0; margin-right: 20px; margin-bottom: 20px;}
.business .context .item:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:991px){
.business .p{ font-size: 14px; margin-bottom: 15px;}
.business .list .item .tit{ padding: 15px;}
.business .list .item .tit h2{ font-size: 18px;}
.business .list .item .tit h3{ font-size: 14px;}
.business .list .item .txt .conter{ padding: 15px;}
.business .list .item .txt .conter h3{ font-size: 15px;}
.business .list .item .txt .conter p{ font-size: 12px;}
.business .context .item{ width: 100%; padding: 15px; margin-bottom: 15px;}
.business .context .item h2{ font-size: 18px;}
.business .context .item h3{ font-size: 16px;}
.business .context .item p{ font-size: 12px;}
}

/*产品中心*/
.outputlist{ overflow: hidden; margin-top: 30px;}
.outputlist .ipto{ width: calc((100% - 60px)/4); float: left; margin-right: 20px; margin-bottom: 40px;}
.outputlist .ipto .ipti{ overflow: hidden; border: 1px solid #f8f8f8;}
.outputlist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.outputlist .ipto .iptz{ overflow: hidden; border: 1px solid #e6e6e6; text-align: center;}
.outputlist .ipto .iptz h3{ padding: 19px 15px; font-size: 22px;}
@media (min-width:992px) {	
.outputlist .ipto:nth-child(4n){ margin-right: 0;}
.outputlist .ipto:hover .iptz h3{color:#fff; background:#133984;}
}
@media (min-width:1px) and (max-width:991px){
.outputlist{ padding: 30px 0;}
.outputlist .ipto{ width: calc((100% - 20px)/2); margin-bottom: 20px}
.outputlist .ipto:nth-child(2n){ margin-right: 0;}
.outputlist .ipto .iptz h3{ padding: 7px 15px; font-size: 16px;}
}

.productslist{ overflow: hidden;}
.productslist .ipto{ width: calc((100% - 0.5rem)/3); float: left; margin-right: 0.25rem; margin-bottom: 0.25rem;}
.productslist .ipto .ipti{ overflow: hidden; border: 1px solid #d7d7d7; box-sizing: border-box;}
.productslist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.productslist .ipto .iptz{ overflow: hidden; padding: .22rem 0; box-sizing: border-box;}
.productslist .ipto .iptz h3{ font-size: 14px; letter-spacing: 0.5px; color: #575757; text-align: center;}
@media (min-width:992px){
.productslist .ipto:nth-child(3n){ margin-right: 0;}
.productslist .ipto:nth-child(3n+1){ clear: both;}
.productslist .ipto:hover .ipti img{ transform: scale(1.1)}
} 
@media (min-width:1px) and (max-width:991px){
.productslist{ padding: 3vw 0;}
.productslist .ipto{ width: calc((100% - 0.15rem)/2); margin-right: 0.15rem; margin-bottom: 0.15rem;}
.productslist .ipto:nth-child(2n){ margin-right: 0;}
.productslist .ipto .iptz h3{ font-size: 12px;}
}

/*产品详情*/
.details{ overflow: hidden; margin-top: 40px;}

.details .html{ overflow: hidden; background: #fff; box-shadow: 0 0 5px #f5f5f5;}
.details .html .bigimg{ overflow: hidden; box-sizing: border-box;}
.details .html .bigimg .gallery-top .swiper-slide{ overflow: hidden; box-sizing: border-box; border: 1px solid #f5f5f5; text-align: center;}
.details .html .bigimg .gallery-top .btn{ display: inline-flex; top: 50%; transform: translateY(-50%); z-index: 5; position: absolute; cursor: pointer; outline: none;}
.details .html .bigimg .gallery-top .btn i{ font-size: 0.3rem;}
.details .html .bigimg .gallery-top .btn-prev{ left: 0;}
.details .html .bigimg .gallery-top .btn-next{ right: 0;}
.details .html .bigimg .gallery-thumbs{ margin-top: 0.1rem;}
.details .html .bigimg .gallery-thumbs .swiper-slide{ opacity: 0.3; cursor: pointer; margin: 0;}
.details .html .bigimg .gallery-thumbs .swiper-slide-thumb-active{ opacity: 1;}
.details .html .txt{ overflow: hidden;}
.details .html .txt h1{ font-size: 24px; color: #004b98; font-weight: bold;}
.details .html .txt .context{ overflow: hidden; border-bottom: 1px solid #ddd; padding: 0.1rem 0rem 0.3rem 0rem; color: #666; font-size: 16px; line-height: 2;}
.details .html .txt h2{ font-size: 18px; margin-top: 0.3rem; font-weight: bold; color: #000;}
.details .html .txt .downlistp{ overflow: hidden; font-size: 16px;}
.details .html .txt .downlistp a{ color: #004b98; line-height: 2;}
.details .html .txt .concp{ overflow: hidden; margin-top: 0.3rem; font-size: 16px; line-height: 2;}
.details .html .txt .concp a{ background: #004b98; padding: 0.1rem 0.4rem; font-size: 0.2rem; color: #fff; display: inline-block;}

.details .details-txt{ overflow: hidden; background: #fff; margin-top: 0.3rem;}

.details .xgeffect{ overflow: hidden; margin-bottom: 0.35rem;}
.details .xgeffect .detailtop{ overflow: hidden; border-bottom: 1px solid #dbdbdb;}
.details .xgeffect .detailtop h2{ display: inline-block; padding: 0rem 0.4rem; line-height: 0.4rem; text-transform: capitalize; cursor: pointer; font-size: 16px; text-align: center; margin-bottom: -1px; box-sizing: border-box; background: #004b98; color: #fff;}
.details .xgeffect .detalist{ overflow: hidden; margin-top: 30px; font-size: 16px; line-height: 2;}
.details .xgeffect .detalist table{ width: 100%;}
.details .xgeffect .detalist table tr{ width: 100%;}
.details .xgeffect .detalist table tr td:nth-child(1){white-space:nowrap;width:1%;}
.details .xgeffect .detalist table tr:nth-child(1) td{background:#004b98;color:#FFF;border:1px solid #004b98;}
.details .xgeffect .detalist table tr td{ padding:0.06rem 0.2rem; border-left: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5; }
.details .xgeffect .detalist table tr td:last-child{ border-right: 1px solid #a5a5a5;}
.details .xgeffect .detalist table tr:first-child td{ border-top: 1px solid #a5a5a5;}

@media (min-width:992px){
.details .html{ display: flex; justify-content: space-between;}
.details .html .bigimg{ width: 45%; margin: 0;}
.details .html .txt{ width: 50%; margin: 0;}
} 
@media (min-width:1px) and (max-width:991px){
.details{ margin-top: 20px;}
.details .left_nav{ float: none;}
.details .right_detail{ float: none;}
.details .html .txt{ margin-top: 30px;}
}

.relatedProducts{}
.relatedProducts .ipto{ overflow: hidden; width: calc((100% - 45px)/4); float: left; margin-right: 15px;}
.relatedProducts .ipto .ipti{ overflow: hidden; border: 1px solid #f5f5f5;}
.relatedProducts .ipto .ipti img{ width: 100%; transition: all 0.35s ease;}
.relatedProducts .ipto .iptz{ overflow: hidden; text-align: center; margin-top: 0.1rem;}
.relatedProducts .ipto .iptz h3{font-size: 14px; }
.relatedProducts .ipto:hover .ipti img{ transform: scale(1.1)}
@media (min-width:992px)  {
.relatedProducts .ipto:nth-child(4n){ margin-right: 0;}
.relatedProducts .ipto:hover .ipti img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:991px) {

.relatedProducts .ipto{ overflow: hidden; width: calc((100% - 15px)/2); }
.relatedProducts .ipto:nth-child(2n){ margin-right: 0;}
}

.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar; box-sizing: border-box;}
.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;}
}

/*产品订单*/
.Inquiry{ overflow: hidden;}
.Inquiry h2{ font-size: 20px; text-transform: uppercase; margin-bottom: 10px; color: #262626; }
.Inquiry p{overflow: hidden; font-size: 16px; line-height: 1.6em; color: #939393; }
.onlineInquiry{ overflow: hidden;}
.onlineInquiry .input{ overflow: hidden; display: flex; align-items: center; background: #f5f8fa; border: 1px solid #d8d8d8; box-sizing: border-box; padding:0  5px; margin-bottom: 25px;}
.onlineInquiry .input.textarea{ align-items: stretch;}
.onlineInquiry .input.textarea>label{ padding: 5px 15px 5px 0;}
.onlineInquiry .input>label{ font-size: 14px; color: #6b6b6b; white-space: nowrap;text-overflow: ellipsis;}
.onlineInquiry .input>input{ flex: 1; background: none; line-height: 35px; box-sizing: border-box; padding: 0 5px;}
.onlineInquiry .input>textarea{ flex: 1; background: none; border: 0; outline: none; padding: 8px 0; box-sizing: border-box; resize: none}
.onlineInquiry .button{ overflow: hidden; width: 100%; float: left;}
.onlineInquiry .button>button{ border: 0; padding: 0px 30px; line-height: 35px; position: relative; font-size: 17px; display: inline-block; transition: all 0.35s; z-index: 1; cursor: pointer; color: #fff; outline: none;overflow: hidden;}
.onlineInquiry .button>button:before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: #1f1f1f; z-index: -2;}
.onlineInquiry .button>button:after{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: #004b98; transition: 0.35s; z-index: -1;}
.onlineInquiry .button>button:hover:after{ width: 100%;}

@media (min-width:992px)  {
.onlineInquiry .input.w33{ width: calc(33.33% - 17px); float: left; margin-right: 25px;}
.onlineInquiry .input.w50{ width: calc(50% - 15px); float: left; margin-right: 30px;}
.onlineInquiry .input.end{ margin-right: 0}
.onlineInquiry .input.w67{ width: calc(66.67% - 10px); float: left;}
}

/*联系我们*/

.contactusinfo{ overflow: hidden; padding: 0.5rem 0; }
.contactusinfo .txt{ overflow: hidden;}
.contactusinfo .txt .lxfs p{ font-size: 16px; line-height: 2;}
.maps{ overflow: hidden; }

@media (min-width:992px){
.contactusinfo .container{ display: flex;}
.contactusinfo .txt{ flex: 1;  margin-right: 0.3rem;}
.contactusinfo .maps{ flex: 1.3; margin-left: 0.3rem;}
}
@media (min-width:1px) and (max-width:991px){
.maps{ height: 200px;}

}

/*留言*/
.leave{ overflow: hidden; }

.feedback{ overflow: hidden; margin-top: 0.3rem;}
.feedback .txt{ font-size: 0.18rem; margin-bottom: 0.15rem; color: #808080;}
.feedback .input_div{ overflow: hidden; position:relative; margin-bottom: 20px; box-sizing: border-box; border: 1px solid #e7e7e7; display: flex; background: #fff; padding: 7px 10px;}
.feedback .input_div>label{ background: none; font-size:15px; font-weight: bold; color: #666; display: flex; box-sizing: border-box; align-items: center; white-space: nowrap;text-overflow: ellipsis;}
.feedback .input_div>input{ flex: 1; background: none; border: 0px solid #d8d8d8; box-sizing: border-box; height: 30px; color: #333;}
.feedback .input_div.textarea{ border: 1px solid #e7e7e7; display: flex; padding: 7px 10px;}
.feedback .input_div.textarea>label{ background: none; font-size:15px; font-weight: bold; color:  #666; display: flex; box-sizing: border-box; align-items: flex-start; white-space: nowrap;text-overflow: ellipsis;}
.feedback .input_div>textarea{ background:none; border: 0px solid #d8d8d8; width: 100%; float: left; outline: none; resize: none; box-sizing: border-box; height: 1rem; color: #333;}
.feedback input::-webkit-input-placeholder, .feedback textarea::-webkit-input-placeholder{ color: #999; }
.feedback input:-moz-placeholder, .feedback textarea:-moz-placeholder{ color: #999;}
.feedback input::-moz-placeholder, .feedback textarea::-moz-placeholder{ color: #999;}
.feedback input:-ms-input-placeholder, .feedback textarea:-ms-input-placeholder{ color: #999;}
.feedback .input_div #ehong-code{ text-align: center;}
.feedback .button{ overflow: hidden; padding: 12px 0;}
.feedback .button button{ background: #004b98; border: 0; padding: 10px 30px; overflow: hidden; position: relative; display: inline-block; color: #fff; font-size: 16px; cursor: pointer; margin-top: 0px; outline: none; z-index: 1;  text-transform: uppercase;}
.hidden{ display: none!important;}
@media (min-width:992px)  {
.feedback .w50{ width: calc(50% - 15px); margin-right: 30px;}
.feedback .w33{ width: calc(33.33% - 20px); margin-right: 30px;}
.feedback .w67{ width: calc(66.77% - 12px); }
.feedback .end{ margin-right: 0;}
.feedback .fl{ float: left;}
.feedback .fr{ float: right; }
}
@media (min-width:1030px) {
.leave .container{ width: 1000px;}
}
@media (min-width:1px) and (max-width:991px) {
.leave{ padding-bottom: 20px;}
.leave h2{ font-size: 16px; margin-bottom: 10px;}
.leave p{ font-size: 12px; margin-bottom: 10px;}
.feedback .input_div>label{ font-size: 14px;}
.feedback{ display: block; margin-top: 15px;}
.feedback .left{ margin-right: 0px;}
.feedback .right{ margin-left: 0px;}
.feedback .w50{ width: auto;}
.feedback .button .submit{ font-size: 14px;}
.feedback .button .submit>i{ font-size: 14px; padding-right: 5px;}
}

/*新闻中心*/

.newslist{ }
.newslist .ipto{margin-bottom: 0.4rem; box-shadow: 0 0 20px #f5f5f5;}
.newslist .ipto .ipti{ overflow: hidden;}
.newslist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.newslist .ipto .iptz{ overflow: hidden; }
.newslist .ipto .iptz h3{ font-size: 15px; margin-bottom: 15px;}
.newslist .ipto .iptz h4{ font-size: 12px; color: #999; margin-bottom: 15px;}
.newslist .ipto .iptz p{ font-size: 12px; line-height: 2; color: #999; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
@media (min-width:992px){
.newslist .ipto>a{ display: flex; justify-content: space-between;}
.newslist .ipto .ipti{ width: 2.5rem;}
.newslist .ipto .iptz{ flex: 1; margin-left: 0.2rem; box-sizing: border-box; padding: 0.2rem 0}
.newslist .ipto:hover .ipti img{ transform: scale(1.1)}

}
@media (min-width:1px) and (max-width:991px){
.newslist{ padding: 0 0 30px 0;}
.newslist .ipto{ overflow: hidden;}
.newslist .ipto .iptz h3{ font-size: 14px; margin-top: 15px; padding: 0 10px;}
.newslist .ipto .iptz h4{ display: none;}
.newslist .ipto .iptz p{display: none;}
}

.newsdetail{ overflow: hidden; padding: 65px 0 110px;}
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title h1{ font-size: 30px; line-height: 52px; color: #114da3; text-align: center; padding: 0 15px; margin-bottom: 30px;}
.newsdetail .Title .txt{ padding: 20px 0;  border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; display: flex;}
.newsdetail .Title .txt .item{ display: flex; font-size: 14px; color: #666;}
.newsdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1;}
.newsdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between;}
.newsdetail .pagelist>a{ font-size: 16px; line-height: 28px; color: #666; max-width: 45%; margin: 0;}

@media (min-width:1px) and (max-width:991px){
.newsdetail{ padding: 15px 0 30px;}
.newsdetail .Title h1{ font-size: 20px; line-height: 2; padding: 0 7px; margin-bottom: 15px;}
.newsdetail .Title .txt{ padding: 10px 00; display: block;}
.newsdetail .Title .txt .item{ font-size: 12px; margin-bottom: 5px;}
.newsdetail .Title .txt .item .bshare-custom,.newsdetail .Title .txt .item .addthis_toolbox{ margin: 0;}
.newsdetail .context{ padding: 15px 0 20px;}
.newsdetail .pagelist{ display: block;}
.newsdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}

/*解决方案*/
.solutionlist{ }
.solutionlist .ipto{ overflow: hidden; box-shadow: 0 0 20px #f5f5f5; margin-bottom: 20px;}
.solutionlist .ipto>a{ display: flex; justify-content: space-around;}
.solutionlist .ipto .ipti{ overflow: hidden;}
.solutionlist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.solutionlist .ipto .iptz{ overflow: hidden; background: #f5f5f5;}
.solutionlist .ipto .iptz h3{ font-size: 20px; margin-bottom: 0.3rem;}
.solutionlist .ipto .iptz p{font-size: 15px; line-height: 2; color: #838383;}

.solutionlist .ipto:nth-child(2n) .iptz{ background: #fff;}
@media (min-width:992px){

.solutionlist .ipto .ipti{ width: 30%; margin: 0;}
.solutionlist .ipto .iptz{ width: 70%; margin: 0; box-sizing: border-box; padding: 0.4rem;}
.solutionlist .ipto:nth-child(2n)>a{ flex-direction: row-reverse;}

}
@media (min-width:1px) and (max-width:991px){
.solutionlist{ }
.solutionlist .ipto .iptz{ padding: 15px;}
.solutionlist .ipto .iptz h3{ font-size: 18px; margin-bottom: 10px;}
.solutionlist .ipto .iptz p{ font-size: 12px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
}

.solutiondetail{ overflow: hidden; }
.solutiondetail .container{ background: #fff;}
.solutiondetail .title{ overflow: hidden; margin-top: 0.2rem;}
.solutiondetail .title h1{ font-size: 24px; font-weight: bold;}
.solutiondetail .title .txt{ overflow: hidden; margin-top: 0.15rem; padding-bottom: 0.1rem; border-bottom: 1px solid #ddd; font-size: 16px; color: #004b98;}
.solutiondetail .context{ overflow: hidden; margin-top: 0.2rem; line-height: 2; font-size: 16px;}
.solutiondetail .pagelist{ padding: 0.4rem 0rem 0.2rem 0rem; border-top:1px solid #ddd; margin-top: 0.2rem;}
.solutiondetail .pagelist a{ padding: 0.1rem 0.2rem; border: 1px solid #ddd; font-size: 14px; line-height: 2; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: inline-block;}
.solutiondetail .pagelist a:hover{background:#004b98;border:1px solid #004b98;color:#FFF;}
@media (min-width:992px){
.solutiondetail .pagelist a{ max-width: 45%;}
.solutiondetail .pagelist a:last-child{ float: right;}
}
@media (min-width:1px) and (max-width:991px){
.solutiondetail .container{ padding: 0 0 0.3rem 0;}
.solutiondetail .title{}
.solutiondetail .title h1{ font-size: 18px;}
.solutiondetail .title .txt{ font-size: 12px;}
.solutiondetail .context{ font-size: 14px;}
.solutiondetail .pagelist{ padding: 0.2rem 0 0 0;}
.solutiondetail .pagelist a{ display: block; margin-bottom: 10px; font-size: 14px;}
}

/*案例中心*/

.caseslist{ overflow: hidden; padding: 0.5rem 0;}
.caseslist .ipto{ width: calc((100% - 0.7rem)/3); float: left; margin-right: 0.35rem; margin-bottom: 0.4rem;}
.caseslist .ipto .ipti{ overflow: hidden;}
.caseslist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.caseslist .ipto .iptz{ overflow: hidden; padding: 0.3rem 0.2rem; background: #F5F5F5;}
.caseslist .ipto .iptz h3{ font-size: 0.22rem; font-weight: 700;}
.caseslist .ipto .iptz p{ font-size: 16px; line-height: 2; color: #999; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
@media (min-width:992px){
.caseslist .ipto:nth-child(3n){ margin-right: 0;}
.caseslist .ipto:hover .ipti img{ transform: scale(1.1)}
	.caseslist .ipto:hover .iptz{ background: #004b98;}
	.caseslist .ipto:hover .iptz h3{ color: #fff;}
	.caseslist .ipto:hover .iptz p{ color: #fff;}
}
@media (min-width:1px) and (max-width:991px){
.caseslist .ipto{ width: calc((100% - 0.15rem)/2); margin-right: 0.15rem; margin-bottom: 0.15rem;}
.caseslist .ipto:nth-child(2n){ margin-right: 0;}
.caseslist .ipto .iptz h3{ font-size: 14px;}
.caseslist .ipto .iptz p{font-size: 12px;}
}

/*服务中心*/
.servicelist{ overflow: hidden; padding: 0 0 0.5rem 0; background: #f6f6f6;}

@media (min-width:992px){
.servicelist .list{ display: flex; justify-content: space-between; }
.servicelist .list .item{ flex: 1; margin-right: 0.15rem;}
.servicelist .list .item:nth-child(3){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:991px){
.servicelist .list .item{ margin-bottom: 0.2rem;}
.servicelist .list .item .txt h3{ font-size: 18px;}
.servicelist .list .item .txt h4{ font-size: 12px;}
.servicelist .list .item .txt p{ font-size: 14px;}
.servicelist .list .item .txt span{ font-size: 12px;}
}


/*常见问题*/
.faqlist{ overflow: hidden;}
.faqlist .item{ overflow: hidden; margin-bottom: 0.25rem;}
.faqlist .item h3{ background: #efefef; padding: 0.1rem 0.3rem; font-size: 16px;}
.faqlist .item p{ margin-top: 10px; font-size: 13px; line-height: 2; padding: 0.1rem 0.3rem;}
@media (min-width:992px){

}
@media (min-width:1px) and (max-width:991px){

}

/*图库中心*/
.gallerylist{ overflow: hidden;}
.gallerylist .ipto{ width: calc(33.33% - 14px); float: left; margin-right: 20px; margin-bottom: 20px;}
.gallerylist .ipto .ipti{ overflow: hidden; border: 1px solid #f5f5f5;}
.gallerylist .ipto .ipti img{ width: 100%; transition: all 0.35s ease;}
.gallerylist .ipto .iptz{ overflow: hidden; background: #0556b1; color: #fff; text-align: center; padding: 5px;}
.gallerylist .ipto .iptz h3{ font-size: 16px;}
@media (min-width:992px){
.gallerylist .ipto:nth-child(3n){ margin-right: 0;}
.gallerylist .ipto:nth-child(3n+1){ clear: both;}
.gallerylist .ipto:hover .ipti img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:991px){

}

/* 视频中心 */
.videolist{ overflow: hidden;}
.videolist .ipto{ width: calc((100% - 0.5rem)/3); float: left; margin-right: 0.25rem; margin-bottom: 0.25rem; cursor: pointer;}
.videolist .ipto .ipti{ overflow: hidden; border: 1px solid #d7d7d7; box-sizing: border-box;}
.videolist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.videolist .ipto .iptz{ overflow: hidden; padding: .22rem 0; box-sizing: border-box;}
.videolist .ipto .iptz h3{ font-size: 14px; letter-spacing: 0.5px; color: #575757; text-align: center;}
.videolist .ipto .iptz .nr{ display: none!important;}
@media (min-width:992px){
.videolist .ipto:nth-child(3n){ margin-right: 0;}
.videolist .ipto:hover .ipti img{ transform: scale(1.1)}
} 
@media (min-width:1px) and (max-width:991px){
.videolist{ padding: 3vw 0;}
.videolist .ipto{ width: calc((100% - 0.15rem)/2); margin-right: 0.15rem; margin-bottom: 0.15rem;}
.videolist .ipto:nth-child(2n){ margin-right: 0;}
.videolist .ipto .iptz h3{ font-size: 12px;}
}

/*region 其他*/
.thk_nav{ text-align: justify; font-size: 16px; line-height: 2em;}
.thk_nav>h1{ font-size: 20px; font-weight: bold; color: #333;}
.btnthank{padding: 5px 10px;margin-top: 15px;display: inline-block;border:1px solid #d00000;color:#ffffff;background-color:#d00000;}
.btnthank:hover{background-color: #ffffff;color: #d00000;}
@media (min-width:1px) and (max-width:991px) {
.thk_nav{ padding: 30px 0;}
.hidden-xs{ display: none;}
}
/*endregion*/

/*网站地图*/
.sitemaps{ overflow: hidden; padding: 40px 0;}
.sitemaps .column{ overflow: hidden; font-size: 18px;}
.sitemaps .Bigcategory{ overflow: hidden; padding-left: 2%; font-size: 16px; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li{ width: 100%; margin: 0; font-size: 16px; padding: 10px 0;}
.sitemaps .Bigcategory li>.list-inline{ padding-left: 2%; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li>.list-inline li{ width: 48%; margin: 0; font-size: 12px; padding: 10px 1%;}
.sitemaps>.list-inline{ padding-left: 2%; display: flex; flex-wrap: wrap;}
.sitemaps>.list-inline li{ width: 100%; margin: 0; font-size: 16px; padding: 10px 0;}
.sitemaps .columnclear{ overflow: hidden; clear: both; border-bottom: 1px dashed #d5d5d5; margin: 10px 0;}
@media (min-width:1px) and (max-width:991px) {
.sitemaps{ padding: 30px 0;}
.sitemaps .Bigcategory li{ width: 100%; overflow: hidden;}
.sitemaps>.list-inline li{ width: 100%; overflow: hidden;}
.sitemaps .Bigcategory li>.list-inline li{ width: 100%;}
}

/*其他*/
.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-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;}
}

.material{ overflow: hidden; padding: 30px 0; text-align: center; font-size: 14px; text-transform: capitalize; font-weight: bold;}
@media (min-width:1px) and (max-width:991px) {
.material{ padding: 20px; font-size: 14px;}
}
.onliewhatsapp{ position:fixed; right:15px; bottom:20%; z-index:10;}
.onliewhatsapp img{ width:70px;}

/*人才招聘*/
.joinuslist{ padding: 0 0 0.55rem 0 ;}
.joinuslist .item{ overflow: hidden; display: flex; justify-content: space-between; background: #004b98; margin-bottom: 8px;}
.joinuslist .item h3{ padding: 0.2rem 0.2rem; font-size: 16px; font-weight: bold; color: #fff; margin: 0; box-sizing: border-box;}
.joinuslist .item h3:nth-child(1){ width: 467px;}
.joinuslist .item h3:nth-child(2){ width: 297px;}
.joinuslist .item h3:nth-child(3){ width: 264px;}
.joinuslist .item h3:nth-child(4){ width: 364px;}
.joinuslist .item h3:nth-child(5){ width: 130px;}
.joinuslist .item p{ padding: 0.15rem 0.2rem; font-size: 16px; color: #202020; margin: 0; box-sizing: border-box;}
.joinuslist .item p:nth-child(1){ width: 467px;}
.joinuslist .item p:nth-child(2){ width: 297px;}
.joinuslist .item p:nth-child(3){ width: 264px;}
.joinuslist .item p:nth-child(4){ width: 364px;}
.joinuslist .item p:nth-child(5){ width: 130px;}
.joinuslist .item p>a{display: flex;}
.joinuslist .item:nth-child(n+2){ background: rgb(246, 248, 249);}

@media (min-width:992px) {	
.joinuslist .item:nth-child(n+2):hover{ background: #84B6DB}
}
@media (min-width:1px) and (max-width:991px) {
.joinuslist .item h3:nth-child(3){ display: none;}
.joinuslist .item h3:nth-child(4){ display: none;}
.joinuslist .item h3:nth-child(5){ width: 300px;}
.joinuslist .item p:nth-child(3){ display: none;}
.joinuslist .item p:nth-child(4){ display: none;}
.joinuslist .item p:nth-child(5){ width: 300px;}
.joinuslist .item h3{ font-size: 12px; padding: 10px;}
.joinuslist .item p{ font-size: 10px; padding: 6px 10px;}
.joinuslist .item p>a{ font-size: 10px;}
}

/*下载中心*/
.downloadlist{ overflow: hidden; padding: 0.5rem 0;}
.downlist {overflow: hidden; width:99%;box-shadow: darkgrey 10px 10px 30px 5px;padding:0.5%;margin-bottom:20px; box-sizing: border-box; display: flex; justify-content: space-between;}
.convImgs { overflow: hidden; margin: 0; width: 1.5rem;}
.convText {float:left;padding:30px; margin-left:70px;}
.convText strong{float:left; width:100%;color:#363636; text-transform:uppercase}
.convText p{float:left; width:100%;margin-top:10px}
.convDown {float:right;margin-right:30px;margin-top:40px;}

@media (max-width: 767px) {
   .downlist {width:94%; margin-left:3%;padding:20px}
   .convImgs img{width:100%;}
   .convText {float:left;padding:30px 0px; margin-left:0px;width:100%}
   .convDown {float:left;margin-right:0px;margin-top:10px;}
}

/*效果*/
.onlineservice{ position: fixed; top: 180px; right: 15px; z-index: 99;}
.onlineservice li{  background: #fff; border: 1px solid #d5d5d5; margin-bottom: 10px; text-align: center; font-size: 12px; position: relative;}
.onlineservice li a{ padding: 10px; display: block; }
.onlineservice li i{ font-size: 30px;}
.onlineservice li.wechat{ position: relative;}
.onlineservice li.wechat .codeimg{ position: absolute; top: -30px; left: -120px; display: none; transition: all 0.35s; width: 120px;}
.onlineservice li.gotop{ display: none;}
.onlineservice li:hover{ background: #3b579d; color: #fff;}
.onlineservice li:hover h3{ color: #fff;}
.onlineservice li:hover i{ color: #fff;}
.onlineservice li.wechat:hover .codeimg{ display: block;}


/*region 分页*/
.page{overflow: hidden;text-align: center;}
.pagination{display:inline-block;margin:20px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
@media (min-width:992px){.pagination>li>a,.pagination>li>span{padding:6px 12px!important;}
}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin-left:-1px;padding:3px 4px;border:1px solid #ddd;background-color:#fff;color:#0556b1;text-decoration:none;line-height:1.42857143;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;border-color:#ddd;background-color:#eee;color:#0556b1;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;border-color:#0556b1;background-color:#0556b1;color:#fff;cursor:default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{border-color:#ddd;background-color:#fff;color:#777;cursor:not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333;}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5;}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}
.pager{margin:20px 0;padding-left:0;list-style:none;text-align:center;}
.pager li{display:inline;}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;border:1px solid #ddd;border-radius:15px;background-color:#fff;}
.pager li>a:focus,.pager li>a:hover{background-color:#eee;text-decoration:none;}
.pager .next>a,.pager .next>span{float:right;}
.pager .previous>a,.pager .previous>span{float:left;}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{background-color:#fff;color:#777;cursor:not-allowed;}
/*endregion*/








