﻿@import url("base.css");
body {padding-top:90px;font-family:Arial, Verdana;color:#333;font-size:16px;background-color:#f4f4f4;overflow-x:hidden;}
input,select,button,textarea {font-family:Arial, Verdana;font-size:14px;color:#333;resize:none;box-sizing:border-box;}
:-moz-placeholder {color:#aaa;}
::-moz-placeholder {color:#aaa;}
:-ms-input-placeholder {color:#aaa;}
::-webkit-input-placeholder {color:#aaa;}
a:link,a:visited,a:active {color:#333;text-decoration:none;}
a:hover {color:#18aadd;text-decoration:none;}
a {outline:none;-moz-outline:none;blr:expression(this.onFocus=this.blur());}
.al:hover {text-decoration:underline;}
.als a:hover {text-decoration:underline;}
.flex-column {display:flex;flex-direction:column;justify-content:center;}

/*===================================================================================*/

.header {position:fixed;top:0;left:0;z-index:9999;width:100%;transition:all ease-out 300ms;}
.header .wrap {position:relative;display:flex;align-items:center;justify-content:flex-end;height:90px;}
.header .logo {position:absolute;top:50%;left:0;display:flex;flex-direction:column;justify-content:center;margin-top:-22px;height:45px;font-size:0;}
.header .logo img {max-height:100%;}
.header .lang {flex:0 0 auto;margin-left:40px;width:26px;height:20px;line-height:20px;font-size:18px;}
.header .ss {flex:0 0 auto;width:20px;height:20px;line-height:20px;cursor:pointer;}
.header .ss i {font-size:18px;}
.header .ss i.icon-close-light {font-size:16px;}

.header .nav {display:flex;margin-right:20px;height:100%;}
.header .nav li {position:relative;height:100%;}
.header .nav li > a {display:flex;align-items:center;padding:0 25px;height:100%;font-size:18px;text-transform:uppercase;}
.header .nav li:hover .nav_menu {display:block;}
.header .nav li:hover .nav_pros {visibility:visible;}

#iheader {color:#fff;}
#iheader .logo img:nth-child(1) {display:none;}
#iheader .logo img:nth-child(2) {display:block;}
#iheader .lang a {color:#fff;}
#iheader .nav li > a {color:#fff;}
#iheader .nav li:hover > a {color:#18aadd;background-color:rgba(4,51,87,0.4);}
#iheader .head2 {background-color:rgba(4,51,87,0.5);}

#nheader .head1 {color:#333;background-color:#fff;}
#nheader .head1 .logo img:nth-child(1) {display:block;}
#nheader .head1 .logo img:nth-child(2) {display:none;}
#nheader .head1 .lang a {color:#333;}
#nheader .head1 .nav li > a {color:#333;}
#nheader .head1 .nav li > a.nav_over {color:#18aadd;}
#nheader .head1 .nav li:hover > a {color:#18aadd;background-color:#eee;}
#nheader .head2 {color:#fff;background-color:rgba(4,51,87,0.5);}
#nheader .head2 .logo img:nth-child(1) {display:none}
#nheader .head2 .logo img:nth-child(2) {display:block;}
#nheader .head2 .lang a {color:#fff;}
#nheader .head2 .nav li > a {color:#fff;}
#nheader .head2 .nav li > a.nav_over {color:#fff;font-weight:bold;}
#nheader .head2 .nav li:hover > a {color:#18aadd;background-color:rgba(4,51,87,0.4);}

.nav_menu {position:absolute;top:100%;left:0;display:none;width:100%;box-shadow:2px 2px 10px rgba(0,0,0,0.3);background-color:#fff;}
.nav_menu dd {border-bottom:1px solid #ddd;}
.nav_menu dd:last-child {border-bottom:none;}
.nav_menu dd a {display:block;padding:12px;color:#666;font-size:15px;text-align:center;}
.nav_menu dd:hover {border-bottom-color:#18aadd;}
.nav_menu dd:hover a {color:#fff;background-color:#18aadd;}

.nav_pros {position:absolute;top:100%;left:0;display:flex;padding:30px;width:100%;visibility:hidden;box-sizing:border-box;box-shadow:0px 0px 12px rgba(0,0,0,0.4);background-color:#fff;}
.nav_pros h2 {margin-bottom:10px;padding-bottom:10px;color:#18aadd;font-size:20px;border-bottom:1px solid #ddd;}
.nav_pros h2 a {color:#18aadd;}
.nav_pros .list a {display:block;padding:10px;font-size:15px;}
.nav_pros .list a:hover, .nav_pros .list a.curt {color:#fff;background-color:#18aadd;}
.nav_pros .fls {flex:0 0 auto;padding-right:15px;width:390px;box-sizing:border-box;border-right:1px solid #18aadd;}
.nav_pros .nrs {flex:0 0 auto;padding-left:30px;width:800px;box-sizing:border-box;}

.nav_pros .nrs .boxs {display:none;}

#search {position:absolute;right:3%;z-index:1;padding:0px 20px ;width:400px;height:50px; line-height: 50px; box-shadow:0 0 10px rgba(0,0,0,0.3);background-color:#fff;transform:translateY(20px);transition:all ease-out 300ms;}
#search.hide {top:0;opacity:0;visibility:hidden;}
#search.show {top:100%;opacity:1;visibility:visible;}
#search input {width:100%;height:50px; line-height: 50px; color:#333;border:none;background:none;}
#search span {position:absolute;top:5px;right:15px;display:block;width:40px;height:40px;line-height:40px;color:#333;text-align:center;cursor:pointer;}
#search span i {font-size:18px;}

#mheader_menu, #mheader_search, #menu {display:none;}

#banner {width:100%;height:100vh;font-size:0;}
#banner .swiper-wrapper {width:100%;height:100%;}
#banner .swiper-slide {width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;transition:none;}
#banner .swiper-slide img {display:none;width:100%;}
#banner .swiper-slide a {display:block;width:100%;height:100%;}
#banner .swiper-pagination {position:absolute;bottom:30px;right:0;z-index:10;height:12px;font-size:0;}
#banner .swiper-pagination span {margin:0;width:12px;height:100%;opacity:0.5;box-sizing:border-box;border-radius:50%;background:#fff;overflow:hidden;}
#banner .swiper-pagination span.swiper-pagination-bullet {margin:0 6px;}
#banner .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;background:#fff;}

.newsbox{width: 100%;height: auto;  margin-top: 30px; margin-bottom: 50px;}
.newsboxm{width: 100%;height: auto; display: flex;}


.nnewsboxm{width: 100%;height: auto;overflow: hidden}

.newsli{width:30%;height: auto; overflow: hidden;flex-grow:1; margin-left: 35px; border: 1px solid #e2e2e2;
	transition:all 0.3s}
 

.newsli:first-child{margin-left: 0px;}


.newsli .box {
    overflow: hidden;
    display: block;
}
.newsli .img{width: 100%;height: 340px;}
.newsli .img img{width: 100%;height: 340px;}
.newsli .textbox {
    position: relative;
    z-index: 9;
    padding: 15px;
    background-color: #FFFFFF; transition:all 0.5s
}
.newsli .textbox .title { 
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 25px;  overflow: hidden;
    /* padding-bottom: 10px; */
    /* margin-bottom: 10px; */
}

.newsli .textbox .bot {
 height: 30px; margin-top: 20px;
}

.newsli .textbox .date {
    color: #999;
    line-height: 30px;font-size: 14px;height: 30px;
    background-image: none;
}

.newsli:hover{box-shadow:0 6px 16px 1px rgba(0,0,0,0.3);}
.newsli:hover .textbox .title { color: #fff }
.newsli:hover .textbox {
    position: relative;
    z-index: 9;
    padding: 15px;
    background-color: #18aade; transition:all 0.5s
}

.newsli:hover .textbox .date{color: #fff}


.lf {
    float: left;
}
.newsli .textbox .more {
    color: #666666;width: 50px;height: 30px;
    line-height: 16px;
    position: relative; background: url("../images/jt.png") right center no-repeat;background-size: auto 12px;
}

.newsli:hover .textbox .more {   background: url("../images/jt2.png") right center no-repeat;background-size: auto 12px;
}
.lr {
    float: right;
}

.clear:after {
    content: "";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.synews{width: 100%;height: auto; overflow: hidden; background: #fff;padding-top: 80px; }
.newstit{width: 100%;height: 60px; line-height: 60px;font-size: 60px;font-weight: bold;color: #36b0e0;padding-top: 30px; border-bottom: 1px solid #e1e1e1;padding-bottom: 30px; position: relative}
.newstitli{width: auto;height: 45px;position: absolute;top: 38px;right: 0px;z-index: 9;}
.newstitli a{width: auto;height: 45px;display: block;margin-left: 10px; float: left;background: #24333d;color: #fff;text-align: center;padding: 0px 20px;line-height: 45px;font-size: 14px;}
.newstitli a:hover,.newstitli a.cur{background: #18aade;color: #fff}




.neili{width:31.5%;height: auto; float: left;overflow: hidden; margin-top: 50px;  margin-right: 2.75%; border: 1px solid #e2e2e2;
	transition:all 0.3s}
 

.neili:nth-child(3n){margin-right: 0px;}


.neili .box {
    overflow: hidden;
    display: block;
}
.neili .img{width: 100%;height: 340px;}
.neili .img img{width: 100%;height: 340px;}
.neili .textbox {
    position: relative;
    z-index: 9;
    padding: 15px;
    background-color: #FFFFFF; transition:all 0.5s
}
.neili .textbox .title { 
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 25px;  overflow: hidden;
    /* padding-bottom: 10px; */
    /* margin-bottom: 10px; */
}

.neili .textbox .bot {
 height: 30px; margin-top: 20px;
}

.neili .textbox .date {
    color: #999;
    line-height: 30px;font-size: 14px;height: 30px;
    background-image: none;
}

.neili:hover{box-shadow:0 6px 16px 1px rgba(0,0,0,0.3);}
.neili:hover .textbox .title { color: #fff }
.neili:hover .textbox {
    position: relative;
    z-index: 9;
    padding: 15px;
    background-color: #18aade; transition:all 0.5s
}

.neili:hover .textbox .date{color: #fff}


 
.neili .textbox .more {
    color: #666666;width: 50px;height: 30px;
    line-height: 16px;
    position: relative; background: url("../images/jt.png") right center no-repeat;background-size: auto 12px;
}

.neili:hover .textbox .more {   background: url("../images/jt2.png") right center no-repeat;background-size: auto 12px;
}

@media only screen and (max-width: 1440px){

	.newsli .img{width: 100%;height: 300px;}
	.newsli .img img{width: 100%;height: 300px;}
	
	.neili .img{width: 100%;height: 300px;}
	.neili .img img{width: 100%;height: 300px;}
	
}
 

@media only screen and (max-width: 1200px){

		.newsli .img{width: 100%;height: 230px;}
	.newsli .img img{width: 100%;height: 230px;}
	
	
	
		.neili .img{width: 100%;height: 230px;}
	.neili .img img{width: 100%;height: 230px;}
}


@media only screen and (max-width: 1024px){

		.newsli .img{width: 100%;height: 180px;}
	.newsli .img img{width: 100%;height: 180px;}
	
	.neili .img{width: 100%;height: 180px;}
	.neili .img img{width: 100%;height: 180px;}
}

@media only screen and (max-width: 800px){

		.newsli .img{width: 100%;height: 150px;}
	.newsli .img img{width: 100%;height: 150px;}
	
	
	
		.neili .img{width: 100%;height: 150px;}
	.neili .img img{width: 100%;height: 150px;}
}

@media only screen and (max-width: 640px){

	.newsli .textbox .title {font-size: 14px;font-weight: normal}
		.newsli .img{width: 100%;height: 150px;}
	.newsli .img img{width: 100%;height: 150px;}
	
	.newsli .textbox .more { width: 30px;height: 30px; 
 
    position: relative; background: url("../images/jt.png") right center no-repeat;background-size: auto 8px;
}
	
	
	.nli .textbox .title {font-size: 14px;font-weight: normal}
		.newsli .img{width: 100%;height: 150px;}
	.nli .img img{width: 100%;height: 150px;}
	
	.nli .textbox .more { width: 30px;height: 30px; 
 
    position: relative; background: url("../images/jt.png") right center no-repeat;background-size: auto 8px;
}
	
}

@media only screen and (max-width: 520px){

	.newsboxm{width: 100%;height: auto; display: block;}
	.newsli{width: 100%;margin: 0px; margin-top: 20px;}
	.newsli .textbox .title {font-size: 14px;font-weight: normal}
		.newsli .img{width: 100%;height: 250px;}
	.newsli .img img{width: 100%;height: 250px;}
	
	.newsli .textbox .more { width: 30px;height: 30px;
 
    position: relative; background: url("../images/jt.png") right center no-repeat;background-size: auto 8px;
}
	
	
		.neili{width: 100%;margin: 0px; margin-top: 20px;}
	.neili .textbox .title {font-size: 14px;font-weight: normal}
		.neili .img{width: 100%;height: 250px;}
	.neili .img img{width: 100%;height: 250px;}
	
	.neili .textbox .more { width: 30px;height: 30px;
 
    position: relative; background: url("../images/jt.png") right center no-repeat;background-size: auto 8px;
}
	
	
	.newstitli{left: 0px;width: 100%;background: #f7f7f7}
	
	.newstitli a{width: 32%; padding: 0px;  margin-left: 2%;}
	.newstitli a:first-child{margin-left: 0px;}
	
}

#pp {font-size:0;}
#pp .swiper-slide img {width:100%;} 
#pp .swiper-pagination {position:absolute;bottom:30px;right:0;z-index:10;height:12px;font-size:0;}
#pp .swiper-pagination span {margin:0;width:12px;height:100%;opacity:0.5;box-sizing:border-box;border-radius:50%;background:#bbb;overflow:hidden;}
#pp .swiper-pagination span.swiper-pagination-bullet {margin:0 6px;}
#pp .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;background:#18a9de;}


#banners {position:relative;z-index:1;height:500px;background-repeat:no-repeat;background-position:center center;}
#banners .wrap {position:relative;padding-bottom:70px;padding-left:60px;height:100%;color:#fff;box-sizing:border-box;}
#banners h2 {font-size:48px;text-transform:uppercase;}
#banners p {margin-top:30px;font-size:24px;}
#banners img {display:none;width:100%;}


.zhengshu{width: 100%;height: 50px;padding: 20px 0px;background: #eeeeee;}
.zhengshu .wrap{display: flex; }

.zsli{width: auto;height: 50px; flex-grow:1;text-align: center;line-height:50px;vertical-align: middle;padding: 0px 5px;}
.zsli img{width: auto;max-width: 100%;max-height: 50px; line-height:50px;vertical-align: middle}


.wrap {margin-left:auto;margin-right:auto;width:1614px;box-sizing:border-box;}
#content {padding-left:60px;padding-right:60px;padding-bottom:60px;background-color:#fff;}
#left {float:left;width:240px;}
#right {float:right;width:900px;overflow:hidden;}
#footer {color:#999;background-color:#25333e;}
#footer a {color:#999;}
#footer a:hover {color:#fff;}
#footer .zixun {display:flex;align-items:center;justify-content:space-between;padding-top:30px;padding-bottom:30px;}
#footer .zixun h3 {color:#17aadd;font-size:28px;}
#footer .zixun div a {display:inline-block;width:190px;height:54px;line-height:54px;color:#fff;font-size:22px;text-align:center;vertical-align:top;border-radius:3px;background-color:#18a9de;}
#footer .zixun div a:nth-child(2) {margin-left:20px;}
#footer .zixun div a:hover {color:#18a9de;background-color:#fff;}
#footer .info  {border-top:1px solid #3d4a53;border-bottom:1px solid #3d4a53;}
#footer .info .wrap {display:flex;justify-content:space-between;padding-top:50px;padding-bottom:50px;}
#footer .fnav {flex:1 1 auto;display:flex;justify-content:space-between;padding-right:60px;}
#footer .fnav li h2 {padding-bottom:15px;color:#d5d5d5;font-size:20px;text-transform:uppercase;}
#footer .fnav li p {margin-top:15px;font-size:16px;}
#footer .lxfs {padding-left:35px;width:540px;box-sizing:border-box;border-left:1px solid #3d4a53;}
#footer .lxfs .name {color:#d5d5d5;font-size:18px;}
#footer .lxfs .tel {padding-top:30px;padding-bottom:20px;line-height:30px;}
#footer .lxfs .tel a {color:#18aadd;font-size:26px;font-weight:bold;}
#footer .lxfs .tel a i {display:inline-block;margin-right:15px;width:30px;height:30px;color:#222;font-size:18px;text-align:center;vertical-align:top;border-radius:50%;background-color:#18aadd;}
#footer .lxfs .address {line-height:1.8;}
#footer .copyright {padding-top:20px;padding-bottom:20px;font-size:14px;line-height:1.8;text-align:center;}

/*===================================================================================*/

.itis {padding-top:80px;}
.itis h2 {font-size:60px;color:#18aade;line-height:1;}
#ipros .wrap {padding-bottom:40px;}

/*===================================================================================*/

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
#bnav {position:relative;z-index:2;}
#bnav .nrs {position:absolute;bottom:100%;left:0;width:100%;box-sizing:border-box;}
#bnav .wrap {display:flex;justify-content:space-between;height:70px;border-bottom:3px solid #efefef;box-sizing:border-box;background-color:#fff;}
#bnav .bwrap {display:flex;justify-content:center;height:70px;border-bottom:3px solid #efefef;box-sizing:border-box;background-color:#fff; width: 100%;align-items: center; }
#bnav .menus {display:flex;padding-right:60px;height:100%;}
#bnav .menus li {display:flex;align-items:center;position:relative;margin-left:60px;height:100%;font-size:16px;font-weight:bold;text-align:center;}
#bnav .menus li.curt:before {position:absolute;bottom:-3px;left:0;display:block;width:100%;height:3px;content:"";background-color:#18a9de;}
#bnav .menus li.curt a {color:#18aadd;}

#bnav .bmenus {display:flex; align-items: center;height:100%;}
#bnav .bmenus li {display:flex;align-items:center;position:relative;margin-left:20px; margin-right: 20px; height:100%;font-size:16px;font-weight:bold;text-align:center;}
#bnav .bmenus li.curt:before {position:absolute;bottom:-3px;left:0;display:block;width:100%;height:3px;content:"";background-color:#18a9de;}
#bnav .bmenus li.curt a {color:#18aadd;}


#bnav .curs {display:flex;align-items:center;padding:10px 20px;min-width:377px;height:100%;font-size:14px;text-align:center;box-sizing:border-box;background-color:#f4f5fa;}
#bnav .curs strong {color:#18aadd;font-weight:normal;}
#bnav .curs .icon-home-fill {margin-right:12px;color:#18aadd;font-size:20px;}
#bnav .curs .layui-icon {position:relative;top:1px;margin-left:10px;margin-right:10px;color:#888;font-size:13px;}

#mtitle_name {position:relative;display:none;box-shadow:inset 0 0 10px rgba(0,0,0,0.2);background-color:#25333e;overflow:hidden;}
#mtitle_name h2 {padding:12px 60px 12px 4%;color:#fff;font-size:18px;}
#mtitle_name span {position:absolute;top:50%;right:4%;margin-top:-4px;display:block;border:8px solid transparent;border-top-color:#fff;transition:none;}
#mtitle_name span.active {margin-top:-12px;border-top-color:transparent;border-bottom-color:#fff;}
#mtitle_menu {display:none;width:100%;background-color:#25333e;transition:none;}
#mtitle_menu a {position:relative;display:block;padding:10px 40px 10px 4.2%;color:#fff;font-size:14px;border-top:1px solid #3d4a53;}
#mtitle_menu a i {position:absolute;top:50%;right:4%;margin-top:-7px;color:#fff;font-size:14px;}
#mtitle_menu a.active {color:#18aadd;}
#mtitle_menu a.subs {padding-left:8%;}
#mtitle_menu a.thds {padding-left:14%;}
#mtitle_cur {display:none;padding:8px 4%;color:#999;font-size:12px;border-bottom:1px solid #eee;background-color:#f5f5f5;}
#mtitle_cur a {color:#999;}
#mtitle_cur i {margin:0px 6px;font-size:10px;}
#mtitle_cur strong {color:#18aadd;font-weight:normal;}

.tits {padding-top:50px;text-align:center;}
.tits h2 {color:#18aade;font-size:40px;}

.input_text {padding:0px 8px;width:280px;height:34px;line-height:34px\9;box-sizing:border-box;border:1px solid #ddd;}
.input_area {padding:6px 8px;height:176px;line-height:1.6;box-sizing:border-box;border:1px solid #ddd;resize:none;overflow-y:auto;}
.input_select {padding:0px 0px 0px 8px;height:34px;box-sizing:border-box;border:1px solid #ddd;}
.input_radio {position:relative;top:1px;}
.input_checkbox {position:relative;top:1px;}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.input_radio {position:relative;top:3px;width:15px;height:15px;}
	.input_checkbox {position:relative;top:3px;width:15px;height:15px;}
}
.button {width:150px;height:40px;color:#fff;font-size:16px;box-sizing:border-box;border:none;background-color:#333;cursor:pointer;}
.button:hover {background-color:#ff0000;}

.editorc_nrs {padding-top:50px;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc_box {padding-top:2.5%;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc {line-height:1.85;}
.editorc p {margin-bottom:20px;}
.editorc p:last-child {margin-bottom:0px;}
.editorc a {text-decoration:underline;}
.editorc hr {padding-bottom:4px;border:0px;border-top:1px solid #ccc;}
.editorc h1,.editorc h2,.editorc h3,.editorc h4,.editorc h5,.editorc h6 {padding:9px 0px;font-weight:bold;line-height:1.4;}
.editorc ul {margin-bottom:20px;padding-left:1.4em;}
.editorc ul:last-child {margin-bottom:0px;}
.editorc ul li {list-style-type:disc;}
.editorc ol {margin-bottom:20px;padding-left:1.5em;}
.editorc ol li {list-style-type:decimal;}
.editorc ol:last-child {margin-bottom:0px;}
.editorc table.border {margin-bottom:20px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.editorc table.border td,.editorc table.border th {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.editorc table.border td table {margin-bottom:0px;}
.editorc table.border td p {margin:0px;padding:0px;}
.editorc table.border th p {margin:0px;padding:0px;}

.editorc2 {line-height:1.85;}
.editorc2 img {vertical-align:top;}
.editorc2 a {text-decoration:underline;}
.editorc2 hr {padding-bottom:4px;border:0px;border-top:1px solid #ccc;}
.editorc2 h1,.editorc2 h2,.editorc2 h3,.editorc2 h4,.editorc2 h5,.editorc2 h6 {padding:9px 0px;font-weight:normal;line-height:1.2;}
.editorc2 ul {margin-bottom:20px;padding-left:1.4em;}
.editorc2 ul:last-child {margin-bottom:0px;}
.editorc2 ul li {list-style-type:disc;}
.editorc2 ol {margin-bottom:20px;padding-left:1.5em;}
.editorc2 ol li {list-style-type:decimal;}
.editorc2 ol:last-child {margin-bottom:0px;}

.editorc_tbe table {margin-bottom:20px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.editorc_tbe td, .editorc_tbe th {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.editorc_tbe td table {margin-bottom:0px;}
.editorc_tbe td p,.editorc_tbe th p {margin:0px;padding:0px;}
.editorc_tbe table.no-border {border:none;}
.editorc_tbe table.no-border table {border:none;}
.editorc_tbe table.no-border td {border:none;padding:0px;}
.editorc_tbe table.no-border th {border:none;padding:0px;}

#prevnext {position:relative;margin:3% auto 0px auto;padding:15px 150px 0px 0px;color:#999;font-size:14px;border-top:1px dashed #ccc;overflow:hidden;}
#prevnext p {height:25px;}
#prevnext_back {position:absolute;top:18px;right:0px;display:block;padding:8px 15px 8px 10px;color:#333;background-color:#eee;}
#prevnext_back i {margin-right:5px;font-size:14px;}
#prevnext_back:hover {color:#fff;background-color:#eb6100;}

/*===================================================================================*/
/* 关于我们 */

.atis {padding-top:100px;color:#18aade;font-size:60px;font-weight:bold;text-align:center;text-transform:uppercase;}

#aboutus {background-color:#f4f4f4;}

#aboutus.sy {background:url("../images/about.jpg") top center no-repeat #f4f4f4;background-size: 100% auto;}

#aboutus .wrap {padding:80px 60px 0 60px;background-color:#fff;}

#aboutus .wrap.sy { background: none;padding-top: 0px;}



#aboutus .nrs {display:flex;justify-content:space-between;background:url(../images/bg1.png) no-repeat;}
#aboutus .nrl {width:1050px;}
#aboutus .nrr {flex:0 0 auto;width:377px;font-size:0;}

#aboutus .name {min-height:202px;}
#aboutus .name h2 {padding-top:10px;padding-bottom:15px;color:#000;font-size:24px;text-transform:uppercase;line-height:1;}
#aboutus .name p {color:#18aade;font-size:88px;font-weight:bold;line-height:1;}

#aboutus .editorc {color:#666;font-size:18px;line-height:1.7;}
#aboutus .imgs {position:relative;font-size:0;}
#aboutus .imgs img {width:100%;}
#aboutus .mission {position:absolute;top:0;left:0;z-index:2;padding-top:50px;}
#aboutus .mission h3 {padding-left:30px;color:#18aade;font-size:46px;}
#aboutus .mission ul li {margin-top:30px;padding:10px 20px 10px 30px;width:310px;color:#fff;font-size:24px;vertical-align:top;box-sizing:border-box;border-radius:0 24px 24px 0;background-color:#18aade;}
#aboutus .szys {display:flex;justify-content:space-between;margin-top:50px;}
#aboutus .szys li div {display:flex;align-items:flex-start;color:#18aade;}
#aboutus .szys li div .sz {font-size:60px;font-weight:bold;}
#aboutus .szys li div .jia {position:relative;top:4px;margin-left:8px;font-size:28px;}
#aboutus .szys li div .wz1 {position:relative;top:10px;margin-left:8px;font-size:18px;}
#aboutus .szys li div .wz2 {align-self:center;display:inline-block;margin-left:10px;font-size:18px;}
#aboutus .szys li p {color:#333;font-size:24px;}

#aboutus .photos {margin-top:50px;width:100%;font-size:0;}
#aboutus .photos .swiper-wrapper {width:100%;height:auto;}
#aboutus .photos .swiper-slide {width:auto;transition:none;}
#aboutus .photos .swiper-slide img {width:100%;transition: all 0.5s}

#aboutus .photos .swiper-slide img:hover {transform: scale(1.05);transition: all 0.5s}


#syaboutus {background-color:#f4f4f4;background:url("../images/about.jpg") top center no-repeat #fff;background-size: 100% auto;}
 

#syaboutus .wrap {padding:0px 60px 0 60px;background:none;}
 

#syaboutus .nrs {display:flex;justify-content:space-between;}
#syaboutus .nrl {width:950px; padding-top: 180px;}
#syaboutus .nrr {flex:0 0 auto;width:477px;font-size:0; position: relative}

#syaboutus .name {height: auto}

#syaboutus .name h2 {padding-top:10px;padding-bottom:15px;color:#000;font-size:24px;text-transform:uppercase;line-height:1;}
#syaboutus .name p {color:#FFFFFF;font-size:60px;font-weight:bold;line-height:1;}
#syaboutus .name p.p2{margin-top: 90px;}

#syaboutus .name p.p2 img{width: auto;max-width: 100%}

#syaboutus .editorc {color:#fff;font-size:18px;line-height:30px;margin-top: 80px;width: 60%;height: 300px; overflow: hidden}

#syaboutus  .amore{width: 180px; margin-top: 20px; height: 40px;border-radius: 20px;background:url("../images/jt2.png") right 15px center no-repeat #18aade; transition: all 0.5s; background-size: auto 10px; font-size: 20px;color: #fff; }
#syaboutus  .amore a{display: block;width: 100%;height: 40px;color: #fff;line-height: 40px;text-indent: 20px;font-weight: normal;transition: all 0.5s;}

#syaboutus  .amore:hover{background:url("../images/jt2.png") right 20px center no-repeat #18aade; transition: all 0.5s; }

#syaboutus  .amore:hover a{text-indent: 30px;transition: all 0.5s;}
#syaboutus  .aimg{width: 100%;height: auto; overflow: hidden;margin-top: 90px;}
#syaboutus  .aimg img{width: 100%;}


#syaboutus .imgs {position:relative;font-size:0;}
#syaboutus .imgs img {width:100%;}
 
#syaboutus .mission { background: #f4f4f4; position: absolute; bottom: 0px;right: 0px;z-index: 99;width: 100%; padding: 70px 50px 40px 50px;box-sizing:border-box;}
#syaboutus .mission h3 { color:#18aade;font-size:54px; padding-top: 0px;}
#syaboutus .mission .mp { color:#333;font-size:18px; margin-top: 25px;line-height: 30px; border-bottom: 1px solid #e3e3e3; padding-bottom: 20px}

 
#syaboutus .szys { }
#syaboutus .szys li{ margin-top: 40px;}
#syaboutus .szys li div {display:flex;align-items:flex-start;color:#18aade;}
#syaboutus .szys li div .sz {font-size:52px;font-weight:bold;}
#syaboutus .szys li div .jia {position:relative;top:4px;margin-left:8px;font-size:28px;}
#syaboutus .szys li div .wz1 {position:relative;top:10px;margin-left:8px;font-size:18px;}
#syaboutus .szys li div .wz2 {align-self:center;display:inline-block;margin-left:10px;font-size:18px;}
#syaboutus .szys li p {color:#333;font-size:24px;}

#syaboutus .photos {margin-top:50px;width:100%;font-size:0;}
#syaboutus .photos .swiper-wrapper {width:100%;height:auto;}
#syaboutus .photos .swiper-slide {width:auto;transition:none;}
#syaboutus .photos .swiper-slide img {width:100%;}

 

#iporudct { height: auto; overflow: hidden; padding-bottom: 100px}
#iporudct .wrap{padding-top: 80px;}
.gf-iproduct { position: relative}
.gshu{width: 31px;height: 636px;position: absolute; left: 0px;top: 136px;z-index:99;background: url("../images/shu.png") top left no-repeat #f4f4f4;background-size: 31px auto}
 
.gf-iproduct-lbox {
	width:10px;
	background-color:#126EB7;
	height: 93%;
	float: left;
	min-height: 882px;
}
.gf-iproduct-ltitle {position: absolute;top: 0px; left: 0px; z-index: 99;height: 170px; position: relative}

.gf-iproduct-ltitle h1{font-size: 60px;font-weight: bold;color: #18aade}
 
.gf-iproduct-lnav { width:790px;height:157px;position: relative; position: absolute; top: 0px; right: 0px; z-index: 9;}
.gf-iproduct-lnav ul{width:120px;height:157px;position: relative;overflow: visible; cursor: pointer; clear: both;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease; }

 
.gf-iproduct-lnav * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
 
 

.gf-iproduct-lnav ul li {float: left; height: 139px; border: 2px solid #f4f4f4;position: relative}

.gf-iproduct-lnav ul li img {display: block;width:114px;height: 88px; border: 1px solid #e2e2e2;}

.gf-iproduct-lnav ul span {width: 100%;height: 45px;  background: #18aade;z-index: 4;}

.gf-iproduct-lnav ul li i{width:28px;height: 14px;position: absolute; bottom: -14px;left: 50%;margin-left: -14px;z-index: 99; background: url("../images/xht.png") bottom center no-repeat;background-size: 100% auto; display: none}

.gf-iproduct-lnav ul span{width: 100%;height: 40px;overflow: hidden;}
.gf-iproduct-lnav ul span h3{color: #fff;font-size: 14px;color: #fff; padding: 5px 5px 0px 5px;height: 40px;line-height: 20px;overflow: hidden;display: none}


.gf-iproduct-lnav .slick-slide.slick-current.slick-active ul li{background: #18aade;border: 2px solid #18aade;}
.gf-iproduct-lnav .slick-slide.slick-current.slick-active ul span h3{display: block}
.gf-iproduct-lnav .slick-slide.slick-current.slick-active ul li i{display: block}
 
.gf-iproduct-rpic {margin-top:0px;float: left;width:100%;height:auto;position: relative;z-index: 999}


.gf-iproduct-rpic .pleft{width: 500px;height: 580px;float: left;margin-left: 80px;position: relative;z-index:9}

.gf-iproduct-rpic .pleft .shu_1{width: 3px;height: 96px;background: #18aade; position: absolute; left: -73px; top: 0px; z-index: 999}
.gf-iproduct-rpic .pleft .shu_2{width: 3px;height: 96px;background: #18aade; position: absolute; left: -73px; top: 96.6px; z-index: 999}
.gf-iproduct-rpic .pleft .shu_3{width: 3px;height: 96px;background: #18aade; position: absolute; left: -73px; top: 193.2px; z-index: 999}
.gf-iproduct-rpic .pleft .shu_4{width: 3px;height: 96px;background: #18aade; position: absolute; left: -73px; top: 289.2px; z-index: 999}
.gf-iproduct-rpic .pleft .shu_5{width: 3px;height: 96px;background: #18aade; position: absolute; left: -73px; top: 385.8px; z-index: 999}
.gf-iproduct-rpic .pleft .shu_6{width: 3px;height: 96px;background: #18aade; position: absolute; left: -73px; top: 482.4px; z-index: 999}

.gf-iproduct-rpic .pleft h1{font-size: 36px;color: #18aade;}
.gf-iproduct-rpic .pleft .jj{line-height: 30px;font-size: 16px;margin-top: 20px;height: 250px; overflow: hidden;}


.gf-iproduct-rpic .pleft .diandian{ clear: both;width:90px;height: 90px;margin-top: 20px; }
.gf-iproduct-rpic .pleft .diandian img{width: 90px;}

.gf-iproduct-rpic .pleft  .amore{width: 180px; margin-top: 50px; height: 40px;border-radius: 20px;background:url("../images/jt2.png") right 15px center no-repeat #18aade; transition: all 0.5s; background-size: auto 10px; font-size: 20px;color: #fff; }
.gf-iproduct-rpic .pleft .amore a{display: block;width: 100%;height: 40px;color: #fff;line-height: 40px;text-indent: 20px;font-weight: normal;transition: all 0.5s;}

.gf-iproduct-rpic .pleft .amore:hover{background:url("../images/jt2.png") right 20px center no-repeat #18aade; transition: all 0.5s; }

.gf-iproduct-rpic .pleft .amore:hover a{text-indent: 30px;transition: all 0.5s;}


.gf-iproduct-rpic .pright{width: 790px;height: 580px;float: right}

 .gf-iproduct-rpic .pright img{width: 790px;height: 580px;}

 

/* Arrows */
.slick-prev, .slick-next { position:absolute;display:block;height:119px;width:65px;cursor:pointer;z-index:80;top:50%; margin-top:-59.5px;padding:0;outline:none;text-indent:-9999px;  border-radius:0px; background-color: transparent; background-repeat:no-repeat; background-position:center;opacity: 0.5;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease; border:none;}
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
.slick-prev:before, .slick-next:before {  font-size: 20px; line-height: 1; color: white; opacity: 1.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { right:790px; background-image:url(../images/arrowleft1.png);}
.slick-next { right:-65px; background-image:url(../images/arrowright1.png);}
.slick-prev:hover {opacity: 1.0;background-image:url(../images/arrowleft.png);}
.slick-next:hover {opacity: 1.0;background-image:url(../images/arrowright.png);}



/* slick plugin */
.slick-slider { display: block;/* box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; */}
.slick-slider *:focus { outline: none;}
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left;  min-height: 1px; display: none; }
.slick-slide img { display: block; max-width:100%; height:auto;}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto;   }

/* Dots */
.slick-slider { }
.slick-dots { position: absolute; bottom:20px; list-style: none; display: block;padding: 0px; width: 100%; text-align:center; left:0;}
.slick-dots li { position: relative; display: inline-block; height:14px; width:40px; margin: 0px 10px; padding: 0px; cursor: pointer; }
.slick-dots li button { margin-top: 5px;background:#fff; display: block; height:2px;width:40px; padding: 0px; cursor: pointer; outline: none; text-indent:-9999px;-moz-opacity:0.4; opacity:0.4;filter:alpha(opacity=40);border-radius:0px;border: none; overflow:hidden;}
.slick-dots li button:focus { outline: none; }
.slick-dots li.slick-active button {background: #fff;border: none; opacity:1.5;}



#history {background:url(../images/history_bg.jpg) no-repeat center center/cover;}
#history .wrap {padding-bottom:60px;}
#history .nrs {position:relative;margin-top:40px;}
#history .nrs:after {position:absolute;bottom:80px;left:0;z-index:1;display:block;width:100%;content:"";border-bottom:2px dashed #1fabde;}
#history .swiper-container {z-index:2;width:100%;font-size:0;}
#history .swiper-wrapper {width:100%;height:auto;}
#history .swiper-slide {width:auto;transition:none;}
#history .swiper-button {position:absolute;bottom:51px;z-index:2;display:block;margin-top:-30px;width:56px;height:56px;line-height:56px;color:#c8c8c8;font-size:30px;text-align:center;border:2px solid #d7d7d7;background-color:#fff;cursor:pointer;}
#history .swiper-button:hover {color:#17aade;border-color:#17aade;}
#history .swiper-prev {left:-80px;}
#history .swiper-next {right:-80px;}
#history .text {position:relative;padding:20px;height:360px;box-sizing:border-box;}


#history .text .desc {position:absolute;  left: 2.5%; width: 95%;  bottom:170px;  padding:10px 20px;height:auto;border-radius:6px;box-sizing:border-box;box-shadow:0 0 18px rgba(0,101,204,0.1);background-color:#fff;}
#history .text .desc:after {position:absolute;bottom:-36px;left:50%;display:block;content:"";border:18px solid transparent;border-top-color:#fff;transform:translateX(-50%);}
#history .text .desc p {height:auto; overflow: hidden;line-height:30px;font-size:18px;-webkit-line-clamp:6; }

#history .text .year {position:absolute;bottom:0;left:50%;z-index:2;display:block;width:162px;height:162px;line-height:162px;color:#fff;font-size:18px;font-weight:bold;text-align:center;background:url(../images/history_bg1.png) no-repeat center center;transform:translateX(-50%);}
#history .text:hover .desc {color:#fff;background-color:#18a9de;}
#history .text:hover .desc:after {border-top-color:#18a9de;}
#history .text:hover .year {background-image:url(../images/history_bg2.png);}

#cert {background:url(../images/cert_bg.jpg) no-repeat center center/cover;}
#cert .wrap {padding-bottom:100px;}
#cert .atis {color:#fff;}
#cert .nrs {position:relative;margin-top:60px;}
#cert .swiper-container {width:100%;font-size:0;}
#cert .swiper-wrapper {width:100%;height:auto;}
#cert .swiper-slide {width:auto;transition:none;}
#cert .swiper-slide img {width:100%;}
 
#cert .swiper-button {position:absolute;top:50%;display:block;margin-top:-21px;width:40px;height:40px;line-height:40px;color:#fff;text-align:center;border-radius:50%;border:1px solid #fff;cursor:pointer;}
#cert .swiper-button:hover {background-color:rgba(255,255,255,0.2);}
#cert .swiper-prev {left:-60px;}
#cert .swiper-next {right:-60px;}


#acert {background:#fff;}
#acert .wrap {padding-bottom:100px;}
#acert .atis {color:#222;}
#acert .nrs {position:relative;margin-top:30px;}
#acert .swiper-container {width:100%;font-size:0;}
#acert .swiper-wrapper {width:100%;height:auto;}
#acert .swiper-slide {width:auto;transition:none;}
#acert .swiper-slide img {width:100%;}
 
#acert .swiper-button {position:absolute;top:50%;display:block;margin-top:-21px;width:40px;height:40px;line-height:40px;color:#222;text-align:center;border-radius:50%;border:1px solid #222;cursor:pointer;}
#acert .swiper-button:hover {background-color:rgba(255,255,255,0.2);}
#acert .swiper-prev {left:-55px;}
#acert .swiper-next {right:-55px;}

#scert {background:#fff;}
#scert .wrap {padding-bottom:50px;}
#scert .atis {color:#222;}
#scert .nrs {position:relative;margin-top:30px;}
#scert .swiper-container {width:100%;font-size:0;}
#scert .swiper-wrapper {width:100%;height:auto;}
#scert .swiper-slide {width:auto;transition:none;}
#scert .swiper-slide img {width:100%;}
 
#scert .swiper-button {position:absolute;top:50%;display:block;margin-top:-21px;width:40px;height:40px;line-height:40px;color:#222;text-align:center;border-radius:50%;border:1px solid #222;cursor:pointer;}
#scert .swiper-button:hover {background-color:rgba(255,255,255,0.2);}
#scert .swiper-prev {left:-55px;}
#scert .swiper-next {right:-55px;}


#scert .swiper-slide .stitle{position:absolute;width:100%;height:40px;line-height:40px;text-align:center;font-size:14px;bottom:0px; left:0px;z-index:9;background:rgba(0,0,0,0.6);color:#fff}
 

#hpro {padding-bottom:50px;background-color:#fff;}
#hpro .atis {font-size:26px;color:#333;border-bottom: 1px solid #e2e2e2; padding-bottom: 25px; padding-top: 10px}
#hpro .nrs {position:relative;margin-top:30px; padding: 0px 60px}
#hpro .swiper-container {width:100%;font-size:0; height: 300px;}
#hpro .swiper-wrapper {width:100%;height:280px;}
#hpro .swiper-slide {width:auto;transition:none; background: #f2f2f2 }
#hpro .swiper-slide img {width:100%; height: 280px;}
#hpro .swiper-slide .tit {width:100%;height: 45px; padding: 0px 5px; line-height: 45px;position: absolute;bottom: 0px;left: 0px;background:rgba(4,51,87,0.5);color: #fff;text-align: center;overflow: hidden;font-size: 14px}
#hpro .swiper-slide:hover .tit{background:rgba(24,170,222,0.8); }
#hpro .swiper-button {position:absolute;top:50%;display:block;margin-top:-21px; background:rgba(4,51,87,0.5);color: #fff; width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;border:none;cursor:pointer;}
#hpro .swiper-button:hover { background:rgba(4,51,87,0.8);color: #fff;}
#hpro .swiper-prev {left:10px;}
#hpro .swiper-next {right:10px;}

@media only screen and (max-width: 1440px){
	#hpro .swiper-container {width:95%;font-size:0; height:220px;}
	#hpro .swiper-wrapper {width:100%;height:200px;}
	#hpro .swiper-slide {width:auto;transition:none; background: #f2f2f2 }
	#hpro .swiper-slide img {width:100%; height: 200px;}
	#hpro .nrs {position:relative;margin-top:30px; padding: 0px 30px}	
	#hpro .swiper-prev {left:5px;}
	#hpro .swiper-next {right:5px;}		
}
@media only screen and (max-width: 420px){
	#hpro .atis {font-size:16px;padding:20px 0 10px 0;}
	#hpro .swiper-container {width:90%;font-size:0;height:auto;}
	#hpro .swiper-wrapper {width:100%;height:250px;}
	#hpro .swiper-slide {width:auto;transition:none;background:#f2f2f2 }
	#hpro .swiper-slide img {width:100%;height:250px;}
	#hpro .swiper-slide .tit {height:32px;line-height:32px;}
	#hpro .nrs {margin-top:4%;padding-left:20px;padding-right:20px;}
	#hpro .swiper-button {margin-top:-15px;width:30px;height:30px;line-height:30px;}
	#hpro .swiper-prev {left:0;}
	#hpro .swiper-next {right:0;}	
}

#customer {background-color:#fff;}
#customer .wrap {padding-bottom:100px;}
#customer ul {display:flex;flex-flow:row wrap;margin-top:60px;border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;}
#customer ul li {padding:20px;width:20%;height:110px;font-size:0;text-align:center;box-sizing:border-box;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;overflow:hidden;}
#customer ul li a,#customer ul li p {max-height:100%;}
#customer ul li:hover{box-shadow:0 0 12px rgba(0,0,0,0.15);}
#customer ul li img {max-width:100%;max-height:100%;transition: all 0.5s;}
#customer ul li:hover img{ transform: scale(1.2);transition: all 0.5s;}

/*===================================================================================*/
/* 产品列表 */

#pros .wrap {padding-bottom:80px;}
#pros .cont {display:flex;algin-items:flex-start;padding-top:20px;}
#pros .cont .list {flex:1 1 auto;margin-right:60px;}
#pros .cont .list a {display:inline-block;margin-top:2%;margin-right:2%;width:23.5%;text-align:center;vertical-align:top;}
#pros .cont .list a:nth-child(4n) {margin-right:0;}
#pros .cont .list a div {height:220px;font-size:0;background-color:#fff;overflow:hidden;}
#pros .cont .list a span {max-height:100%;}
#pros .cont .list a img {max-width:100%;max-height:100%;}
#pros .cont .list a h2 {padding:13px 10px;color:#fff;font-size:14px;font-weight:normal;background-color:#95a0b2;}
#pros .cont .list a:hover div {box-shadow:0 0 12px rgba(0,0,0,0.15);transition: all 0.4s;}
#pros .cont .list a:hover h2 {background-color:#18a9de;}
#pros .cont .nrr {flex:0 0 auto;margin-top:1.5%;width:260px;}
#pros .cont .nrr h2 {padding:15px 20px;color:#fff;font-size:22px;background-color:#18aadd;}
#pros .cont .fls {padding:20px;line-height:1.4;background-color:#fff;}
#pros .cont .fls dt {position:relative;margin-bottom:15px;padding-left:25px;font-size:16px;font-weight:bold;}
#pros .cont .fls dt i {position:absolute;top:2px;left:0;display:block;width:16px;height:16px;border-radius:50%;background-color:#e0e0e0;cursor:pointer;}
#pros .cont .fls dt i:before {position:absolute;top:50%;left:50%;display:block;margin-top:-1px;margin-left:-4px;width:8px;height:2px;background-color:#999;content:"";}
#pros .cont .fls dt i:after {position:absolute;top:50%;left:50%;display:block;margin-top:-1px;margin-left:-4px;width:8px;height:2px;background-color:#999;content:"";transform:rotate(90deg);}
#pros .cont .fls dt.active i:after {display:none;}
#pros .cont .fls dt.curt a {color:#18aadd;}
#pros .cont .fls dt.curt i {background-color:#18aadd;}
#pros .cont .fls dt.curt i:before {background-color:#fff;}
#pros .cont .fls dt.curt i:after {background-color:#fff;}
#pros .cont .fls dd {display:none;margin-top:-5px;padding:0 0 20px 25px;}
#pros .cont .fls dd p {margin-bottom:10px;}
#pros .cont .fls dd p a.curt {color:#18aadd;}

#pros .contds {padding:50px;}
#pros .contds .info {flex:0 0 auto;display:flex;algin-items:flex-start;padding-right:60px;width:calc(100% - 260px);box-sizing:border-box;}
#pros .contds .info .imgs {flex:0 0 auto;width:600px;font-size:0;}
#pros .contds .info .text {flex:1 1 auto;margin-left:30px;}
#pros .contds .info .text h1 {padding-bottom:15px;color:#222;font-size:32px;font-weight:normal;line-height:1.4;border-bottom:1px solid #ccc;}
#pros .contds .info .text p {margin-top:20px;font-size:18px;line-height:1.7;}
#pros .contds .info .text a {display:inline-block;margin-top:50px;padding:10px 30px;color:#fff;font-size:18px;background-color:#18a9de;}

#prods .wrap {background-color:#fff;}
#prods .detail {padding:50px;}
#prods .detail .editorc {display:none;}

/*===================================================================================*/
/* 新闻列表 */


#article {width:900px;}
#article li {position:relative;margin-top:25px;padding-left:225px;height:175px;border-bottom:1px dashed #ccc;overflow:hidden;}
#article li img {position:absolute;top:0px;left:0px;width:200px;height:150px;}
#article li h2 {padding:2px 0px 3px 0px;font-size:18px;font-weight:normal;}
#article li span {color:#888;font-size:12px;}
#article li p {margin-top:10px;height:66px;color:#888;font-size:12px;line-height:22px;overflow:hidden;}
.article_list_nopic {position:absolute;top:0px;left:0px;display:block;width:200px;height:150px;background:url(../images/nopic.png) no-repeat center center #f0f0f0;}

 

/*===================================================================================*/
/* 联系我们 */

#contact {background-color:#fff;}
#contact .map {padding-top:40px;padding-bottom:100px;background-repeat:no-repeat;background-size: cover;  background-color:#eee;}
#contact .lxwm {display:flex;margin:30px auto;width:1200px;box-shadow:0 0 12px rgba(0,0,0,0.15);background-color:#fff;}

#contact .lxwm .imgs {flex:0 0 auto;padding:3px;width:450px;font-size:0;}
#contact .lxwm .imgs img {width:100%;}
#contact .lxwm .imgs-m {display:none;font-size:0;}
#contact .lxwm .imgs-m img {width:100%;}
#contact .lxwm .editorc {flex:1 1 auto;padding:30px;}

#contact .lxwm dl {padding-top:10px;}
#contact .lxwm dl dd {margin-top:10px;line-height:1.6;}
.mingcheng{font-size: 18px;font-weight: bold}
#contact .lxwm dl dd img {position:relative;top:3px;}

#contact .fgs {display:flex;flex-flow:row wrap;padding-bottom:3%;}

#contact .fgs li {margin-top:3%;margin-right:2%;padding:30px 20px 20px 20px;width:31.3%;font-size:15px;box-sizing:border-box;background-color:#f7f7f7;}
#contact .fgs li:hover{background: #efefef}

#contact .fgs li:nth-child(4n) {margin-right:0;}
#contact .fgs p {position:relative;left:-40px;display:inline-block;padding:10px 30px;color:#fff;font-size:20px;vertical-align:top;border-radius:10px;background-color:#18a9de;}
#contact .fgs dl {padding-top:10px;}
#contact .fgs dl dd {margin-top:10px;line-height:1.6;}
#contact .fgs dl dd img {position:relative;top:3px;}

#message {background-color:#f7f7f7;}
#message .wrap {padding-top:70px;padding-bottom:70px;width:1000px;color:#666;}
#message .text {line-height:1.8;}
#message .inputs {display:flex;align-items:center;margin-top:30px;padding:8px 20px;box-shadow:0 1px 3px rgba(0,0,0,0.1);background-color:#fff;}
#message .inputs p {flex:0 0 auto;color:#999;}
#message .inputs p span {position:relative;top:3px;margin-right:5px;color:#b92125;}
#message .inputs input {flex:1 1 auto;padding:0 15px;height:45px;font-size:16px;border:none;background-color:#fff;}
#message .inputs textarea {flex:1 1 auto;padding:10px 15px;height:200px;font-size:16px;border:none;background-color:#fff;}
#message .area {align-items:flex-start;}
#message .area p {padding-top:12px;}
#message .btn {margin-top:30px;text-align:center;}
#message .btn button {width:398px;height:58px;line-height:58px;color:#18aadd;font-size:24px;text-align:center;border:1px solid #18aadd;background-color:#f7f7f7;}

/*===================================================================================*/

#win_ts {position:fixed;top:20%;left:50%;z-index:9999;margin-left:-170px;padding:32px 20px;width:300px;color:#fff;font-size:22px;line-height:1.4;text-align:center;opacity:0;transition:all 0.5s;border-radius:8px;background-color:rgba(0,0,0,0.7);overflow:hidden;}
#win_loading {position:fixed;top:0%;left:0%;z-index:9999;width:100%;height:100%;background:url(../images/loading2.gif) no-repeat center center;}
#win_loading_bg {position:fixed;top:0px;left:0px;z-index:9998;width:100%;height:100%;background:url(../images/tbs/white0.png);}

/*===================================================================================*/
/* 浮动在线客服 */

/*===================================================================================*/

#news_page {padding:50px 0 0 0;width:100%;}
#pros_page {padding:60px 0 0 0;width:100%;}
.fypage {font-size:0px;text-align:center;overflow:hidden;}
.fypage a,.fypage span {display:inline-block;margin:0 5px;width:38px;height:38px;line-height:38px;font-size:16px;color:#666;background-color:#f0f0f0;text-align:center;vertical-align:top;box-sizing:border-box;overflow:hidden;}
.fypage a:hover {color:#fff;background-color:#09678a;}
.fypage span.fypage_current, .fypage a.fypage_current {color:#fff;background-color:#18a9de;}
.fypage .fypage_prev,.fypage .fypage_next {font-family:"宋体";font-weight:bold;}

#news_mpage {display:none;padding:4% 0 0 0;}
#pros_mpage {display:none;padding:4% 0 0 0;}
.mfypage {width:100%;height:24px;font-size:0px;text-align:center;overflow:hidden;}
.mfypage a,.mfypage span {display:inline-block;margin:0px 2px;padding:0px 8px;height:22px;font-size:12px;line-height:22px;color:#666;border:1px solid #ddd;background-color:#fff;vertical-align:top;overflow:hidden;}
.mfypage a:hover {color:#fff;border-color:#09678a;background-color:#09678a;}
#mfypage_gov {display:inline-block;margin:0px 2px;padding:0px 6px;width:36px;height:24px;color:#777;vertical-align:top;border:1px solid #ddd;background-color:#fff;}
#mfypage_gobtn:hover {color:#fff;border-color:#09678a;background-color:#09678a;}

 