/*===================== 重置样式 START =====================*/
@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,p,dl,dd,dt,th,td,select,ul,ol,li,form,input,textarea,fieldset,legend,img{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-weight: 400;}
li{list-style: none;}
a{text-decoration: none;background: transparent;outline: none;color:#000;display: block;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
a:hover, .tran, .pub_button .pb_bg, .section_seven .item i{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.wot{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.upp{text-transform:uppercase;}
img{ border: 0;vertical-align: middle;max-width:100%;display: block;}
table{ border-collapse: collapse; border-spacing: 0;}
input,textarea{ -webkit-user-modify: read-write-plaintext-only;outline-style: none;border:none;font-size:14px;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #000; } 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #000; } 
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#000; }
html::-webkit-scrollbar{width:5px;height:5px;background-color:#fff;} 
html::-webkit-scrollbar-track{border-radius:0;background-color:#fff;}
html::-webkit-scrollbar-thumb{border-radius:50px;width:5px;height:5px;background-color:#2094FF;}
.middle_box{display: table;width: 100%;height: 100%;}
.middle_box .middle{display: table-cell;vertical-align: middle;width: 100%;text-align: center;}
textarea{resize:none; overflow: auto;}
input{padding-top: 0; padding-bottom: 0;};
select,input{vertical-align:middle; }
select,input,textarea{font-size:14px;margin:0;}
.clear{zoom:1;}
.clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both;}
.clear::before, .clear::after { content: "";display: table; } 
.clear::after{clear: both;}
.fl{float: left;}
.fr{float: right;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}
body{font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;font-size:16px;color:#333;background-color: #fff;overflow-x: hidden;cursor: default;}
.error3{display: none !important;}
html,body{max-width:1920px;margin:0 auto;}
.inner{width:1580px;margin:0 auto;}
em{font-style: normal;}
.f_14{ font-size:14px; }
.f_16{ font-size:16px; }
.f_18{ font-size:18px; }
.f_20{ font-size:20px; }
.f_24{ font-size:24px; }
.f_28{ font-size:28px; }
.f_30{ font-size:30px; }
.f_38{ font-size:38px; }
.f_48{ font-size:48px; }
.f_58{ font-size:58px; }
.f_60{ font-size:60px; }
.color-white{color: #fff;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.font-weight{font-weight: bold;}

/*===================== 重置样式 END =====================*/

/*===================== 公用样式 START =====================*/
.header{position: fixed;z-index:999; width: 100%;}
.header .inner{height:100px;position: relative;width:98%;margin:0 auto;overflow: hidden;text-align: center;}
.header .logo img{margin-top: 10px;height: 72px;}
.header .nav{width:50%;display: inline-block;}
.header .nav ul li{float: left;width:16.6%;height:100px;line-height:100px;text-align: center;}
.header .nav ul li a{color:#fff;position: relative;z-index:1;font-size:18px;}
.header .nav ul li i{position: absolute;width:100%;height:0;background: #2094FF;left:0;top:0;z-index:-1;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}

.header .nav ul li a:hover i, .header .nav ul li a.active i{height:100px;}
.header .nav ul li a:hover span, .header .nav ul li a.active span{color:#fff;}
.header .nav ul li a:hover em, .header .nav ul li a.active em{opacity:1;}
.header .product_son{display: none;position: absolute;left:0;top:100px;text-align: center;width:100%;padding:20px 0;height:auto;background-color:rgba(0,0,0,0.75);z-index:999;}
.header .product_son .item{display: inline-block;width:9%;margin:0.5%;background: rgba(255,255,255,0.4)}
.header .product_son .item img{transition: .3s;}
.header .product_son .item p{font-size:16px;color:#fff;height:40px;line-height:40px;}
.header .product_son .item:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}
.header .product_son .item:hover img{-webkit-transform:scale(1.05, 1.05);-moz-transform:scale(1.05, 1.05);-o-transform:scale(1.05, 1.05);-ms-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05);}

.header .call{margin-top:25px;background:url(../images/call.png) 0 center no-repeat;padding-left:35px;transition: .5s;height: 43px;margin-left: 20px;}
.header .call h3{color:#fb1a19;font-weight: 700;}
.header .call em{color: #333;}
.header.bg{background: rgba(0,0,0,.7);box-shadow: 0 0 15px rgba(0, 0, 0, 0.08)}
.header.bg .inner{height: 70px;}
.header.bg .logo img{height: 56px;}
.header.bg .nav ul li{height: 70px; line-height: 70px;}
.header.bg .call{margin-top: 20px;}
.header.bg .product_son{top:70px !important;}

.banner .swiper-button-next, .banner .swiper-button-prev{width:59px;height:59px;}
.swiper-pagination-bullet-active{background-color:#2094FF !important;border-color:#2094FF !important;}

.pub_button{position: relative;z-index:1;}
.pub_button .pb_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color:rgba(32,148,255,0.7);-webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transform-origin: left 100%;-webkit-transform-origin: left 100%;transform: scaleY(0);-webkit-transform: scaleY(0);visibility: hidden\9;z-index: -1;}
.pub_button:hover .pb_bg, .pub_button.active .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.banner1{
	padding-top:-100px !important;
  }
  #alttxt{background:#FFF;border:1px #ddd solid;font-size:12px;padding:10px;z-index:1000;position:absolute;display:none;border-radius:50px;}
.w1500{width:1500px;margin:0 auto}
.index-txt { text-align: center; }
.index-txt h2 { color: #333;  line-height: 1.1; font-weight: 700;}
.index-txt h2:before, .index-txt h2:after { content: ''; display: inline-block; vertical-align: middle; width: 35px; height: 26px; background-repeat: no-repeat; margin-top: -6px; }
.index-txt h2:before { background-image: url(../images/tit-icon01.png); margin-right: 20px; }
.index-txt h2:after { background-image: url(../images/tit-icon02.png); margin-left: 20px; }
.index-txt p { color: #666;  line-height: 30px; margin-top: 30px; }
.index-type{background: url(../images/index-type.jpg) no-repeat top center; background-size: cover;}
.index-type li { float: left; width:20%; position: relative; overflow: hidden; } 
.index-type ul:hover li{width: 18.15%;}
.index-type ul li:hover{width: 27.4%;}
.index-type li:before { content: ""; position: absolute; left: 0; bottom: -35%; width: 100%; height: 35%; background: url(../images/case-txt.png) repeat-x bottom center; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; z-index: 1; } 
.index-type li:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .4); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; } 
.type-pic a{ width: 100%; height: 468px;background-size: cover;background-repeat: no-repeat;}
.type-txt { position: absolute; bottom: 0px; z-index: 2; color: #BBB; line-height: 1.2; padding:30px;width: 100%;} 
.type-txt a { display: block; color: #fff;  font-weight: bold; } 
.type-txt i{width: 100px;height: 3px;background: #dd0919;overflow: hidden;display: block;margin-top: 10px;}
.type-txt span { display: none; margin-top: 20px; line-height: 30px;}
.type-link { position: absolute; left: 50%; top: -50%; margin-left: -60px; margin-top: -60px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; width: 120px; height: 120px; } 
.type-link img { width: 100%; height: auto; } 
.index-type li:hover:after, .index-type li.type-on:after { top: -100%; } 
.index-type li:hover:before, .index-type li.type-on:before { bottom: 0; }
.index-type li:hover .type-link, .index-type li.type-on .type-link { top: 50%; }
.index-type li:hover .type-txt{background: linear-gradient( rgba(0, 0, 0,0), rgba(0, 0, 0,1)); }
.index-type li:hover .type-txt span{display: block;}
.index-type li:hover .type-txt, .index-type li.type-on .type-txt, .index-type li:hover .type-txt a, .index-type li.type-on .type-txt a { color: #FFF; }
.index-type li:hover .type-txt a:hover, .index-type li.type-on .type-txt a:hover { color: #F0BE4D; }

.sycp{overflow:hidden;width:94%;margin: 50px auto 0 !important;}
.sycp .sycp_l{width:300px;background:#097dbf}
.sycp .sycp_l h3{color:#fff;font-size:30px;background:url(../images/1_16.jpg) 20px 20px no-repeat;padding-left:60px;padding-top:10px}
.sycp .sycp_l h3 em{display:block;color:#6fa6d1;font-size:20px;text-transform:uppercase}
.sycp .sycp_l ul li{margin:0 25px}
.sycp .sycp_l ul li a{display:block;background:url(../images/jt.png) left center no-repeat;height:45px;line-height:45px;color:#fff;padding-left:20px;border-bottom:1px solid #fff}
.sycp .sycp_l ul li a:hover{padding-left:30px}
.sycp .sycp_l .box_two{background:url(../images/1_25.jpg) left center no-repeat;padding-left:60px;margin:20px 0 15px 15px;color:#fff}
.sycp .sycp_l .box_two strong{font-size:30px;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-weight:normal}
.sycp .sycp_l img{display:block;margin:30px 0 20px 30px}
.sycp .sycp_r{width:100%}
.tit2{background:url(../images/t.png);height:64px;line-height:64px;text-align:center;color:#fff;margin:5px 0 0 0}
.tit2 a{color:#fff}
.left_side{width:300px;background: linear-gradient(90deg, rgb(0, 137, 232), rgb(251,26,25));position: sticky;
    top: 100px;}
.left_side h3{color:#fff;font-size:30px;background:url(../images/1_16.jpg) 20px 20px no-repeat;padding-left:60px;padding-top:10px}
.left_side h3 em{display:block;color:#fff;font-size:20px;text-transform:uppercase}
.left_side ul li{margin:0 25px}
.left_side ul li a{display:block;background:url(../images/jt.png) left center no-repeat;height:45px;line-height:45px;color:#fff;padding-left:20px;border-bottom:1px solid rgba(255,255,255,0.35);font-weight: 700;}
.left_side ul li .son_nav a{background: none;font-size: 14px;font-weight: 400;padding-left: 30px;}
.left_side ul li a:hover{padding-left:30px}
.left_side ul li .son_nav a:hover{padding-left: 35px;}
.indexsec01{padding:150px 0;background: #F4F6F8 url(../images/bg01.jpg) no-repeat left center;margin-top: 80px;}
.indexsec01 .imgbox{padding-left:20%;display:flex;justify-content:flex-end;align-items: flex-start}
.indexsec01 .imgbox .lbox{width:68%;background:#1F64E3;box-sizing: border-box;padding: 50px; }
.indexsec01 .imgbox .rbox{width:50%}
.indexsec01 .imgbox .rbox img{vertical-align: top;}
.indexsec01 .imgbox .txt{color:#fff;line-height:1.8;font-size:17px;margin-bottom:40px;}
.indexsec01 .imgbox .txt p{text-align: justify;margin-bottom: 10px;}
.indexsec01 .imgbox .link a{padding:14px 0;display:inline-block;text-align:center;color:#fff;background: #E60012;width:175px;border-radius: 50px;}
.indexsec01 .imgbox .link img{width:18px;display:inline-block;vertical-align:middle;margin:-3px 0 0 15px}
.indexsec01 .imgbox .link a:hover{background-color:#004EA1}
.headline01{font-size:40px;margin-bottom:40px;color: #fff;}
.headline01 .en{display:block;font-size:72px;color:#fff;text-transform:uppercase;position:relative;padding-bottom:3px;font-weight: 700;}
.headline01 .more{font-size: 18px;line-height: 40px;width: auto;}
.headline01 .more a{padding: 0 20px;}

.crcm{background: url(../images/cbg.jpg) no-repeat center;background-size: cover;background-attachment: fixed;padding-bottom: 80px;}
.crcm .swiper-container.anli .swiper-slide{background-position:center;background-size:cover;width:700px;box-sizing:border-box;position:relative}
.crcm .swiper-container.anli .swiper-slide p{position:absolute;bottom:5px;color:#fff;text-align:center;background:rgba(0,75,173,.55);width:100%;line-height:30px;font-size:20px}
.crcm .swiper-container.anli .swiper-slide img{width:100%}

.indpro{width:100%;padding:80px 0;background:#EFEFEF}
.indpro .title{height:161px;background:url(../images/tit1.png) no-repeat right center}
.indpro .title h2{line-height:50px;margin-bottom:20px;font-size:50px;color:#fff}
.indpro .title a{line-height:58px;padding-right:65px;background:url(../images/jt2.png) no-repeat right center;font-size:58px;color:#fff;display: inline-block;}
.indpro .title a:hover{color:#028AE5}
.procon{width:1452px;overflow:hidden;position:relative}
.procon .hd{width:100%;height:auto;margin:0 auto 50px auto;border-bottom:1px solid #4B4948}
.procon .hd li{float:left;width: 11.11%;}
.procon .hd li:nth-child(6){margin:0}
.procon .hd li a{height:50px;line-height:50px;font-size:18px;font-weight:400;color:#464646;border-bottom:3px solid rgba(200,200,200,0);display:block}
.procon .hd li.on a{border-bottom:3px solid #144189;color:#144189}
.procon .bd{margin-top:40px}
.procon .bd ul{overflow:hidden}
.procon .bd ul li{width:1452px;float:left;overflow:hidden;position:relative}
.procon .bd ul li .xian{max-width:100%;display:block}
.procon .bd ul li .txt{width:572px;height:400px;padding:100px 0 0 40px;background:#144189;overflow:hidden}
.procon .bd ul li .txt h2{font-size:36px;color:#FFF}
.procon .bd ul li .txt span{display:block;padding-top:10px;font-size:18px;color:#FFF}
.procon .bd ul li .txt p{height:45px;padding-left:47px;margin-top:110px;background:url(../images/shou.png) no-repeat left center}
.procon .bd ul li .txt p a{width:150px;height:38px;line-height:38px;text-align:center;margin:3px 0 0 0;border:1px solid #FFF;font-size:20px;color:#FFF;display:inline-block}
.procon .bd ul li .txt p a:hover{background:#FFF;color:#144189}
.procon .bd ul li .pic{max-width:100%;display:block;position:absolute;right:-50px;top:14px}
.procon .bdOn{overflow:hidden;height:22px;text-align:center;margin-top:60px}
.procon .bdOn .prev,.procon .bdOn .next{display:inline-block;width:60px;height:18px;margin:0 60px;overflow:hidden;cursor:pointer}
.procon .bdOn .prev{background:url("../images/left.png") no-repeat}
.procon .bdOn .next{background:url("../images/right.png") no-repeat}

.pub_title{text-align: center;}
.pub_title img{display: inline-block;margin: 80px 0 30px}
.pub_title p{margin-bottom:50px;font-size:20px;color:#666666;text-transform: uppercase;}
.pub_title h4{position:relative;text-align:center;font-size:48px;font-weight:bold;z-index:1;margin-top:60px;display: inline-block;color: #333;font-weight: 700;}
.pub_title h4 b{color: #0094EB;}
#top_scroll {height:900px;overflow: hidden;max-width:100%;margin:0 auto;}
#top_scroll ul li{float: left;width:24%;margin:0.5%;text-align: left;padding: 10px; box-sizing: border-box;background: #E9E9E9;}
#top_scroll ul li .img{overflow: hidden;border:1px solid #e1dfe0;margin-bottom: 10px;}
#top_scroll ul li img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#top_scroll ul li:hover{background: #0094EB;}
#top_scroll ul li:hover .img{border-color: #0094EB;}
#top_scroll ul li:hover img{-webkit-transform:scale(1.05, 1.05);-moz-transform:scale(1.05, 1.05);-o-transform:scale(1.05, 1.05);-ms-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05);}
#top_scroll ul li h3{color:#000;font-size:20px;text-align: center;font-weight: 400;}
#top_scroll ul li p{color: #000;font-weight: 700;font-size: 20px;padding: 0 0 0 55px;background: url(../images/dh.png) no-repeat 20px center;background-size: 30px 30px;margin-top: 10px;}
#top_scroll ul li:hover h3, #top_scroll ul li:hover p{color:#fff;}
.bg1{width:100%;box-sizing: border-box;}
.protit{position: absolute;left: 0;    background: linear-gradient(50deg, #0094EB, #005CB4);color: #fff;padding: 70px 20px 70px 20%;text-transform: uppercase;}
.gl-proc-w {  overflow: hidden; }
.gl-proc{ padding:0px 0px;text-align: center; }
.gl-proc li{  width: 20%; display: inline-block; text-align: -webkit-match-parent; }
.gl-proc li a{ display: block; font-size: 18px; margin:3px; padding: 8.5px 16px; color: #000; background-color: #fff;  box-sizing: border-box; border-radius: 3px; transition: all 0.5s; text-align: center; font-weight: 700;border: 1px dotted #c0c0c0;}
.gl-proc li:hover a{ background-color: #0094EB; color: #fff; }


#scroll_one{height:120px;position:relative;overflow:hidden;margin:0 auto;box-sizing:border-box;margin-top: 50px;}
#scroll_one ul{width:100000px;position:absolute;left:0;}
#scroll_one ul li{float:left;text-align:center;margin-right:30px;overflow:hidden;}
#scroll_one ul li img{width: 230px;overflow: hidden;border:1px solid #CCCCCC;display: inline-block;}
#scroll_one ul li h3{font-size:18px;color:#333;line-height:40px;}
#scroll_one ul li:hover { -webkit-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05); -ms-transform: scale(1.05,1.05); transform: scale(1.05,1.05); }
#scroll_one ul li:hover{-webkit-transform:scale(1.05,1.05);-moz-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);transform:scale(1.05,1.05);}

.indexsec02{padding:100px 0;background:url("../images/img05.jpg") no-repeat center ;background-size:cover;background-attachment: fixed;}
.comWidth { max-width: 1500px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.indexsec02 .comWidth{display:flex;justify-content:space-between;align-items:center}
.indexsec02 .lbox{width:53%;box-sizing:border-box;padding-right:20px;position:relative}
.indexsec02 .lbox .photo img{width:100%;border-radius:20px}
.indexsec02 .lbox .year{position:absolute;right:0;top:-20px;background-color:#F88500;border-radius:10px;color:#fff;padding:15px 20px;font-weight:bold;font-family:Arial}
.indexsec02 .lbox .year .icon{width:95px;margin-bottom:15px}
.indexsec02 .lbox .year .num{font-size:40px;line-height:1}
.indexsec02 .lbox .year .en{font-size:17px;text-transform:uppercase}
.indexsec02 .rbox{width:46%}
.indexsec02 .rbox h2{font-size:54px;line-height:1.4;font-weight: 700;color: #fff;}
.indexsec02 .rbox h2 span{position:relative;display:inline-block;padding-right:53px}
.indexsec02 .rbox h2 span:before{position:absolute;right:0;top:18px;content:"";width:43px;height:16px;background:url("../images/img08.png") no-repeat;background-size:100% 100%}
.indexsec02 .rbox li{font-size:22px;position:relative;padding-left:40px;margin-top:20px;color: #fff;}
.indexsec02 .rbox li:before{position:absolute;left:0;top:3px;width:32px;height:32px;content:"";background:url("../images/img09.png") no-repeat;background-size:100% 100%}
.indexsec02 .rbox .link{margin-top:40px}
.indexsec02 .rbox .link a{width:240px;display:block;background-color:#006DDC;border-radius:5px;text-align:center;color:#fff;padding:15px 0;font-family: impact;}
.indexsec02 .rbox .link img{width:25px;display:inline-block;vertical-align:middle;margin:-5px 0 0 10px;-webkit-transition:all .5s;transition:all .5s}
.indexsec02 .rbox .link a:hover{background-color:rgba(221,58,60,1)}
.indexsec02 .rbox .link a:hover img{margin-left:15px}

.section_six{padding:0 0 50px 0;}
.section_six .swiper-container.anli{padding: 15px 0;}
.section_six .swiper-container.anli .swiper-slide{background-position:center;background-size:cover;width:600px;border:10px solid #fff;box-sizing:border-box}
.section_six .swiper-container.anli .swiper-slide img{width:100%;}
.more{text-align:center;}
.more .call,.more .but{display:inline-block;vertical-align:top;}
.more .call{height:50px;text-indent:1em;line-height:50px;padding:0 40px;border-radius:100px;font-size:28px;font-family:impact;background:#dd0919 url(../images/d1.png) 30px center no-repeat;}
.more .call a{color:#fff;}
.more .call:hover{background-color: #044888;}
.more .but{width:250px;height:50px;line-height:50px;margin-left:20px;border-radius:100px;background-color:#044888;text-align:center;font-size:16px;color:#fff;}
.more .but:hover{background:#dd0919;}

@keyframes beng {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(0px);
    }
}


.section_nine{padding: 1px 0 50px;background: url(../images/nbg.jpg) no-repeat center;background-size: cover;background-attachment: fixed;}
.section_nine .pub_title img{display: block;}
.tabbox .content{width:508px;overflow:hidden;position:relative;height:465px;}
.tabbox .content ul{position:absolute;left:0;top:0;height:100%;}
.tabbox .content li{width:508px;float:left;height:465px;position:relative}
.tabbox .content li img{display:block;width:508px;height:465px;}
.tabbox .content li .arrow{position:absolute;bottom:0;width:100%;height:70px;}
.tabbox .tab{width:50%;}
.tabbox .tab .item{background-color:#eeeeee;float: left;margin-right: 3%;    box-shadow: 9px 9px 7px rgba(0, 0, 0, .1);margin-bottom: 31px;}
.tabbox .tab .item a{display:block;}
.tabbox .tab .item .img{width:25%;overflow:hidden;box-sizing: border-box;border: 1px solid #ddd;}
.tabbox .tab .item .img img{display:block;width:100%;max-width:none;}
.tabbox .tab .item .info{padding:30px 20px;width: 75%;box-sizing: border-box;}
.tabbox .tab .item h3{font-size:16px;color:#181818;padding:0 0 10px 0;}
.tabbox .tab .item p{font-size:14px;color:#222222;line-height:22px;height:44px;overflow:hidden;}
.tabbox .tab .item.on{background-color:#1E90FE;}
.tabbox .tab .item.on h3,.tabbox .tab .item.on p{color:#fff;}
.tabbox h3 strong{width:80%;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tabbox>.fr{width: 50%;margin-top: 80px;}

.footer{background:url(../images/ft_bj.jpg) bottom no-repeat;padding: 80px 0 0;    background-size: cover;}
.footer .f1{width:15%}
.footer .f1 h3{margin-bottom:40px}
.footer .f1 img{float:left;margin-right:15px;width: 140px;}
.footer .f1 a{display:block;height:20px;line-height:20px;color:#fff;box-sizing:border-box;margin-top:10px}
.footer .f2{width:25%}
.footer .f2 a{float:left;width:25%;color:#fff;line-height:50px;display:block;text-align: center;}
.footer .f2 a:hover{color: #005BBB;}
.footer .f3{width:27%;color:#fff;line-height:30px;margin-right: 3%;}
.footer .f3 h3{color:#e60012;line-height:30px;}
.footer .f3 h3 img{display: inline-block;}
.footer .f4{width:22%;margin-top:30px;margin-right: 3%;}
.footer .copyright{margin-top:60px;text-align:center;color:#fff;padding:5px 0;font-size:14px;}
.footer .copyright a{display:inline-block;color:#fff;font-size:14px}
.footer .copyright img{display:inline-block;margin-left:15px}
.footer .copyright p{color:#fff;text-align:center}
.page-cover{background:#18191b url(../images/loading.gif) no-repeat center 350px;width:100%;height:0;position:absolute;bottom:0;z-index:10000001;}
@-webkit-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-moz-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-ms-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}


.about_join{border-radius: 15px 0 15px 0 ;width: 80%;padding: 15px; box-sizing: border-box;line-height: 2;text-indent: 2em;margin: 20px auto;}
.about_join img{display: inline-block;}

/*===================== 公用样式 END =====================*/


/* ========================= 内页 START ========================= */

/* ===================== 产品列表页 ===================== */
#list{margin:30px 0;}
#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto{width:1500px;margin:0 auto;}
@media(max-width:1505px ){
	#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto{width:1200px;}
}
.showlist {width:100%;}
.showlist li{width:98%;margin:0 auto 20px;overflow: hidden;position: relative;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.showlist .wrap_box{float:left;}
.showlist .button{width:60%;color:#fff;margin:0px auto;padding:0px;}
#showdata {display:none;}
#loaddata {text-align:center;}
.showlist li .img{overflow: hidden;}
.product_list_one .showlist, .product_list_two .showlist, .product_list_three .showlist{display: none;}
.product_list_one #showdata, .product_list_two #showdata, .product_list_three #showdata{display: block !important;}
.product_list_one .item, .product_list_two .item, .product_list_three .item{float: left;width:32.33%;margin:0 0.5% 30px;}
.product_list_one .item .img, .product_list_two .item .img{position: relative;overflow: hidden;}
.product_list_one .item .img{border: 1px solid #ddd;box-sizing: border-box;}
.product_list_one .item img, .product_list_two .item img, .product_list_two .item strong, .product_list_three .item em{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.product_list_one .item:hover img, .product_list_two .item:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}


/* 样式一 */
.product_list_one .item .info{padding:20px;background:url(../../images/arrow.png) right 60px no-repeat;text-align: center;}
.product_list_one .item strong{display: block;width:95%;font-weight:100;font-size:18px;}
.product_list_one .item .line2{width:100%;height:2px;transform-origin: 100%;-webkit-transform-origin: 100%;-webkit-transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transform: scaleX(0);-webkit-transform: scaleX(0);visibility: hidden\9;background-color:#2094FF;}
.product_list_one .item p{display: none;}
.product_list_one .item:hover .line2{transform: scaleX(1);-webkit-transform: scaleX(1);-moz-transform: scaleX(1);transform-origin: 0;-webkit-transform-origin: 0;visibility: visible\9;}
.product_list_one .item:hover .info{background:url(../../images/arrow.png) right center no-repeat;}
.product_list_one .item:hover strong{border-right:1px solid #f1f1f1;}
/* 样式一 */

/* 样式二 */
.product_list_two .item .info{padding:0 30px 20px;background-color:#f6f7f7;}
.product_list_two .item .info strong, .product_list_three .item .info strong{display: block;color:#555;font-size:18px;font-weight:100;padding-top:30px;}
.product_list_two .item .line1{width:0%;height:1px;margin-top:8px;}
.product_list_two .item .info p, .product_list_three .item .info p{display: none;color:#868585;font-size:14px;line-height:26px;height:52px;overflow: hidden;margin-top:8px;}
.product_list_two .item .line2{display: none;}
.product_list_two .item:hover{box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.08);background-color: #fff;}
.product_list_two .item:hover strong{color:#2094FF;transform: translateY(-10px);-moz-transform: translateY(-10px);-o-transform: translateY(-10px);-ms-transform: translateY(-10px);-webkit-transform: translateY(-10px);}
.product_list_two .item:hover .line1{width:100%;height:1px;background-color:#2094FF;}
.product_list_two .item:hover p{transform: translateY(10px);-moz-transform: translateY(10px);-o-transform: translateY(10px);-ms-transform: translateY(10px);-webkit-transform: translateY(10px);}
/* 样式二 */

/* 样式三 */
.product_list_three .item .info strong{padding:0;}
.product_list_three .item{padding-bottom:20px;border-radius:6px;overflow:hidden;background-color:#f9f9f9;}
.product_list_three .item .info{padding:15px;}
.product_list_three .item em{font-style:normal;float: right;width:10px;height:3px;background-color:#2094FF;margin:0px 15px 0 0;}
.product_list_three .item:hover em{width:30px;}
.product_list_three .item:hover{box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.08);background-color: #fff;}
/* 样式三 */

/* 产品内页图 */
.product_article .img1{display: none;}
.product_article .title{overflow: hidden;padding:10px 0 0;}
.product_article .title h1{text-align: center;font-size:22px;color:#333;}
.product_article .title .time{display: block;height:30px;line-height:30px;text-align: center;margin:14px 0 0;font-size:14px;color:#999;}
.product_article .title .time img{display: inline-block;height:18px;margin-top:-2px;margin-right:10px;}
.product_article .title .share{text-align: center;height:24px;line-height:24px;margin-top:10px;}
.product_article .title .share span{display: inline-block;vertical-align: top;}
.product_article .title .bdsharebuttonbox{display: inline-block !important;vertical-align: top;}
/* 产品内页图 */

/* ===================== 产品列表页 ===================== */

/* ===================== 产品 详情页 ===================== */
.img_big_box{width:55%;float: left;}
.img_big_box .img_box{height:400px;border:1px solid #f1f1f1;border-radius:5px;position: relative;border-bottom:none;}
.img_big_box .img_box img{max-width:99%;max-height:99%;border-radius:5px;position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.img_big_box .small_box{border:1px solid #f1f1f1;border-radius:5px;text-align: center;}
.img_big_box .small_box img{max-height:80px;display: inline-block;margin:10px 5px;border:1px solid #fff;}
.img_big_box .small_box img.active{border-color:#2094FF;}
.info_big_box{width:42%;float: right;height:502px;}
.info_big_box h1{color:#444;line-height:36px;font-weight: bold;font-size:26px;margin-top:60px;}
.info_big_box .info_1{margin:30px 0 0;}
.info_big_box .info_1 .dh{color:#555;min-height:40px;line-height:40px;cursor:help;margin-bottom:10px;}
.info_big_box .info_1 .dh img{float: left;width:30px;margin-top:5px;}
.info_big_box .info_1 .dh span{float: right;width:89%;font-size:18px;color:#555;letter-spacing:0px;line-height:40px;}
.info_big_box .info_1 .dh span.num{font-family:impact;font-size:26px;letter-spacing:2px;}
.info_big_box .info_2{padding:10px;}
.info_big_box .share{height:24px;line-height:24px;margin:20px 0;}
.info_big_box .share span{font-size:16px;color:#555;}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{margin:0 6px 0 0 !important;}
.info_big_box .info_3 span{display: inline-block;padding:8px 0;line-height:24px;color:#555;cursor:help;font-size:12px;}
.info_big_box .info_3 span img{display: inline-block;height:20px;margin-bottom:3px;margin-right:6px;}

.xgcp_title{padding:10px;background-color:#fafafa; margin:30px 0 0;}
.xgcp_title h3{color:#2094FF;border-left:2px solid #2094FF;padding-left:20px;height:30px;line-height:30px;font-weight: bold;font-size: 20px;}

.article_content{font-size:16px;line-height:26px;color:#333;padding-top:30px;}
.article_box{padding-top:30px;}
.article_box img, .article_content img{display: inline;}
.article_box p, .article_content p{margin-bottom:14px;}

.article_content table,.product-scroll-list .scroll.scroll_4 table{border-right:1px solid #c6ccd4;border-bottom:1px solid #c6ccd4; text-align:center;  vertical-align:middle;width: 100%;} 
.article_content table td,.product-scroll-list .scroll.scroll_4 table td{border-left:1px solid #c6ccd4;border-top:1px solid #c6ccd4; padding:10px;}
.article_content table tr:nth-child(even) td {background:#fff;}
.article_content table tr:nth-child(odd) td{background:#F9FAFC} 
.article_content table tr:first-child td{ background:#E6EAF3 !important; font-size:1rem; font-weight:bold}
.article_content table tr td{line-height: 18px;font-size: 14px;}
.article_content table tr td p{margin: 0;}

#xgcp ul li{float: left;text-align: center;width:23%;margin:1%;}
#xgcp ul li strong{display: block;height:36px;color:#333;font-size:16px;font-weight:100;line-height:36px;text-align: center;}
#xgcp ul li:hover strong{color:#fff;}
#xgcp ul li:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.pagenum{border-top:1px solid #DCDCDC;margin-top:30px;text-align: center;}
.pagenum a{display: inline-block;color:#666;margin:20px 20px 0;width:120px;height:30px;line-height:30px;border:1px solid #2094FF;border-radius:60px;font-size:0px;}
.pagenum span{font-size:16px;color:#2094FF;}
.pagenum a:hover{background-color:#2094FF;}
.pagenum a:hover span{color:#fff;}
/* ===================== 产品 详情页 ===================== */

/* ===================== 内页 Banner 图 ===================== */
#nyba{height:500px;position: relative;overflow:hidden;background-color:rgba(0,0,0,0.3);background-image:url(images/neibanner.jpg);background-position:top center;background-repeat:no-repeat;background-attachment: fixed;z-index: 5;}
.fade_text{text-transform:uppercase;margin-top:10%;text-align: center;font-size:0;}
.fade_text span{color:#fff;display: inline-block;}
.fade_text .cn{height:95px;line-height:95px;overflow: hidden;}
.fade_text .cn span{font-size:72px;}
.fade_text .en{height:40px;line-height:40px;font-size:30px;overflow:hidden;}
.fade_text .line{width:80px;height:3px;background-color:#fff;margin:20px auto;}
.arrow_down{position:absolute;left:50%;margin-left:-4px;bottom:20px;overflow: hidden;width:8px;}
.arrow_down .line{display: block;width:1px; height:40px;margin:0 3px;background: #fff; }
.arrow_down .aw{display: block;width:100%;height:5px;margin-top:3px;background: url('../../images/aw.png') no-repeat;}
.arrow_down .lg{-webkit-animation: long 1.5s linear alternate infinite; animation: long 1.5s linear alternate infinite; }
@-webkit-keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes long1{
	from { -webkit-transform: translateY(0px); transform: translateY(0px); }
    to { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
}
@keyframes long1{
	from { -webkit-transform: translateY(0px); transform: translateY(0px); }
    to { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
}
.son_list{position: absolute;height:50px;width:100%;bottom:10px;left:0;text-align: center;}
.son_list a{display: inline-block;width:140px;padding:0 5px;height:50px;color:#333;background-color: #fff;font-size:16px;text-align: center;line-height:50px;position: relative;z-index:1;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.son_list a i{background-color:#2094FF;position: absolute;left:50%;top:50%;margin:-100px 0 0 -100px;z-index:-1;width:200px;height:200px;border-radius:50%;transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);}
.son_list a:hover i, .son_list a.active i{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);}
.son_list a:hover, .son_list a.active{color:#fff;}
/* ===================== 内页 Banner 图 ===================== */

/* ===================== 面包屑导航 ===================== */
.position_now{height:60px;line-height:60px;font-size:14px;background-color: #f1f1f1;}
.position_now a{display: inline-block;color:#707070;}
.position_now .fl{color: #707070;}
.position_now .fl img{height:20px;margin-top:-4px;display: inline-block;margin-right:8px;}
.position_now .fr{font-family: impact;color:#2094FF;font-size:22px;}
.position_now .fr img{height:26px;display: inline-block;margin-right:8px;vertical-align: middle;}
.position_now .fr strong{font-weight:100;}
/* ===================== 面包屑导航 ===================== */

/* ===================== 新闻页面 ===================== */

/* 新闻样式 1 */
.news_one .news_box li{margin-bottom:20px;}
.news_one .news_box li .img{width:40%;height:300px;overflow:hidden;float:left;border-radius:8px;position: relative;}
.news_one .news_box li .img img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_one .news_box li .img .bg{position: absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0);}
.news_one .news_box li .img .bg i{opacity:0;position: absolute;left:50%;top:50%;margin:-15px 0 0 -50px;width:30px;height:30px;background:url(../../images/news_arrow.png) center/100% no-repeat;}
.news_one .news_box li .info{width:58%;height:240px;float:right;padding-top:60px;}
.news_one .news_box li .info h3{font-weight:bold;font-size:18px;color:#333;}
.news_one .news_box li .info .time{color:#777;font-size:14px;padding:20px 0;}
.news_one .news_box li .info .line{width:100%;height:1px;background-color: #e5e9ef;margin-bottom:20px;}
.news_one .news_box li .info .line i{display: block;width:0%;height:1px;background-color:#2094FF;}
.news_one .news_box li .info p{color:#999;font-size:16px;line-height:26px;height:52px;overflow: hidden;}
.news_one .news_box li:hover .info{padding-top:50px;}
.news_one .news_box li:hover .line i{width:100%;}
.news_one .news_box li:hover h3{color:#2094FF;}
.news_one .news_box li:hover .bg{background:rgba(0,0,0,0.55);}
.news_one .news_box li:hover .bg i{opacity:1;margin:-15px 0 0 -15px;}


.news_article_box{
	padding-top: 100px;
}
.news_article_box .left_fixed{position: fixed;left:0;top:0;width:30%;height:100%;z-index:1;}
.news_article_box .left_fixed .text{padding:35% 0 0 25%;}
.news_article_box .left_fixed h6{font-size:70px;color:#2094FF;opacity:0.5;font-style:italic;font-family: impact;}
.news_article_box .left_fixed h5{font-size:16px;color:#333;margin-top:30px;}
.news_article_box .left_fixed .return{margin-top:40px;font-size:14px;color:#666;}
.news_article_box .left_fixed .return:after{content:'';}
.news_article_box .right_article{float: right;width:70%;background-color: #f5f5f5;overflow: hidden;}
.news_article_box .inner_content{padding:30px 50px;}
.news_article_box .h1_title{padding:70px 40px;background-color:#E5E5E5;line-height:1.5;}
.news_article_box .h1_title h1{font-size:28px;color:#333;margin-bottom:20px;}
.news_article_box .h1_title .time img{height:20px;display: inline-block;margin:-4px 10px 0 0;}
.news_article_box .h1_title .time span{color:#777;font-size:16px;}

.page_list{text-align: center;}
.page_list b{font-size:0;}
.page_list b a, .page_list b font{display: inline-block;font-weight:100;color:#999;font-size:16px;margin-right:10px;border:1px solid #e5e9ef;width:40px;height:40px;line-height:40px;border-radius:6px;text-align: center;}
.page_list b font{background-color:#2094FF;color:#fff;border-color:#2094FF;}
.page_list_span1{display: none;}
/* 新闻样式 1 */

/* 新闻样式 2 */
.news_two .news_box li{float: left;width:31.33%;margin:1%;overflow: hidden;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_two .news_box li a{padding:20px;background-color:#f3f3f3;position: relative;}
.news_two .news_box li .time strong{font-size:50px;color:#2094FF;display: inline-block;font-family:"SimHei";position: relative;}
.news_two .news_box li .time strong::after{content:'';position: absolute;left:0;top:30px;width:0px;background-color:#2094FF;height:2px;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_two .news_box li .time span{font-size:12px;color:#333;display: block;font-family:"SimHei";}
.news_two .news_box li h3{color:#333;font-size:18px;line-height: 26px;height:52px;overflow: hidden;margin:15px 0 10px;}
.pc .news_two .news_box li:hover h3{color:#2094FF;}
.news_two .news_box li p{font-size:14px;color:#666;line-height:22px;height:44px;overflow: hidden;margin-bottom:10px;}
.news_two .news_box li i{position: absolute;background-color:#2094FF;}
.news_two .news_box li i.i1{width:0px;height:2px;top:20px;right:20px;}
.news_two .news_box li i.i2{width:2px;height:0px;top:20px;right:20px;}
.pc .news_two .news_box li:hover i.i1{width:30px;}
.pc .news_two .news_box li:hover i.i2{height:30px;}
.pc .news_two .news_box li:hover{box-shadow:0px 18px 25px rgba(0,0,0,0.08);}
.pc .news_two .news_box li:hover strong::after{width:100%;}

.fixed_body{display: none;position: fixed;width:100%;height:100%;background:rgba(255,255,255,0.8);left:-30%;top:0;z-index:9999;}
.fixed_body .fixed_article{display: none;position:fixed;width:1200px;height:800px;top:50%;right:20%;margin:-400px -600px 0 0;background-color:#fff;z-index:99999;box-shadow:0px 0 25px rgba(0,0,0,0.08);}
.fixed_body .fixed_article .fb_close{position: absolute;right:0;top:0;width:60px;height:60px;cursor:pointer;background-color:#2094FF;}
.fixed_body .fixed_article .fb_close i{display: block;margin:10px auto 0;width:40px;height:40px;background:url(../../images/jia.png) center center/80% no-repeat;}
.fixed_body .fixed_article .fb_close:hover i{transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.fixed_body .fixed_article iframe{border:none;width:100%;height:100%;display: block;}
@media( max-width:1505px ){
	.fixed_body .fixed_article{width:1000px;margin-right:-500px;}
}
/* 新闻样式 2 */

/* ===================== 新闻页面 ===================== */

/* ===================== 产品页 左侧 导航 ===================== */
#list .left_side{width:280px;}
#list .left_side .box_two{width:260px;background:#0074E4;padding:10px 10px;}
#list .left_side .box_two{margin-top:10px;padding:20px 10px;}
#list .left_side .box_two p{font-size:16px;color:#fff;line-height:30px;}
#list .left_side .box_two strong{color:#fff;font-size:30px;display: block;margin-bottom:10px;font-family:impact;font-weight:100;}
#list .left_side .box_two .more{height:36px;line-height:36px;background-color:#fff;margin-top:10px;width:200px;color:#333;text-align: center;}
#list .left_side .box_two .more i{background-color:#2094FF;}
#list .left_side .box_two .more:hover{color:#fff;}
#list .right_side.fr{width:1200px;}
@media(max-width:1505px ){#list .right_side.fr{width:900px;}}
/* ===================== 产品页 左侧 导航 ===================== */

/* ===================== 全局搜索框 ===================== */
.form_box {display: none;border:1px solid #f1f1f1;border-radius: 5px;margin-bottom: 20px;}
.form_box .sf{margin:0 auto;text-align: center;font-size:0;}
.form_box .an {display: inline-block;border: 1px solid #f1f1f1;background-color: #fff;color: #333;height: 40px;border-radius: 8px;margin: 10px 5px;font-size: 16px;line-height:40px;padding: 0px 15px;outline:none;}
.form_box .an{vertical-align: bottom;}
.form_box .an:hover{border-color:#2094FF;}
.form_box .inp{height:38px;vertical-align: bottom;}
.form_box .submit{width:80px;cursor:pointer;}
/* ===================== 全局搜索框 ===================== */

/* ===================== 在线留言 ===================== */
.form_box_box{width:1200px;margin:40px auto;padding:60px 0;box-shadow: 0px 20px 80px rgba(76, 76, 76, 0.1);}
ul.fs{width:1000px;margin:0 auto;}
ul.fs input, ul.fs textarea{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition: 0.8s;-o-transition: 0.8s;-ms-transition: 0.8s;-moz-transition: 0.8s;transition: 0.8s;}
ul.fs .box1 li{float: left;width:320px;margin-right:20px;}
ul.fs .box1 li:nth-of-type(3){margin:0;}
ul.fs .box1 li input{border:1px solid #e1e7ee;width:100%;height:50px;padding:10px;color:#999;}
ul.fs li input:hover{border-color:#2094FF;}
ul.fs .box1 li input::-webkit-input-placeholder, ul.fs li.textarea textarea::-webkit-input-placeholder, ul.fs li.yzm input::-webkit-input-placeholder{color: #999;}   
ul.fs .box1 li input:-moz-placeholder, ul.fs li.textarea textarea:-moz-placeholder, ul.fs li.yzm input:-moz-placeholder{color: #999;}    
ul.fs .box1 li input:-ms-input-placeholder, ul.fs li.textarea textarea:-ms-input-placeholder, ul.fs li.yzm input:-ms-input-placeholder{color: #999;}
ul.fs li.textarea textarea{width:100%;height:150px;border:1px solid #e1e7ee;padding:10px;margin:20px 0;color:#999;}
ul.fs li.textarea textarea:hover{border-color:#2094FF;}
ul.fs li.radio{text-align: center;}
ul.fs li.radio label{margin:0 10px;}
ul.fs li.yzm{text-align: center;margin:20px 0;}
ul.fs li.yzm img{display: inline-block;height:20px;}
ul.fs li.yzm input{border-bottom:1px solid #e1e7ee;width:200px;height:50px;padding:10px;color:#999;}
ul.fs li.yzm input:hover{border-color:#2094FF;}
ul.fs li.submit input{height:50px;margin:0 auto;display: block;cursor:pointer;width:200px;border-radius:50px;background-color:#2094FF;font-size:16px;color:#fff;}
/* ===================== 在线留言 ===================== */

/* ===================== 联系我们 地图 ===================== */
#allmap{height:500px;}
#allmap img{max-width:none !important;}
/* ===================== 联系我们 地图 ===================== */

/* ===================== 回到顶部 ===================== */
.go_top{display: none;background:url(../../m/images/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#2094FF;border-radius:50%;position: fixed;right:6px;bottom:100px;z-index:99999999999;}
/* ===================== 回到顶部 ===================== */

.firstRow img {display: inline-block;}
.sycep{
	display: none;
}
/* ================================ 内页 END ================================ */

/*===================== 响应式代码 START =====================*/
.wap_show{display: none;}
.wap_show img{display: inline-block;}
.header .menu_box{display: none;}
.header .menu_box{float: right;width:24px;height:54px;}
.header .nav_button{position: absolute;right:15px;top:26px;vertical-align: middle;width:24px;height:2px;cursor:pointer;background-color:#fff;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav_button::after, .header .nav_button::before{content:'';width:24px;height:2px;position: absolute;z-index:99999999;right:0;background-color:#fff;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav_button::after{top:9px;}
.header .nav_button::before{top:-9px;}
.header .menu_box.on .nav_button{width:0;}
.header .menu_box.on .nav_button::before{-webkit-transform: translateY(9px) rotate(45deg);-ms-transform: translateY(9px) rotate(45deg);transform: translateY(9px) rotate(45deg);}
.header .menu_box.on .nav_button::after{-webkit-transform: translateY(-9px) rotate(-45deg);-ms-transform: translateY(-9px) rotate(-45deg);transform: translateY(-9px) rotate(-45deg);}
#close{display: none;position: fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:999;}
.wap_son{display: none;padding:0 13px;margin-bottom:20px;}
.wap_son a{width:47.93%;height:40px;line-height:40px;font-size:16px;color:#fff;text-align: center;margin:1%;float: left;background-color:#2094FF;}

.fixed_footer{display: none;}
.fixed_footer{display: none;background:rgba(32,148,255, 0.95);height:50px;position: fixed;bottom:0px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px 10px 0 0;}
@media (min-width:640px){
	.fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
.fixed_footer a{float: left;width:33.33%;text-align: center;}
 .fixed_footer img{display: inline-block;height:24px;margin:5px 0 0;}
 .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}

@media( max-width:1550px ){
	.header .call h3{font-size:28px;}
	.header .nav{width:50%;}
	.section_five .item.one .box, .section_five .item.two .box{margin-left:15%;}
	.section_seven .item{width:130px;}
	.section_seven .item .radius{width:128px;height:128px;}
	.section_seven .item i{margin:35px auto 0;}
	.section_eight .more{margin-top:40px;}
	.comWidth,.w1500{width: 1400px;}
	.indexsec01 .imgbox{padding-left: 5%;}
}
@media( max-width:1400px ){
	.comWidth,.w1500{width: 1200px;}
	.crcm .swiper-container.anli .swiper-slide{width: 600px;}
	.footer .f3 h3{font-size: 30px;}
}
@media( max-width:1280px ){
	.section_one .item_box{width:1200px;}
	.header .call h3{font-size:26px;}
	.header .nav{width:50%;margin-left:4%;}
	.section_five .item.one .box, .section_five .item.two .box{margin-left:5%;}
}




@media( max-width:1200px ){
	.f_14{ font-size:12px; }
	.f_16{ font-size:12px; }
	.f_18{ font-size:14px; }
	.f_20{ font-size:16px; }
	.f_24{ font-size:20px; }
	.f_28{ font-size:28px; } 
	.f_30{ font-size:30px; }
	.f_48,.f_58{ font-size:28px; }
	.f_60{font-size: 28px;}
	.index-txt p{line-height: 24px;}
	html,body{max-width:750px;margin:0 auto !important;}
	.header .nav ul li em, .header .nav ul li i, .product_list_two .item .info p, .product_list_three .item .info p, .header .call, .banner .swiper-button-next, .banner .swiper-button-prev, .news_two .news_box li p, .position_now .fr, .arrow_down, #list .left_side, .news_one .news_box li .img .bg, .news_article_box .left_fixed, .img_big_box, #none,.tj_box .gallery-top .swiper-slide a .txt,.tj>img,.tabbox .content,.footer .f1,.footer .f2,.footer .f4,.more1,#top_scroll ul li p,.about_box .call span,.section_two .item_box .yspic img:nth-child(1),.section_two .item_box .yspic img:nth-child(3),#winImgDiv,.sygsjj dl dd img:nth-of-type(1),.syys .pub_title p,.syys .w1400 ul li img,.section_nine .nlist .date-box,.sygsjj dl dt>img,.pc_show,.syys .ysmore b, .jgzx .pub_title b, .jgzx .pub_title h5,.pub_title h5,.hf p,.tabbox .tab .item .img,.cj_con,.bg1,.pub_title p,.syys .w1400 ul li::after{display: none !important;}
	.header .menu_box, .mobile .fixed_footer, .wap_son,.wap_show{display: block;}
	#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto,.tj_box,.w1300,.footer .f3,.syys .w1400,.section_nine .nlist, .section_nine .nlist, .w1500,.comWidth,.tabbox,.inner{width:auto;padding:0 15px;}
	.cj_con{margin-top: 0;margin-bottom: 15px;}
	.crcm{padding-bottom: 40px;}
	.hf{padding: 30px 0;height: auto;}
	.type-txt{padding-left: 5%;}
	.type-txt a{font-size: 20px;}
	.header{height:50px;background: #2094FF;}
	.header .inner{padding:0 15px;width:auto;height:50px;}
	.header .logo img{height:50px !important;margin:0;}
	.header .nav{position: fixed;width: 280px;height: auto;overflow: auto;padding: 20px 0;top: 50%;left: 50%;margin: -200px 0 0 -140px;z-index: 9999999999;background-color: #fff;box-shadow: 0 0 10px #f1f1f1;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0); -o-transform: scale(0);transform: scale(0);}
	.header .nav ul li{display: block;float:none;width:90%;margin:0 auto;height:40px !important;line-height: 40px !important;border-bottom: 1px solid #f9f9f9;}
	.header .nav ul li span, .header .nav ul li a{color:#333 !important;}
	.header .nav ul li a:hover span, .header .nav ul li a.active span{line-height:40px;}
	.header .nav ul li:last-child{border: none;}
	.product_son{display: none !important;}
	.position_now .fl{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;}
	.pub_title h4{font-size:28px;}
	.pub_title h4 img{height: 28px;}
	.pub_title h4 span{font-size:28px;margin:0;}
	.pub_title i{margin-bottom: 0px !important;}
	.pub_title p{font-size: 14px;}
	.indexsec01{padding:40px 0;background-size:370px auto}
	.indexsec01 .imgbox{padding-left:0;display:block}
	.indexsec01 .imgbox .lbox{width:auto !important;padding:0 15px 20px}
	.indexsec01 .imgbox .rbox{width:auto !important}
	.indexsec01 .imgbox .txt{line-height:1.6;font-size:16px;margin-bottom:20px}
	.indexsec01 .imgbox .link{text-align:center}
	.indexsec01 .imgbox .link a{padding:10px 0;width:140px}
	.indexsec01 .imgbox .link img{width:16px;margin:-3px 0 0 10px}
	.headline01{font-size:28px;margin-bottom:20px}
	.headline01 .en{font-size:24px;margin-bottom:5px}
	ul.pnav{display: table;  word-spacing:-1em;}
	ul.pnav li{width: 33%;}
	ul.pnav li a{font-size: 14px;}
	.more .call a{font-size: 23px;}
	.more .but{margin: 0;}
	#allmap{height:300px;}
	#nyba{height:220px;background-size: cover;background-attachment: unset;}
	.fade_text{margin-top:80px;}
	.fade_text .cn{line-height:40px;height:40px;}
	.fade_text .cn span{font-size:30px;}
	.fade_text .en{font-size:16px;}
	.fade_text .line{margin:10px auto;}
	.form_box_box, ul.fs{width:100%;}
	.form_box_box{margin:0;padding:20px 0;box-shadow:none;}
	ul.fs .box1 li{float:none;width:100%;margin-bottom:20px;}
	.product_list_one .item, .product_list_two .item, .product_list_three .item{width:49%;margin:0.5%;}
	.product_list_two .item .info{min-height:70px;}
	#list .right_side{float:none !important;width:100% !important;}
	.news_one .news_box li .img, .news_one .news_box li .info{float:none !important;width:100%;}
	.news_one .news_box li .img{height:200px;}
	.news_one .news_box li .info{padding-top:20px;height:auto;}
	.news_one .news_box li .info .time{padding:6px 0;}
	.news_one .news_box li .info .line{margin-bottom:6px;}
	.news_one .news_box li:hover .info{padding-top:20px;}
	.son_list{height:40px;}
	.son_list a{height:40px;line-height:40px;width:100px;font-size:14px;padding:0;}
	.news_article_box{padding-top: 54px;}
	.news_article_box .right_article{width:100%;float:none;background-color: #fff;}
	.news_article_box .inner_content, .news_article_box .h1_title{padding:20px;}
	.news_two .news_box li{width:49%;margin:0.5%;}
	.news_two .news_box li a{padding:8px;}
	.news_two .news_box li .time strong{font-size:30px;}
	.fixed_body .fixed_article {width:90%;height:500px;margin: -250px -45% 0 0;}
	.fixed_body .fixed_article .fb_close{top:auto;bottom:0;width:50px;height:50px;}
	.fixed_body .fixed_article .fb_close i{margin-top:5px;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);}
	.info_big_box,.section_two{width:100%;height:auto;}
	.info_big_box h1{margin-top:0;font-size:20px;}
	.info_big_box .info_1{margin-top:10px;}
	.info_big_box .share{margin:0 0 10px 0;}
	.xgcp_title{margin-top:10px;}
	#top_scroll{height:500px;max-width:100%;}
	#top_scroll ul li .clear{height:36px;line-height:36px;}
	#top_scroll ul li{width:48%;padding: 0;}
	#top_scroll ul li .img{padding: 3px;}
	#top_scroll ul li h3{width:100%;float:none;font-size:14px;padding: 0;}
	.banner{top:0;padding-top: 50px;}
	.index_box{margin:0;}
	.article_content iframe{width: 100%;max-height: 300px;}
	#scroll_two{
		display: none;
	}
	.section_one .left a, .section_one .right a{
		background: #2094FF;
	}
	.fixed_footer{
		display: block;
	}
	.section_one .item_box .left,.section_one .item_box .right{
		display: none;
	}
	.sycep{
		display: block;
		padding-top: 80px;
	}
	.sycep a{float: left;width: 48%;background: #2094FF;color: #fff;box-sizing: border-box;border-radius: 40px;text-align: center;margin-top: 10px;margin-right:1%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;height: 35px;line-height: 35px;}
	.product_list_one .item .info{padding: 0;font-weight: 400;}
	.product_list_one .item strong{font-size: 16px;}
	.section_nine{height: auto;padding-bottom: 20px;}
	.section_nine .fl,.section_nine .fr{width: 100%;float: none;}
	.section_nine .fl{padding: 20px 0;}
	.section_nine .nlist{margin-top: 20px;}
	.section_nine .nlist li{width: 80%;float: none;margin: 0 auto;}
	.section_nine .nlist li:nth-child(n+2){display: none;}
	.section_nine .nlist .word a{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;}
	.syys{height: auto;background-size: cover;background-position-x: right;padding: 30px 0;}
	.syys .pub_title{float: none;text-align: center;}
	.syys .pub_title h4{font-size: 30px !important;}
	.syys .w1400 .syys_top img{width: 100%;left: 0;top: 0}
	.syys .pub_title h3{font-size: 30px;}
	.syys .pub_title h3 em{font-size: 30px;padding: 0;width: auto;height: auto;line-height: 24px;background: none;}
	.syys .w1400 ul{display: block;}
	.syys .w1400 ul li{width: 170px;height:auto;border-radius: 30px 0 30px 0;box-sizing: border-box;padding: 25px 10px;margin: 10px 0 0 0;-webkit-clip-path:none;vertical-align: text-top;background: rgba(255, 255, 255, .8)}
	.syys .w1400 ul li em{padding: 0;min-height: 100px;}
	.syys .w1400 ul li b{font-size: 17px;margin: 0;}
	.syys .w1400 ul li em{font-size: 14px;line-height: 20px;}
	.tabbox .tab,.tabbox .tab .item{width:100%;}
	.tabbox .tab .item{height: auto;margin-bottom: 10px;}
	.tabbox .tab .item .img{width:100%;height: auto;float: none;}
	.tabbox .tab .item .img img{width:100%;height: auto;}
	.tabbox .tab .item .info{width:100%;box-sizing:border-box;padding:5px;float: none;}
	#scroll_one ul li{width:100px;margin: 0 5px;}
	#scroll_one ul li img{height:100px;}
	#scroll_one{margin-top: 30px;width: 100%;height: auto;}
	#scroll_one ul li h3{font-size:16px;font-weight:400;height:40px;line-height:40px;}
	.pub_title img{width: 60%;margin: 30px auto}
}
@media( max-width:640px ){
	.crcm .swiper-container.anli .swiper-slide{width: 400px !important; }
	.swiper-container.anli .swiper-button-prev{left: 0  !important;}
	.swiper-container.anli .swiper-button-next{right:  0  !important;}
}
@media( max-width:500px ){
	.crcm .swiper-container.anli .swiper-slide{width: 320px !important; }
}
/*===================== 响应式代码 END =====================*/






