@import url(font.css);
@import url(jquery.fancybox.min.css);
@import url(swiper.min.css);
*{ margin:0; padding: 0; box-sizing: border-box; outline: none;}
body{ font-family: arial,'microsoft yahei'; font-size:14px; background:#fff; color:#000}
em,i{ font-style: normal; }
ul{ list-style: none; }

a{color:#4b4b4b;text-decoration:none}
a:hover{color:#084282}

.img-center{text-align:center;font-size:0}
.img-center img{display:inline-block; width:auto; height:auto; max-width:100%; max-height:100%; vertical-align:middle; transition:all 0.5s}
.img-cover{overflow:hidden; position:relative}
.img-cover span{display:block; width:100%; background:no-repeat center / cover;transition:all 0.5s; height:100%; position:absolute; left:0; top:0}

.clearfix{zoom:1}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}
.clearfix:after{clear:both}

.container{ position:relative; margin:0 auto; width: 1206px; }

.header{ position: relative; z-index: 999; }
.header-con{ display: flex; height: 90px; align-items: center; justify-content: space-between; }
.header-con .logo a{ display: flex; height: 100%; align-items: center;  }
.header-con .nav ul{font-size:0; }
.header-con .nav li{display:inline-block; vertical-align:middle; position: relative; }
.header-con .nav li>a{display:block; font-size:16px; line-height:90px; color: #4b4b4b; position: relative; padding: 0 28px; }
.header-con .nav li.active>a,.header-con .nav li>a:hover,.header-con .nav li:hover>a{ background: #084282; color: #FFF; }
.header-con .nav .nav-box{ display: none; position: absolute; left: 0; top:100%; width: 100%;  background:#cdcdcf; text-align: center; }
.header-con .nav .nav-box p a{ display: block; line-height: 49px; color: #4b4b4b; font-size:14px; border-top: 1px solid #02030c; position: relative; padding-left: 8px; }
.header-con .nav .nav-box p a:before{ position: absolute; margin-left: -8px;  top:50%; width: 2px; height: 2px; background: #4b4b4b; content: ''; }
.header-con .nav .nav-box p a:hover{ background: #084282; color: #FFF; }
.header-con .nav .nav-box p:hover a:before{ background: #FFF; }
.header-con .nav li:nth-child(3) .nav-box{ width: 180px; text-align: left;  }
.header-con .nav li:nth-child(3) .nav-box p a{ padding-left: 25px; }
.header-con .search{ position: relative; cursor: pointer; }
.header-con .lang{ display: flex; }
.header-con .lang a {display: flex; padding-left: 14px; align-items: center; width: 80px;}
.header-con .lang span{ margin-left: 5px; }
.search-con{ display: none; position: absolute; right: 0; top:64px; background: #FFF; }
.search-con form{ display: flex; height: 45px; width: 300px; }
.search-con form input{ flex:1; padding-left: 10px; background: none; border:none; }
.search-con form button{ width: 45px; background: #084282; color: #FFF; border:none; }
.search-con form button i{ font-size: 24px; }

.m-header{ display: none; padding: 0 10px; position: fixed; left: 0; top: 0; width: 100%; height: 60px; background: #FFF; z-index: 999; }
.m-header .logo{ padding: 5px 0; height: 100%; }
.m-header .lang{ position: absolute; right: 50px; top:17px; }
.m-header .lang span{ width: 1px; height: 26px;  background: #a6a6a6; display: inline-block; margin: 0 7px; }

.menu-btn{padding:12px 0; position: absolute; right: 10px; top:10px;}
.menu-btn:before,.menu-btn:after,.menu-btn span{ display:block; height:2px; background-color:#084282; content:''}
.menu-btn:before{ width:24px;}
.menu-btn:after{ width:24px; }
.menu-btn span{ width:24px; margin: 6px 0 6px; }
.menu-btn.cur:before{ transform:rotate(135deg); position: relative; top:10px;}
.menu-btn.cur:after{ transform:rotate(-135deg); position: relative; top:8px;}
.menu-btn.cur span{ display: none; }

.m-nav{ position: fixed; right: -100%; top:0; width:80%; height: 100vh; background: #FFF; transition: 0.5s; z-index: 10000 }
.m-nav .close{ position: absolute; right: 10px; top:10px; font-size: 28px; color: #084282; padding: 8px 12px; border-radius: 5px; z-index: 999 }
.m-nav ul{ position: absolute; left: 0; top:50%; transform: translateY(-50%); width: 100%; height: 100%;  padding: 70px 15px 15px; }
.m-nav li{ position: relative; }
.m-nav li>a{ display: block; line-height: 50px; border-bottom: 1px solid #eee; font-size: 16px; }
.m-nav li i{float: right; height: 45px; width: 40px; cursor: pointer; }
.m-nav li i:after {content: ''; border-top: 2px solid #333; border-left: 2px solid #333; display: block;width: 8px; height: 8px; position: absolute; top:20px; right: 15px; transform: rotate(135deg); }
.m-nav.cur{ right: 0; }
.m-nav-box{ display: none;}
.m-nav-box p{ line-height: 35px; padding-left: 10px; }
.m-nav li.open i:after{ transform: rotate(-135deg); }
.m-nav li.open .m-nav-box{ display: block; }

.banner{ width: 100%; overflow: hidden; position: relative;}
.banner .swiper-pagination-bullet{ width: 16px; height: 16px; background:url(../images/yuan.png); opacity: 1;  }
.banner .swiper-pagination-bullet-active{ background-image: url(../images/yuan-h.png)}
.banner .swiper-slide img {width: 100%; display: block;}
.banner .container{ position: absolute; left:50%; top:50%; transform: translate(-50%,-50%); z-index: 999; }
.banner .swiper-button-prev{ position: absolute; left: 0; top:50%; margin-top: -25px; width: 51px; height: 51px; background: url(../images/prev.png) no-repeat; }
.banner .swiper-button-next{ position: absolute; right: 0; top:50%; margin-top: -25px; width: 51px; height: 51px; background: url(../images/next.png) no-repeat; }

.in-about{ padding: 87px 0 92px; }
.in-about .text{ float: left; width: 617px; }
.in-about .text p{ line-height: 50px; font-size: 16px; text-indent: 35px; }
.in-about .text p strong{ color: #084282; font-weight: normal; }
.in-about .text .slogn{ margin:15px 0; text-align: right;  }
.in-about .text .btns{ margin-top: 8px; }
.in-about .text .btns a{ display: block; width: 122px; line-height: 42px; text-align: center; background: #031e4d; color: #FFF; }
.in-about .text .btns a:hover{ background: #042c71; }
.in-about .videos{ float: right; width: 555px; height: 304px; }
.in-about .videos video,.in-about .videos iframe{ width: 100%; height: 100%; position: relative; z-index: 1; }

.in-main{ background: #dcdcdc; padding-top: 110px; }
.in-main ul{ margin:0 0 0 -16px; padding-bottom: 48px; border-bottom: 1px solid #909090; }
.in-main li{ float: left; width: 50%; }
.in-main li a{ display: block; margin:0 0 16px 16px; position: relative; color: #FFF; overflow: hidden;}
.in-main li .text{ position: absolute; left: 25px; top:30px; }
.in-main li .text h2{ font-size: 30px; }
.in-main li .text p{ font-size: 14px; font-weight: bold; text-transform:uppercase;  }
.in-main li .texts{ position: absolute; left: 0; top:0; width: 100%; height: 100%; transform: translateX(-100%); background:rgba(3,30,77,0.7); text-align: center; display: flex; justify-content: center; align-items: center; transition: 0.5s;}
.in-main li .texts h2{ font-size: 30px; margin:5px 0; }
.in-main li .texts p{ font-size: 14px; font-weight: bold; text-transform:uppercase;  }
.in-main li a:hover .texts{  transform: translateX(0); }
.in-main li a:hover .text{ display: none; }

.links{ padding: 55px 0 45px; position: relative; }
.links .more{ position: absolute; right: 0; top:72px; }
.links-con{ display: flex; align-items: center; }
.links-con h2{ font-size: 18px; color: #606060; }
.links-con h2 span{ font-size: 30px; color: #031e4d; margin-right: 12px; }
.links-con p{ position: relative; top:7px; }
.links-con p a{ padding: 0 16px; color: #1d1d1d; }

.footer{ background: #090b15; color: #FFF;  }
.footer .fnav{ line-height: 40px; text-align: center; background: #031e4d;  font-family: '宋体'; margin-bottom: 45px;}
.footer .fnav a{ padding: 0 65px; color: #FFF; display: inline-block; }
.footer .fnav a:hover{ color: rgba(255,255,255,0.5); }
.footer h2{ font-size: 14px; color: #606060; margin-bottom: 20px; }
.footer h2 span{ font-size: 18px; color: #FFF; margin-right: 10px; }
.footer .flogo{ float: left; width: 320px; }
.footer .flogo ul{  margin-top: 29px;}
.footer .flogo li{ display: inline-block;  padding: 0 10px;  text-align: center; text-transform:uppercase; font-size: 12px; }
.footer .flogo li span{ display: block; font-size: 24px; margin-bottom: 6px; }
.footer .flogo li:nth-child(2){ border-left: 1px solid rgba(255,255,255,0.3); border-right: 1px solid rgba(255,255,255,0.3); }
.footer .contact{ float: left; margin-left: 65px; padding-left: 70px; padding-right: 55px; border-left: 1px solid rgba(255,255,255,0.3); border-right: 1px solid rgba(255,255,255,0.3); }
.footer .contact p{ line-height: 30px; }
.footer .ewm{ float: right; }
.footer .ewm ul{ display: flex; }
.footer .ewm li{ text-align: center; margin-right: 9px; }
.footer .ewm li p{ font-size: 12px; margin-top: 5px; font-family: '宋体'; }
.footer .ewm li img{ width: 122px; }
.footer .copyright{ line-height: 40px; background: #04070f; font-family: '宋体'; text-align: center; font-size: 12px; margin-top: 52px;}
.footer .copyright a{ color: #FFF; }
.footer .copyright a:hover{ color: rgba(255,255,255,0.5); }

.menu-btn2{padding:12px 0;  display: none; float: left;}
.menu-btn2:before,.menu-btn2:after,.menu-btn2 span{ display:block; height:2px; background-color:#FFF; content:''}
.menu-btn2:before{ width:24px;}
.menu-btn:after{ width:24px; }
.menu-btn2 span{ width:24px; margin: 6px 0 6px; }
.menu-btn2.cur:before{ transform:rotate(135deg); position: relative; top:10px;}
.menu-btn2.cur:after{ transform:rotate(-135deg); position: relative; top:8px;}
.menu-btn2.cur span{ display: none; }

.m-lanmu-bg{ background: rgba(0,0,0,0.5); position: fixed; left: 0; top:0; width: 100%; height: 100vh; display: none; z-index: 1001  }
.m-lanmu{  position: fixed; right: -100%; top:0; width: 80%; height: 100vh; background: #FFF; transition: 0.5s; z-index: 2001 }
.m-lanmu .close{ position: absolute; right: 5px; top:0; font-size: 28px; color: #084282; padding: 8px 12px; border-radius: 5px; z-index: 999 }
.m-lanmu li a{ display: block; line-height: 50px; font-size: 16px; padding: 0 25px; border-bottom: 1px solid #ddd }
.m-lanmu.cur{ right: 0; }

.lanmu-bg{ background: #151a2f; line-height: 40px; color: #FFF; }
.lanmu{ float: left; padding-top: 6px; }
.lanmu li{ float: left; }
.lanmu li a{ display: block; padding: 0 15px; line-height: 28px; color: #FFF; margin:0 35px; font-size: 16px;}
.lanmu li.active a,.lanmu li a:hover{ background: #ff3100; border-radius: 14px; }
.sortname{ display: none; float: right; display: flex; height: 40px; align-items: center; font-size: 16px;   }
.curmbs{ float: right; display: flex; height: 40px; align-items: center; font-size: 16px; }
.curmbs a{ color: #FFF; }
.curmbs a:hover{ color: rgba(255,255,255,0.5); }
.curmbs i{ margin:0 6px; position: relative; top:5px; }

.bg1{ background: url(../images/bg1.jpg) no-repeat center / cover; padding: 88px 0 52px; }

.list-1{ margin:0 0 0 -19px; }
.list-1 li{ float: left; width: 25%; }
.list-1 li a{ display: block; margin:0 0 60px 19px; background: #FFF; }
.list-1 li .img-center{ position: relative; overflow: hidden; height: 190px; }
.list-1 li .img-center img{ width: 100%; }
.list-1 li .mask{ display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border:5px solid #5d5b5a; background: rgba(58,58,58,0.5);  justify-content: center; align-items: center; }
.list-1 li .mask i{ background: url(../images/icon-search2.png) no-repeat center; width: 100%; height: 100%; }
.list-1 li .text{ padding: 15px 8px; }
.list-1 li .text h2{ font-size: 16px; font-weight: normal; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.list-1 li .text .date{ font-size: 12px; background: url(../images/icon-date.jpg) no-repeat left center; padding-left: 15px; color: #949494; margin:10px 0;  }
.list-1 li .text .date span{ padding: 0 15px; }
.list-1 li .text p{ font-size: 12px; line-height: 23px; color: #4e4e4e; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.list-1 li a:hover .mask{ display: flex; }
.list-1 li a:hover .img-center img{ transform: scale(1.1); }

.bg4{ background: url(../images/bg4.jpg) no-repeat center / cover; padding: 70px 0 0; }

.section-title{ margin-bottom: 50px; }
.section-title strong{ color: #646464; font-size: 36px; }
.section-title p{ font-size: 30px; color: #bbb; }
.section-title2{ margin-bottom: 30px; }
.section-title2 strong{ color: #ff3100; }

.about1 li{ margin-bottom: 30px; }
.about1 li h2{ font-size: 24px; color: #0b8fa8; }
.about1 li p{ font-size: 18px; color: #636262; }
.about1 li:nth-child(2) h2{ color: #ee5433; }
.about1 li:nth-child(3) h2{ color: #0072ff; }
.about1 li:nth-child(4) h2{ color: #52ae00; }

.about2{ display: flex; justify-content: center; align-items: center; margin-top: 50px; margin-bottom: 80px; }
.about2 li{text-align: center;  padding: 0 50px; }
.about2 li h2{ font-size: 30px; font-weight: normal; display: flex; justify-content: center; color: #ea2a00;}
.about2 li h2 span{ font-size: 48px; }
.about2 li p{ font-size: 30px; color: #1d1d1d;  }
.about2 li:nth-child(2) h2{ color: #ff6800; }
.about2 li:nth-child(3) h2{ color: #0072ff; }
.about2 li:nth-child(4) h2{ color: #52ae00; }

.about3{ background: rgba(21,98,184,0.8); padding: 70px 0 65px; color: #FFF; position: relative; }
.about3:before{ position: absolute; left: 0; top:50%; margin-top: 29px; width: 100%; height: 1px; background: #FFF; content: ''; }
.about3 .tits{ font-size: 40px; position: relative; text-align: center; padding-bottom: 40px; margin-bottom: 90px; }
.about3 .tits:before{ position: absolute; left: 50%; bottom: 0; margin-left: -33px; width: 66px; height: 4px; background: #FFF; content:''; }
.about3-con{ position: relative; }
.about3-con .swiper-button-prev{ left:-210px; top:50%; margin-top: -95px;  width: 95px; height: 60px; background: url(../images/prev2.jpg) no-repeat center; }
.about3-con .swiper-button-next{ right: -240px; top:50%; margin-top: -95px; width: 95px; height: 60px; background: url(../images/next2.jpg) no-repeat center; }
.about3-con h2{ font-size: 24px; font-weight: normal; padding-bottom: 72px; position: relative; }
.about3-con h2 span{ font-size: 48px; font-weight: bold; }
.about3-con h2:before{ position: absolute; left: 10px; bottom: 12px; width: 37px; height: 37px; background: url(../images/yuan2.png) no-repeat center; content:''; z-index: 2;}
.about3-con h3{ font-size: 36px; padding-top: 18px; margin-bottom: 20px;}
.about3-con p{ font-size: 16px; line-height: 35px;  }
.about3-con .swiper-slide:hover h2:before{ background-image: url(../images/yuan2-h.png); }

.bg3{ background: url(../images/bg3.jpg) no-repeat center / cover; padding: 90px 0; }

.contact1{ display: flex; margin-bottom: 86px; }
.contact1 .text{ margin-left: 50px; flex:1; }
.contact1 .text h2{ font-weight: normal; color: #a1a1a1; margin-bottom:25px; }
.contact1 .text h2 span{ color: #1d1d1d; font-size: 40px; margin-right: 10px; }
.contact1 .text p{ display: flex; height: 40px; font-size: 18px; line-height: 40px; }
.contact1 .text p i{ flex:0 0 24px;margin-right: 10px; margin-top: 2px; text-align: center; }
#allmap{ flex:0 0 747px; height: 373px; }

.message .label{ display: flex; height: 56px; margin-bottom: 40px; }
.message .label input{ flex:1; height: 100%; border:1px solid #d8d8d8; margin-right: 22px; padding-left: 20px; font-size: 18px; color: #1d1d1d; }
.message .label input::placeholder{ color: #1d1d1d;  }
.message .label input:last-child{ margin-right: 0; }
.message .label2{ display: flex; height: 196px; margin-bottom: 40px; }
.message .label2 textarea{ flex:1; height: 100%; border:1px solid #d8d8d8; padding: 20px; font-size: 18px; font-family: 'microsoft yahei'; }
.message .label2 textarea::placeholder{ color: #1d1d1d;  }
.message button{ display: block; width: 122px; line-height: 42px; text-align: center; background: #084282; color: #FFF; font-size: 18px; border:none; margin:auto; }

.bg2{ background: url(../images/bg2.jpg) no-repeat top center; padding: 50px 0; }
.honor-desc{ padding-right: 335px; font-size:24px; color: #636363; line-height: 38px; margin-bottom: 45px;}
.list-2{ margin-bottom: 30px; }
.list-2 h2{ text-align: center; font-size: 36px; margin-bottom: 36px; font-weight: normal; }
.list-2 ul{ margin:0 0 0 -42px; }
.list-2 li{ float: left; width: 25%; }
.list-2 li a{ display: block; margin:0 0 42px 42px; }
.honor-btns{ text-align: center; margin-top: -20px; }
.honor-btns a{ display: inline-block; width: 155px; line-height: 42px; background: #084282; color: #FFF; border-radius: 21px; font-size: 18px; }
.honor-btns a:hover{ background: #042c71; }

.section-sub{ padding: 95px 0; }

.list-3{ margin:0 0 0 -47px; }
.list-3 li{ float: left; width: 33.333%; }
.list-3 li a{ display: block; margin:0 0 47px 47px; position: relative; }
.list-3 li .img-cover{ padding-top: 71%; }
.list-3 li .btns{ position: absolute; left: 0; top:0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.list-3 li .btns span{ width: 53px; height: 53px; background: url(../images/icon-video.png) no-repeat center; }
.list-3 li .text{ display: flex; align-items: center; height: 60px; position: absolute; bottom: 0; left: 0; width: 100%; padding: 0 20px; color: #9a9a9a; }
.list-3 li .text p{ margin-right: 20px; display: flex; align-items: center; }
.list-3 li .text p i{ margin-right: 4px; }
.list-3 li .text p:first-child{ font-size: 18px; color: #FFF; }
.list-3 li .text p:first-child i{ width: 3px; height: 17px; background: #db2e1c;}
.list-3 li:nth-child(2) .text p:first-child i{ background: #e0437c;}
.list-3 li:nth-child(3) .text p:first-child i{ background: #e26f2d;}
.list-3 li:nth-child(4) .text p:first-child i{ background: #FFF;}
.list-3 li:nth-child(5) .text p:first-child i{ background: #fffc00;}
.list-3 li:nth-child(6) .text p:first-child i{ background: #a800ff;}
.list-3 li:nth-child(7) .text p:first-child i{ background: #82b53c;}
.list-3 li:nth-child(8) .text p:first-child i{ background: #e26f2d;}
.list-3 li:nth-child(9) .text p:first-child i{ background: #01c181;}
.list-3 li a:hover .img-cover span{ transform: scale(1.1); }

.video-bg{ display: none; background: rgba(0,0,0,0.5); position: fixed; left: 0; top:0; width: 100%; height: 100%; z-index: 99; }
.video{ display: none; position:fixed; left: 50%; top:50%; transform: translate(-50%,-50%); width: 800px;  z-index: 100; text-align: center; }
.video video{ object-fit: fill; display: inline-block; vertical-align: baseline;}
.video .close{ position: absolute; right: -10px; top:-10px; cursor: pointer;  z-index: 101;}

.list-product-index{ padding: 60px 0; }
.list-product-index ul{ margin:0 0 0 -70px; }
.list-product-index li{ float: left; width: 25%; }
.list-product-index li a{ display: block; margin:0 0 36px 70px; position: relative;  font-size: 24px; color: #FFF;}
.list-product-index li .img-center img{ width: 100%; height: 359px; }
.list-product-index li .text{ position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); width: 160px; height: 108px; padding: 11px; text-align: center; background:rgba(214,70,61,0.9); border-radius: 10px; }
.list-product-index li .text p{ border:2px solid #FFF; width: 100%; height: 100%; font-weight: bold; display: flex; justify-content: center; align-items: center; padding: 0 6px;}
.list-product-index li:nth-child(2) .text{ background:rgba(239,145,78,0.9); }
.list-product-index li:nth-child(3) .text{ background:rgba(246,234,91,0.9); }
.list-product-index li:nth-child(4) .text{ background:rgba(11,155,86,0.9); }
.list-product-index li:nth-child(5) .text{ background:rgba(3,155,96,0.9); }
.list-product-index li:nth-child(6) .text{ background:rgba(84,60,125,0.9); }
.list-product-index li:nth-child(7) .text{ background:rgba(176,78,142,0.9); }
.list-product-index li:nth-child(8) .text{ background:rgba(182,214,89,0.9); }
.list-product-index li a:hover .img-center img{ transform: scale(1.1); }

.lanmu2{ float: left; width: 760px; }
.lanmu2 .swiper-slide{ text-align: center; }
.lanmu2 a{ display: inline-block; line-height: 28px; text-align: center; padding: 0 5px;  color: #FFF; font-size: 15px;}
.lanmu2 .active a,.lanmu a:hover{ background: #ff3100; border-radius: 14px; }
.lanmu2 .swiper-button-prev{ left:0; top:50%; margin-top: -6px;  width: 9px; height: 12px; background: url(../images/prev3.png) no-repeat; }
.lanmu2 .swiper-button-next{ right: 0; top:50%; margin-top: -6px; width: 9px; height: 12px; background: url(../images/next3.png) no-repeat; }

.list-4{ padding: 60px 0; }
.list-4 ul{ margin:0 0 0 -30px; }
.list-4 li{ float: left; width: 25%; }
.list-4 li a{ display: block; margin:0 0 30px 30px; padding: 19px; text-align: center; font-size: 18px; background: #FFF; color: #1d1d1d; box-shadow: 0 0 20px rgba(0,0,0,0.2); }
.list-4 li .img-center {display: flex; justify-content: center; align-items: center; height: 180px; }
.list-4 li .text{ position: relative; padding: 15px 0; height: 50px;  }
.list-4 li .text:before{ position: absolute; left: 50%; bottom: 0px; margin-left: -28px; width: 56px; height: 4px; background: #084282; content: ''; }
.list-4 li .text span{ overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.list-4 li a:hover .img-center img{ transform: scale(1.1); }

.list-5{ margin:0 0 0 -47px; }
.list-5 li{ float: left; width: 33.333%; }
.list-5 li a{ display: block; margin:0 0 47px 47px; position: relative; text-align: center; font-size: 16px;}
.list-5 li .img-cover{ padding-top: 71%; }
.list-5 li .text{ line-height: 40px; }

.bg5{ padding:90px 0 35px;  }

.show-pic .text{ float: right; width: 620px; color: #999; }
.show-pic .text h1{ font-size: 24px; color: #084282; }
.show-pic .text .date{ margin:15px 0; }
.show-pic .text .desc{ line-height: 25px; min-height: 160px; }
.show-pic .text .btns a{ display: inline-block; padding:0 85px; line-height: 55px; background: #084282; border:1px solid #084282; margin-right: 25px; font-size: 18px; color: #FFF; }
.show-pic .text .btns a:last-child{ background: #7b7b7b; border:1px solid #7b7b7b; }
.show-pic .text .btns a:hover{ background: #FFF; color: #333; }

.pc-slide{float: left; width: 450px; margin-left: 20px; margin-right: 100px;}
.view .swiper-slide .img-center{width:100%;height:360px;line-height:360px;  background: #FFF; border:1px solid #f2f2f2;  }
.view .swiper-container{width:100%}
.preview{width:100%;margin-top:10px;position:relative}
.preview .swiper-container{margin:0 30px}
.preview .swiper-slide .img-center{height:83px;border:1px solid #ebebeb;cursor:pointer;position:relative;line-height:80px; background: #FFF;}
.preview .arrow-left{background:url(../images/prev4.png) no-repeat left top;position:absolute;left:0;top:50%;margin-top:-9px;width:12px;height:21px;z-index:10}
.preview .arrow-right{background:url(../images/next4.png) no-repeat left bottom;position:absolute;right:0;top:50%;margin-top:-9px;width:12px;height:21px;z-index:10}
.preview .active-nav .img-center{border-color:#666}

.show-menu{ border-bottom: 1px solid #dddddd; line-height: 45px; margin:50px 0 5px; }
.show-menu span{ display: inline-block; padding: 0 19px; font-size: 18px; border:1px solid #dddddd; border-bottom: 1px solid #FFF; margin-left: 5px; position: relative; top: 1px; }

.info-content{ padding: 30px 0; }
.info-content-title{text-align:center}
.info-content-title h1{font-size:24px}
.info-content-title p{margin:10px 0 0;font-size:12px;color:#999}
.info-content-title p span{padding:0 5px}
.info-content-body{ line-height: 28px; color: #737373; padding: 15px; }
.info-content-body img{ max-width: 100%; }
.info-content-exp{ margin-top: 20px; }
.info-content-exp li{ display: block; padding: 0 9px; line-height: 35px; background:#f1f1f1; color: #6c6b6b; margin-bottom: 10px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.info-content-exp li a{ color: #6c6b6b; }

.tuijian{ background: #eaeaea; padding: 48px 0; }
.tuijian .tits{ text-align: center; font-size: 24px; margin-bottom: 45px; }
.tuijian-con{ padding: 0 70px; position: relative; }
.tuijian-con a{ display: block; text-align: center; font-size: 18px; background:#FFF;}
.tuijian-con .img-center{ border:1px solid #bcbcbc; height: 180px; display: flex; justify-content: center; align-items: center; }
.tuijian-con .text{ padding-top: 15px; background: #eaeaea; }
.tuijian-con .swiper-button-prev{ left:0; width: 33px; height: 110px; margin-top: -70px; background: url(../images/prev3.jpg) no-repeat; }
.tuijian-con .swiper-button-next{ right: 0; width: 33px; height: 110px; margin-top: -70px; background: url(../images/next3.jpg) no-repeat; }

.pages{ text-align: center; }
.pages a{ display: inline-block;  line-height: 30px;  font-size: 14px; padding: 0 10px; }
.pages .page-num-current,.pages a:hover{ background: #151a2f; color: #FFF;  }

.float-right-box{width:250px;position:fixed;right:0;top:50%;margin-top:-127px;background-color:#191919;z-index:1000;transition:width .3s ease 0s}
.float-right-box.on{width:50px}
.float-right-box .top-list{width:100%}
.float-right-box .top-list ul{width:100%}
.float-right-box .top-list li{width:100%;position:relative; line-height:49px;transition:background .3s ease 0s;height:50px}
.float-right-box .top-list a{display:block;width:100%; }
.float-right-box .top-list .ico{display:inline-block;width:50px;height:50px;position:absolute;right:0;top:0;transition:background .3s ease 0s;z-index:2}
.float-right-box .top-list .ico1{background:url(../images/ico_58.png) no-repeat center #191919}
.float-right-box .top-list .ico2{background:url(../images/ico_59.png) no-repeat center #191919}
.float-right-box .top-list .ico3{background:url(../images/ico_60.png) no-repeat center #191919}
.float-right-box .top-list .ico4{background:url(../images/ico_61.png) no-repeat center #191919}
.float-right-box .top-list .ico5{background:url(../images/ico_62.png) no-repeat center #191919}
.float-right-box .top-list .ico6{background:url(../images/ico_68.png) no-repeat center #191919}
.float-right-box .top-list .ico7{background:url(../images/ico_69.png) no-repeat center #191919}
.float-right-box .top-list .stt{display:inline-block;font-size:14px;line-height:50px;color:#fff;transition:color .3s ease 0s;position:absolute;left:28px;top:0;z-index:1;width:222px;cursor:pointer}
.float-right-box .top-list li:hover .stt{color:#15191e}
.float-right-box .top-list li:hover .ico1{background:url(../images/ico_58_h.png) no-repeat center #fff}
.float-right-box .top-list li:hover .ico2{background:url(../images/ico_59_h.png) no-repeat center #fff}
.float-right-box .top-list li:hover .ico3{background:url(../images/ico_60_h.png) no-repeat center #fff}
.float-right-box .top-list li:hover .ico4{background:url(../images/ico_61_h.png) no-repeat center #fff}
.float-right-box .top-list li:hover .ico5{background:url(../images/ico_62_h.png) no-repeat center #fff}
.float-right-box .top-list li:hover .ico6{background:url(../images/ico_68_h.png) no-repeat center #fff}
.float-right-box .top-list li:hover .ico7{background:url(../images/ico_69_h.png) no-repeat center #fff}
.float-right-box .top-list li:hover{background-color:#fff}
.float-right-box .top-list .return-webtop .stt{font-family:Arial;font-weight:700}
.float-right-box .top-list li .weix{position:relative}
.float-right-box .sidebox{position:absolute;right:250px;top:0;transition:all .1s ease 0s;width:120px;z-index:10;display:none;background:#191919}
.float-right-box .sidebox img{width:110px;height:110px;display:block;margin:5px auto}

.footer-fix {box-shadow: 0 0 10px rgba(0,0,0,0.2);position: fixed;bottom: 0;left: 0;width: 100%;background-color: #fff;z-index: 10;display: none;}
.footer-fix li {float: left;width: 25%;}
.footer-fix li a {display: block;text-align: center;padding: 7px 0;font-size: 12px;line-height: 1;}
.footer-fix li i {display: block;height: 20px;background: no-repeat center;background-size: contain;margin-bottom: 4px;}
.footer-fix li i.i1 {background-image: url(../images/f_01.png);}
.footer-fix li i.i2 {background-image: url(../images/f_02.png);}
.footer-fix li i.i3 {background-image: url(../images/f_03.png);}
.footer-fix li i.i4 {background-image: url(../images/f_04.png);}

#wxnr{width:100%;height:100%;position:fixed;top:0;z-index:1000;display:none;background:rgba(0,0,0,.6)}
#wxnr .nrdf{margin:auto;position:absolute;top:50%;left:50%; transform: translate(-50%,-50%); width:60%;padding:20px;text-align:center;background-color:rgba(255,255,255,.8);box-shadow:0 2px 6px #777;-webkit-box-shadow:0 2px 6px #777;-moz-box-shadow:0 2px 6px #777;border-radius:10px}
#wxnr img{width:120px;height:120px;display:block;margin:0 auto}
#wxnr p{font-size:12px;line-height:25px;text-align:center}
#wxnr i{position:absolute;top:-1px;right:-1px;width:25px;height:25px;font-size:18px;line-height:25px;text-align:center;color:#fff;background:#333;cursor:pointer; border-radius: 50%;}
#wxnr span{display:inline-block; line-height:25px;background-color:#1048a0;color:#fff;cursor:pointer ; padding: 0 10px; border-radius: 3px;}
#wxnr span.wx{background-image:url(../images/ico_60.png); background-repeat: no-repeat; background-position: 3px center; padding-left: 19px;}
#weixin{position:fixed;top:50%;z-index:9999999;font-size:14px;color:#fff;width:90%;right:5%;line-height:25px;text-align:center;background:rgba(0,0,0,.8);border:2px solid #333;border-radius:5px;display:none}

.cateList{ width:100%; text-align:center; background:#f6f6f6; color:#151a2f; position:relative; display: none;}
.cateList .back{ position: absolute; left: 15px; top:12px; width:30px; height:30px; z-index: 111;}
.cateList h3{ position:relative; line-height:45px; font-size:20px; font-weight: normal; border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}
.cateList .down{ position: absolute; right: 15px; top:15px; width:30px; height:30px;  z-index: 111;}


@media screen and (max-width: 1366px) {
	.about3-con {padding: 0 50px;}
	.about3-con .swiper-button-prev{ left:0px; width: 50px;  }
	.about3-con .swiper-button-next{ right:0px; width: 50px; }
}

@media screen and (max-width: 768px) {
	body{ padding: 60px 0 51px; }
	.container{ width: 100%; padding:0 15px; }
	.header-con{ display: none;}
	.m-header{ display: block; }

	.banner .swiper-button-prev{ margin-top: -10px;  width: 20px; height: 20px; background-size: 100% }
	.banner .swiper-button-next{ margin-top: -10px; width: 20px; height: 20px; background-size: 100% }

	.in-about{ padding: 30px 0; }
	.in-about .text{ float: none; width: 100%; }
	.in-about .text p{ line-height: 30px; font-size: 16px; text-indent: 25px; }
	.in-about .text .slogn{ line-height: 30px;  }

	.in-about .videos{ float: none; width: 100%; margin-top: 15px; }

	.in-main{  padding-top: 30px; }
	.in-main ul{ margin:0; padding-bottom: 20px; }
	.in-main li{ float: none; width: auto; }
	.in-main li a{ display: block; margin:0 0 16px 0; }
	.in-main li .text h2{ font-size: 20px; }
	.in-main li .texts .icon img{ height: 30px; }
	.in-main li .texts h2{ font-size: 20px;  }

	.links{ padding: 25px 0; position: relative; }
	.links .more{  top:35px; }
	.links-con{ flex-wrap: wrap; }
	.links-con h2{ width: 100%; font-size: 14px; margin-bottom: 10px;  }
	.links-con h2 span{ font-size: 20px; }
	.links-con p a{ padding: 0 16px 0 0;  }

	.footer{ padding-top: 30px; }
	.footer .fnav{ display: none; }
	.footer .flogo{ display: none; }
	.footer .contact{ float: none; margin-left: 0px; padding:0;  border: none;  }
	.footer .ewm{ float: none; margin-top: 20px; }
	.footer .copyright{ line-height: 20px;  margin-top: 20px; padding: 8px ;}

	.float-right-box{ display: none; }

	.footer-fix {display: block;}

	.menu-btn2{ display: block;}
	.cateList{ display: block; }
	.lanmu-bg{ display: none; }
	.lanmu2{ display: none; }
	.curmbs{ display: none; }
	.sortname{ display: block; }

	.bg1{ padding: 20px 0; }

	.list-1{ margin:0; }
	.list-1 li{ float: none; width:100%; }
	.list-1 li a{ margin:0 0 15px 0; }

	.bg4{ padding-top: 30px; }

	.section-title{ margin-bottom: 30px; }
	.section-title strong{font-size: 24px; }
	.section-title p{ font-size: 16px;  }
	.section-title2{ margin-bottom: 10px; }

	.about1 li{ margin-bottom: 15px; }
	.about1 li h2{ font-size: 20px;  }
	.about1 li p{ font-size: 16px;  }

	.about2{ margin-top: 30px; margin-bottom: 30px; }
	.about2 li{ padding: 0 10px; }
	.about2 li h2{ font-size: 24px;}
	.about2 li h2 span{ font-size: 28px; }
	.about2 li p{ font-size: 16px;   }

	.about3{ padding: 30px 0; }
	.about3:before{ display: none;}
	.about3 .tits{ font-size: 24px; padding-bottom: 20px; margin-bottom: 30px; }
	
	.about3-con{ padding: 0; }
	.about3-con h2{ font-size: 16px; padding-bottom: 50px; position: relative;  }
	.about3-con h2:after{ position: absolute; left: 0; bottom:29px;  width: 100%; height: 1px; background: #FFF; content: ''; z-index: 1; }
	.about3-con h2 span{ font-size: 24px; }
	.about3-con h3{ font-size: 18px; padding-top: 0; margin-bottom: 10px;}
	.about3-con p{ font-size: 12px; line-height: 25px; padding-right: 20px; }
	.about3-con .swiper-button-prev{ display: none; }
	.about3-con .swiper-button-next{ display: none; }

	.bg3{ padding: 30px 0;}

	.contact1{ flex-wrap:wrap; margin-bottom: 30px; }
	.contact1 .text{ margin-left: 0; flex:100%; margin-top: 20px; margin-bottom: 30px; }
	.contact1 .text h2{ margin-bottom:10px; }
	.contact1 .text h2 span{  font-size: 24px; }
	#allmap{ flex:100%; }

	.message .label{ flex-wrap: wrap; height: auto; margin-bottom: 0; }
	.message .label input{ flex:100%; height:40px; padding-left: 10px;  margin-right: 0; margin-bottom: 10px; font-size: 16px; }
	.message .label2{ margin-bottom: 10px; }
	.message .label2 textarea{ padding: 10px; font-size: 16px;}

	.bg2{ padding: 30px 0; }
	.honor-desc{ padding-right: 0; font-size:18px;  line-height: 30px; margin-bottom: 15px;}
	.list-2{ margin-bottom: 10px; }
	.list-2 h2{  font-size: 24px; margin-bottom: 15px; }
	.list-2 ul{ margin:0 0 0 -10px; }
	.list-2 li{ width: 50%; }
	.list-2 li a{ margin:0 0 10px 10px; }

	.video{width: 90%;  }

    .section-sub{ padding: 15px 0 }

	.list-3{ margin:0; }
	.list-3 li{ float: none; width: auto; }
	.list-3 li a{ margin:0 0 15px 0; }

	.list-product-index{ padding: 30px 0; }
	.list-product-index ul{ margin:0 0 0 -10px; }
	.list-product-index li{ width: 50%; }
	.list-product-index li a{ margin:0 0 10px 10px;  font-size: 16px; }
	.list-product-index li .img-center img{ width: 100%; height: auto; }
	.list-product-index li .text{ width: 80%; height: 90px; } 

	.list-4{ padding: 30px 0; }
	.list-4 ul{ margin:0 0 0 -10px; }
	.list-4 li{width: 50%; }
	.list-4 li a{ margin:0 0 10px 10px; padding: 10px; font-size: 16px;  }
	.list-4 li .img-center { height: 120px;}

	.list-5{ margin:0; }
	.list-5 li{ float: none; width: auto; }
	.list-5 li a{ margin:0 0 15px 0; }

	.bg5{ padding:20px 0;  }

	.show-pic .text{ float: none; width: auto; margin-top: 20px;}
	.show-pic .text .btns a{ padding:0 15px; line-height: 40px;  margin-right: 15px; font-size: 14px;  }
	.pc-slide{float: none; width: auto; margin-left: 0; margin-right: 0;}
	.view .swiper-slide .img-center {height: 260px;line-height: 260px;}
	.preview .swiper-slide .img-center{height:72px;line-height:70px}

	.info-content-body{ padding:15px 0; }
	.info-content-body iframe{ width: 100%!important; height: 300px!important; }
	.info-content-exp{ margin-top: 0; }

	.tuijian{ background: #eaeaea; padding: 25px 0; }
	.tuijian .tits{  margin-bottom: 25px; }
	.tuijian-con{ padding: 0 50px; }


		
}
