@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:#094374;} 

/* 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:"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:#094374;}

.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; padding: .5% 0; 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-right:1px solid #ddd; border-bottom:1px solid #ddd}
.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: 92%; max-width: 1600px; 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: 1.5% 2%; border-bottom: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.header:hover, .header.fixed{background:#fff; box-shadow: 0 0 15px rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.1);}

.headerbox{width: 70%; margin-right: 2%; display: flex; align-items: center; justify-content: flex-start;}

.header .logo{width: 15%;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom:28%; overflow: hidden; display: block; background: url(logo.png) no-repeat left center; background-size: 100%;}
.header:hover .logo a,.header.fixed .logo a{background: url(logo1.png) no-repeat left center; background-size: 100%;}

.wxadd{display: flex; align-items: center; justify-content: flex-end;}
.wxadd .wx{position: relative; cursor: pointer; outline: 0; border: 0; background: none; margin-right: 3.5vw;}
.wxadd .wx .wx-title{color: #fff;}
.header:hover .wxadd .wx .wx-title, .header.fixed .wxadd .wx .wx-title{color: #555;}
.wxadd .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;}
.wxadd .wx:focus .wx-box, .wx:active .wx-box{transform: translate(-50%, 10px); opacity: 1; display: block;}
.wxadd .wx .wx-box img{width: 100%; border: 1px solid rgba(0,0,0,.2);}
.wxadd .add a{color: #fff;}
.header:hover .wxadd .add a, .header.fixed .wxadd .add a{color: #555;}

.nav{flex: 1; width: 100%; height: 100%; margin-left: 10%;}
.nav .nav_pc{width: 100%; height: 100%; display: flex; align-items: center; justify-content:space-between;}
.nav ul li{position: relative; height: 100%; display: flex; align-items: center; justify-content:center;}
.nav ul li .f_a{height: 100%;}
.nav ul li .f_a a{color: #fff; width: 100%; height: 100%; display:inline-block;display: flex; align-items: center; justify-content:center;}
.header:hover .nav ul li .f_a a, .header.fixed .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{color: #094374;}
.header:hover .nav ul li.hovert .f_a a,.header.fixed .nav ul li.hovert .f_a a{font-weight: bold;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; transform:translate(-50%,0); top:140%; width: 180px; background:rgba(255,255,255,1); border: 1px solid rgba(0,0,0,.1); z-index: 9;}
.nav ul li .s_navbox .s_a a{color: #555; text-transform:uppercase; display:block; text-align: center; padding: 10px 15px; border-bottom: 1px solid rgba(0,0,0,.07);}
.nav ul li .s_navbox .s_a a:last-child{border-bottom: none;}
.nav ul li .s_navbox .s_a a:hover{background:#094374; color: #fff;}

.m_nav{display:none}
.m_img{display: none}

@media screen and (max-width: 1280px){
	.headerbox{width: 80%;}
}

/*移动端导航*/
@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: 17%; 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;}

.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:#094374;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:#094374; 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:5px; 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: #094374;}

@media only screen and (max-width:1024px){
	.banner .swiper-button-prev, .banner .swiper-button-next{border-radius: 3px; 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;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 25px; height: 25px; --swiper-navigation-size: 8px;}
}

@media only screen and (max-width:560px){
	.banner-top{bottom: 35%;}
	
	.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;}
}

/**通知公告**/
.indexnotice{background: #ecf4fa;}
.indexnotice .container{position: relative; z-index: 9; transform: translate(0, -50%); display: flex; justify-content: flex-end;}
.indexnotice .indexnoticetitle{padding: 2.5% 4%; color: #fff; background: #094374; box-shadow: 0 -5px 30px rgba(9,67,116,.3);}
.indexnotice .indexnoticetitle i{margin-right: 15px;}

.indexnoticebox{width: 50%; background: #fff; position: relative; padding: 0 4%; display: flex; align-items: center; justify-content: center; box-shadow: 0 -5px 30px rgba(9,67,116, .3);}
.indexnoticebox .swiper-container{width: 100%; height: 30px; overflow: hidden;}
.indexnoticebox .swiper-slide{position: relative; width: 100%; height: 100%; text-align: center; display:flex; align-items: center; justify-content: space-between;}
.indexnoticebox .swiper-slide .title{flex: 1; width: 100%; margin-right: 5%; display: flex; align-items: center; justify-content: flex-start;}
.indexnoticebox .swiper-slide .title span{color: #094374; margin-right: 10px;}
.indexnoticebox .swiper-slide .title p{color: #888; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.indexnoticebox .swiper-slide:hover .title p{color: #094374;}
.indexnoticebox .swiper-slide .time{color: #888;}
.indexnoticebox .swiper-button-prev, .indexnoticebox .swiper-button-next{width: 10px; height: 10px; color: #d9dfec; --swiper-navigation-size: 0;}
.indexnoticebox .swiper-button-prev{top: 50%; transform: translate(0, calc(-50% - 5px)); left: 96%;}
.indexnoticebox .swiper-button-next{top: 50%; transform: translate(0, calc(-50% + 5px)); left:96%;}
.indexnoticebox .swiper-button-prev:hover, .indexnoticebox .swiper-button-next:hover{color: #094374;}

@media only screen and (max-width:1280px){
	.indexnotice .indexnoticetitle{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.indexnoticebox{width: 60%;}
}
@media only screen and (max-width:800px){
	.indexnotice .indexnoticetitle i{margin-right: 10px;}
	.indexnoticebox{flex: 1; width: 100%;}
}
@media only screen and (max-width:560px){
	.indexnotice .indexnoticetitle{font-size: 16px; font-size: 1.6rem;}
	.indexnotice .indexnoticetitle i{margin-right: 5px;}
	
	.indexnoticebox .swiper-slide .title{margin-right: 2%;}
	.indexnoticebox .swiper-slide .title span{margin-right: 5px;}
	.indexnoticebox .swiper-slide .time{display: none;}
}

/**关于我们**/
.indexabout{padding: 4% 0 16% 0; background: url(indexabout-bg.png) #ecf4fa no-repeat right 20%; background-size: 60%;}

.indexaboutbox{display: flex; align-items: flex-end; justify-content: space-between; flex-flow: wrap; flex-direction: row-reverse;}

.indexaboutbox .img{width: 46.375%;}
.indexaboutbox .img img{width: 100%;}

.indexaboutbox .box{width: 40%;}
.indexaboutbox .box .title p:first-child{color: #094374;}
.indexaboutbox .box .title p:nth-child(2){color: #555; margin: 3% 0 6% 0;}
.indexaboutbox .box .title p:nth-child(3){width: 3vw; min-width: 25px; height: 3px; background: #094374;}
.indexaboutbox .box .desc{margin-top: 6%; color: #555; line-height: 1.8; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}
.indexaboutbox .box .desc p{margin: 3% 0;}
.indexaboutmore{margin-top: 6%;}

.indexmore{position: relative; width: 158px; height: 48px; background: #d2e3f1; border-radius: 1000px; display: flex; align-items: center; justify-content:flex-start; transition: .5s;}
.indexmore:hover{background: #f8d8d7;}
.indexmore .mico{position: absolute; left: 0; width: 48px; height: 48px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; background: linear-gradient(#094374, #3d82bc); transition: .5s;}
.indexmore:hover .mico{background: linear-gradient(#cb302d, #fb7976);}
.indexmore:hover .mico img{animation:2s linear infinite rotate-anim;-webkit-animation:2s linear infinite rotate-anim}
@keyframes rotate-anim{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
@-webkit-keyframes rotate-anim{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}
.indexmore .mtitle{padding-left: 47%; transition: .5s;}

.indexaboutadv{margin-top: 3%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexaboutadv .list{width: calc((100% - 10%) / 2); padding: 2.5% 0; border-bottom: 1px solid #d5e2ec; display: flex; align-items: flex-start; justify-content: space-between;}
.indexaboutadv .list .box .num{line-height: 1; display: flex; align-items: flex-start; justify-content: flex-start;}
.indexaboutadv .list .box .num p:first-child{color: #094374; margin-right: 10px;}
.indexaboutadv .list .box .desc{color: #555;}

@media only screen and (max-width:1366px){
	.indexmore{width: 150px; height: 45px;}
	.indexmore .mico{width: 45px; height: 45px;}
}
@media only screen and (max-width:1280px){
	.indexaboutbox .box .title p:first-child{font-size: 36px; font-size: 3.6rem;}
	
	.indexaboutadv .list .box .num p:first-child{font-size: 55px; font-size: 5.5rem;}
	.indexaboutadv .list .ico img{height: 35px;}
}
@media only screen and (max-width:1024px){
	.indexaboutbox .box .title p:first-child{font-size: 32px; font-size: 3.2rem;}
	
	.indexmore{width: 130px; height: 40px;}
	.indexmore .mico{width: 40px; height: 40px;}
	
	.indexaboutadv .list .box .num p:first-child{font-size: 50px; font-size: 5rem;}
	.indexaboutadv .list .ico img{height: 32px;}
}
@media only screen and (max-width:800px){
	.indexabout{background-size: 100%;}
	
	.indexaboutbox .img{width: 100%;}
	.indexaboutbox .img img{width: 80%;}
	
	.indexaboutbox .box{width: 100%; margin-top: 4%;}
	.indexaboutbox .box .title p:nth-child(2){margin: 2% 0 4% 0;}
	.indexaboutbox .box .desc{margin-top: 4%;}
	.indexaboutbox .box .desc p{margin: 2% 0;}
	.indexaboutmore{margin-top: 4%;}
	
	.indexmore{width: 120px; height: 38px;}
	.indexmore .mico{width: 38px; height: 38px;}
	
	.indexaboutadv .list .box .num p:first-child{font-size: 45px; font-size: 4.5rem;}
	.indexaboutadv .list .ico img{height: 28px;}
}
@media only screen and (max-width:560px){
	.indexabout{padding: 6% 0 20% 0;}
	.indexaboutbox .box .title p:first-child{font-size: 28px; font-size: 2.8rem;}
	.indexaboutbox .box .title p:nth-child(2){font-size: 18px; font-size: 1.8rem;}
	
	.indexmore{width: 110px; height: 35px;}
	.indexmore .mico{width: 35px; height: 35px;}
	
	.indexaboutadv{margin-top: 5%;}
	.indexaboutadv .list{padding: 5% 0;}
	.indexaboutadv .list .box .num p:first-child{font-size: 30px; font-size: 3rem;}
	.indexaboutadv .list .ico img{height: 22px;}
}

/**企业精神**/
.indexculture{position: relative; height: 0; padding-bottom: 29%; transform: translate(0, -40%);}
.indexculture .box{color: #fff; line-height: 1.8; position: absolute; right: 4%; top: 50%; transform: translate(0, -50%);}

@media only screen and (max-width:1366px){
	.indexculture .box{font-size: 50px; font-size: 5rem;}
}
@media only screen and (max-width:1280px){
	.indexculture .box{font-size: 45px; font-size: 4.5rem;}
}
@media only screen and (max-width:1024px){
	.indexculture .box{font-size: 35px; font-size: 3.5rem;}
}
@media only screen and (max-width:800px){
	.indexculture .box{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:560px){
	.indexculture{padding-bottom: 35%;}
	.indexculture .box{line-height: 1.6; font-size: 17px; font-size: 1.7rem;}
}

/**项目展示**/
.indexcase{margin-top: -6%; padding-bottom: 4%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexcase .left{width: calc(50% - 520px); display: flex; justify-content: flex-end;}
.indexcase .left .leftbox{width: 280px;}
.indexcase .left .leftbox .cat{margin-top: 5%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexcase .left .leftbox .cat .list{position: relative; width: 100%; border-bottom: 1px solid #b5c6d5; padding: 8% 0 5% 0; display: flex; align-items: center; justify-content: space-between;}
.indexcase .left .leftbox .cat .list:hover{color: #094374;}
.indexcase .left .leftbox .cat .list .ico{color: #b5c6d5;}
.indexcase .left .leftbox .cat .list:hover .ico{color: #094374;}
.indexcase .left .indexmore{margin-top: 15%;}

.indexcase .right{width: calc(50% + 440px); background: #ecf4fa;}
.indexcasebox{padding: 6% 0 6% 4%;}
.indexcasebox .swiper-container{position: relative; padding-bottom: 4%; overflow: hidden;}
.indexcasebox .swiper-slide{width: 100%;}
.indexcasebox .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 70%; overflow: hidden;}
.indexcasebox .swiper-slide .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexcasebox .swiper-slide:hover .img p img{transform: scale(1.3);}
.indexcasebox .swiper-slide .box{position: relative; border-bottom: 1px solid #d5e2ec; padding: 4% 0; display: flex; align-items: center; justify-content: space-between;}
.indexcasebox .swiper-slide .box::before{content: ""; position: absolute; left: 0; bottom: -1px; z-index: 2; width: 0; height: 1px; background: #094374; transition: 1s;}
.indexcasebox .swiper-slide:hover .box::before{width: 100%;}
.indexcasebox .swiper-slide .box .title{flex: 1; width: 100%; line-height: 1.5;}
.indexcasebox .swiper-slide:hover .box .title{color: #094374;}
.indexcasebox .swiper-slide .box .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.indexcasebox .swiper-slide .box .area{color: #888;}
.indexcasebox .swiper-button-prev, .indexcasebox .swiper-button-next{top: 35%; background:none; border:1px solid #fff; color: #fff; border-radius: 4px; width: 2vw; min-width: 25px; height: 2vw; min-height: 25px; --swiper-navigation-size: 12px; outline:none;} 
.indexcasebox .swiper-button-prev{left:1%;}
.indexcasebox .swiper-button-next{right:1%;}
.indexcasebox .swiper-button-prev:hover, .indexcasebox .swiper-button-next:hover{background: #094374; border:2px solid #094374; color: #fff;}
.indexcasebox .swiper-pagination{bottom: 0; text-align: left; z-index: 99;}
.indexcasebox .swiper-pagination-bullet{position: relative; z-index: 2; width: 2vw; height: 3px; margin:0 4px !important; border-radius: 0; background: #c5ced5; opacity: 1; outline:none; transition: .3s;}
.indexcasebox .swiper-pagination-bullet-active{background: #094374; width: 3vw; opacity: 1;}

@media only screen and (max-width:1740px){
	.indexcase{}
	.indexcase .left{width: 20%;}
		
	.indexcase .right{width: 75%;}
}
@media only screen and (max-width:1600px){
	.indexcase .left{padding-left: 4%;}
}
@media only screen and (max-width:1280px){
	.indextitle{font-size: 42px; font-size: 4.2rem;}
}
@media only screen and (max-width:1024px){
	.indextitle{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:800px){
	.indextitle{font-size: 32px; font-size: 3.2rem;}
	
	.indexcase .left{width: 100%;}
	.indexcase .left .leftbox{width: 100%; padding-right: 4%;}
	.indexcase .left .leftbox .cat{margin-top: 2%;}
	.indexcase .left .leftbox .cat .list{width: calc((100% - 6%) / 3); padding: 3% 0 1% 0;}
	.indexcase .left .indexmore{margin: 5% 0;}
	
	.indexcase .right{width: 100%;}
	.indexcasebox{padding: 4% 4%;}
}
@media only screen and (max-width:560px){
	.indextitle{font-size: 30px; font-size: 3rem;}
	
	.indexcase .left .leftbox .cat .list{font-size: 14px; font-size: 1.4rem;}
}

/**公司分布**/
.indexgsfb{background: url(indexgsfb-bg.jpg) no-repeat center center; background-size: cover; padding: 5% 0;}
.indexgsfb .container{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexgsfbbox{width: 40%;}
.indexgsfbbox .indextitle{color: #fff;}
.indexgsfbbox .desc{margin-top: 8%; color: #fff; line-height: 1.8; text-align: justify;}
.indexgsfbbox .desc p{margin: 4% 0;}
.indexgsfbbox .indexmore{margin-top: 20%;}

.indexgsfbimg{width: 53.5%;}
.indexgsfbimg img{max-width: 100%;}

@media only screen and (max-width:1024px){
	.indexgsfbbox .desc{line-height: 1.6;}
	.indexgsfbbox .indexmore{margin-top: 10%;}
}
@media only screen and (max-width:800px){
	.indexgsfbbox{width: 100%;}
	.indexgsfbbox .desc{margin-top: 5%;}
	.indexgsfbbox .desc p{margin: 2% 0;}
	.indexgsfbbox .indexmore{margin-top: 5%;}
	
	.indexgsfbimg{width: 100%;}
}
@media only screen and (max-width:560px){
	.indexgsfb{padding:8% 0;}
	.indexgsfbbox .desc{font-size: 14px; font-size: 1.4rem;}
}

/**新闻中心**/
.indexnews{padding: 4% 0;}

.indexnewstop{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexnewstop .indexnewstitlecat{display: flex; align-items: baseline; justify-content: space-between; flex-flow: wrap;}
.indexnewstop .indexnewstitlecat .indextitle{margin-right: 5vw;}
.indexnewstop .indexnewstitlecat .cat{display: flex; align-items: center; justify-content: flex-start;}
.indexnewstop .indexnewstitlecat .cat a{margin-right: 3vw; transition: .5s;}
.indexnewstop .indexnewstitlecat .cat a:first-child, .indexnews-top .indexnewstitlecat .cat a:hover{font-size: 22px; font-size: 2.2rem; color: #225ba2;}

.indexnewsbox{position: relative; padding-bottom: 3%; overflow: hidden; margin-top: 4%;}
.indexnewsbox .swiper-container{}
.indexnewsbox .swiper-slide{position: relative;}
.indexnewsbox .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 66%; overflow: hidden;}
.indexnewsbox .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewsbox .swiper-slide:hover .img img{transform: scale(1.3);}
.indexnewsbox .swiper-slide .img .time{position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; padding: 4% 0 2% 6%; background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.7)); color: #fff;}
.indexnewsbox .swiper-slide .box{padding: 7% 6%; border: 1px solid #e1e9f1;}
.indexnewsbox .swiper-slide:hover .box{box-shadow: 0 -5px 45px rgba(9,67,116,.2);}
.indexnewsbox .swiper-slide .box .title{line-height: 1.4; min-height: 54px; color: #000;}
.indexnewsbox .swiper-slide:hover .box .title{color: #094374;}
.indexnewsbox .swiper-slide .box .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.indexnewsbox .swiper-slide .box .desc{line-height: 1.8; color: #555; margin: 6% 0;}
.indexnewsbox .swiper-slide .box .desc p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.indexnewsbox .swiper-slide:hover .box .more{color: #094374;}
.indexnewsbox .swiper-button-prev, .indexnewsbox .swiper-button-next{top: 22%; 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;} 
.indexnewsbox .swiper-button-prev{left:1%;}
.indexnewsbox .swiper-button-next{right:1%;}
.indexnewsbox .swiper-button-prev:hover, .indexnewsbox .swiper-button-next:hover{background: #0e4698; color: #fff;}
.indexnewsbox .swiper-pagination{bottom: 0; z-index: 99;}
.indexnewsbox .swiper-pagination-bullet{position: relative; z-index: 2; width: 2vw; height: 3px; margin:0 4px !important; border-radius: 0; background: #c5ced5; opacity: 1; outline:none; transition: .3s;}
.indexnewsbox .swiper-pagination-bullet-active{background: #094374; width: 3vw; opacity: 1;}


@media only screen and (max-width:1024px){
	.indexnewsbox .swiper-slide .box .title{min-height: 42px;}
}
@media only screen and (max-width:800px){
	.indexnewstop .indexnewstitlecat .indextitle{margin-right: 3vw;}
	.indexnewstop .indexnewstitlecat .cat{font-size: 16px; font-size: 1.6rem;}
	.indexnewstop .indexnewstitlecat .cat a{margin-right: 2vw;}
	.indexnewstop .indexnewstitlecat .cat a:first-child, .indexnews-top .indexnewstitlecat .cat a:hover{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:560px){
	.indexnews{padding: 8% 0;}
	
	.indexnewstop .indexnewstitlecat .cat{margin: 5% 0;}
	
	.indexnewsbox .swiper-slide .box .title{font-size: 16px; font-size: 1.6rem; min-height: 36px;}
	.indexnewsbox .swiper-slide .box .desc{line-height: 1.4;}
}

/**联系我们**/
.indexcontact{padding-top: 7%; background: url(indexcontact-bg.jpg) no-repeat center center; background-size: cover;}
.indexcontact .container{display: flex; justify-content: space-between; flex-flow: wrap;}
.indexcontact .title{width: 35%;}
.indexcontact .title .desc{color: #555; line-height: 1.6; margin-top: 5%;}
.indexcontact .box{width: 30%; background: rgba(255,255,255,.72);}
.indexcontact .box .list{padding: 6% 0; border-bottom: 1px solid #bed3e4; display: flex; align-items: center; justify-content: flex-start;}
.indexcontact .box .list .ico{width: 30%; text-align: center;}
.indexcontact .box .list .content p:first-child{color: #000;}
.indexcontact .box .list .content p:nth-child(2){color: #555; margin-top: 4%;}

@media only screen and (max-width:1280px){
	.indexcontact .box{width: 35%;}
	.indexcontact .box .list .ico img{width: 30px;}
}
@media only screen and (max-width:1024px){
	.indexcontact .box{width: 40%;}
	.indexcontact .box .list .ico img{width: 26px;}
}
@media only screen and (max-width:800px){
	.indexcontact .box{width: 50%;}
}
@media only screen and (max-width:560px){
	.indexcontact{padding: 8% 0;}
	.indexcontact .title{width: 100%;}
	.indexcontact .box{width: 100%; margin-top: 5%;} 
	.indexcontact .box .list .ico img{width: 22px;}
	.indexcontact .box .list{padding: 4% 0;}
	.indexcontact .box .list .content p:first-child{font-size: 18px; font-size: 1.8rem;}
	.indexcontact .box .list .content p:nth-child(2){font-size: 16px; font-size: 1.6rem; margin-top: 2%;}
}


/**底部**/
.footer{background: #141c23; padding: 4% 0;}

.footerbox{display: flex; justify-content: space-between;}
.footerlogowx{}
.footerlogowx .footerlogo{}
.footerlogowx .footerlogo img{width: 14vw; min-width: 150px;}
.footerlogowx .footerwx{color: #72777b; line-height: 2; margin-top: 30%; 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: 10%; 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: #72777b;}
.footernav .list .footernav-list a:hover{color: #fff;}

.copy{color: #72777b; border-top: 1px solid rgba(255,255,255,.1); padding-top: 2%; margin-top: 5%; line-height: 2; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.copy a{color: #72777b;}
.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{padding: 4% 0; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.mainbody-left{width: 22%;}
.mainbody-right{width: 75%; padding: 2% 4%; background: #fff;/* border: 1px solid #e2e7ed;*/}

.location{position: absolute; left: 0; bottom: 5%; width: 100%; z-index: 2; color: #fff;}
.location a{color: #fff;}

.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_content{line-height:1.6; font-size: 16px; font-size: 1.6rem;}
}

/*about-nav*/
.about-nav{border-bottom: 1px solid #e1e9f1;}
.about-nav .container{display: flex; justify-content:flex-start;}
.about-nav a{position: relative; overflow: hidden; text-align: center; padding: 2% 2%; border-right: 1px solid #e1e9f1; transition: .5s;}
.about-nav a::before{position: absolute; content: ""; left: 0; bottom: 0; width: 0; height:100%; background: #094374; transition: .3s;}
.about-nav a:hover::before, .about-nav a.cur::before{width: 100%;}
.about-nav a:first-child{border-left: 1px solid #e1e9f1;}
.about-nav a i{margin-right: 20%;}
.about-nav a i, .about-nav a font{position: relative;}
.about-nav a:hover{color: #fff;}
.about-nav a.cur{color: #fff;}

@media only screen and (max-width:800px){
	.about-nav{width: 100%; justify-content:flex-start; padding: 3% 0 2% 0;}
	.about-nav .container{flex-flow: wrap;}
	.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: #e1e9f1;}
	.about-nav a:nth-child(4n){margin-right: 0;}
	.about-nav a i{display: none;}
}
@media only screen and (max-width:560px){
	.about-nav{font-size: 16px; font-size: 1.6rem;}
}

/*内页产品列表*/
.bodyproduct{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.bodyproduct:after{content: ''; width: calc((100% - 6%) / 3);}
.bodyproduct .list{position: relative; border-bottom: 1px solid #d5e2ec; width: calc((100% - 6%) / 3); margin-bottom: 3%;}
.bodyproduct .list::before{content: ""; position: absolute; left: 0; bottom: -1px; z-index: 2; width: 0; height: 1px; background: #094374; transition: .5s;}
.bodyproduct .list:hover::before{width: 100%;}
.bodyproduct .list .img{position: relative; width: 100%; height: 0; padding-bottom: 70%; overflow: hidden;}
.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.3);}
.bodyproduct .list .box{position: relative; padding: 5% 0; display: flex; align-items: center; justify-content: space-between;}
.bodyproduct .list .box .title{flex: 1; width: 100%; line-height: 1.5;}
.bodyproduct .list:hover .box .title{color: #094374;}
.bodyproduct .list .box .area{color: #888;}


@media only screen and (max-width:800px){
	.bodyproduct:after{content: ''; width:48%;}
	.bodyproduct .list{width:48%;}
	.bodyproduct .list .title{}
}
@media only screen and (max-width:560px){
	.bodyproduct:after{content: ''; width:100%;}
	.bodyproduct .list{width:100%;}
}

/*内页产品详情*/
.productshow{padding: 10px 10px; border: 1px solid #ededed; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.productshow .img{width: 55%; position: relative; height: 0; padding-bottom: 36%;}
.productshow .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productshow .img p img{max-width: 100%; max-height: 100%; transition: all .4s;}
.productshow .box{width: 40%;}
.productshow .box .title{padding-bottom: 4%; line-height: 1.6; transition: .3s; border-bottom: 1px solid #ededed;}
.productshow .box .title p{}
.productshow .box .size{text-align: justify; margin: 6% 0; padding: 3%; line-height: 1.8; color: #666; background: #f9f9f9; border: 1px solid #ededed;}
.productshow .box .size p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;}
.productshow .box .phone{color: #0e4698; margin: 4% 0;}

.productshow-title{margin-top: 4%; background: #f3f3f3;}
.productshow-title p{display: inline-block; background: #0e4698; color: #fff; padding: 12px 2vw;}

@media only screen and (max-width:800px){
	.productshow .box .title{font-size: 24px; font-size: 2.4rem;}
	
	.productshow-title{font-size: 20px; font-size: 2rem;}
	.productshow-title p{padding: 10px 3vw;}
}
@media only screen and (max-width:560px){
	.productshow .img{width: 100%; padding-bottom: 66%;}
	.productshow .box{width: 100%;}
	.productshow .box .title{font-size: 20px; font-size: 2rem; margin-top: 5%;}
	
	.productshow-title{font-size: 18px; font-size: 1.8rem;}
	.productshow-title p{padding: 6px 5vw;}
}

/*内页图片列表*/
.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-bottom:4vh; transition: .5s;}
.productny-list .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid rgba(0,0,0,.1); border-radius: 5px;}
.productny-list .list:hover .img{background: #ecf4fa; box-shadow: 0 -5px 25px rgba(9,67,116,.3);}
.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 rgba(0,0,0,.1); border-radius: 5px;}
.productny-list .list:hover .imgt{background: #ecf4fa; box-shadow: 0 -5px 25px rgba(9,67,116,.3);}
.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: 1.5vh; text-align: center; transition: .3s;}
.productny-list .list:hover .title{color: #094374;}
.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%;}
}
@media only screen and (max-width:560px){
	.productny-list:after{content: ''; width:100%;}
	.productny-list .list{width:100%;}
}


/*内页新闻列表*/
.newslist{}
.newslist .list{position: relative; padding: 2% 2%; margin: 2% 0; border: 1px solid #d5e2ec; display: flex; align-items: center; justify-content: space-between;}
.newslist .list:nth-child(2n){background: #ecf4fa;}
.newslist .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #094374; transition: .5s;}
.newslist .list:hover::before{height: 100%;}
.newslist .list .img{width: 30%; margin-right: 4%;}
.newslist .list .img p{position: relative; width: 100%; height: 0; padding-bottom: 70%; overflow: hidden;}
.newslist .list .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.newslist .list .box{width: 100%; flex: 1;}
.newslist .list .title{position: relative; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: .5s;}
.newslist .list:hover .title{color: #fff;}
.newslist .list .desc{position: relative; color: #999; margin: 3% 0; transition: .5s;}
.newslist .list:hover .desc{color: #8aa8d4;}
.newslist .list .desc p{line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.newslist .list .time{position: relative; color: #666; transition: .5s;}
.newslist .list:hover .time{color: #fff;}
.newslist .list .time i{margin-right: 5px;}

@media only screen and (max-width:560px){
	.newslist .list .title{font-size: 17px; font-size: 1.7rem;}
}

/*内页新闻详情推荐*/
.mainbodynews{padding-bottom: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.mainbodynews-left{width: 66%; padding-right: 6%; border-right: 1px solid #ededed;}
.mainbodynews-right{width: 34%; padding-left: 6%;}

.newsshow-title{color: #000; line-height: 1.6;}
.newsshow-info{color: #acacac; padding-bottom:2%; margin-top: 1%; border-bottom: 1px solid rgba(0,0,0,.1);}

.newsshowzx{}
.newsshowzx .newsshowzx-title{color: #000; padding-bottom: 7%; margin-bottom: 7%; border-bottom: 1px solid #ededed;}
.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: #006fa9; 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;}
}

/*内页留言*/
.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:#999; margin-top: 20px; line-height: 30px;}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;background-image:url(actbox-ico.gif);background-repeat:no-repeat;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.preNext .actBox li#act-fav{background-position:4px 0px;}
.preNext .actBox li#act-err{background-position:4px -37px;}
.preNext .actBox li#act-pus{background-position:4px -70px;}
.preNext .actBox li#act-pnt{background-position:4px -105px;}

@media only screen and (max-width:800px){

}
@media only screen and (max-width:560px){
	.preNext{margin-top: 0;}
	.preNext .text{margin-top: 10px; line-height: 20px;}
	.preNext .actBox{top:7px;}
}


/*内页在线地图*/
.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: #094374;}
.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; background:#ecf4fa; border: 1px solid #d5e2ec; margin: 0 3px; color:#222222; text-align:center; padding:4px 13px; border-radius: 2px;}
.page_list a:hover,.page_list a.on{color:#fff; background:#094374; 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;}