﻿@charset "utf-8";
/* CSS Document */
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#333;outline:0;}
body{ font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif; line-height:1.75; font-size: 16px; color: #333; line-height: 1.75;}
a,a:hover,a:active,a:visited,a:focus{color:#333; text-decoration: none;}


.imgcut1{position:relative;padding-bottom:75%;overflow:hidden}
.imgcut1 img{position:absolute;display:block;width:100%;height:100%;object-fit:contain}
.imgcut2{position:relative;padding-bottom:75%;;overflow:hidden}
.imgcut2 img{position:absolute;display:block;width:100%;height:100%;object-fit:cover}

html{height:100%;}
body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;color:#000;margin:0;padding:0;height:100%}
.header{ width: 100%; height: 80px; padding: 0 50px; transition: all 0.5s; line-height:80px; display: flex; justify-content: space-between; align-items: center;background:#fff; box-shadow:  0 0 10px rgba(0,0,0,0.1)}
.header.maxwidth{ width: 100%; height: 80px; line-height: 80px; padding: 0 50px}
.header .txt{min-width: 200px; padding-left: 15px; line-height: 30px;}
.header .txt h3{ font-size: 20px; font-weight: normal; }
.header .txt h3 span{ font-family: impact; color: #af262a; font-size: 25px; }
.header .txt p{ font-size: 18px; }
.logo{ height: 100%; box-sizing: border-box;display: flex; align-items: center; background:#fff;}
.logo img{max-height: 70px;}
.nav ul{ display: flex; justify-content: end; align-items: center;}
.nav ul li{ position: relative; padding: 0 30px; max-width: 220px; text-align: center; }
.nav ul > li > a{ position: relative; z-index: 1; width: 100%; display:block; font-size: 16px; font-weight: bold; text-decoration: none; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.nav ul > li::after{ content: ""; z-index: 0; display: block; position: absolute; width: 100%; transition: all 0.5s; height: 0; background: #af262a; left: 0; bottom: 0;}
.nav ul > li:hover::after{ height: 100%;}
.nav ul > li:hover a{ color: #fff }
.language{display: flex; justify-content:center; line-height: 30px;}
.language .code{ width: 80px; }
.language .code img{ max-height: 80px; }
.language .contact{ padding-left: 10px; display: -webkit-flex; flex-direction: column; flex-direction: column; justify-content: center;display: flex; flex-direction: column; -webkit-flex-direction: column; -webkit-justify-content: center;}
.language a{ display: block; color: #af262a; font-size: 24px; line-height: 1; text-align: center; border-left: 1px solid rgba(255,255,255,0.2); box-sizing: border-box;}
.language span{ font-size: 18px;}
.nav ul li .submenu{ position: absolute; top: 100%; left: 0; width: 100%; min-width: 150px; max-height: 0; overflow: hidden; background: #fff;}
.nav ul li .submenu a{ display: block; padding: 5px; color: #333; line-height: 30px; font-size: 14px; float: left; width: 100%; text-align: center; box-sizing: border-box;}
.nav ul li .submenu a:hover{ color: #af262a;}
.nav ul li:hover .submenu{ max-height: 500px;}
/*手机端导航*/
.menu-handler{overflow:hidden;width:60px;height:60px;border-left: 1px solid rgba(255,255,255,0.2); cursor:pointer;position:absolute;right:0;top:0px;transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);-webkit-transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);-moz-transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);z-index:1012}
.menu-handler .burger{width:32px;height:4px;background:#af262a;display:block;position:absolute;z-index:5;top:18px;left:50%;margin:0px 0px 0px -16px;transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;-ms-transform-origin:center}
.menu-handler .burger-2{top:28px}
.menu-handler .burger-3{top:38px}
.menu-handler.active .burger-1{top:30px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}
.menu-handler.active .burger-2{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;left:-100%}
.menu-handler.active .burger-3{top:30px;-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}
.menuBlack{position:fixed;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,.5);z-index:999;display:none}
.menuBox{position:fixed;width:100%;top:0;right:-100%;height:100%;background:#fff;z-index:1003;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none}
.navMobile{margin-top:80px;margin-bottom:60px}
.navMobile dd a{display:block;line-height:24px;color:#333;font-weight:normal;font-size:14px;text-align: center;}
.navMobile dd p a{padding:15px 45px;font-size:18px;text-align: center;}
.navMobile dd p a.act{background:#af262a;color:#fff;}
.mtnav a{padding:13px 48px;font-size:16px}
.mtnav{background:#eee;display:none}
.mtools{overflow:hidden;background:#eee;position: fixed;right:-100%;bottom:0;width:100%}
.mtools a{display:block;width:50%;text-align:center;float:left;height:50px; line-height: 50px; overflow:hidden;color:#fff;background:#222}
.mtools span{display:inline-block;vertical-align:middle; padding-left: 30px;}
.mtools .weixin{background:#af262a;}
.mtools .sina span{background:url(../images/kf.png) no-repeat left center;}
.mtools .weixin span{background:url(../images/phone.png) no-repeat left center;}

.home{ width: 100%; height: auto; overflow: hidden; position: relative; max-height: 100%}
.home .swiper-container{width:100%;height:100%; position: initial;}
.home .swiper-slide{position:relative; background: #fff; overflow: hidden;}
.home .swiper-slide .vbox{ position: absolute; left: 0; top:0; width: 100%; height: 100%;}
.home .swiper-slide .vbg{ position: absolute; top: 0;left: 0; width: 100%; height: 100%; background:url(../images/dot.png) repeat; opacity: 0.5;}
.home .swiper-slide .vidbg{position:relative;z-index:9}
.home .swiper-slide p{font-size:20px;letter-spacing:2px;font-weight:700;line-height:2}
.home .swiper-slide img{width:100%;height:auto;transition:1s ease 2s;transform:scale(1.1,1.1)}
.home .swiper-slide-active img,.home .swiper-slide-duplicate-active img{transition:5s ease;transform:scale(1,1)}
.home .swiper-pagination{ bottom: 20px; text-align:center;}
.home .swiper-pagination-bullet{width:40px;height:40px; line-height: 38px; opacity:1;background:0 0;border:2px solid rgba(255,255,255,0.5);color: #fff; transition: all 0.5s;}
.home .swiper-pagination-bullet-active{background:#af262a; border: 2px solid #af262a;}
.home .swiper-button-next,.home .swiper-button-prev{ background: rgba(0,0,0,0.1); text-align: center; color: #fff; line-height: 60px; width: 60px; height: 60px; font-weight: bold; font-size: 14px;}
.home .swiper-button-next:hover,.home .swiper-button-prev:hover{ background: rgba(0,0,0,0.5);}

.container{ width: 100%; padding: 0 50px;box-sizing: border-box;}
.wrapper{ width: 100%; position: relative; height: auto; float: left; background: #fff;}

.bbar{ width: 100%; padding: 0 50px; height: auto; overflow: hidden; box-sizing: border-box; position: relative; top: 0; z-index: 999; background: #af262a;}
.bbar .box{ padding: 15px; height: 100%; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center;}
.bbar .lbox h3{ color: #fff; font-size: 50px; line-height: 80px; letter-spacing: 5px }
.bbar .lbox p{ color: #fff; font-size: 28px; font-weight: lighter; line-height: 36px; }
.bbar .keywords{box-sizing: border-box; height:50px; width:300px; padding:5px 15px; float:left; border: 0;}
.bbar .keybtn{border:0;background:#222;color:#fff;height:50px;padding:5px 30px;cursor: pointer; border:0;float: left;}
.bbar .rbox a{ color: #fff; display: inline-block; padding-left: 50px; background: url(../images/tel.png) no-repeat left center; }
.bbar .rbox a small,.bbar .rbox a span{ display: block; line-height: 30px; }
.bbar .rbox a span{ font-family: "impact"; font-size: 30px; line-height: 30px;}

.tit{ text-align: left; background: #af262a; padding:20px 15px; padding-left: 30px; }
.tit h3{ position: relative; color: #fff; font-size: 24px; line-height: 30px;}
.tit h3::before{ content: ""; width: 4px; height: 50px; background: #fff; position: absolute; left: -12px; top: 0}
.tit p{ font-size: 18px; color: #fff; line-height: 24px; }

.menubar{ width: 100%; padding: 30px 50px; }
.menubar ul{ display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.menubar ul li{ width: 32%; margin-bottom: 4rem}
.menubar ul li .imgcut2{ padding-bottom: 60% }
.menubar ul li:nth-child(1),.menubar ul li:nth-child(2){ width: 49%}
.menubar ul li:nth-child(1) .imgcut2,.menubar ul li:nth-child(2) .imgcut2{ padding-bottom: 50% }
.menubar ul li a{ display: block; position: relative; background: #000}
.menubar ul li .txt{ position: absolute; top: 0; left: 0; text-align: center; width: 100%; height: auto; top: 30%; transition: all 0.5s;}
.menubar ul li:hover .txt{ top: 35% }
.menubar ul li img{ transition: all 0.5s; }
.menubar ul li:hover img{ opacity: 0.4}
.menubar ul li h3{ color: #fff;font-size: 4rem; line-height: 2;}
.menubar ul li p{ width: 100%; line-height: 1; font-size: 18px; text-transform: uppercase; text-align: center; color: #fff; }
.menubar ul li:hover p,.menubar ul li:hover h3{ color: #f00 }

.product{ padding:0 50px; overflow: hidden; width: 100%; margin-bottom: 50px;  position: relative;}


.product .box{ width:100%; box-sizing: border-box;}
.product .box p{ position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0,0,0,0.5); padding: 10px; line-height: 20px; text-align: center; font-size: 14px}
.product .box p small{ font-size: 12px }
.product .box a{ display: block; width: 100%; position: relative; overflow: hidden; background: #222; color: #fff }
.product .box a:hover p{ background: #af262a; }
.product .img{ overflow: hidden;}
.product img{transition: all 0.5s; width: 100%}
.product .swiper-slide:hover img{ transform: scale(1.1);}


.advantage{ background:url(../images/cbg.jpg) no-repeat center #000; padding: 80px  50px;  background-attachment: fixed;}
.advantage_tit{ width: 100%; height: auto; overflow: hidden; margin-bottom: 20px }
.advantage_tit h3{ font-size: 40px; color: #fff; line-height: 60px; }
.advantage_tit h3 span{color:#af262a;}
.advantage_tit p{ color: #fff; text-transform: uppercase; font-size: 20px }
.advantage01{ width: 100%; height: auto; margin: 30px auto; overflow: hidden; background:rgba(231,0,18,0.8); }
.advantage01 ul{ display: flex; justify-content: space-between; align-items: center; }
.advantage01 li{ text-align: center; width: 25%; box-sizing: border-box; padding:30px; border-left: 1px solid rgba(255,255,255,0.2) }
.advantage01 li span{ font-size: 40px; color: #fff }
.advantage01 li p{ font-size: 18px;  color: #fff}

.advantage02{ width: 100%; height: auto; overflow: hidden;}
.advantage02 ul{ display: flex; justify-content: space-between; align-items: flex-start; }
.advantage02 li{ width: 31%; }
.advantage02 li h3{ padding: 10px 0; font-size: 20px; font-family: impact; color: #fff; margin: 15px 0; width: 100%; box-sizing: border-box; }
.advantage02 li h3 span{color: #af262a; }
.advantage02 li p{ color: #fff; font-size: 18px; line-height: 24px; }

.about{ width: 100%; height: auto; padding:50px; background: url(../images/aboutbg.jpg) no-repeat top; background-size: 100%;}
.about .tbox{ width: 100%; box-sizing: border-box;}
.about .numCount{ background: none; margin-bottom: 50px; }
.about .numCount ul li{ width: 33.33%; box-sizing: border-box; padding:0 30px; float: left; text-align: center; position: relative; border-right: 1px solid rgba(255,255,255,0.2) }
.about .numCount ul li:last-child{ border-right: 0 }
.about .numCount .item{  position: relative; z-index: 1;}
.numCount li .numU{ line-height:1;}
.numCount li .numCX{ font-size:70px; font-weight: bold; color:#af262a; }
.numCount li .numU .unitC{ }
.numCount li .indc{ padding:10px 0; font-size: 18px; color: #fff;}
.numCount sup{ color: #fff; font-size: 30px; display: inline-block; vertical-align: top; line-height: 1.5; margin-left: 3px; }


.about .lbox,.about .rbox{ width: 50%;}
.about .box{ display: flex; justify-content: space-between; align-items: center; background: #fff; border:10px solid #af262a; padding: 30px; box-sizing: border-box;}
.about .rbox{ padding-right: 50px; box-sizing: border-box; }
.about .rbox .txt_tit h3{ font-size: 24px; line-height: 30px; font-weight: normal;}
.about .rbox .txt_tit p{ color: #333; font-size: 14px; line-height: 18px}
.about .rbox .txt_box{ padding-bottom:30px }
.about .rbox .txt_box p{ color: #333; font-size: 16px; line-height: 30px;}
.about .rbox .txt_box h1{ color: #af262a; font-size: 16px; line-height: 60px; padding-bottom: 20px }
.about .rbox a.more{ display: inline-block; padding: 10px 50px; color: #fff; background:#af262a; }
.about .rbox a:hover{ background: #af262a }
.about .lbox img{ width: 100% }


.case{padding: 50px;  background-attachment: fixed;}
.case .tit{ width: 100%; text-align: center; background: #fff; }
.case .tit h3{ font-size: 40px; line-height: 60px; color: #af262a; }
.case .tit p{ color: #333; font-size: 16px; }

.case .bbox p{ padding: 10px; background:#fff; text-align: center; }
.case .bbox .swiper-slide:hover a{ color: #af262a }

.lc{padding:0 50px; margin-bottom: 50px; display: flex; justify-content: space-between;}
.lctit{ width: 240px; min-width: 240px; background: #af262a; padding:50px 30px; color: #fff }
.lctit h3{ font-size: 40px; line-height: 60px;}
.lctit p{ font-size: 12px; line-height: 24px; }
.lcbox{ width: 100%;background: #eee; }
.lcbox ul{ display: flex; justify-content: space-between; }
.lcbox li{ width: 15%; text-align: center; }
.lcbox li .img{ width: 100px; height: 100px; line-height: 100px; text-align: center; border-radius: 50%; background: #222;margin: 15px auto; }
.lcbox li .img img{ display: inline-block; }
.lcbox li .txt h3{ font-size: 24px; }
.lcbox li:hover .img{background: #af262a} 
.lcbox li:hover .txt h3{ color: #af262a; }

.new{ padding: 50px; background: #fff; overflow: hidden;}
.new .title,.menubar .title{ display: flex; justify-content: flex-start; margin-bottom: 15px; }
.new .tit,.menubar .tit{ width: 260px; }
.new .title .txt,.menubar .title .txt{ padding:10px 30px; font-size: 30px; line-height: 1.5; max-width: 800px; }

.new .lbox{ width: 60%; float: left;}
.new .rbox{ width: 40%; float: left; padding-left: 50px; box-sizing: border-box;}
.new .lbox ul{ display: flex; justify-content: space-between;}
.new .lbox ul li{ width: 48% }
.new .lbox ul li .txt{ padding: 15px 0; }
.new .lbox ul li .txt h3{ font-size: 18px; line-height: 24px; font-weight: normal; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; padding-bottom: 10px  }
.new .lbox ul li .txt p{ font-size: 14px; line-height: 24px; }
.new .lbox ul li:hover h3{ color: #af262a }
.new .rbox ul li{ width: 100%; background:#eee; margin-bottom: 15px;}
.new .rbox ul li a{ display: flex; justify-content: space-between; align-items: center; }
.new .rbox ul li .img{ width: 30%; float: left; }
.new .rbox ul li .txt{ width: 70%; float: left; padding:5px 15px; box-sizing: border-box;}
.new .rbox ul li .txt h3{ font-size: 18px; line-height: 40px; font-weight: normal; height: 40px; width: 100%; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.new .rbox ul li .txt p{ font-size: 14px; line-height: 24px; color: #666; }
.new .rbox ul li:hover{ background:#af262a; }
.new .rbox ul li:hover h3,.new .rbox ul li:hover p{ color: #fff }

/*首页底部*/
.footer{ background: #000; float: left; position: relative; overflow: hidden; width: 100%}
.footer::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/foot.jpg) no-repeat bottom;
    background-attachment: fixed;
    opacity: 0.1;
    pointer-events: none;
}
.fnav{ padding:15px 50px;  background: #af262a}
.fnav a{ display: inline-block; padding-right: 50px; font-size: 16px; color: #fff;}
.fnav a:hover{ color: #fff;}
.fbox{ padding:0 50px; border-bottom: 1px solid rgba(255,255,255,0.2); display: flex; display: -webkit-flex; justify-content: space-between;}
.fbox .lbox,.fbox .cbox,.fbox .rbox{ padding: 30px 0; width: 100%; border-right: 1px solid rgba(255,255,255,0.2);}
.fbox .cbox{ padding-left: 30px; }
.fbox .rbox{ padding-left: 50px; }
.fbox .rbox{ min-width: 440px;}
.fbox .lbox{ min-width: 450px;}
.fbox .lbox img{ float: left; padding-right: 30px; max-width: 150px;}
.fbox .cbox p{ line-height: 24px; font-size: 14px; color: #fff;}
.fbox .ftel{ float: left; padding-left: 60px; background: url(../images/ftel.png) no-repeat left;}
.fbox .ftel p{ font-size: 14px; color: #fff; line-height: 30px;}
.fbox .ftel p a{ font-size: 30px; color: #fff;}
.fbox .rbox p{ color: #fff;}
.fbox .rbox input.phone{ min-width: 280px; height: 50px; background: #fff; border: 0; padding: 5px 10px; float: left;}
.fbox .rbox input.btn{ width: 100px; height: 50px; background:#af262a; border: 0; border-radius: 0; color: #fff;}
.fbot{ padding: 20px 50px; font-size: 14px; color: #fff; text-align: center;}
.fbot a{ color: #fff;}




#rollTop { position:fixed; z-index:9999; right:10px; bottom:60px; width:40px; height: 40px; background: #af262a;}
#rollTop a{ display: inline-block; width: 100%; height: 100%; background: url(../images/rollTop.png) no-repeat center; background-size: 50%;}

.adbanner{ background-size: 100%; background-attachment: fixed; background-position: center top; background-repeat: no-repeat;}
.ny_wrapper{ padding: 50px; z-index: 999; background: #fff; min-height: 180px; height:auto; overflow: visible; position: relative;}
.ny_box{ max-width: 1560px; background: #fff; height: auto; margin: auto; overflow: hidden;}
.ny_box .position{ width: 100%; height: 70px; background: #fff;}
/*侧边栏*/
.sidebar_nav{ width: 100%; height: 70px; line-height: 70px; background: #fff; overflow: hidden;}
.sidebar_nav a{ display: block; padding: 0 25px; width: auto; text-align: center; overflow: hidden; border-right: 1px solid #ddd; float: left;}
.sidebar_nav a:hover,.sidebar_nav a.on{ background: #af262a; color: #fff; border-right:1px solid #af262a;}

.list_img{ padding: 15px 0; width: 100%; height: auto; overflow: hidden;}
.list_img li{ padding-top: 15px; padding-bottom: 15px;}
.list_img a{display: block; width: 100%}
.list_img .img{ overflow: hidden; background-color:#f5f5f5; padding: 1px; overflow: hidden}
.list_img a img{ transition: all 0.5s; width: 100%}
.list_img a:hover img{transform: scale(1.1);}
.list_img p{ text-align: center; line-height: 40px;}
/*分页*/
div.paginationbox{width:100%;height:auto;padding: 15px 0; margin:10px auto; overflow: hidden;}
ul.pagination{display:inline-block;padding:0;margin:0;}
ul.pagination li{display:inline}
ul.pagination li a{color:#000;float:left;font-size:14px;padding:10px 18px;margin:0 5px;text-decoration:none;border:1px solid #ddd}
ul.pagination li span{color:#aaa;float:left;font-size:14px;padding:10px 18px;margin:0 5px;text-decoration:none;border:1px solid #ddd}
.pagination li:first-child a,.pagination li:last-child a{border-radius:0}
ul.pagination li.bor0 a{border-color:#fff;cursor:auto}
ul.pagination li.thisclass a{ background: #af262a; color: #fff;border:1px solid #af262a; cursor: default;}
ul.pagination li a.active{background-color:#af262a;color:#fff;border:1px solid #af262a;cursor:default}
ul.pagination li a:hover:not(.active){background-color:#af262a;color:#fff;border-color:#af262a}
ul.pagination li.bor0 a:hover{background:0 0;color:#333;border-color:#fff}
ul.pagination > li > a, ul.pagination > li > span{ color: #333;}
ul.preNext{ width:100%; display: flex; justify-content: space-between; float: left;}
ul.preNext li{ padding: 5px 15px; font-size: 18px;}
ul.preNext li a{color:#333;}
ul.preNext li a:hover{color:#af262a}
ul.preNext li.pre,ul.preNext li.next{ background: #eee;}

/*newsinfo*/
.newsinfo {width: 100%; height: auto; line-height: 20px; overflow:hidden; border-bottom: 1px dotted #ccc; padding-bottom:5px;text-align:center;color: #666; font-size: 12px;}
.newsinfo span {color: #af262a; font-family: Georgia, "Times New Roman", Times, serif;font-size: 14px;font-weight: bold;}
.newsinfo a{ display: inline-block; float: right; margin-left: 15px; padding: 5px 25px; background:#af262a; color: #fff;}
.newsinfo a:last-child{ background: #af262a;}
.article_box { width: 70%; float: left; height: auto; min-height: 600px; padding: 15px; border-right: 1px solid #ddd; box-sizing: border-box; overflow: hidden;}
.article_box h1 { text-align: center; padding: 15px;font-size: 24px;}
.detail { width: 100%; height: auto;overflow: hidden; line-height: 24px; padding: 15px 0; text-align: center;}
.detail img {max-width: 100%; width: auto; margin: auto;}

.content_info{padding:30px;}
.content_info img{max-width:100% !important;height:auto !important}

.side_txt{ width: 30%; padding:10px 30px; box-sizing: border-box; float: right;}
.side_txt h3{ line-height: 50px; background: #af262a; color: #fff; font-size: 20px; text-align: center;}
.side_txt p{ border: 1px solid #ddd; line-height: 24px; padding: 15px; text-align: center; border-top: 0; font-size: 20px;}
.side_txt p small{ font-size: 14px;}
.side_txt p b{ font-size: 24px; color: #af262a;}
.side_list{ width: 30%;padding:10px 30px; box-sizing: border-box; float: right;}
.side_list h3{ position: relative; line-height: 50px; background: #af262a; color: #fff; font-size: 20px; padding-left: 25px;}
.side_list h3::before{ content: ""; position: absolute; width: 4px; height: 22px; background: #fff; left: 10px; top: 14px;}
.side_list ul{ padding: 15px; border: 1px solid #ddd;}
.side_list ul li{ position: relative; padding-left: 20px; width: 100%; height: 40px; line-height: 40px; border-bottom: 1px dotted #ddd; overflow: hidden;}
.side_list ul li::before{ content: ""; width: 5px; height: 5px; border-radius: 50%; background: #aaa; position: absolute; left: 6px; top: 18px;}
.side_list ul li a{ font-size: 16px; color: #666; display: inline-block; text-overflow: ellipsis;}
.side_list ul li a:hover{ color: #af262a;}
.side_list ul li:hover::before{ background: #af262a;}

.newlist ul li a{ display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dotted #aaa	;}
.newlist .img{ width: 100%; max-width: 20%; overflow: hidden;}
.newlist .img img{ height: auto;}
.newlist .txt{ width: 100%; padding-left: 30px;}
.newlist .txt h3{ font-size: 18px; margin: 0; color: #333;}
.newlist .txt p{ font-size: 16px; color: #666; line-height: 24px; padding: 15px 0; margin: 0;}
.newlist .txt span{ color: #aaa;}
.newlist ul li:hover h3{ color: #2ca6ff;}
.newlist ul li:hover p{  color: #333;}


@media (max-width:1600px){
    .header .txt{ display: none; }
	.container{ width: 90%; margin: 0 5%;}
	.nav{ width: 60%;}
	.footer .fbox .lbox p{ font-size: 14px;}
	.nav ul li{ max-width: 180px; padding: 0 30px; }
	.about .rbox{ padding-right: 30px; }
	.about .rbox .txt_tit h3{ font-size: 18px;line-height: 20px; }
	.about .rbox .txt_box p{ font-size: 14px; line-height: 24px; }
	.about .rbox .txt_box h1{ font-size: 20px }

	.case .tbox ul li .txt p{ display: none }
	.case .tbox ul li .txt h3{ padding: 15px 0 }
	.bbar .lbox h3{ font-size: 40px; }
	.numCount li .indc{ font-size: 16px; }
}
@media (max-width:1200px){
    .product .sidebar{ display: none }
    .logo img{max-height: 50px;}
	.content_info{padding:15px;}
	.newlist .txt{ padding-left: 10px;}
	.newlist .img{ max-width: 25%;}
	.article_box,.side_txt,.side_list{ width: 100%; border: 0;}
	.side_txt,.side_list{ padding: 15px;}
	.adbanner{ background-attachment: unset;}
	.ny_wrapper{ padding: 0; }
	.ny_box{ height: auto; overflow: hidden; margin-top: 0;}
	.ny_box .position{ height: 50px;}
	.list_img li{ padding: 5px;}
	.sidebar_nav{ height: 50px; line-height: 50px;}

	.tit p{ font-size: 10px; line-height: 12px }
	.header{ position: fixed; width: 100%; left: 0; top: 0; height: 60px; line-height: 60px; z-index: 1004;}
	.header.maxwidth{ position: fixed; height: 60px; line-height: 60px}
	.language{ margin-right: 60px; min-width:180px}
	.language a{font-size:16px}
	.logo{ padding:10px;}
	.logo img{ max-height: 40px;}
	.home{ padding-top: 60px;}
	.about{ padding: 0}
	.about .box{ display: block; }
	.about .lbox, .about .rbox{ width: 100%;}
	.about .rbox{ padding: 20px 10px; }
	.about .rbox .txt_box h1{ font-size: 18px; line-height: 24px; padding-top: 10px }
	.home .swiper-pagination{bottom:10px!important;}
	.home .swiper-pagination-bullet{width:10px;height:10px; line-height: 10px; opacity:1; font-size: 0; background:#fff;border:0; transition: all 0.5s;}
	.home .swiper-pagination-bullet-active{background:#ffb400; border: 0;}

	.product{ padding: 0; margin-bottom: 0}
	.product .box{ padding: 0; padding-bottom: 30px; margin: 0}
	.product .box p{ font-size: 12px; padding: 5px }
	.tit h3{ padding-bottom: 10px;}
	.product_nav a{ padding: 1px 5px;}

	.case,.new{ padding: 0 }
	.new{ padding-bottom: 30px; }
	.case .tbox ul,.case .tbox ul li a{ display: block; overflow: hidden; }
.case .tbox ul li{ width: 100%; }
.case .tbox{ width: 100%; margin:10px auto; }
.case .tbox ul li .txt{ padding:0 10px }
.case .tbox ul li .txt h3{ line-height: 30px }
.case .tbox .txt .link,.case .tbox ul li .txt h3 small{ display: none; }
.new .lbox,.new .rbox{ width: 100%; padding: 2%; box-sizing: border-box; }
.new .lbox,.new .rbox,.new .lbox ul li{ width: 100% }



	.fnav,.fbox{ padding: 15px;}
	.fbox{ display: block;}
	.fbox .flbox{ width: 100%;}
	.fbox .lbox{ min-width: 100%; text-align: center;}
	.fbox .lbox img,.fbox .lbox .ftel{margin: auto; float: none;}
	.fbox .lbox img{ padding: 15px 0;}
	.fbox .lbox .ftel{ display: inline-block; }
	.fbox .cbox{ display: none; padding: 15px 0; border-top: 1px solid rgba(255,255,255,0.2);}
	.fbot{ padding: 15px }

	.bbar{ padding: 0; text-align: center; height: auto; position: relative; top: 0}
	.bbar .box{ display: block; padding:30px 15px;}
	.bbar .lbox{ width: 100% }
	.bbar .search{ margin:15px 0; overflow: hidden; text-align: center;}
    .bbar .search form{ display: inline-block;}
	.bbar .rbox a{ text-align: left; }
	.about .numCount ul li { width: 33.33%; height: 120px; margin:20px 0; padding:5px}
	.about .numCount{ margin-bottom: 10px; }
	.product_nav{ padding: 15px 0 }
	.numCount li .numCX{ font-size: 40px }
	.numCount li .indc{ font-size: 10px; line-height: 18px; }
	.about .box{ padding: 0 }

}
@media (max-width:768px){
    .language .code{ display: none }
    .language .contact{ line-height: 18px }
    .language a{ padding: 0 }
    .bbar .lbox h3{ line-height: 24px; }
    .list_img p{ line-height: 20px }
    .advantage_tit h3{ font-size: 24px; line-height: 30px; }
    .menubar{ padding: 15px; }
    .menubar ul li{ width: 100%; margin-bottom:1rem}

    .menubar ul li:nth-child(1), .menubar ul li:nth-child(2){ width: 100%}
    .menubar ul li img{ opacity: 0.8 }
    .menubar ul li h3{ font-size:18px }
    .menubar ul li p{ font-size: 12px; }
    .about{ background-size: cover; }
    .numCount li .numCX{ font-size: 30px; }
    .numCount sup{font-size: 20px;}
	.about .lbox .bot,.about .rbox .bot,.about .rbox .top{ display: block;}
	.about .lbox .bot .img, .about .rbox .bot .img, .about .rbox .top .img,.about .lbox .bot .txt, .about .rbox .bot .txt, .about .rbox .top .txt{ width: 100%;}
	.advantage .box{ display: block;}
	.advantage .box .item{ width: 100%;}
	.footer .contact ul li{ width: 100%; justify-content: flex-start;}
	.footer .fnav{ display: block;}
	.footer .fnav .item{ width: 100%;}
	.footer .fnav .item:nth-child(1) a{ width: auto; padding: 0 15px;}
	.logo{ padding: 5px; }
	.logo img{ max-height: 35px; }
	.fnav{ text-align: center; }
	.fnav a{ display: inline-block; padding: 0 5px; }
	.fbox .lbox, .fbox .cbox, .fbox .rbox{ border-right: 0 }
    .bbar .lbox h3{ font-size: 18px }
    .bbar .lbox p{ font-size: 12px; }
    .advantage{ padding:50px 5px }
    .advantage01 ul,.advantage02 ul{ flex-wrap: wrap; }
    .advantage01 li{ width: 50%; border-bottom:1px solid rgba(255,255,255,0.2); }
    .advantage01 li span{ font-size: 20px; }
    .advantage01 li p{ font-size: 12px; }
    .advantage02 li{ width: 100%; padding-bottom: 30px; }
    .case .tit h3{ font-size: 24px; }
    .case .tit p{font-size: 80%}
    .lc{ padding: 0; flex-wrap: wrap; }
    .lctit{ width: 100%;padding: 30px; }
    .lcbox ul{flex-wrap: wrap;}
    .lcbox li{ width: 33% }
    .new .title,.new .lbox ul{ flex-wrap: wrap;  -webkit-flex-wrap: wrap; }
    .new .title .txt,.menubar .title .txt{ font-size: 24px; text-align: center;}
    .header,.header.maxwidth{ padding-left: 0 }
    .new .title, .menubar .title{ -webkit-flex-wrap: wrap; flex-wrap: wrap; }
    .new .tit, .menubar .tit,.new .title .txt, .menubar .title .txt{ width: 50% }


}
@media (max-width:480px){
	.home{ padding-top: 50px }
	.header.maxwidth,.header,.menu-handler{ height: 50px; line-height: 50px }
	.menu-handler .burger{ top:14px;  }
	.menu-handler .burger-2{ top:24px  }
	.menu-handler .burger-3{ top: 34px }
	.menu-handler.active .burger-1,.menu-handler.active .burger-3{ top: 24px }
	.new .rbox ul li .txt p{ font-size: 10px; line-height: 14px}
    .bbar .keywords{ width: 240px }
    .bbar .lbox p{ font-size: 8px; }
}



@media (max-width:360px){
    .bbar .lbox p{ font-size: 10px }
    .bbar .keywords{ width: 200px }
    .language{ min-width: 140px; }
    .language a{ padding: 0 }
}



.bbar .box{ width: 100%; display: flex; justify-content: space-between; align-items: center; }
.bbar .cbox{ min-width: 620px }
.bbar .rbox{ min-width: 240px }


         .gsys_l .features>ul>li {
             display: block;
             width: 145px;
             height: 185px;
             background: #f0f0f0;
             float: left;
             margin-right: 10px;
             position: relative;transition:all 0.2s;
             border-radius: 15px;
             cursor: pointer;
         }
.gsys_l .features>ul>li:last-child {
    margin-right: 0px;
}         
.gsys_l .features>ul>li:hover{background:#222;}
.gsys_l .features>ul>li i{font-style:normal;display:block; width:74px; height:74px; margin:30px auto 15px;}
.gsys_l .features .on i{ background:url(../images/gsys_tu_03.png) center no-repeat;}
.gsys_l .features>ul>li p {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    transition:all 0.2s;
}
.gsys_l .features>ul>li span {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #999;
    line-height: 12px;
    text-transform: uppercase;
    transition:all 0.2s;
}
.gsys_l .features>ul>li em {
    width: 45px;
    display: block;
    height: 3px;
    margin: 10px auto;
    background: #555;
    transition:all 0.2s;
    
}
.gsys_l .features li:hover span,.gsys_l .features li:hover p {
    color: #fff;
}
.gsys_l .features li:hover em {
    width: 65px;
    background: #fff;
}
.gsys_l .features li i:nth-child(1) {
    width:74px; height:74px;
      background:url(../images/gsys_tu_03.png) center no-repeat;
    transition: all .3s ease;
  }
  .gsys_l .features li i:nth-child(1){
    background-position-y: 0px;
    background-position-x: 0px;
  }
  
  .gsys_l .features li:hover i:nth-child(1) {
    background-position-y: -110px;
    background-position-x: 0px;
  }

  .gsys_l .features li:nth-child(2) i:nth-child(1) {
    width: 74px;
    background-position-x:-128px;
  }

  .gsys_l .features li:nth-child(3) i:nth-child(1) {
    width: 74px;
    background-position-x: -255px;
  }

  .gsys_l .features li:nth-child(4) i:nth-child(1) {
    width: 74px;
    background-position-x: -388px;
  }





/*关于我们*/

.flex{ display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; }
.align-items{ -webkit-align-items: center; align-items: center;}

.page_content{ padding: 5rem; }

.page_about_box .txt{ width: 53%; line-height: 3rem; font-size: 1.6rem;text-align:justify; text-justify:inter-ideograph;}
.page_about_box .txt p,.page_about_box .txt span{line-height: 3rem; font-size: 1.6rem; text-align:justify; text-justify:inter-ideograph;}
.page_about_box .img{ width: 42% }

.page_tit{ width: 100%; text-align: center; padding: 3rem; }
.page_tit h3{ position: relative; font-size: 2.5rem; line-height: 2; color: #af262a}
.page_tit h3::after{ content: ""; display: block; width: 3rem; height: 0.3rem; background: #af262a; position: absolute; bottom: 0; left: 50%;margin-left:-1.5rem;}
.page_tit p{ font-size:1.6rem; line-height: 2; color: #333}

.page_culture{ padding:3rem 0; }
.page_culture ul li{ width: 24%; }
.page_culture ul li .img{  background:#af262a; padding: 3rem; }
.page_culture ul li .img img{ display: block;margin:auto;  }

.page_culture ul li:nth-child(2n) .img{ background:#eee; }
.page_culture ul li .txt{ padding: 1.5rem; text-align: center; }
.page_culture ul li .txt h3{ font-size: 2.4rem;line-height: 3}
.page_culture ul li .txt p{ font-size: 1.6rem }



.list_img .rthumbnail .img{ background: #fff; border:1px solid #ddd; padding: 1rem }
.list_img .rthumbnail a:hover img{ transform:scale(1); }

.page_honner_box,.page_honner_box .txtlist ul{ -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.page_honner_box .imglist,.page_honner_box .txtlist{ width:100%; }
.page_honner_box .txtlist ul li{ width: 24%; float: left; padding: 0.5rem 1rem; line-height: 4rem; font-size: 1.8rem; background:#f5f5f5; margin-top: 2rem}
.page_honner_box .txtlist ul li:hover a{ color: #af262a } 
.page_honner_box .txtlist ul li a{ display: block; width: 100% }
.page_honner_box .txtlist ul li:nth-child(2n){ background:#ddd;}
.page_honner .more{ text-align: center; margin-top: 3rem }
.page_honner .more a{ display: inline-block; padding:1rem 5rem; background: #af262a; color: #fff; }

#certify{position:relative;width:100%; max-width: 1200px; margin:0 auto;}
#certify .swiper-container{padding: 3rem; padding-bottom:6rem; overflow: visible;}
#certify .swiper-slide{width:520px;height:408px;background:#fff; box-shadow: 0 0 0.5rem rgba(0,0,0,0.2)}
#certify .swiper-slide img{display:block;max-width: 100%;}
#certify .swiper-slide p{line-height:98px;padding-top:0;text-align:center;color:#af262a;font-size:1.1em;margin:0}

#certify .swiper-slide-active{ box-shadow: 0 0 1rem rgba(0,0,0,0.2) }

#certify .swiper-button-prev{left:-30px;width:45px;height:45px;background:url(../images/wm_button_icon.png) no-repeat;background-position:0 0;background-size:100%}
#certify .swiper-button-prev:hover{background-position:0 -46px;background-size:100%}
#certify .swiper-button-next{right:-30px;width:45px;height:45px;background:url(../images/wm_button_icon.png) no-repeat;background-position:0 -93px;background-size:100%}
#certify .swiper-button-next:hover{background-position:0 -139px;background-size:100%}

#certify .imgbox{ padding: 1rem; }


.page_team{ padding: 1rem; margin:5rem 0;  border:1px solid #ddd}
.page_team_box ul{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.page_team_box ul li{ width: 33.33%; padding:1.5rem }

@media(max-width:768px){
    #certify .swiper-slide{ width: 260px; height: 204px;}
    #certify .swiper-slide p{ line-height: 50px;}
    #certify .swiper-button-prev,#certify .swiper-button-next{ display: none;}

    .page_content{ padding: 1rem }
    .page_about_box,.page_culture ul,.page_honner_box .txtlist ul  { -webkit-flex-wrap: wrap; flex-wrap: wrap; }
    .page_about_box .txt,.page_about_box .img{ width:100% }
    .page_culture ul li,.page_honner_box .txtlist ul li{ width: 100% }
    .page_honner_box .txtlist ul li{ margin-top:0.5rem; }
    .page_team{ padding: 0; border: 0; }
    .page_team_box ul li{ width: 49%; padding: 0;margin-bottom: 1rem }
}
