@charset "utf-8";

@font-face {font-family: 'Bahnschrift'; src: url('/fonts/Bahnschrift.eot'); /* IE9 Compat Modes */ src: url('/fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/Bahnschrift.woff') format('woff'), /* Modern Browsers */ url('/fonts/Bahnschrift.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/Bahnschrift.svg#Bahnschrift') format('svg'); /* Legacy iOS */ } 

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:rgba(255,255,255,1);} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background:#225ba2;} 

/* CSS Document */
*{margin:0 auto; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;box-sizing:border-box;}
html {font-size: 62.5%; /*10÷16=62.5% */ overflow-x: hidden;}
@media only screen and (max-width:1600px){
	html {font-size: 60%;}
}
@media only screen and (max-width:1440px){
	html {font-size: 58%;}
}
@media only screen and (max-width:1280px){
	html {font-size: 56%;}
}
@media only screen and (max-width:1024px){
	html {font-size: 54%;}
}

blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
span, a, ul, li {margin:0;padding:0;border:0;list-style-type:none;}
input, button, textarea{outline:none; appearance:none;}
body{font-family:"SimHei","Microsoft YaHei",sans-serif; -webkit-font-smoothing: antialiased; font-size:12px; font-size:1.2rem; margin:0 auto; color:#222; PADDING-TOP:0px; overflow-x: hidden; background: #fff;}
a{color:#222; text-decoration:none;}
a:hover{color:#225ba2;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

.ta{-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in;}
.ta a{-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in;}
.ta:hover{-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in;}

img{vertical-align:middle; border:0;}

.ftb{font-family: 'Bahnschrift';}
.b{font-weight: bold;}

.ta{-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in;}

.clear{clear:both; height:0; line-height:0; font-size:0; *display:inline;/*IE only*/}
.clearfix:after{content:"";display:block;clear:both;}
.fl { float:left;}
.fr { float:right;}
.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}

@media only screen and (max-width:800px){
	embed{width:100%; height: auto;}
	video{width:100%; height: auto;}
	iframe{width:100%; height: auto;}
	table{width:100%; height: auto;}
}

/*表格*/
.product_tb table{width:100%; border-spacing:0; border-collapse:separate;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{text-align:center; line-height:35px;border-top:1px solid #ddd}
.product_tb table>thead>tr>th{vertical-align:bottom;border-bottom:1px solid #ddd;}
.product_tb table>caption+thead>tr:first-child>th,.product_tb table>colgroup+thead>tr:first-child>th,.product_tb table>thead:first-child>tr:first-child>th,.product_tb table>caption+thead>tr:first-child>td,.product_tb table>colgroup+thead>tr:first-child>td,.product_tb table>thead:first-child>tr:first-child>td{border-top:0}
.product_tb table>tbody+tbody tr:first-child td{border-top:2px solid #ddd}

.product_tb table{border:1px solid #ddd; border-left: none; border-top: none;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{border-left:1px solid #ddd}
.product_tb table>thead>tr>th:first-child,.product_tb table>tbody>tr>th:first-child,.product_tb table>tfoot>tr>th:first-child,.product_tb table>thead>tr>td:first-child,.product_tb>tbody>tr>td:first-child,.product_tb>tfoot>tr>td:first-child{border-left:none}

/*gotop*/
.cbbfixed {position:fixed; right:10px; bottom:10px; transition: bottom ease .3s; z-index:3; cursor:pointer;}
.cbbfixed .cbbtn {width: 40px; height: 40px; display: block; background-color:#094374;}
.cbbfixed .gotop {transition:background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left; margin:14px 0 0 9px; width:23px;height:12px;background:url(side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#163e60;}
.cbbfixed .cweixin {background: #9b9b9b;}
.cbbfixed .cweixin:hover{background:#434343;}
.cbbfixed .cweixin div {background: url(erwei.png) no-repeat left center; width: 194px;height: 199px;position: absolute;left: -194px;top: -115px;opacity: 0;transform: scale(0);    -webkit-transform: scale(0);transform-origin: 100% 70%;-webkit-transform-origin: 100% 70%;transition: transform ease .3s,opacity ease .3s;-webkit-transition: all ease .3s;display:none\0;*display:none;}
.cbbfixed .cweixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .cweixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background:url(side-icon01.png);}

@media only screen and (max-width:800px){
	.cbbfixed{-webkit-transform:scale(.8, .8); transform:scale(.8, .8); transition: all 1s; right:2px;}
}

@media only screen and (max-width:1366px) {}
@media only screen and (max-width:1280px) {}
@media only screen and (max-width:940px) {}
@media only screen and (max-width:800px) {}
@media only screen and (max-width:560px){}

/*container*/
.container{width: 84%; margin: 0 auto;}
@media only screen and (max-width:1600px) {
	.container{width: 92%;}
}

/*head*/
.header{position: fixed; left: 0; top: 0; z-index: 999; width: 100%; padding: 0 2%; border-bottom: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; transition: 1s;}
.header:hover, .header.fixed, .aboutheader{background:#fff; box-shadow: 0 0 15px rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.1);}

.header .logo{width: 13%;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom:17%; overflow: hidden; display: block; background: url(logo1.png) no-repeat left center; background-size: 100%;}
.header:hover .logo a,.header.fixed .logo a, .aboutheader .logo a{background: url(logo.png) no-repeat left center; background-size: 100%;}

.searchwx{display: flex; align-items: center; justify-content: flex-end;}
.searchwx .wx{position: relative; cursor: pointer; outline: 0; border: 0; background: none;}
.searchwx .wx .wx-title{color: #fff;}
.header:hover .searchwx .wx .wx-title, .header.fixed .searchwx .wx .wx-title, .aboutheader .searchwx .wx .wx-title{color: #555;}
.searchwx .wx .wx-box{position: absolute; top: 100%; left: 50%; transform: translate(-50%, 30px); background: #fff; width: 6vw; min-width: 80px; box-shadow: 0 4px 12px rgba(0, 0, 0, .1); opacity: 0; display: none; transition: .3s;}
.searchwx .wx:focus .wx-box, .wx:active .wx-box{transform: translate(-50%, 10px); opacity: 1; display: block;}
.searchwx .wx .wx-box img{width: 100%; border: 1px solid rgba(0,0,0,.2);}
.searchwx .add a{color: #fff;}
.header:hover .searchwx .add a, .header.fixed .searchwx .add a, .aboutheader .searchwx .add a{color: #555;}

.search{*zoom: 1;position: relative; margin-right: 2vw;}
.search:after{content: ""; display: table; clear: both;}
.search-button{overflow: hidden; text-transform: capitalize; position: relative; cursor: pointer; color: #fff;}
.header:hover .search-button, .header.fixed .search-button, .aboutheader .search-button{color: #555;}
#toggle-search:after{transition: top, 0.5s; position: absolute; top: 52px; left: 50%; margin-left: -8px; content: ""; border-color: transparent transparent #fff; border-width: 8px 8px 12px;}
#search{transition: max-height, 0.5s; position: absolute; top: 20px; z-index: 99; right: 0; width:200px; max-height: 0; overflow: hidden; background-color: #ececec;}
#search.open{max-height: 40px; width:200px;}
#search fieldset{position: relative; padding: 0; border: none;}
#search input{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: block; height: 40px;}
#search input[type="search"]{width:150px;padding: 0 5px 0 12px; background:none; border: none;}
#search input::-webkit-input-placeholder{color: #999;}
#search input[type="submit"]{position: absolute; bottom: 0; right: 0; width: 50px; margin: 0; padding: 0; text-transform: uppercase; color: #fff; background:#225ba2; border: none; cursor: pointer;}

.nav{width: 40%;}
.nav .nav_pc{width: 100%; display: flex; align-items: center; justify-content:space-between;}
.nav ul li{}
.nav ul li .nav_pc_t{position: relative;}
.nav ul li .f_a{padding: 2vw 0;}
.nav ul li .f_a a{color: #fff;}
.header:hover .nav ul li .f_a a, .header.fixed .nav ul li .f_a a, .aboutheader .nav ul li .f_a a{color: #222;}
.header:hover .nav ul li:hover .f_a a, .header:hover .nav ul li.hovert .f_a a, .header.fixed .nav ul li:hover .f_a a, .header.fixed .nav ul li.hovert .f_a a, .aboutheader .nav ul li:hover .f_a a, .aboutheader .nav ul li.hovert .f_a a{color: #225ba2;}
.header:hover .nav ul li.hovert .f_a a,.header.fixed .nav ul li.hovert .f_a a,.aboutheader .nav ul li.hovert .f_a a{font-weight: bold;}
.nav ul li .s_navbox{display:none; position: absolute; left: 0; top: calc(100% + 1px); width: 50vw; z-index: 9;}
.nav ul li .s_navbox .s_a{width: 100%; display: flex; align-items: center; justify-content:flex-start;}
.nav ul li .s_navbox .s_a a{color: #555; text-transform:uppercase; text-align: center; margin-right: 3%; line-height: 2.5vw;}
.nav ul li .s_navbox .s_a a:last-child{margin-right: 0;}
.nav ul li .s_navbox .s_a a:hover{color: #225ba2;}
.s_nav_bg{display:none; position: absolute; left: 0; top: calc(100% + 1px); width: 100%; height: 2.5vw; z-index: 8; background:rgba(255,255,255,1); border-bottom: 1px solid rgba(0,0,0,.1);}

.m_nav{display:none}
.m_img{display: none}

@media screen and (max-width: 1280px){

}

/*移动端导航*/
@media screen and (max-width: 800px) and (min-width: 0px){
	.top{display:none}
	.header{display:none}
	.m_img{display:block; height:50px; background:#fff; position:fixed; top:0px; left:0px; width:100%; z-index:9999; border-bottom:1px solid #ddd;}
	.m_img .headlf{padding:0 2%; height: 100%; float: left; display: flex; align-items: center; justify-content: center;}
	.m_img .headlf .m_logo{height:40px; display: block;}
	.m_img .headrg{padding-right:2%; padding-top:16px; float: right;}
	.m_img .headrg a .m_menuimg{height:16px; vertical-align:top; display: block}
	.m_nav {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
	.m_nav .closecover{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
	.m_nav .closeicon{position:absolute;width:20%;left:30px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
	.m_nav .m_navList{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%;overflow-y: scroll;}
	.m_nav .m_navList ul{padding-left:5%;padding-right:5%}
	.m_nav .m_navList ul li{border-bottom:1px solid #232530}
	.m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
	.m_nav .m_navList ul li .m_f_a{display: flex; align-items: center; justify-content: space-between; width: 100%}
	.m_nav .m_navList ul li .m_f_a a{flex: 1;}
	.m_nav .m_navList ul li .m_f_a i{width: 40px; height:35px; box-sizing: border-box; padding:0 5px; display: block;}
	.icon{ background:url(plus.png) 100% no-repeat; background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.icon_on{background:url(reduce.jpg) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
	.m_nav .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}
}

/*banner*/
.banner{position: relative; width: 100%; /*height: auto;*/}
.banner-top{position: absolute; bottom: 22%; left: 0;}

.banner .swiper-container{width: 100%;}
.banner .swiper-slide{position: relative;}
.banner .swiper-slide .swiper-slide-img{width: 100%; height: 100%;}
.banner .swiper-slide .swiper-slide-img p:first-child{display: none;}
.banner .swiper-slide .swiper-slide-img img{width: 100%; height: 100%; object-fit: cover;}
.banner .swiper-slide .swiper-slide-video{position: relative; width: 100%; height: 0; padding-bottom: 41%;}
.banner .swiper-slide .swiper-slide-video p{}
.banner .swiper-slide .swiper-slide-video p:first-child{display: none;}
.banner .swiper-slide .swiper-slide-video video{position: absolute; width: 100%; height: 100%; object-fit: cover; vertical-align: baseline;}

.aboutbanner-desc{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -20%); z-index: 3; color: #fff; text-align: left;}

.banner .swiper-container .swiper-pagination{text-align: center; position:absolute; bottom:10px;}
.banner .swiper-pagination-bullet{background:none;opacity:1; margin:0 6px !important; width:12px; height:12px; position:relative; outline:none;vertical-align:middle;}
.banner .swiper-pagination-bullet span{width:7px;height:7px; background:rgba(0,0,0,0.4); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#225ba2;height:1px;width:20px;position:absolute;top:4px;transform:scaleX(0);transform-origin:left;z-index:3;transition-timing-function:linear;}
.banner .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{width:9px;height:9px;margin-top:0;margin-left:0; background:#225ba2; position:relative;z-index:1;}
.banner .swiper-pagination-bullet-active i{animation:middle 6s;}
.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{animation:first 6s;}
.banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{animation:last 6s;}	
@keyframes first{0% {transform:scaleX(0.5);left:0px;}/*091*/100% {transform:scaleX(1);left:2px;} /*0915*/}
@keyframes last{0% {transform:scaleX(0.7);left:-10px;}/*1090*/20% {transform:scaleX(0.3);left:2px;} /*090*/100% {transform:scaleX(0.3);left:0px;} /*090*/}		
@keyframes middle{0% {transform:scaleX(0.7);left:-10px;}/*1091*/20% {transform:scaleX(0.45);left:2px;}/*092*/100% {transform:scaleX(1);left:2px;} /*0913*/}	
.banner .swiper-button-prev, .banner .swiper-button-next{top: 47%; background:rgba(0,0,0,.2); color: #fff; border-radius:18px; width: 45px; height: 45px; --swiper-navigation-size: 15px;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #225ba2;}

@media only screen and (max-width:1280px){
	.aboutbanner-desc p{font-size: 50px; font-size: 5rem;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{border-radius: 12px; width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}
@media only screen and (max-width:1024px){
	.aboutbanner-desc p{font-size: 45px; font-size: 4.5rem;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{border-radius: 12px; width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}
@media only screen and (max-width:800px){
	.banner{margin-top: 50px;}
	
	.banner .swiper-slide .swiper-slide-img p:first-child{display: block;}
	.banner .swiper-slide .swiper-slide-img p:nth-child(2){display: none;}
	.aboutbanner-desc p{font-size: 38px; font-size: 3.8rem; text-align: center;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{border-radius: 8px; width: 25px; height: 25px; --swiper-navigation-size: 8px;}
}

@media only screen and (max-width:560px){
	.banner-top{bottom: 35%;}
	
	.aboutbanner-desc{transform: translate(-50%, -60%);}
	.aboutbanner-desc p{font-size: 30px; font-size: 3rem;}
	
	.banner .swiper-container .swiper-pagination{bottom:3px;}
	.banner .swiper-pagination-bullet{width:10px; height:10px;}
	.banner .swiper-pagination-bullet span{width:7px;height:7px;}
	.banner .swiper-pagination-bullet i{top:3px;}
}

/**首页栏目标题**/
.indextitle p:first-child{position: relative; display: inline-block;}
.indextitle p:first-child span{position: relative; z-index: 2;}
.indextitle p:first-child::before{content: ""; position: absolute; left: 0; bottom: 0; z-index: 0; width: 100%; height: 12px; background: #abc7e9;}
.indextitle p:nth-child(2){margin-top: 1.5%;}

@media only screen and (max-width:1366px){
	.indextitle p:first-child{font-size: 44px; font-size: 4.4rem;}
	.indextitle p:first-child::before{height: 10px;}
	.indextitle p:nth-child(2){font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1280px){
	.indextitle p:first-child{font-size: 40px; font-size: 4rem;}
	.indextitle p:nth-child(2){font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.indextitle p:first-child{font-size: 36px; font-size: 3.6rem;}
	.indextitle p:first-child::before{height: 8px;}
	.indextitle p:nth-child(2){font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.indextitle p:first-child{font-size: 32px; font-size: 3.2rem;}
	.indextitle p:first-child::before{bottom: 2px; height: 6px;}
	.indextitle p:nth-child(2){font-size: 16px; font-size: 1.6rem;}
}

/**科创**/
.indexkc{padding: 6% 0;}
.indexkcbox{margin-top: 5%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexkcbox .list{position: relative; width: calc((100% - 3%) / 4); background: #000;}
.indexkcbox .list:hover{background: #225ba2;}
.indexkcbox .list .box{position: absolute; left: 0; top: 0; z-index: 1; width: 100%; padding: 15% 8% 0 8%; color: #fff; background: linear-gradient(rgba(0,0,0, .7), rgba(0,0,0, 0)); transition: .5s;}
.indexkcbox .list:hover .box{padding: 10% 8% 0 8%; background: linear-gradient(rgba(34,91,162, 1), rgba(34,91,162, 0));}
.indexkcbox .list .box .ico img{height: 3vw; min-height: 24px;}
.indexkcbox .list .box .title{padding: 9% 0 8% 0;}
.indexkcbox .list .box .desc{line-height: 1.6;}
.indexkcbox .list .box .more{display: inline-block; margin-top: 20%; padding: 5px 15px; border: 1px solid #fff; border-radius: 1000px; opacity: 0; transition: .5s;}
.indexkcbox .list:hover .box .more{opacity: 1; margin-top: 10%;}
.indexkcbox .list .img{position: relative; width: 100%; height: 0; padding-bottom: 166%; overflow: hidden;}
.indexkcbox .list .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; opacity: .8; transform: scale(1.2); transition: 1.5s;}
.indexkcbox .list:hover .img img{transform: scale(1);}

@media only screen and (max-width:1280px){
	.indexkcbox .list .box .title{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1024px){
	.indexkcbox .list .box .title{font-size: 26px; font-size: 2.6rem;}
	.indexkcbox .list .box .desc{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.indexkcbox .list{width: calc((100% - 2%) / 2); margin: 1% 0;}
	.indexkcbox .list .box .title{padding: 6% 0 5% 0;}
	.indexkcbox .list:hover .box .more{margin-top: 7%;}
	.indexkcbox .list .img{padding-bottom: 120%;}
}
@media only screen and (max-width:560px){
	.indexkc{padding: 8% 0;}
	
	.indexkcbox .list{width: 100%; margin: 2% 0;}
	.indexkcbox .list .box{padding: 8% 8% 0 8%;}
	.indexkcbox .list:hover .box{padding: 5% 8% 0 8%;}
	.indexkcbox .list .box .title{padding: 5% 0 4% 0;}
	.indexkcbox .list .img{padding-bottom: 80%;}
}

/**应用**/
.indexapply{background: #eef4fc; padding: 6% 0;}

.indexapplybox{margin-top: 4%;}
.indexapplybox #tab{position:relative; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexapplybox #tab .tab_menu{width:13%;}
.indexapplybox #tab .tab_menu li{position: relative; padding: 12px 0; border: 1px solid #222; border-radius: 1000px; cursor:pointer; margin-bottom: 10%; transition: .5s;}
.indexapplybox #tab .tab_menu li a{color: #222; transition: .5s;}
.indexapplybox #tab .tab_menu .selected{color:#fff; border: 1px solid #225ba2; background: #225ba2;}
.indexapplybox #tab .tab_box{width:80%; overflow: hidden;}
.indexapplybox .hide{opacity: 0; height: 0; z-index: -999999;}

.indexapplypic{width: 100%; overflow: hidden;}
.indexapplypic .swiper-wrapper{width: 100%;}
.indexapplypic .swiper-slide{position: relative;}
.indexapplypic .swiper-slide .place{position: absolute; left: 7%; top: 7%; z-index: 2; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.7);}
.indexapplypic .swiper-slide .place i{margin-right: 10px;}
.indexapplypic .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 76%; border-radius: 60px; overflow: hidden;}
.indexapplypic .swiper-slide .img img{position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 1; object-fit: cover; transition:1.5s;}
.indexapplypic .swiper-slide:hover .img img{transform: scale(1.1);}
.indexapplypic .swiper-slide .img img:nth-child(2){opacity: 0;}
.indexapplypic .swiper-slide:hover .img img:first-child{opacity: 0;}
.indexapplypic .swiper-slide:hover .img img:nth-child(2){opacity: 1;}
.indexapplypic .swiper-slide .title{position: absolute; left: 0; bottom: 0; width: 100%; z-index: 2; background: linear-gradient(rgba(0,0,0, 0), rgba(0,0,0, .7)); padding: 6% 3% 4%; color: #fff;}
.indexapplypic .swiper-slide .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.indexapplypic .swiper-slide:hover .title{background: linear-gradient(rgba(34,91,162,.0), rgba(34,91,162,1));}
.indexapplypic .swiper-pagination-bullets .swiper-pagination-bullet-active{background-color: #c31818;}
.indexapplypic .swiper-button-prev, .indexapplypic .swiper-button-next{top:80%; color: #fff; background: rgba(0,0,0,.2); border-radius: 200px; width: 40px; height: 40px; --swiper-navigation-size: 8px; outline:none;}
.indexapplypic .swiper-button-prev{left:3%;}
.indexapplypic .swiper-button-next{left:calc(10% - 40px);}
.indexapplypic .swiper-button-prev:hover, .indexapplypic .swiper-button-next:hover{background: #225ba2;}

@media only screen and (max-width:1280px){
	.indexapplybox #tab .tab_menu li{padding: 10px 0;}
	
	.indexapplypic .swiper-slide .img{border-radius: 50px;}
	.indexapplypic .swiper-button-prev, .indexapplypic .swiper-button-next{width: 35px; height: 35px;}
	.indexapplypic .swiper-button-prev{left:2.5%;}
	.indexapplypic .swiper-button-next{left:calc(10.5% - 35px);}
}
@media only screen and (max-width:1024px){
	.indexapplybox #tab .tab_menu{font-size: 18px; font-size: 1.8rem;}
	.indexapplybox #tab .tab_menu li{padding: 8px 0;}
	
	.indexapplypic .swiper-slide .img{border-radius: 40px;}
	.indexapplypic .swiper-slide .title{font-size: 18px; font-size: 1.8rem;}
	.indexapplypic .swiper-button-prev, .indexapplypic .swiper-button-next{width: 30px; height: 30px;}
	.indexapplypic .swiper-button-next{left:calc(10.5% - 30px);}
}
@media only screen and (max-width:800px){
	.indexapplybox{margin-top: 6%;}
	.indexapplybox #tab .tab_menu{width:100%; display: flex; align-items: center; justify-content:space-between;}
	.indexapplybox #tab .tab_menu li{flex: 1; width: 100%; margin-right: 2%; margin-bottom: 5%;}
	.indexapplybox #tab .tab_menu li:last-child{margin-right: 0;}
	.indexapplybox #tab .tab_box{width:100%;}
	
	.indexapplypic .swiper-button-prev, .indexapplypic .swiper-button-next{top:52%;}
	.indexapplypic .swiper-button-prev{left:1%;}
	.indexapplypic .swiper-button-next{left: auto; right: 1%;}
}
@media only screen and (max-width:560px){
	.indexapply{padding: 8% 0 0;}
	
	.indexapplybox{margin-top: 8%;}
	.indexapplybox #tab .tab_menu{font-size: 15px; font-size: 1.5rem;}
	.indexapplybox #tab .tab_menu li{padding: 5px 0; margin-bottom: 8%;}
	
	.indexapplypic .swiper-slide .title{font-size: 16px; font-size: 1.6rem;}
	.indexapplypic .swiper-button-prev, .indexapplypic .swiper-button-next{width:25px; height: 25px;}
}

/**分享**/
.indexshare{padding: 5% 0;}
.indexsharebox{border-top: 1px solid #e6e4e3; margin-top: 4%; padding-top: 5%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexsharebox .box{width: calc((100% - 6%) / 3);}

.indexshare-title{display: flex; align-items: center; justify-content:space-between;}
.indexshare-title .title{display: flex; align-items: center; justify-content: flex-start;}
.indexshare-title .title p:first-child{width: 30px; height: 4px; margin-right: 10px; background: #abc7e9;}
.indexshare-title .indexshare-more a{color: #666;}
.indexshare-title .indexshare-more a:hover{color: #0e4698;}

.indexsharepic{margin-top: 6%; position: relative; overflow: hidden;}
.indexsharepic .swiper-container{}
.indexsharepic .swiper-slide{position: relative;}
.indexsharepic .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 55%; overflow: hidden;}
.indexsharepic .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexsharepic .swiper-slide:hover .img img{transform: scale(1);}
.indexsharepic .swiper-slide .title{position: absolute; left: 0; bottom: 0; width: 100%; padding: 8% 25% 3% 4%; color: #fff; background: linear-gradient(rgba(0,0,0, 0), rgba(0,0,0, .9));}
.indexsharepic .swiper-slide:hover .title{}
.indexsharepic .swiper-slide .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.indexsharepic .swiper-button-prev, .indexsharepic .swiper-button-next{top: 45%; background:rgba(0,0,0,.6); color: rgba(255,255,255,1); border-radius: 4px; width: 2vw; min-width: 25px; height: 2vw; min-height: 25px; --swiper-navigation-size: 12px; outline:none;} 
.indexsharepic .swiper-button-prev{left:1%;}
.indexsharepic .swiper-button-next{right:1%;}
.indexsharepic .swiper-button-prev:hover, .indexsharepic .swiper-button-next:hover{background: #0e4698; color: #fff;}
.indexsharepic .swiper-pagination{bottom: 8%; text-align: right; padding-right: 3%; z-index: 99;}
.indexsharepic .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; margin:0 3px !important; border-radius: 100px; background: #fff; opacity: 1; outline:none; transition: .3s;}
.indexsharepic .swiper-pagination-bullet-active{background: #225ba2; width: 20px; opacity: 1;}

.indexsharelist{background: #f4f4f4; padding: 8% 5%;}
.indexsharelist .list{position: relative; border-bottom: 1px solid #e4e4e4; padding: 5% 0;}
.indexsharelist .list:first-child{padding-top: 0;}
.indexsharelist .list .title{margin-left: 0; /*display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;*/ transition: .5s;}
.indexsharelist .list:hover .title{color: #225ba2; margin-left: 10px;}
.indexsharelist .list .time{color: #888; margin-top: 3%;}

@media only screen and (max-width:1366px){
	.indexshare-title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1280px){
	.indexshare-title{font-size: 28px; font-size: 2.8rem;}
	.indexshare-title p:first-child{width: 26px; height: 3px;}
}
@media only screen and (max-width:1024px){
	.indexshare-title{font-size: 24px; font-size: 2.4rem;}
	.indexshare-title p:first-child{width: 22px; height: 3px;}
}
@media only screen and (max-width:800px){
	.indexsharebox .box{width: 100%; margin-top: 6%;}
	.indexsharepic{margin-top: 4%;}
	.indexsharepic .swiper-pagination{bottom: 7%;}
	.indexsharepic .swiper-pagination-bullet{width: 6px; height: 6px; margin:0 2px !important;}
	.indexsharepic .swiper-pagination-bullet-active{width: 16px;}
}
@media only screen and (max-width:560px){
	.indexshare-title{font-size: 22px; font-size: 2.2rem;}
	.indexshare-title p:first-child{width: 20px; height: 3px; margin-right: 7px;}
	
	.indexsharepic .swiper-slide .title{font-size: 15px; font-size: 1.5rem;}
	
	.indexsharelist .list .title{font-size: 17px; font-size: 1.7rem;}
	.indexsharelist .list .time{font-size: 15px; font-size: 1.5rem;}
}

/**底部**/
.footer{background: #1a2129; padding: 5% 0 3% 0;}

.footerbox{display: flex; justify-content: space-between;}
.footerlogowx{}
.footerlogowx .footerlogo{}
.footerlogowx .footerlogo img{width: 18vw; min-width: 150px;}
.footerlogowx .footerwx{color: #94989c; line-height: 2; margin-top: 15%; display: flex; justify-content: flex-start;}
.footerlogowx .footerwx .list:first-child{margin-right: 1.5vw;}
.footerlogowx .footerwx .list img{width: 5vw; min-width: 70px;}

.footernav{flex: 1; width: 100%; margin-left: 12%; display: flex; justify-content: space-between;}
.footernav .list .flist-title a{color: #fff;}
.footernav .list .footernav-list{margin-top: 20%;}
.footernav .list .footernav-list a{display: block; line-height: 2; color: #94989c;}
.footernav .list .footernav-list a:hover{color: #fff;}

.copy{color: #94989c; border-top: 1px solid rgba(255,255,255,.1); padding-top: 1%; margin-top: 4%; line-height: 2; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.copy a{color: #94989c;}
.copy a:hover{color: #fff;}

.zqkj{display: inline-block; background: url(zqkj.png) no-repeat; background-size: 100%; width: 108px; height: 12px; margin-top: 2%;}

@media only screen and (max-width:800px){
	.footerbox{flex-flow: wrap;}
	.footerlogowx .footerlogo img{min-width: 220px;}
	.footerlogowx{width: 100%; text-align: center;}
	.footerlogowx .footerwx{margin-top: 4%; justify-content: center;}
	.footerlogowx .footerwx .list:first-child{margin-right: 5%;}
	.footerlogowx .footerwx .list img{min-width: 90px;}
		
	.footernav{flex: none; margin-left: 0; margin-top: 5%;}
	.footernav .list .footernav-list{display: none;}
}
@media only screen and (max-width:560px){
	.footer{padding: 8% 0 5% 0;}
	.footerlogowx .footerlogo img{min-width: 180px;}
	
	.footernav{flex-flow: wrap;}
	.footernav .list{width: calc((100% - 3%) / 3); text-align: center; line-height: 2;}
	.footernav .list .flist-title{font-size: 18px; font-size: 1.8rem;}
}


/*内页*/
.bodybg{background: #ecf4fa;}
.mainbody{display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.mainbody-left{width: 22%;}
.mainbody-right{width: 75%; padding: 2% 4%;}

.location{color: #888; display: flex; align-items: center; justify-content:flex-end;}
.location a{color: #888;}
.location a:hover{color: #225ba2;}
.location svg{fill: #225ba2; margin-right: 5px; width: 15px; height: 15px;}

.mainbody_content{line-height:1.8; text-align:justify;}
.mainbody_content p{margin:1.5% 0;}
.mainbody_content img{max-width:100%;}

@media only screen and (max-width:800px){
	.mainbody-left{width: 100%;}
	
	
	.mainbody_content{line-height:1.6; font-size: 16px; font-size: 1.6rem;}
	.mainbody_content p{margin:4% 0;}
	
	.location{width: 100%; margin-top: 2%;}
	.location svg{width: 13px; height: 13px;}
	
}

/*about-nav*/
.about-navbox{border-bottom: 1px solid #dae4ef;}
.about-navbox .container{display: flex; align-items: center; justify-content: space-between;}
.about-nav{flex: 1; width: 100%; display: flex; justify-content:flex-start;}
.about-nav a{position: relative; overflow: hidden; text-align: center; padding: 2% 0; margin-right: 5%; transition: .5s;}
.about-nav a::before{position: absolute; content: ""; left: 0; bottom: -1px; width: 0; height:4px; background: #225ba2; transition: .3s;}
.about-nav a:hover::before, .about-nav a.cur::before{width: 100%;}
.about-nav a:last-child{margin-right: 0;}
.about-nav a:hover{color: #225ba2;}
.about-nav a.cur{color: #225ba2;}


.aboutnavcat{width: 100%; padding: 2% 0; background: #ecf2f9;}
.aboutnavcat .container{display: flex; align-items: center; justify-content:left;}
.aboutnavcat a{position: relative; display:block; padding: .8% 1.5%; margin-right: 1%; border: 1px solid #d4d7e0; color: #555; overflow: hidden; transition: .5s;}
.aboutnavcat a:last-child{margin-right: 0;}
/*.aboutnavcat a::before{position: absolute; content: ""; left: 0; bottom: 0; height: 100%; width: 0; background: #225ba2; transition: .6s;}
.aboutnavcat a:hover::before{width: 100%;}*/
.aboutnavcat a:hover,.aboutnavcat a.cur{color: #225ba2; background: #fff; border: 1px solid #225ba2;}
.aboutnavcat a .aboutnavcat-title{position: relative; line-height: 1; text-align: center;}


.aboutnavcatt{width: 20%;}
.aboutnavcatt .box{padding: 10% 15%; background: #ecf2f9; border: 1px solid #d6e0eb;}
.aboutnavcatt .box a{position: relative; display:block; padding: 10% 0; border-bottom: 1px solid #d6e0eb; color: #555; overflow: hidden; transition: .5s;}
.aboutnavcatt .box a::before{position: absolute; content: ""; left: 0; bottom: 0; width: 0; height:1px; background: #225ba2; transition: .5s;}
.aboutnavcatt .box a:hover::before, .aboutnavcatt .box a.cur::before{width: 100%;}
.aboutnavcatt .box a:hover,.aboutnavcatt .box a.cur{color: #225ba2;}
.aboutnavcatt .box a .aboutnavcat-titlet{position: relative; line-height: 1; text-align: center;}

.bz{background: #eefaf0; border: 1px solid #ccdcce; margin-top: 1.2vw; padding: 5%; line-height: 1.6;}
.bz p{color: #555; text-align: justify;}

.aboutnavcatlist{padding: 0 0 2% 0; margin-bottom: 4%; display: flex; align-items: center; justify-content:left; border-bottom: 1px solid #dadfeb;}
.aboutnavcatlist a{position: relative; display:block; padding: .7% 2%; margin-right: 2%; border-radius: 100px; background: #fff; transition: .5s; border: 1px solid #fff;}
.aboutnavcatlist a:last-child{margin-right: 0;}
.aboutnavcatlist a:hover,.aboutnavcatlist a.cur{color: #225ba2; border: 1px solid #225ba2;}
.aboutnavcatlist a .aboutnavcat-title{position: relative; line-height: 1; text-align: center;}

@media only screen and (max-width:800px){
	.about-navbox{justify-content:flex-start; padding: 3% 0 2% 0;}
	.about-navbox .container{flex-flow: wrap;}
	.about-nav{flex: none;}
	.about-nav a{width: calc((100% - 3%) / 4); margin:0 1% 1% 0; padding: 2% 0; border-radius: 5px; text-align: center; border: none; background: #dfe9f4;}
	.about-nav a:hover::before, .about-nav a.cur::before{width: 0;}
	.about-nav a:nth-child(4n){margin-right: 0;}
	.about-nav a i{display: none;}
	
	.aboutnavcat{padding: 3% 0;}
	
	.aboutnavcatt{width: 100%;}
	.aboutnavcatt .box{padding: 3% 2%; display: flex; align-items: center; justify-content: flex-start;}
	.aboutnavcatt .box a{padding: 1% 0; margin:0 3%; border: none;}
	
	.bz{margin-top: 2vw; padding: 2%; line-height: 1.6;}
}
@media only screen and (max-width:560px){
	.about-nav{font-size: 16px; font-size: 1.6rem;}
	.about-nav a{border-radius: 3px;}
	
	.aboutnavcat{padding: 4% 0;}
	.aboutnavcat a{padding: 1.2% 2%;}
}

/*内页研发成果*/
.bodyyfcg{flex: 1; width: 100%; margin-left: 5%;}
.bodyyfcg .list{position: relative; border-bottom: 1px solid rgba(0,0,0,.1); margin-bottom: 3%;}
.bodyyfcg .list::before{content: ""; position: absolute; left: 0; bottom: -1px; z-index: 2; width: 0; height: 1px; background: #225ba2; transition: 1s;}
.bodyyfcg .list:hover::before{width: 100%;}
.bodyyfcg .list .box{display: flex; align-items: center; justify-content: space-between;}
.bodyyfcg .list .box .img{width: 25%; margin-right: 5%; border:1px solid rgba(0,0,0,.07);}
.bodyyfcg .list .box .img p{position: relative; width: 100%; height: 0; padding-bottom: 140%; overflow: hidden;}
.bodyyfcg .list .box .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.bodyyfcg .list .box .titledesc{flex: 1; width: 100%;}
.bodyyfcg .list .box .titledesc .title{text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.bodyyfcg .list .box .titledesc .desc{margin-top: 3%; color: #888; line-height: 1.6; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 8; overflow: hidden;}

.itemitem{padding: 3% 3%; display: flex; align-items: center; justify-content: space-between;}
.itemitem .counttime{color: #888; display: flex; align-items: center; justify-content: flex-start;}
.itemitem .counttime .count{margin-right: 4vw;}
.itemitem .counttime .count font{color: #f5a740;}
.itemitem .viewdown{display: flex; align-items: center; justify-content: flex-start;}
.itemitem .viewdown a:nth-child(2){margin-left: 4vw;}
.itemitem .viewdown a{color: #888;}
.itemitem .viewdown a:hover{text-decoration: underline;}
.itemitem .viewdown a i{margin-right: 5px;}
.itemitem .viewdown a:first-child i{color: #5391e9;}
.itemitem .viewdown a:first-child:hover{color: #5391e9;}
.itemitem .viewdown a:nth-child(2) i{color: #f5a740;}
.itemitem .viewdown a:nth-child(2):hover{color: #f5a740;}

@media only screen and (max-width:800px){
	.bodyyfcg{flex: none; margin: 5% 0 0;}
	.bodyyfcg .list .box .titledesc .desc{-webkit-line-clamp: 5;}
}
@media only screen and (max-width:560px){
	.bodyyfcg .list .box .titledesc .title{font-size: 18px; font-size: 1.8rem;}
	.bodyyfcg .list .box .titledesc .desc{line-height: 1.4; -webkit-line-clamp: 3;}
	
	.itemitem{padding: 4% 0 3%;}
	.itemitem .counttime .count{margin-right: 3vw;}
	.itemitem .viewdown a:nth-child(2){margin-left: 3vw;}
}


/*内页智库*/
.zk{flex: 1; width: 100%; margin-left: 5%;}
.zk .list{position: relative; border-bottom: 1px solid rgba(0,0,0,.1); margin-bottom: 3%;}
.zk .list .box{display: flex; align-items: center; justify-content: space-between;}
.zk .list .box .img{width: 25%; margin-right: 5%; border:1px solid rgba(0,0,0,.07);}
.zk .list .box .img p{position: relative; width: 100%; height: 0; padding-bottom: 120%; overflow: hidden;}
.zk .list .box .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.zk .list .box .boxt{flex: 1; width: 100%;}
.zk .list .box .boxt .title{color: #225ba2;}
.zk .list .box .boxt .desc{text-align: justify; margin-top: 3%; color: #888; line-height: 1.5;}

.zk-zcdx{margin-top: 1.5%; color: #000; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.zk-zcdx div{margin-right: 2vw; line-height: 1.4; display: flex; align-items: center; justify-content: flex-start;}
.zk-zcdx div:last-child{margin-right: 0;}

.zk-gcbz{margin-top: 1.5%; color: #000;}
.zk-gcbz div{margin-bottom: 1%; line-height: 1.4; display: flex; justify-content: flex-start;}
.zk-gcbz div:last-child{margin-bottom: 0;}
.zk-gcbz div p:nth-child(2){flex: 1; width: 100%;}

.zk-wxdj{margin-top: 1.5%; color: #000; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.zk-wxdj div{margin-right: 2vw; line-height: 1.4; display: flex; align-items: center; justify-content: flex-start;}
.zk-wxdj div:last-child{margin-right: 0;}

@media only screen and (max-width:800px){
	.zk{margin-left: 0; margin-top: 3%;}
}
@media only screen and (max-width:560px){
	.zk .list .box .boxt .title{font-size: 18px; font-size: 1.8rem;}
	.zk .list .box .boxt .desc{margin-top: 5%;}
	
	.zk-zcdx{margin-top: 3%;}
	.zk-gcbz{margin-top: 3%;}
	.zk-wxdj{margin-top: 3%;}
}


/*内页应用列表*/
.bodyapply{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.bodyapply:after{content: ''; width: calc((100% - 8%) / 3);}
.bodyapply .list{position: relative; border-bottom: 1px solid #d5e2ec; width: calc((100% - 8%) / 3); margin: 2% 0;}
.bodyapply .list::before{content: ""; position: absolute; left: 0; bottom: -1px; z-index: 2; width: 0; height: 1px; background: #225ba2; transition: .5s;}
.bodyapply .list:hover::before{width: 100%;}
.bodyapply .list .img{position: relative; width: 100%; height: 0; padding-bottom: 65%; overflow: hidden; transition: .5s;}
.bodyapply .list:hover .img{box-shadow: 0 5px 35px rgba(34,91,162,.4);}
.bodyapply .list .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; object-fit: cover; transition: 1s;}
.bodyapply .list:hover .img p img{transform: scale(1.1);}
.bodyapply .list .img img:nth-child(2){opacity: 0;}
.bodyapply .list:hover .img img:first-child{opacity: 0;}
.bodyapply .list:hover .img img:nth-child(2){opacity: 1;}
.bodyapply .list .box{position: relative; padding: 5% 0;}
.bodyapply .list .box .titlecat{display: flex; justify-content: space-between;}
.bodyapply .list .box .titlecat .title{flex: 1; width: 100%; text-align: justify; margin-right: 5%; line-height: 1.5; color: #000;}
.bodyapply .list:hover .box .titlecat .title{color: #225ba2;}
.bodyapply .list .box .titlecat .cat{color: #225ba2; line-height: 1.5;}
.bodyapply .list .box .titlecat .cat i{margin-right: 6px;}
.bodyapply .list .box .desc{margin-top: 3%; color: #888; line-height: 1.6; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.bodyapply .list .place{position: absolute; left: 7%; top: 7%; z-index: 2; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.7);}
.bodyapply .list .place i{margin-right: 6px;}

@media only screen and (max-width:1024px){
	.bodyapply .list .box .titlecat .title{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:800px){
	.bodyapply:after{content: ''; width:48%;}
	.bodyapply .list{width:48%;}
	.bodyapply .list .title{}
}
@media only screen and (max-width:560px){
	.bodyapply:after{content: ''; width:100%;}
	.bodyapply .list{width:100%; margin: 3% 0;}
}

/*内页应用推荐*/
.bodyapplyzx{}
.bodyapplyzx .bodyapplyzx-title{color: #000; padding-bottom: 7%; margin-bottom: 7%; border-bottom: 1px solid #dae4ef;}

.bodyapplyzx .list{position: relative; border-bottom: 1px solid #d5e2ec; margin:6% 0;}
.bodyapplyzx .list::before{content: ""; position: absolute; left: 0; bottom: -1px; z-index: 2; width: 0; height: 1px; background: #225ba2; transition: .5s;}
.bodyapplyzx .list:hover::before{width: 100%;}
.bodyapplyzx .list .img{position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden; border-top-left-radius: 40px; border-bottom-right-radius: 40px; transition: .5s;}
.bodyapplyzx .list:hover .img{box-shadow: 0 5px 35px rgba(34,91,162,.4);}
.bodyapplyzx .list .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; object-fit: cover; transition: 1s;}
.bodyapplyzx .list:hover .img p img{transform: scale(1.1);}
.bodyapplyzx .list .img img:nth-child(2){opacity: 0;}
.bodyapplyzx .list:hover .img img:first-child{opacity: 0;}
.bodyapplyzx .list:hover .img img:nth-child(2){opacity: 1;}
.bodyapplyzx .list .box{position: relative; padding: 5% 0;}
.bodyapplyzx .list .box .titlecat{display: flex; justify-content: space-between;}
.bodyapplyzx .list .box .titlecat .title{flex: 1; width: 100%; text-align: justify; margin-right: 5%; line-height: 1.5; color: #000;}
.bodyapplyzx .list:hover .box .titlecat .title{color: #225ba2;}
.bodyapplyzx .list .box .titlecat .cat{color: #225ba2; line-height: 1.5;}
.bodyapplyzx .list .box .titlecat .cat i{margin-right: 6px;}
.bodyapplyzx .list .place{position: absolute; left: 7%; top: 7%; z-index: 2; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.7);}
.bodyapplyzx .list .place i{margin-right: 6px;}

@media only screen and (max-width:1024px){
	.bodyapplyzx .list .img{border-top-left-radius: 25px; border-bottom-right-radius: 25px;}
	.bodyapplyzx .list .box .titlecat .title{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:800px){
	.bodyapplyzx .bodyapplyzx-title{padding-bottom: 3%; margin-bottom: 3%;}
}
@media only screen and (max-width:560px){
	.bodyapplyzx .bodyapplyzx-title{font-size: 22px; font-size: 2.2rem;}
}

/*内页创新理念*/
.cxln{width: 90%; margin: 3% auto 3%; display: flex; justify-content: space-between;}
.cxln .list{position: relative; width: calc(100% / 3); height: 0; padding-bottom: 46%; overflow: hidden; transition: .5s;}
.cxln .list:hover{width: 40%; background: #f2f5f9; box-shadow: 0 5px 40px rgba(34,91,162,.3);}
.cxln .list .content{position: absolute; left: 0; top: 50%; transform: translate(0, -50%); z-index: 3; width: 100%; padding: 0 15%;}
.cxln .list .content .ico{height: 45px; overflow: hidden;}
.cxln .list .content .ico img{height: 100%; transition: 2s;}
.cxln .list:hover .content .ico img{transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -o-transform:rotateY(360deg); }
.cxln .list .content .title{color: #fff; line-height: 1.4; margin: 5% 0;}
.cxln .list .content .desc{display: none; line-height: 1.8; color: #666; text-align: justify;}
.cxln .list:hover .content .desc{display: block; color: #b3ceef;}
.cxln .list .imgbg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); z-index: 2; transition: .5s;}
.cxln .list:hover .imgbg{background: rgba(34,91,162,.8);}
.cxln .list .img{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.cxln .list .img img{width: 100%; height: 100%; object-fit: cover;}

@media only screen and (max-width:1366px){
	.cxln .list .content .ico{height: 40px;}
}
@media only screen and (max-width:1280px){
	.cxln .list .content .title{font-size: 26px; font-size: 2.6rem;}
	.cxln .list .content .desc{line-height: 1.6;}
	.cxln .list .content .ico{height: 35px;}
}
@media only screen and (max-width:1024px){
	.cxln .list .content .title{font-size: 22px; font-size: 2.2rem;}
	.cxln .list .content .desc{font-size: 16px; font-size: 1.6rem;}
	.cxln .list .content .ico{height: 30px;}
}
@media only screen and (max-width:800px){
	.cxln{width: 100%; flex-flow: wrap;}
	.cxln .list{width: 100%;}
	.cxln .list:hover{width: 100%;}
	.cxln .list .content .desc{line-height: 1.5;}
}
@media only screen and (max-width:560px){
	.cxln .list{padding-bottom: 50%;}
	.cxln .list .content{padding: 0 7%;}
	.cxln .list .content .title{font-size: 18px; font-size: 1.8rem;}
	.cxln .list .content .desc{font-size: 14px; font-size: 1.4rem;}
	.cxln .list .content .ico{height: 22px;}
}


/*内页产品列表*/
.bodyproduct{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.bodyproduct:after{content: ''; width: calc((100% - 4%) / 2);}
.bodyproduct .list{position: relative; border-bottom: 1px solid #d5e2ec; width: calc((100% - 4%) / 2); padding-bottom: 2%; margin: 1% 0; display: flex; align-items: center; justify-content: space-between;}
.bodyproduct .list::before{content: ""; position: absolute; left: 0; bottom: -1px; z-index: 2; width: 0; height: 1px; background: #225ba2; transition: .8s;}
.bodyproduct .list:hover::before{width: 100%;}
.bodyproduct .list .img{position: relative; width: 45%; height: 0; padding-bottom: 32%; overflow: hidden; transition: .5s;}
.bodyproduct .list .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: 1s;}
.bodyproduct .list:hover .img p img{transform: scale(1.4);}
.bodyproduct .list .cat{position: absolute; left: 7%; top: 7%; color: #fff; line-height: 1.5; text-shadow: 0 1px 4px rgba(0,0,0,.7);}
.bodyproduct .list .cat i{margin-right: 6px;}
.bodyproduct .list .box{width: 50%; position: relative;}
.bodyproduct .list .box .title{flex: 1; width: 100%; text-align: justify; line-height: 1.5; color: #000;}
.bodyproduct .list:hover .box .title{color: #225ba2;}
.bodyproduct .list .box .desc{margin: 4% 0; color: #888; line-height: 1.6; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.bodyproduct .list .box .more{display: inline-block; padding: 5px 15px; color: #b4b4b4; border: 1px solid #b4b4b4; border-radius: 1000px; transition: .5s;}
.bodyproduct .list:hover .box .more{color: #fff; border: 1px solid #225ba2; background: #225ba2;}

.bodyproduct .list .box .viewdown{display: flex; align-items: center; justify-content: flex-start;}
.bodyproduct .list .box .viewdown a{margin: 3% 5% 0 0; color: #888;}
.bodyproduct .list .box .viewdown a:hover{text-decoration: underline;}
.bodyproduct .list .box .viewdown a i{margin-right: 5px;}
.bodyproduct .list .box .viewdown a:first-child i{color: #5391e9;}
.bodyproduct .list .box .viewdown a:first-child:hover{color: #5391e9;}
.bodyproduct .list .box .viewdown a:nth-child(2) i{color: #f5a740;}
.bodyproduct .list .box .viewdown a:nth-child(2):hover{color: #f5a740;}


@media only screen and (max-width:1024px){
	.bodyproduct .list .box .desc{margin: 3% 0; line-height: 1.5;}
	.bodyproduct .list .box .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.bodyproduct:after{content: ''; width:100%;}
	.bodyproduct .list{width:100%; padding-bottom:4%; margin: 2% 0;}
	.bodyproduct .list .title{}
}
@media only screen and (max-width:560px){
	.bodyproduct .list .box .desc{-webkit-line-clamp: 2;}
	.bodyproduct .list .box .more{padding: 2px 10px;}
}

/*内页图片列表*/
.productny-list{display: flex; justify-content: space-between; flex-wrap: wrap;}
.productny-list:after{content: ''; width:calc((100% - 5%) / 3);}
.productny-list .list{position: relative; width:calc((100% - 5%) / 3); margin:1% 0; transition: .5s;}
.productny-list .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid #dae4ef; border-radius: 5px;}
.productny-list .list:hover .img{background: #f0f5fc; box-shadow: 0 5px 35px rgba(34,91,162,.2);}
.productny-list .list .img p{position: absolute; width: 94%; height: 92%; top: 4%; left: 3%; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productny-list .list .img p img{width: 100%; height: 100%; object-fit: cover; transition: all 1s;}
.productny-list .list:hover .img img {transform: scale(1.15);}

.productny-list .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid #dae4ef; border-radius: 5px;}
.productny-list .list:hover .imgt{background: #f0f5fc; box-shadow: 0 5px 35px rgba(34,91,162,.2);}
.productny-list .list .imgt p{position: absolute; width: 94%; height: 92%; top: 4%; left: 3%; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productny-list .list .imgt p img{max-width: 100%; max-height: 100%; transition: all 1s;}
.productny-list .list:hover .imgt img {transform: scale(1.15);}

.productny-list .list .title{position: relative; z-index: 2; margin-top: 5%; text-align: center; transition: .3s;}
.productny-list .list:hover .title{color: #225ba2;}
.productny-list .list .title p{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

@media only screen and (max-width:800px){
	.productny-list:after{content: ''; width:48%;}
	.productny-list .list{width:48%; margin:2% 0;}

}
@media only screen and (max-width:560px){
	.productny-list:after{content: ''; width:100%;}
	.productny-list .list{width:100%; margin:3% 0;}
}

/*内页核心技术推荐*/
.newslisttj{position: relative; margin:1.5% 0; border: 1px solid #dae4ef; transition: .5s; display: flex; justify-content: space-between; flex-flow: wrap;}
/*.newslisttj::before{content: ""; position: absolute; left: 0; bottom: -1px; z-index: 2; width: 0; height: 1px; background: #225ba2; transition: .5s;}
.newslisttj:hover::before{width: 100%;}*/
.newslisttj:hover{box-shadow: 0 5px 45px rgba(34,91,162,.2);}
.newslisttj .img{width: 35%;}
.newslisttj .img p{position: relative; width: 100%; height: 0; padding-bottom: 70%; overflow: hidden;}
.newslisttj .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.newslisttj:hover .img p img{transform: scale(1.2);}
.newslisttj .box{flex: 1; width: 100%; padding: 3% 6%; display: flex; align-items: center; justify-content: flex-start;}
.newslisttj .title{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden; transition: .5s;}
.newslisttj:hover .title{color: #225ba2;}
.newslisttj .desc{color: #888; margin-top: 4%; transition: .5s;}
.newslisttj .desc p{text-align: justify; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}

@media only screen and (max-width:800px){
	.newslisttj .desc p{-webkit-line-clamp: 4;}
}
@media only screen and (max-width:560px){
	.newslisttj .img{width: 100%;}
	.newslisttj .box{padding: 4% 6%; background: #225ba2;}
	.newslisttj .title{font-size: 18px; font-size: 1.8rem; color: #fff;}
	.newslisttj .desc p{-webkit-line-clamp: 4; color: #bdd1e9;}
}


/*内页新闻列表*/
.newslist{display: flex; justify-content: space-between; flex-flow: wrap;}
.newslist::after{content: ""; width: calc((100% - 6%) / 3);}
.newslist .list{position: relative; width: calc((100% - 6%) / 3); padding-bottom: 1%; margin:2.5% 0; border-bottom: 1px solid #dae4ef; transition: .5s;}
.newslist .list::before{content: ""; position: absolute; left: 0; bottom: -1px; z-index: 2; width: 0; height: 1px; background: #225ba2; transition: .5s;}
.newslist .list:hover::before{width: 100%;}
.newslist .list:hover{box-shadow: 0 5px 45px rgba(34,91,162,.2);}
.newslist .list .img{width: 100%;}
.newslist .list .img p{position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;}
.newslist .list .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.newslist .list:hover .img p img{transform: scale(1.2);}
.newslist .list .box{margin-top: 7%; padding: 0 6%;}
.newslist .list .title{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; transition: .5s;}
.newslist .list:hover .title{color: #225ba2;}
.newslist .list .desc{color: #888; margin: 4% 0; transition: .5s;}
.newslist .list .desc p{text-align: justify; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.newslist .list .time{color: #888; margin: 10% 0 7% 0;}

@media only screen and (max-width:800px){
	.newslist::after{width: calc((100% - 4%) / 2);}
	.newslist .list{width: calc((100% - 4%) / 2);}
}
@media only screen and (max-width:560px){
	.newslist::after{width: 100%;}
	.newslist .list{width: 100%; margin: 5% 0;}
	.newslist .list .title{font-size: 18px; font-size: 1.8rem;}
}

/*内页新闻详情*/
.newsshow{width: 92%; max-width: 960px; margin: 0 auto;}


/*内页新闻详情推荐*/
.mainbodynews{padding-bottom: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.mainbodynews-left{width: 66%; padding-right: 6%; border-right: 1px solid #dae4ef;}
.mainbodynews-right{width: 34%; padding-left: 6%;}

.newsshowt{background: #f7f8fa; padding: 10% 0 3% 0;}
.newsshow-title{color: #000; line-height: 1.8;}
.newsshow-info{color: #acacac; padding-bottom:2%; margin-top: 1%; border-bottom: 1px solid #dae4ef;}
.newsshow-time{color: #555; margin: 5% 0 0;}

.newsshowzx{}
.newsshowzx .newsshowzx-title{color: #000; padding-bottom: 7%; margin-bottom: 7%; border-bottom: 1px solid #dae4ef;}
.newsshowzx .list{position: relative; margin: 6% 0; display: flex; align-items: center; justify-content: flex-start;}
.newsshowzx .list .num{width: 1vw; min-width: 18px; height: 1vw; min-height: 18px; border-radius: 3px; margin-right: 10px; background: #cfcfcf; color: #fff; display: flex; align-items: center; justify-content: center;}
.newsshowzx .list:first-child .num{background: #e54346;}
.newsshowzx .list:nth-child(2) .num{background: #f18545;}
.newsshowzx .list:nth-child(3) .num{background: #f4ac2e;}
.newsshowzx .list .num p{line-height: 1;}
.newsshowzx .list .title{flex: 1; width: 100%; color: #777;}
.newsshowzx .list:hover .title{color: #225ba2; text-decoration: underline;}
.newsshowzx .list .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}

@media only screen and (max-width:800px){
	.mainbodynews{padding: 5% 0;}
	.mainbodynews-left{width: 100%; padding-right: 0; border-right:none;}
	.mainbodynews-right{width: 100%; padding-left: 0; margin-top: 6%;}
	.newsshow-title {line-height: 1.5; font-size: 26px; font-size: 2.6rem;}
	
	.newsshowzx .newsshowzx-title{padding-bottom: 3%; margin-bottom: 3%;}
	.newsshowzx .list{margin: 3% 0;}
}
@media only screen and (max-width:560px){
	.newsshow-title {font-size: 22px; font-size: 2.2rem;}
	
	.newsshowzx .newsshowzx-title{font-size: 22px; font-size: 2.2rem;}
	.newsshowzx .list .title{font-size: 16px; font-size: 1.6rem;}
}

/*内页团队简介*/
.team{margin-top: 5%; display: flex; justify-content: space-between;}
.team .left{width: 34%; padding: 0 10%;}
.team .left .img img{width: 100%;}
.team .right{width: 66%;}
.team .right .btitle{display: flex; align-items: center; justify-content: flex-start;}
.team .right .btitle .r{line-height: 1.4;}
.team .right .mainbody_content{margin-top: 7%;}


.contact{margin: 7% 0 5% 0; display: flex; justify-content: space-between;}
.contact .left{width: 34%; padding: 8% 5%; background: #225ba2;}
.contact .left .btitle{color: #fff;}
.contact .left .mainbody_content{color: #fff; margin-top: 15%; font-family: "KaiTi";}
.contact .left .mainbody_content p{margin: 5% 0;}
.contact .left a{color: #fff;}
.contact .right{width: 66%;}
.contact .right .img{position: relative; width: 100%; height: 100%;}
.contact .right .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.contact .right .img p{position: absolute; left: 2%; bottom: 5%; z-index: 2; color: #fff; font-family: "KaiTi";}

@media only screen and (max-width:1600px){
	.team .left{width: 40%;}
	.team .right{width: 60%;}
	
	.contact .left{width: 40%;}
	.contact .right{width: 60%;}
}

@media only screen and (max-width:1100px){
	.team .left{padding: 0 12%;}
	.team .right .btitle .l{font-size: 45px; font-size: 4.5rem;}
	.team .right .btitle .r p:first-child{font-size: 24px; font-size: 2.4rem;}
	.team .right .btitle .r p:nth-child(2){font-size: 14px; font-size: 1.4rem;}
}
@media only screen and (max-width:800px){
	.team{flex-flow: wrap;}
	.team .left{width: 100%; padding: 0 30%;}
	.team .right{width: 100%; margin-top: 8%;}
	.team .right .mainbody_content{margin-top: 5%;}
	
	.contact{flex-flow: wrap;}
	.contact .left{width: 100%; padding: 5% 5%;}
	.contact .left .btitle{font-size: 40px; font-size: 4rem;}
	.contact .left .mainbody_content{margin-top: 5%;}
	.contact .left .mainbody_content p{margin: 3% 0;}
	.contact .right{width: 100%;}
	.contact .right .img{height: 0; padding-bottom:50%; overflow: hidden;}
}
@media only screen and (max-width:560px){
	.team .right .btitle .l{font-size: 38px; font-size: 3.8rem;}
	.team .right .btitle .r{flex: 1; width: 100%;}
	.team .right .btitle .r p:first-child{font-size: 20px; font-size: 2rem;}
	.team .right .btitle .r p:nth-child(2){font-size: 12px; font-size: 1.2rem;}
	
	.contact .left{padding: 10% 5%;}
	.contact .left .btitle{font-size: 30px; font-size: 3rem;}
}




/**服务组价**/
.bodyfwzj{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyfwzj .list{position: relative; width: calc((100% - 5%) / 2); border-bottom: 1px solid #dae4ef; padding:3% 0; display: flex; justify-content: space-between; transition: .5s;}
.bodyfwzj .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #225ba2; transition: .8s;}
.bodyfwzj .list:hover::before{width: 100%;}
/*.bodyfwzj .list:hover{box-shadow: 0 5px 35px rgba(34,91,162,.2);}*/
.bodyfwzj .list .time{position: relative; color: #888; line-height: 1.5; margin-right: 6%;}
.bodyfwzj .list .box{flex: 1; width: 100%;}
.bodyfwzj .list .box .title{position: relative; flex: 1; width: 100%; line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; transition: .5s;}
.bodyfwzj .list .box .viewdown{display: flex; align-items: center; justify-content: flex-start;}
.bodyfwzj .list .box .viewdown a{margin: 3% 5% 0 0; color: #888;}
.bodyfwzj .list .box .viewdown a:hover{text-decoration: underline;}
.bodyfwzj .list .box .viewdown a i{margin-right: 5px;}
.bodyfwzj .list .box .viewdown a:first-child i{color: #5391e9;}
.bodyfwzj .list .box .viewdown a:first-child:hover{color: #5391e9;}
.bodyfwzj .list .box .viewdown a:nth-child(2) i{color: #f5a740;}
.bodyfwzj .list .box .viewdown a:nth-child(2):hover{color: #f5a740;}

@media only screen and (max-width:800px){
	.bodyfwzj .list{width: 100%; padding:4% 3%;}
	.bodyfwzj .list:nth-child(2n){background: #f1f5f9;}
	.bodyfwzj .list .time{margin-right: 4%;}
}
@media only screen and (max-width:560px){
	.bodyfwzj .list{padding:5% 3%;}
	.bodyfwzj .list .title{font-size: 16px; font-size: 1.6rem;}
	.bodyfwzj .list .time{font-size: 16px; font-size: 1.6rem;}
}

/*内页留言*/
.message form{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.message .list{width: calc((100% - 1%) / 2); position: relative; margin: 0.5% 0; border: 1px solid #eeeeee; border-radius: 4px; transition: .5s;}
.message .list:hover{border: 1px solid #094374; background: #ecf4fa;}
.message .list:nth-child(3){width: 100%;}
.message .list span{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.message .list p{position: absolute; right: 70px; top: 50%; transform: translate(0, -50%);}
.message .list img{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.msg_input{width: 100%; border: none; background: none; padding: 13px 15px; font-family:"Microsoft YaHei",sans-serif;}
.message input::-webkit-input-placeholder{color: #999;}
.msg_textarea{width: 100%; height: 140px; background: none; border: none; padding: 13px 15px; line-height: 1.4; font-family:"Microsoft YaHei",sans-serif;}
.message textarea::-webkit-input-placeholder{color: #999;}
.msg_submitt{width: 100%; padding: 13px 15px; background: #094374; color: #fff; text-transform: uppercase; border: none;}	

@media only screen and (max-width:560px){
	.message .list{width: 100%;}
}

/*内页新闻、图片详细内容*/
.right_content_top{width: 100%;}
.right_content_title{width: 100%; font-size: 42px; text-align: center; line-height: 50px; color: #000; padding: 15px 0; }
.right_content_info{width: 100%; height:40px;line-height:40px;text-align:center; margin:15px 0; border-bottom: 1px solid rgba(0,0,0,.1); border-top: 1px solid rgba(0,0,0,.1); color:#666; font-size: 15px;}
.right_content_info small{margin-left:18px;margin-right:3px;color:#999;font-size:14px;}
.right_content_desc{margin:30px 0 15px; padding:5px 10px; line-height:25px; border:1px solid #f4e4b4; background:#fffff0; font-size:14px;}
.right_content_content{line-height:1.75; margin-top: 3%; text-align: justify;}
.right_content_content p{margin: 1.3% 0;}
.right_content_content img{max-width:100%;}

@media only screen and (max-width:1599px){
	.right_content_title{font-size: 30px; line-height: 40px; padding: 12px 0;}
}
@media only screen and (max-width:1359px){
	.right_content_title{font-size: 25px; line-height: 40px; padding: 12px 0;}
	
	.right_content_content p{margin: 8px 0;}
}
@media only screen and (max-width:1023px){
	.right_content_title{font-size: 20px; line-height: 30px; padding: 10px 0;}
	
	.right_content_content p{margin: 5px 0;}
}
@media only screen and (max-width:560px){
	.right_content_title{font-size: 16px; line-height:22px;}
	.right_content_info{height:30px; line-height:30px; margin: 0 0; text-align:center; font-size: 12px;}
	.right_content_info small{margin-left:0;margin-right:0;font-size:12px;}
	
	.right_content_content{line-height: 160%;}
}

/*详细页上一页下一页收藏打印*/
.preNext{width: 100%; margin-top: 20px; border-top: 1px solid rgba(0,0,0,.1); position: relative;}
.preNext .text{color:#888; margin-top: 20px; line-height: 1.8; display: flex; align-items: center; justify-content: space-between;}
.preNext .text li{display: flex; justify-content: flex-start;}
.preNext .text li:first-child{padding-right: 20px;}
.preNext .text li:nth-child(2){padding-left: 20px;}
.preNext .text li a{flex: 1; width: 100%; color: #888;}
.preNext .text li a:hover{color: #225ba2;}

@media only screen and (max-width:800px){
	.preNext .text{flex-flow: wrap;}
	.preNext .text li{width: 100%;}
	.preNext .text li:first-child{padding-right: 0;}
	.preNext .text li:nth-child(2){padding-left: 0; padding-top: 2%;}
}
@media only screen and (max-width:560px){

}


/*内页搜索*/
.searcht{display: flex; justify-content: space-between;}
.searcht input{background: none; border: none;}
.searcht input[type="search"]{flex: 1; width: 100%; border:1px solid #dae4ef; padding: 0 20px; font-size: 16px;}
.searcht input[type="submit"]{cursor: pointer; display: block; padding: 1vw 30px; background: #225ba2; color: #fff; font-size: 20px;}

.searchcat{margin: 4% 0 6% 0;}
.searchcat a{color: #666; margin-right: 5%; padding-bottom: 1%; display: inline-block;}
.searchcat a:last-child{margin-right: 0;}
.searchcat .a{color: #225ba2; border-bottom: 2px solid #225ba2;}

.searchnewslist .list{position: relative; border-bottom: 1px solid #dae4ef; padding: 2.5% 0;}
.searchnewslist .list .cattitle{display: flex; align-items: center; justify-content: flex-start;}
.searchnewslist .list .cattitle .cat{color: #555; margin-right: 20px;}
.searchnewslist .list .cattitle .title{flex: 1; width: 100%; color: #000;}
.searchnewslist .list:hover .cattitle .title{color: #225ba2; text-decoration: underline;}
.searchnewslist .list .desc{color: #888; line-height: 1.6; margin: 1.5% 0; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.searchnewslist .list .time{color: #999;}
.searchnewslist .list .time i{margin-right: 5px;}

.searchproductlist{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.searchproductlist:after{content: ''; width:49%;}
.searchproductlist .list{width:49%; padding: 1%; margin: 1% 0; position: relative; border: 1px solid #dae4ef; border-radius: 10px; display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.searchproductlist .list:hover{border: 1px solid #225ba2;}
.searchproductlist .list .img{width: 40%;}
.searchproductlist .list .img p{width: 100%; position: relative; height: 0; overflow: hidden; padding-bottom: 75%;}
.searchproductlist .list .img img{position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; transition: .7s;}
.searchproductlist .list:hover .img img{transform: scale(1.15);}
.searchproductlist .list .box{width: 55%;}
.searchproductlist .list .box .title{transition: .5s; line-height: 1.6;}
.searchproductlist .list:hover .box .title{color: #225ba2;}
.searchproductlist .list .box .desc{color: #999; line-height: 1.4; margin-top: 5%; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}

@media only screen and (max-width:800px){
	.search{margin-top: 60px;}
	.search input[type="search"]{padding: 0 12px;}
		
	.searchcat{margin: 6% 0;}
	
	.searchproductlist:after{width:100%;}
	.searchproductlist .list{width:100%;}
	.searchproductlist .list .box .title{font-size: 16px;}
}
@media only screen and (max-width:560px){
	.searchproductlist .list .box .title{font-size: 14px; line-height: 1.3;}
}


/*内页在线地图*/
.contactmapbox{position: relative; width: 100%; height: 0; padding-bottom: 35%; overflow: hidden; border: 1px solid rgba(0,0,0,.2);}
.contactmapbox #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.contactmapbox iframe, #map{width: 100%; height: 100%;}

@media only screen and (max-width:800px){
	.contactmapbox{padding-bottom: 60%;}
}
@media only screen and (max-width:560px){
	.contactmapbox{padding-bottom: 80%;}
}


/*分页样式*/
.page_info{text-align:center; padding-top:30px; color:#333; font-size: 16px; font-size: 1.6rem;}
.page_info span{padding:0 2px;font-weight:bold; color: #225ba2;}
.page_list{line-height:25px; text-align:center; letter-spacing:0; font-size:16px; font-size: 1.6rem; margin-top:30px;}
.page_list div{text-align: center; display: inline-block; padding:2px 25px;}
.page_list a{display:inline-block; border: 1px solid #d9e3ef; margin: 0 3px; color:#222222; text-align:center; padding:4px 13px;}
.page_list a:hover,.page_list a.on{color:#fff; background:#225ba2; border: 1px solid #225ba2; font-weight: bold;}


@media only screen and (max-width:800px){
	.page_info{font-size: 14px; padding-top:5px;}
	.page_list{font-size: 14px; line-height:22px; margin-top:20px;}
	.page_list a{padding:2px 9px; margin:0 3px;}
}
@media only screen and (max-width:560px){
	.page_info{font-size: 12px;}
	.page_list{font-size: 12px; line-height:18px; margin-top:10px;}
	.page_list div{padding: 0 2px;}
	.page_list a{padding:1px 7px; margin:1px 1px;}
}

/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}