@charset "utf-8";
/*公共样式*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { overflow-x: hidden; overflo-y: auto; }
html, body, div, img, a, ul, ol, li, dl, dt, dd, p, span, input, cite, h1, h2, h3, h4, h5, h6, form, table, tr, td, textarea, i, button, em { margin: 0; padding: 0; border: 0; }
::-webkit-scrollbar {
width:7px;
height:10px;
}
::-webkit-scrollbar-button {
width:0;
height:0;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
display:block;
}
::-webkit-scrollbar-button:vertical:start:increment, ::-webkit-scrollbar-button:vertical:end:decrement {
display:none;
}
::-webkit-scrollbar-corner {
display:block;
}
/*滚动条颜色*/
::-webkit-scrollbar-thumb {
 background-clip:padding-box;
 background-color:rgba(0,0,0,.85);
 border-radius:8px;
}
::-webkit-scrollbar-thumb:hover {
 background-clip:padding-box;
 background-color:rgba(0,0,0,.9);
 border-radius:8px;
}
/*滚动条背景色*/
::-webkit-scrollbar-track {
 background-clip:padding-box;
 background-color:transparent;
 border-radius:8px;
}
::-webkit-scrollbar-track:hover {
 background-clip:padding-box;
 background-color:rgba(0,0,0,.5);
 border-radius:8px;
}
::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-thumb:vertical {
 border-left:1px solid transparent;
 border-right:1px solid transparent;
}
::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:horizontal {
 border-top:1px solid transparent;
 border-bottom:1px solid transparent;
}
::-webkit-scrollbar-track:hover {
 background-clip:padding-box;
 background-color:rgba(0,0,0,.15);
}
html { -webkit-text-size-adjust: none; }
body { font-size: 16px; font-family: "PingFang SC", Helvetica, "Microsoft YaHei", STHeiti, Tahoma; }
body a { text-decoration: none; outline: none; cursor: pointer; -m oz-transition: .3s ease-in;
-webkit-transition: .3s ease-in; -o-transition: .3s ease-in; -ms-transition: .3s ease-in; transition: .3s ease-in; transition: all .3s; color: #282828; }
a:active { text-decoration: none; outline: none; }
a:hover { color: #2060ad; text-decoration: none; }
:focus { outline: 0; }
cite, em, i { font-style: normal; }
li { list-style: none; }
button { cursor: pointer; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: normal; color: inherit; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; }
h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; }
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; }
h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; }
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; }
.clear { clear: both; margin: 0 0; padding: 0 0; }
.fr { float: right; }
.fl { float: left; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt70 { padding-top: 70px; }
.pt80 { padding-top: 80px; }
.pt100 { padding-top: 100px; }
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }
.f19 { font-size: 19px; }
.f20 { font-size: 20px; }
.f21 { font-size: 21px; }
.f22 { font-size: 22px; }
.f24 { font-size: 24px; }
.f26 { font-size: 26px; }
.f28 { font-size: 28px; }
.f30 { font-size: 30px; }
.f35 { font-size: 35px; }
.f36 { font-size: 36px; }
.f38 { font-size: 38px; }
.f40 { font-size: 40px; }
.f45 { font-size: 45px; }
.f48 { font-size: 48px; }
.f50 { font-size: 50px; }
.f55 { font-size: 55px; }
.f60 { font-size: 60px; }
.f68 { font-size: 68px; }
.f75 { font-size: 75px; }
.f82 { font-size: 82px; }
.f100 { font-size: 100px; }
.f160 { font-size: 160px; }
.tszt { font-family: Open Sans; }
.tsar { font-family: Arial, Helvetica, sans-serif; }
.txtbig { text-transform: uppercase; }
.fb { font-weight: bolder; }
.fnor { font-weight: normal; }
.trc { text-align: center; }
.trr { text-align: right; }
.color { color: #2060ad; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.opac8 { opacity: 0.8; }
.opac6 { opacity: 0.6; }
.pore { position: relative; }
.poab { position: absolute; }
.dibok { display: block; }
.dinon { display: none; }
.lihe2 { line-height: 2; }
.cona { width: 100%; overflow: hidden; }
.container { margin-right: auto; margin-left: auto; padding-left: 15%; padding-right: 15%; position: relative; }
.main { width: 1300px; margin: 0 auto; overflow: hidden; position: relative; }
.maiy { width: 1400px; margin: 0 auto; overflow: hidden; position: relative; }
img, video { vertical-align: top; }
.imgs { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; -o-transition: -o-transform 0.3s; transition: transform 0.3s; }
.imgs:hover { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
/******header**********/
.phom, .topby { display: none; }
.header { width: 100%; height: 116px; border-bottom: 1px #dcdcdc solid; background: #f4f4f4; }
.header .head { width: 1300px; height: 116px; margin: 0 auto; }
.header .head .logo { width: 213px; height: 57px; float: left; margin-top: 33px; }
.header .head .head_r{ width: 950px; height: 116px; float: right;}
.header .head .head_r .head_top{ width: 100%; height:36px; line-height:36px; text-align:right;}
.header .head .head_r .head_bo{ width: 100%; height:60px; padding-top:20px;}
.header .head .head_r .head_bo .sea { width: auto; display: block; float: right; height: 60px; line-height: 60px; cursor: pointer; text-align: right;}
.header .head .head_r .head_bo .search { display: none; position: absolute; right: 0; top: 116px; z-index: 99; height: 100vh; width: 100%; background: rgba(54,55,56,0.80); }
.header .head .head_r .head_bo .search .satr { width: 600px; height: 90px; margin: 10% auto 0 auto; position: relative; }
.header .head .head_r .head_bo .search .satr em { position: absolute; right: 10px; top: -30px; z-index: 10; }
.header .head .head_r .head_bo .search .satr em i { border: 1px solid #FFF; padding: 5px; font-weight: normal; cursor: pointer; color: #FFF; }
.header .head .head_r .head_bo .search .satr .sousuo1 { width: 530px; height: 60px; line-height: 60px; border: 0; padding-left: 10px; background: #FFF; float: left; margin-top: 30px; font-size: 20px; }
.header .head .head_r .head_bo .search .sousuo { width: 60px; height: 60px; background: url(../images/ser_btn.png) no-repeat center #2060ad; border: 0; float: left; margin-top: 30px; }
.header .head .head_r .head_bo .theme1 .mm-over { background:#2060ad; color:#FFF }
.header .head .head_r .head_bo .modern-menu { width: 930px; height: 60px; position: relative; float:left;}
.header .head .head_r .head_bo .modern-menu, .header .head .head_r .head_bo .modern-menu ul { list-style: none; margin: 0; padding: 0 }
.header .head .head_r .head_bo .modern-menu li { position: relative; width: 132px;}
.header .head .head_r .head_bo .modern-menu li .nat{ line-height:60px; height: 60px;}
.header .head .head_r .head_bo .modern-menu li a { height: 100%; text-decoration: none; display: block; position: relative; overflow: hidden; z-index: 10; border: 0 }
.header .head .head_r .head_bo .modern-menu li a span { display: block; text-align: center;}
.header .head .head_r .head_bo .mm-horizontal span { float: left }
.header .head .head_r .head_bo .modern-menu .mm-right { display: block; float: right }
.header .head .head_r .head_bo .modern-menu>li { float: left }
.header .head .head_r .head_bo .modern-menu li>ul { width: 100%; position: absolute; left: -5000px; opacity: 0; z-index: 9999; background: #2060ad;}
.header .head .head_r .head_bo .modern-menu li>ul li{ width:100%; border-top:1px #3077cd solid;}
.header .head .head_r .head_bo .modern-menu li>ul span{ font-size: 15px; line-height: 36px; padding-top:0px; color:#FFF;}
.header .head .head_r .head_bo .modern-menu li ul ul { float: right; top: 0 }
.header .head .head_r .head_bo .modern-menu li ul li ul{ width: 100%; position: absolute; left: -3000px; opacity: 0; z-index: 9999; background: #2060ad;}
.header .head .head_r .head_bo .modern-menu li ul li ul li{ width:100%; border-bottom:1px #0d3f7c solid; padding-right:0;}
.header .head .head_r .head_bo .modern-menu li ul li ul li a{ display:block; color:#FFF;}
.header .head .head_r .head_bo .modern-menu li ul li ul span{ font-size: 12px; line-height: 32px; height:32px; padding-top:0px;}
.header .head .head_r .head_bo .modern-menu li ul ul ul{ float: right; top: 0 }
.header.clone { position: fixed; left: 0; top: 0; z-index: 90; }



/*footer*/
.footer { width: 100%; overflow: hidden; display: block; background: #2060ad; padding: 3vw 0; color: #FFF; }
.footer a { color: #FFF; }
.footer .fov { width: auto; overflow: hidden; margin-right: 10%; }
.footer .fov dd a { display: block; margin-top: 10px; }
.footer .lxwm { width: 24%; overflow: hidden; }
.footer .lxwm dd { border-top: 1px #4a7ebb solid; margin-top: 10px; }
.copy { width: 100%; height: 46px; color: #FFF; text-align: center; background: #2060ad; border-top: 1px #4a7ebb solid; }
.copy a { color: #FFF; }
.copy .fl { width: 100%; height: 46px; line-height: 46px; text-align: center; }
.copy .gsjc { display: none; }
/******内页******/
.bannerny { width: 100%; overflow: hidden; }
.bannerny .pcimg { width: 100%; overflow: hidden; display: block; }
.bannerny .moimg { display: none; }
.sub_bo { width: 100%; overflow: hidden; }
.sub_bo ul { width: 80%; overflow: hidden; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; text-align: center; }
.sub_bo ul li { display: inline-block; padding: 0 20px; background: url(../images/ioc3.png) no-repeat left center; }
.sub_bo ul li a { display: inline-block; overflow: hidden; }
.sub_bo ul li a:hover, .sub_bo ul li a.cur { color: #2060ad; font-weight: bolder; }
.sub_bo ul li:first-child { background: none; }
.cateList { display: none; }
.about_ny { width: 100%; background: #f9f9f9; padding: 20px 0; overflow: hidden; }
.loc { width: 100%; background: #FFF; height: 80px; line-height: 80px; border-bottom: 1px #eeeeee solid; }
/*product-list*/
.product-list { width: 100%; overflow: hidden; }
.product-list.xgcpn li { width: 100%; margin: 20px 0 0 0; overflow: hidden; position: relative; }
.product-list.cpnc li { width: 31.33%; float: left; margin: 0 1% 20px 1%; overflow: hidden; position: relative; }
.product-list li i { width: 100%; display: block; overflow: hidden; display: block; }
.product-list li i img { width: 100%; display: block; }
.product-list li figcaption { width: 100%; display: block; color: #5d5d5d; height: 55px; line-height: 55px; overflow: hidden; transition: 350ms; text-align: center; background-color: #eee; }
.product-box .product-down { float: left }
.product-list li mark { position: absolute; left: 0; top: 0; box-sizing: border-box; width: 100%; height: 100%; background: rgba(170,240,232,.2); background: #aaf0e8\9; filter: alpha(opacity=20); z-index: 20; opacity: 0; transform: skewX(45deg); visibility: hidden; transition: 360ms; z-index: 5; }
.product-list li mark b { display: block; width: 46px; height: 46px; position: absolute; left: 50%; top: 50%; margin-left: -23px; margin-top: -23px; z-index: 10; }
.product-list li mark b:before { content: ""; width: 100%; height: 1px; background: #2060ad; position: absolute; left: 0; top: 23px; transform: translateX(-200px); -webkit-transform: translateX(-200px); -moz-transform: translateX(-200px) }
.product-list li mark b:after { content: ""; width: 1px; height: 100%; background: #2060ad; position: absolute; left: 23px; top: 0; transform: translateY(-200px); -webkit-transform: translateY(-200px); -moz-transform: translateY(-200px) }
.product-list li mark:before { content: ""; width: 100%; height: 0%; border-left: 3px solid #2060ad; border-right: 3px solid #2060ad; box-sizing: border-box; position: absolute; left: 0; top: 0; transition: 320ms }
.product-list li mark:after { content: ""; width: 0%; height: 100%; border-top: 3px solid #2060ad; border-bottom: 3px solid #2060ad; box-sizing: border-box; position: absolute; left: 0; top: 0; transition: 320ms }
.product-list li:hover mark { opacity: 1; transform: skewX(0); visibility: visible }
.product-list li:hover mark:before { height: 100%; transition: 330ms 200ms }
.product-list li:hover mark:after { width: 100%; transition: 330ms 200ms }
.product-list li:hover mark b:before { transition: 355ms 180ms; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0) }
.product-list li:hover mark b:after { transition: 355ms 240ms; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0) }
.product-list li:hover figcaption { color: #2060ad; }
/*PageBar*/
.PageBar { clear: both; width: 80%; height: 54px; margin: 20px auto 10px auto; text-align: center; }
.PageButtons { height: 28px; }
.PageButtons span, .PageButtons a { height: 26px; line-height: 26px; text-decoration: none; border: 1px solid #CCCCCC; padding: 6px 10px; }
.PageButtons span { color: #ffffff; background-color: #2060ad; border: 1px solid #2060ad; }
.PageButtons a:hover { background: #2060ad; color: #FFF; }
.PageInfo { height: 24px; line-height: 24px; padding-top: 10px; }
.PageBar .pagelink { margin: 0 3px; }
.disabled { display: none; }
/*新闻列表*/
.arList { width: 100%; overflow: hidden; }
.arList li { width: 100%; overflow: hidden; padding: 20px 0; border-bottom: 1px solid #f0f0f0; line-height: normal; }
.arList li .nemg { width: 96%; overflow: hidden; background: #f5f5f5; padding: 15px 2%; }
.arList li .newm { border-left: 6px #2060ad solid; padding-left: 7px; font-weight: bolder; }
.arList li .new2 { color: #999999; margin-top: 10px; background: url(../images/time.png) no-repeat left center; padding-left: 26px; height: 20px; line-height: 20px; }
.arList li p { margin-top: 15px; }
.arList li .nemg .newsl { width: 23%; overflow: hidden; float: left; }
.arList li .nemg .newsr { width: 73%; overflow: hidden; float: right; }
.arList li:hover .nemg { background: #e9eaeb; }
.arList li:hover .nemg .newsl img { transform: scale(1.5, 1.5); -moz-transform: scale(1.5, 1.5); -webkit-transform: scale(1.5, 1.5); -o-transform: scale(1.5, 1.5); }
.arList li:last-child { padding: 0 0 20px 0; }
/*新闻内页*/
.left { width: 66%; overflow: hidden; float: left; }
.news_tit { width: 98%; margin: 0 1%; overflow: hidden; padding-bottom: 1.5vw; border-bottom: 1px #eee solid; text-align: center; line-height: normal; }
.news_tit p { color: #999999; margin-top: 10px; }
.ztitle { width: 100%; overflow: hidden; border-bottom: 6px #eeeeee solid; }
.ztitle span { float: left; display: block; font-weight: bolder; width: auto; line-height: normal; margin-right: 20px; padding: 20px 0; }
.ztitle span a { cursor: pointer; }
.ztitle span.tithov { color: #2060ad; }
.zntit_con { width: 98%; padding-top: 30px; overflow: hidden; margin: 0 auto; }
.arKeywords { padding: 15px; overflow: hidden; border: 1px #ccc solid; margin-top: 20px; }
.arKeywords span { display: block; color: #2060ad; }
.arContent img { display: block; margin: 0 auto; }
.arContent h2, .arContent h3, .arContent h4 { color: #2060ad; }
.arContent h2 { font-size: 24px; }
.arContent h3 { font-size: 23px; }
.arContent h4 { font-size: 22px; }
.arContent table { border-collapse : collapse; border-top:2px #2060ad solid;}
.arContent table tr td { padding: 5px; }
.arContent table tr{ border-bottom:2px #2060ad solid;}

/*FastMove*/
.FastMove { width: 100%; margin: 30px 0 0 0; overflow: hidden; padding: 20px 0 0 0; border-top: 1px solid #eee; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }
.FastMove div { width: 49%; padding: 1.5vw 2%; overflow: hidden; background: #FFF; border: 1px #e5e5e5 solid; }
.FastMove div.previous { margin-right: 2%; }
.FastMove div.previous span { margin-right: 4%; }
.FastMove div.next { text-align: right; }
.FastMove div.next span { margin-left: 4%; }
.FastMove div:hover { background: #2060ad; color: #FFF; }
.FastMove div:hover a { color: #FFF; }
.right { width: 30%; overflow: hidden; float: right; }
.ExhibitList { width: 100%; overflow: hidden; }
.ExhibitList li { height: 42px; line-height: 42px; overflow: hidden; }
/*products_list*/

.mk { width: 94%; padding: 20px 2%; border: 1px solid #c6c8ca; font-size: 14px; margin: 20px auto 0 auto; display: block; }
.proa li { width: 100%; border-bottom: 1px #c6c8ca solid; padding: 20px 0; overflow: hidden; }
.proa li .cpyk { overflow: hidden; background: #f5f5f5; padding: 15px 2%; }
.proa li .cpyk .proa { width: 23%; float: left; overflow: hidden; }
.proa li .cpyk .proa img { width: 100%; height: auto; display: block; -m oz-transition: .3s ease-in;
-webkit-transition: .3s ease-in; -o-transition: .3s ease-in; -ms-transition: .3s ease-in; transition: .3s ease-in; }
.proa li .cpyk .cp_rl { width: 73%; overflow: hidden; float: right; }
.proa li .cpyk .cp_rl .tkl { border-left: 6px #2060ad solid; padding-left: 7px; font-weight: bolder; line-height: normal; }
.proa li .cpyk .cp_rl p { width: 100%; overflow: hidden; margin-top: 15px; }
.proa li .cpyk .cp_rl .moren { padding: 10px 20px; border: 1px solid #2060ad; display: block; float: right; margin-top: 10px; color: #2060ad; }
.proa li:hover .cpyk { background: #eee; }
.proa li:hover .cpyk .proa img { transform: scale(1.5, 1.5); -moz-transform: scale(1.5, 1.5); -webkit-transform: scale(1.5, 1.5); -o-transform: scale(1.5, 1.5); }
.proa li:hover .cpyk .cp_rl .moren { background: #2060ad; color: #FFF; }
/*产品详细*/
.cpny_l{ width:80%; overflow:hidden; margin:0 auto;}
.cpny_l #owl-demo { width: 100%; margin-left: auto; margin-right: auto; position: relative;}
.cpny_l #owl-demo .item { width: 100%; display: block; position:relative;}
.cpny_l #owl-demo .item dt{ width: 100%; overflow:hidden;}
.cpny_l #owl-demo .item dd{ width: 100%; height:52px; background:url(../images/hy.png) repeat; position:absolute; left:0; bottom:0; z-index:5;}
.cpny_l #owl-demo .item dd span{ width:90%; height:52px; line-height:52px; display:block; margin:0 auto; color:#FFF; text-align:center;}
.cpny_l #owl-demo .owl-buttons div { position: absolute; top: 35%; width: 3vw; height: 4.5vw; text-indent: -9999px; z-index: 100; display: block; background:url(../images/awr_s.png) no-repeat center; background-size:100% 100%; }
.cpny_l #owl-demo .owl-buttons div:hover { background:url(../images/awr_ed.png) no-repeat center; background-size:100% 100%;}
.cpny_l #owl-demo .owl-buttons div.owl-prev { left: 0; }
.cpny_l #owl-demo .owl-buttons div.owl-next, .cpzs_bo #owl-demo .owl-buttons div.owl-next:hover{ right: 0; -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.cpny_l .owl-pagination { width: 100%; height: 16px; text-align: center; position:absolute; left:0; bottom:62px; z-index:10;}
.cpny_l .owl-page { display: inline-block; width: 16px; height: 16px; margin: 0 8px; background:#f3f3f3;*display: inline;*zoom: 1;}
.cpny_l .owl-pagination .active { background:#2060ad; }

/*相关产品*/
.titleb { border-bottom: 6px #eeeeee solid; padding-bottom: 20px; }
.xgcp { width: 49%; overflow: hidden; float: left; }
.xgzx { width: 49%; overflow: hidden; float: right; }
/*相关文章*/
.xgwz { width: 100%; overflow: hidden; }
.xgwz li { width: 48%; margin: 0 1%; overflow: hidden; border-bottom: 1px #d2d2d2 solid; line-height: normal; padding: 20px 0; }
.xgwz li .newm { border-left: 6px #2060ad solid; padding-left: 7px; }
.xgwz li .new2 { opacity: 0.8; margin-top: 10px; background: url(../images/time.png) no-repeat left center; padding-left: 26px; height: 20px; line-height: 20px; }
.xgwz li p { margin-top: 10px; overflow: hidden; height: 56px; opacity: 0.8; }
.xgwz li:nth-of-type(odd) { float: left; }
.xgwz li:nth-of-type(even) { float: right; }
/*在线留言*/
.zxly { width: 100%; overflow: hidden; background: #2060ad; padding: 10px 0 30px 0; margin-top: 30px; }
.zxly .subform { width: 96%; overflow: hidden; margin: 0 auto; }
.zxly .subform .form-groupfl { width: 47%; overflow: hidden; float: left; }
.zxly .subform .form-groupfl .form-control { width: 100%; height: 44px; line-height: 44px; background: #FFF; border: 0; margin-top: 20px; padding: 0 2%; }
.zxly .subform .form-groupfr { width: 47%; overflow: hidden; float: right; margin-top: 20px; }
.zxly .subform .form-groupfr textarea { width: 100%; height: 88px; background: #FFF; border: 0; padding: 10px 2%; }
.zxly .subform .form-groupfr .btn-info { width: 100%; height: 44px; line-height: 44px; background: #FFF; border: 0; margin-top: 20px; float: right; color: #003399; }
.fla { width: 48%; overflow: hidden; float: left; }
.subformc { width: 47%; overflow: hidden; float: right; }
.subformc .form-group { width: 100%; overflow: hidden; margin-bottom: 20px; }
.subformc .form-group .control-label { width: 100%; line-height: normal; }
.subformc .form-group .control-div { width: 100%; overflow: hidden; }
.subformc .form-group .control-div .form-control { width: 95%; height: 40px; line-height: 40px; border: 1px #dadada solid; padding: 0 2%; }
.subformc .form-group .control-div .form-controlv { width: 95%; height: 150px; border: 1px #dadada solid; padding: 10px 2%; }
.btn-info { width: 95%; height: 42px; line-height: 42px; text-align: center; background: #2060ad; color: #FFF; border: 0; border: 1px #1297cf solid; padding: 0 2%; }
/*service*/
.conaca{ width: 100%; overflow: hidden; background:#f3f3f3; padding:4vw 0;}
.ser_l{ width:50%; overflow:hidden; float:left;}
.sely li{ height:30px; line-height:30px; background:url(../images/ioc4.png) no-repeat left center; overflow:hidden; padding-left:18px;}
.ser_r{ width:48%; overflow:hidden; float:right;}


article a {color:#0079c1; text-decoration: underline;}
	article ul:not(.nav):not(.list-white-dots):not(.slick-dots):not(.no-checker) {padding: 0;}
	article ul:not(.nav):not(.list-white-dots):not(.slick-dots):not(.no-checker) li ul {padding-left: 25px;}
	article ul:not(.nav):not(.list-white-dots):not(.slick-dots):not(.no-checker) li{position: relative; list-style: none; margin-bottom: 10px; padding-left: 22px;}
	article ul:not(.nav):not(.list-white-dots):not(.slick-dots):not(.no-checker) li:before{content: ' '; background-image: url('images/checked.png?v=1'); width: 16px; height: 16px; left: 2px; position: absolute; background-repeat: no-repeat; top: 5px; }
	article ul:not(.nav):not(.list-white-dots):not(.slick-dots):not(.no-checker) li ul li{margin-top: 5px;}
	article ul:not(.nav):not(.list-white-dots):not(.slick-dots):not(.no-checker) li ul li:before{display: none;}
	article ul.list-white-dots li{list-style-type: disc; margin-bottom: 10px; color: white }
	article ul.no-checker li{list-style: none; margin-bottom: 10px;}
	article ul.no-checker li:before{background-image: none!important; padding-left: inherit;}


.timeline-title{ width: 200px; padding: 10px 10px; background-color: #1f61af; text-align: center; margin: 0 auto; color: #FFF; }
.timeline{ list-style: none; position: relative; padding-left:0; margin-bottom:0; overflow: hidden;}
.timeline p{ margin-bottom: 0; }
.timeline::before{position: absolute; left: 50%; top: 0; content: ' '; display: block; width: 2px; height: 100%; margin-left: -3px; background: #707070; }
.timeline li{ width: 100%; display: inline-block; position: relative; margin-bottom: 40px; }
.timeline li:first-child{ margin-top: 50px; }
.timeline li:last-child{ margin-bottom: 40px; }
.timeline li div.float-right{ position: relative; width: 50%; padding-left: 40px; text-align: left!important; }
.timeline li div.float-right .c_t{ text-align: left!important; }
.timeline li div.float-left{ position: relative; width: 50%; padding-right: 40px; text-align: left!important; }
.timeline li div.float-left .c_t{ text-align: right!important; }
.timeline li div.float-right::before{ position: absolute; content: ''; width: 35px; height: 35px; background-color: #F4F4F4; top: 50%; left: 0; -webkit-transform: translateX(calc(-50% - 2px)) translateY(-50%); -ms-transform: translateX(calc(-50% - 2px)) translateY(-50%); transform: translateX(calc(-50% - 2px)) translateY(-50%); border-radius: 50%; z-index: 9; border: 1px solid #FFF; background-image:url(../images/ioc5.png); background-size: 20px; background-repeat: no-repeat; background-position: center; -webkit-transition: background 300ms ease-in-out; -moz-transition: background 300ms ease-in-out; -ms-transition: background 300ms ease-in-out; -o-transition: background 300ms ease-in-out; transition: background 300ms ease-in-out;}
.timeline li div.float-left::before{ position: absolute; content: ''; width: 35px; height: 35px; background-color: #F4F4F4; top: 50%; right: 0; -webkit-transform: translateX(calc(50% - 2px)) translateY(-50%); -ms-transform: translateX(calc(50% - 2px)) translateY(-50%); transform: translateX(calc(50% - 2px)) translateY(-50%); border-radius: 50%; z-index: 9; border: 1px solid #FFF; background-image: url(../images/ioc5.png); background-size: 20px; background-repeat: no-repeat; background-position: center; -webkit-transition: background 300ms ease-in-out; -moz-transition: background 300ms ease-in-out; -ms-transition: background 300ms ease-in-out; -o-transition: background 300ms ease-in-out; transition: background 300ms ease-in-out;}
.timeline li.active div.float-right::before, .timeline li.active div.float-left::before{ background-color: #1f61af; background-image:url(../images/ioc6.png); }
.timeline li div.text-wrapper{ background-color:#FFF; }
.timeline li div.date-wrapper-left{ position: absolute; top: 50%; right: 50%; transform: translate(calc(100% + 40px), -50%); font-size: 28px; color: #000; font-weight: 600;}
.timeline .title{ margin-bottom: 0; }
.timeline-cta{ margin: 0 auto; display: table; }
.float-right{ float: right; }
.float-left{ float: left; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{ background-color: transparent; }
a.no-hover:hover{ color: inherit; }
.container-fluidRight{ width: calc(((100% - 1140px) / 2) + 1140px) !important; margin-right: 0; max-width: 100%; }


@media (max-width:1199px){
	.container-fluidRight{ width: 100%!important; }
	.bg-image-provepilota{height: 400px}
}

@media (max-width:991px){
	.row.chess-odd [class^="col-"]:nth-child(odd), .row.chess-even [class^="col-"]:nth-child(odd) {background: #eaeaea; }
	.row.chess-even [class^="col-"]:nth-child(even) {background: #FFF; }
	.box-blue-translate{padding: 3em}
	.box-blue-translate:before{content: ''; position: absolute; width: 0; height: 0; border-style: solid; border-width: 12.5px 15px 12.5px 0; border-color: transparent #0079c2 transparent transparent; top: 3em; left: -12.5px}
	.box-blue-translate, .box-blue-translate > div{position: inherit; z-index: inherit; transform: inherit; }
	.timeline li{ margin-top: 50px; text-align: center; }
	.timeline li:first-child {margin-top: 70px; }
	.timeline li p{ text-align:center;}
	.timeline li div.float-right{ left: 0; padding-left: 0; text-align: center; }
	.timeline li div.float-right::before{ display: none; }
	.timeline li div.float-left{ left: 0; padding-right: 0; text-align: center; }
	.timeline li div.float-left::before, .timeline li div.float-right::before { display: block; left: 50%; transform: translateX(calc(-50% - 2px)); top: -50px; }
	.timeline li div.float-right, .timeline li div.float-left{ width: 100%; float:none; }
	.timeline li div.float-left .c_t, .timeline li div.float-right .c_t{ text-align:center!important; }
}

@media (max-width: 767px){
	.timeline li div.float-right, .timeline li div.float-left{ width: 100%; float: none; }
}











/*站点 浮动返回顶部*/
.cd-top { display: inline-block; height: 43px; width: 44px; position: fixed; bottom: 60px; right: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* image replacement properties */ overflow: hidden; text-indent: 100%; white-space: nowrap; background: url(/images/back_top.jpg) no-repeat center 50%; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; z-index: 9999; }
.cd-top.cd-is-visible { /* the button becomes visible */ visibility: visible; opacity: 1; }
.cd-top.cd-fade-out { /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */ opacity: .5; }
.no-touch .cd-top:hover { background-color: #e86256; opacity: 1; }
/*站点 浮动客服*/ 
.keifu img { border: 0; }
.keifu { position: fixed; top: 10%; right: 0; width: 131px; height: 343px; top: 120px; _position: absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom, 10)||0)-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
z-index: 990; font-size: 14px; }
.keifu_tab { width: 160px; }
.icon_keifu { top: 0px; width: 26px; height: 100px; float: left; background: url(/images/keifu.png) 0 0; position: relative; display: none; cursor: pointer; }
.keifu_box { float: left; width: 131px; }
.keifu_tab img { display: block; margin: 0 auto; }
.keifu_head { width: 131px; height: 41px; background: url(/images/keifu.png); background-position: 0 -103px; font-size: 0; line-height: 0; position: relative; }
.keifu_close:link, .keifu_close:visited { display: block; width: 11px; height: 11px; background: url(/images/keifu.png) -42px 0; position: absolute; top: 5px; right: 5px; }
.keifu_close:hover { background-position: -60px 0; }
.keifu_con { border-left: 7px solid #029bdb; border-right: 7px solid #029bdb; background: #fbfbfb; }
.keifu_con ul { border-bottom: #e6e5e4 1px solid; }
.keifu_con .li-qq { width: 100%; height: 25px; padding-top: 2px; padding-bottom: 2px; display: block; }
.keifu_con .li-qq .icoTc img { display: block; /*width:105px;*/ margin: 0 auto; }
.keifu_con .li-tel-title { font-weight: bold; font-size: 12px; height: 29px; line-height: 29px; border-top: 1px solid #dddddd; padding-left: 12px; }
.keifu_con .li-tel-num { font-family: Arial; font-size: 12px; color: #e66d15; line-height: 20px; padding-left: 12px; }
.keifu_con .li-feed-title { font-weight: bold; font-size: 12px; border-top: 1px solid #dddddd; }
.keifu_con .li-feed-title img { padding-left: 0px; width: 117px; }
.keifu_con .li-feed { font-family: Arial; font-weight: bold; color: #e66d15; }
.keifu_con .li-weixin-title { font-weight: bold; font-size: 12px; height: 29px; line-height: 29px; border-top: 1px solid #dddddd; padding-left: 12px; }
.keifu_con .li-weixin { height: 96px; padding-left: 0px; }
.keifu_con .li-weixin img { width: 115px; height: 115px; }
.keifu_con .bt { font-size: 16px; height: 30px; line-height: 30px; text-align: left; padding: 0 0 0 20px; color: #012646; }
.keifu_bot { width: 131px; height: 10px; background: url(/images/keifu.png); background-position: 0 -153px; }
.keifu .tion { padding-top: 5px; padding-bottom: 5px; }
.keifu .h145 { height: 145px; }
/*左下角 浮动 在线留言*/ 
#SfMessWrap { border: 2px solid #029bdb; padding: 1px; width: 230px; background: #f5f5f5; z-index: 100; position: fixed; left: 2px; bottom: 2px; }
#SfMessHead { background: #029bdb; line-height: 28px; height: 28px; text-indent: 10px; font-size: 12px; color: #fff; text-align: left; cursor: pointer; }
#SfMessHead #SfMessTitle { float: left; }
#SfMessHeadIcon { float: right; width: 23px; height: 25px; margin-right: 2px; background-image: url(/images/icon.png); }
.SfMessIconOpen { background-position: top; }
.SfMessIconClose { background-position: bottom; }
#SfMessBody { width: 230px; height: 225px; padding-bottom: 5px; }
#SfMessBodyTop { display: none; }
#SfMessBodyMid { width: 212px; padding: 0px; margin: 0px auto; margin-top: 5px; }
#SfMessBodyMid input { border: 1px solid #cccccc; background: #ffffff; color: #b89d9d; width: 190px; height: 17px; font-size: 12px; }
#SfMessBodyMid textarea { width: 210px; height: 73px; border: 1px solid #cccccc; background: #ffffff; color: #b89d9d; overflow: hidden; text-align: left; font-size: 12px; padding: 0px; margin: 0px auto; }
#SfMessBodyMid div { margin-top: 3px; height: 20px; }
#SfMessBodyMid .contactmessage { height: 76px; }
#SfMessBodyMid .contactname { padding-left: 20px; background: url(/images/company.gif) no-repeat; }
#SfMessBodyMid .contacttel { padding-left: 20px; background: url(/images/mobile.gif) no-repeat; }
#SfMessBodyMid .contactfrom { padding-left: 20px; background: url(/images/from.gif) no-repeat; }
#SfMessBodyMid .contactemail { padding-left: 20px; background: url(/images/email.gif) no-repeat; }
#SfMessBodyMid .contactvalicode { padding-left: 20px; background: url(/images/other.gif) no-repeat; }
#SfMessBodyMid .contactvalicode input { width: 100px; height: 17px; float: left; }
#SfMessBodyMid .contactvalicode img { height: 19px; border: 1px solid #cccccc; background: #ffffff; color: #b89d9d; float: right; }
.clearboth { clear: both; }
#SfMessBodyMid .must, #SfMessBodyMid .ignore, #SfMessBodyMid .other { padding-left: 20px; background: url(/images/other.gif) no-repeat; }
#SfMessBodyBottom { width: 220px; height: 22px; line-height: 22px; padding: 0px; margin-top: 10px; }
#SfMessSubmit { width: 40px; background: url(/images/send.gif); color: #fff; border: 0; height: 22px; padding: 0px; float: right; }
#SfMessCopy { float: left; height: 22px; line-height: 22px; margin-left: 10px; font-size: 13px; font-weight: bold; color: #666666; padding-left: 25px; background: url(/images/sign.png) left top no-repeat; }
.SfMessTip { display: none; }
#SfMessBodyFoot { display: none; }
/*---------QVerify 弹出滑动css---------*/
#QVerify { position: fixed; justify-content: center; -ms-align-items: center; align-items: center; top: 0; left: 0; width: 100%; height: 100%; z-index: 99998; background: rgba(0,0,0,0.6); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 14px; }
.QVerify { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 370px; max-width: 90%; height: 430px; max-height: 80%; border-radius: 17px; padding: 20px 10px; background: white; touch-action: none; overflow: hidden; }
.QVerify .QVerify-title { width: 100%; height: auto; }
.QVerify .QVerify-title .QVerify-title-name { width: 100%; height: 30px; line-height: 30px; text-align: center; color: #a4b0be; }
.QVerify .QVerify-title .QVerify-title-desc { width: 100%; height: auto; line-height: 25px; text-align: center; font-size: 18px; font-weight: bolder; }
.QVerify .QVerify-result { width: 100%; height: auto; line-height: 40px; color: #00a344; text-align: center; font-size: 22px; margin: 5px auto; }
.QVerify .QVerify-verify { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-direction: column; -ms-align-items: center; align-items: center; margin: 20px auto; }
.QVerify .QVerify-verify .QVerify-verify-img { position: relative; width: 200px; height: 200px; border-radius: 50%; border: 1px solid rgba(0,163,68,0.3); overflow: hidden; }
.QVerify .QVerify-verify .QVerify-verify-img > img { width: 100%; height: 100%; -webkit-transform: rotate(65deg); -moz-transform: rotate(65deg); -ms-transform: rotate(65deg); -o-transform: rotate(65deg); transform: rotate(65deg); }
.QVerify .QVerify-verify .QVerify-verify-img .QVerify-success { font-size: 14px; display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); text-align: center; }
.QVerify .QVerify-verify .QVerify-verify-img .QVerify-success img { height: 40%; margin: 30% auto; }
.QVerify .QVerify-verify .QVerify-verify-silder { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: center; -ms-align-items: center; align-items: center; width: 100%; height: 60px; margin-top: 30px; background: white; }
.QVerify .QVerify-verify .QVerify-verify-silder .QVerify-silder { position: relative; width: 90%; height: 50px; background: #f3f9f1; border: 1px solid rgba(0,163,68,0.3); border-radius: 25px; }
.QVerify .QVerify-verify .QVerify-verify-silder .QVerify-silder .QVerify-silder-btn { position: absolute; left: 0; width: 42px; height: 42px; margin: 4px; border-radius: 50%; cursor: pointer; background: url("data:image/png;base64,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"); background-size: 100%; background-repeat: no-repeat; background-position: center; }
 @media all and (max-width:500px) {
.QVerify { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 370px; max-width: 80%; height: 390px; max-height: 80%; border-radius: 17px; padding: 10px; background: white; touch-action: none; overflow: hidden; }
.QVerify .QVerify-title { width: 100%; height: auto; }
.QVerify .QVerify-title .QVerify-title-name { width: 100%; height: 30px; line-height: 30px; text-align: center; color: #a4b0be; }
.QVerify .QVerify-title .QVerify-title-desc { width: 100%; height: auto; line-height: 25px; text-align: center; font-size: 18px; font-weight: bolder; }
.QVerify .QVerify-result { width: 100%; height: auto; min-height: 40px; line-height: 30px; color: #00a344; text-align: center; font-size: 20px; margin: 5px auto; line-height: 22px; font-weight: bolder; }
.QVerify .QVerify-verify { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-direction: column; -ms-align-items: center; align-items: center; margin: 20px auto 10px; }
.QVerify .QVerify-verify .QVerify-verify-img { position: relative; width: 150px; height: 150px; border-radius: 50%; border: 1px solid rgba(0,163,68,0.3); overflow: hidden; }
.QVerify .QVerify-verify .QVerify-verify-img > img { width: 100%; height: 100%; -webkit-transform: rotate(65deg); -moz-transform: rotate(65deg); -ms-transform: rotate(65deg); -o-transform: rotate(65deg); transform: rotate(65deg); }
.QVerify .QVerify-verify .QVerify-verify-img .QVerify-success { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); text-align: center; }
.QVerify .QVerify-verify .QVerify-verify-img .QVerify-success img { height: 40%; margin: 30% auto; }
.QVerify .QVerify-verify .QVerify-verify-silder { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: center; -ms-align-items: center; align-items: center; width: 100%; height: 60px; margin-top: 20px; background: white; }
.QVerify .QVerify-verify .QVerify-verify-silder .QVerify-silder { position: relative; width: 90%; height: 50px; background: #f3f9f1; border: 1px solid rgba(0,163,68,0.3); border-radius: 25px; }
.QVerify .QVerify-verify .QVerify-verify-silder .QVerify-silder .QVerify-silder-btn { position: absolute; left: 0; width: 42px; height: 42px; margin: 4px; border-radius: 50%; cursor: pointer; background: url("data:image/png;base64,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"); background-size: 100%; background-repeat: no-repeat; background-position: center; }
}
@media screen and (max-width: 1700px) and (min-width:0) {
body { font-size: 15px; }
.pt10 { padding-top: 8px; }
.pt15 { padding-top: 12px; }
.pt20 { padding-top: 16px; }
.pt30 { padding-top: 26px; }
.pt40 { padding-top: 35px; }
.pt50 { padding-top: 40px; }
.pt60 { padding-top: 50px; }
.pt70 { padding-top: 60px; }
.pt80 { padding-top: 70px; }
.pt100 { padding-top: 80px; }
.f14 { font-size: 13px; }
.f15 { font-size: 14px; }
.f16 { font-size: 15px; }
.f17 { font-size: 16px; }
.f18 { font-size: 16px; }
.f19 { font-size: 18px; }
.f20 { font-size: 18px; }
.f21 { font-size: 18px; }
.f22 { font-size: 19px; }
.f24 { font-size: 19px; }
.f26 { font-size: 20px; }
.f28 { font-size: 22px; }
.f30 { font-size: 24px; }
.f35 { font-size: 28px; }
.f36 { font-size: 30px; }
.f38 { font-size: 32px; }
.f40 { font-size: 36px; }
.f45 { font-size: 38px; }
.f48 { font-size: 40px; }
.f50 { font-size: 43px; }
.f55 { font-size: 45px; }
.f60 { font-size: 50px; }
.f68 { font-size: 60px; }
.f75 { font-size: 70px; }
.f82 { font-size: 75px; }
.f100 { font-size: 80px; }
.f160 { font-size: 100px; }
.arContent h2 { font-size: 19px; }
.arContent h3 { font-size: 18px; }
.arContent h4 { font-size: 17px; }
}
@media screen and (max-width: 1400px) and (min-width:0) {
body { font-size: 14px; }
.pt10 { padding-top: 6px; }
.pt15 { padding-top: 10px; }
.pt20 { padding-top: 12px; }
.pt30 { padding-top: 20px; }
.pt40 { padding-top: 30px; }
.pt50 { padding-top: 35px; }
.pt60 { padding-top: 40px; }
.pt70 { padding-top: 50px; }
.pt80 { padding-top: 55px; }
.pt100 { padding-top: 65px; }
.f14 { font-size: 12px; }
.f15 { font-size: 13px; }
.f16 { font-size: 14px; }
.f17 { font-size: 15px; }
.f18 { font-size: 15px; }
.f19 { font-size: 16px; }
.f20 { font-size: 16px; }
.f21 { font-size: 17px; }
.f22 { font-size: 18px; }
.f24 { font-size: 18px; }
.f26 { font-size: 19px; }
.f28 { font-size: 19px; }
.f30 { font-size: 20px; }
.f35 { font-size: 22px; }
.f36 { font-size: 24px; }
.f38 { font-size: 28px; }
.f40 { font-size: 30px; }
.f45 { font-size: 32px; }
.f48 { font-size: 36px; }
.f50 { font-size: 38px; }
.f55 { font-size: 40px; }
.f60 { font-size: 45px; }
.f68 { font-size: 50px; }
.f75 { font-size: 60px; }
.f82 { font-size: 65px; }
.f100 { font-size: 70px; }
.f160 { font-size: 80px; }
.container { padding-left: 10%; padding-right: 10%; }
.main { width: 1250px; }
.maiy { width: 1350px; }
/*header*/
.header { height: 112px;}
.header .head { width: 1250px; height: 112px;}
.header .head .logo { width: 202px; height: 54px; margin-top: 29px; }
.header .head .head_r{ width: 910px; height: 112px;}
.header .head .head_r .head_top{ height:35px; line-height:35px;}
.header .head .head_r .head_bo{ height:58px; padding-top:19px;}
.header .head .head_r .head_bo .sea { height: 58px; line-height: 58px;}
.header .head .head_r .head_bo .modern-menu { width: 882px; height: 58px;}
.header .head .head_r .head_bo .modern-menu li { width: 126px;}
.header .head .head_r .head_bo .modern-menu li .nat{ line-height:58px; height: 58px;}
.header .head .head_r .head_bo .modern-menu li>ul span{ font-size: 14px; line-height: 32px;}
.header .head .head_r .head_bo .modern-menu li ul li ul span{ line-height: 30px; height:30px;}



















/******内页******/
.arContent h2 { font-size: 18px; }
.arContent h3 { font-size: 17px; }
.arContent h4 { font-size: 16px; }
.product-list li figcaption { height: 50px; line-height: 50px; }
}
@media screen and (max-width: 1360px) and (min-width:0) {
body { font-size: 13px; }
.pt10 { padding-top: 5px; }
.pt15 { padding-top: 8px; }
.pt20 { padding-top: 10px; }
.pt30 { padding-top: 15px; }
.pt40 { padding-top: 20px; }
.pt50 { padding-top: 25px; }
.pt60 { padding-top: 30px; }
.pt70 { padding-top: 40px; }
.pt80 { padding-top: 45px; }
.pt100 { padding-top: 55px; }
.f14 { font-size: 12px; }
.f15 { font-size: 12px; }
.f16 { font-size: 13px; }
.f17 { font-size: 14px; }
.f18 { font-size: 14px; }
.f19 { font-size: 15px; }
.f20 { font-size: 15px; }
.f21 { font-size: 16px; }
.f22 { font-size: 16px; }
.f24 { font-size: 16px; }
.f26 { font-size: 17px; }
.f28 { font-size: 17px; }
.f30 { font-size: 18px; }
.f35 { font-size: 18px; }
.f36 { font-size: 20px; }
.f38 { font-size: 22px; }
.f40 { font-size: 24px; }
.f45 { font-size: 26px; }
.f48 { font-size: 28px; }
.f50 { font-size: 30px; }
.f55 { font-size: 32px; }
.f60 { font-size: 34px; }
.f68 { font-size: 40px; }
.f75 { font-size: 50px; }
.f82 { font-size: 55px; }
.f100 { font-size: 60px; }
.f160 { font-size: 70px; }
.container { padding-left: 5%; padding-right: 5%; }
.main { width: 1100px; }
.maiy { width: 1200px; }
/*header*/
.header { height: 99px;}
.header .head { width: 1100px; height: 99px;}
.header .head .logo { width:183px; height: 49px; margin-top: 25px; }
.header .head .head_r{ width: 800px; height: 99px;}
.header .head .head_r .head_top{ height:31px; line-height:31px;}
.header .head .head_r .head_bo{ height:51px; padding-top:17px;}
.header .head .head_r .head_bo .sea { height: 51px; line-height: 51px;}
.header .head .head_r .head_bo .modern-menu { width: 784px; height: 51px;}
.header .head .head_r .head_bo .modern-menu li { width: 112px;}
.header .head .head_r .head_bo .modern-menu li .nat{ line-height:51px; height: 51px;}
.header .head .head_r .head_bo .modern-menu li>ul span{ line-height: 30px;}
.header .head .head_r .head_bo .modern-menu li ul li ul span{ line-height: 28px; height:28px;}











.arContent h2 { font-size: 17px; }
.arContent h3 { font-size: 16px; }
.arContent h4 { font-size: 15px; }
.product-list li figcaption { height: 45px; line-height: 45px; }
}
@media screen and (max-width: 1250px) and (min-width:0) {
body { font-size: 12px; }
.pt10 { padding-top: 3px; }
.pt15 { padding-top: 5px; }
.pt20 { padding-top: 8px; }
.pt30 { padding-top: 10px; }
.pt40 { padding-top: 15px; }
.pt50 { padding-top: 20px; }
.pt60 { padding-top: 25px; }
.pt70 { padding-top: 35px; }
.pt80 { padding-top: 40px; }
.pt100 { padding-top: 50px; }
.f14 { font-size: 12px; }
.f15 { font-size: 12px; }
.f16 { font-size: 12px; }
.f17 { font-size: 13px; }
.f18 { font-size: 13px; }
.f19 { font-size: 14px; }
.f20 { font-size: 14px; }
.f21 { font-size: 15px; }
.f22 { font-size: 15px; }
.f24 { font-size: 15px; }
.f26 { font-size: 16px; }
.f28 { font-size: 16px; }
.f30 { font-size: 17px; }
.f35 { font-size: 17px; }
.f36 { font-size: 18px; }
.f38 { font-size: 20px; }
.f40 { font-size: 22px; }
.f45 { font-size: 24px; }
.f48 { font-size: 26px; }
.f50 { font-size: 28px; }
.f55 { font-size: 30px; }
.f60 { font-size: 32px; }
.f68 { font-size: 34px; }
.f75 { font-size: 40px; }
.f82 { font-size: 45px; }
.f100 { font-size: 50px; }
.f160 { font-size: 60px; }
.main { width: 1000px; }
.maiy { width: 1100px; }
/*header*/
.header { height: 90px;}
.header .head { width: 1000px; height: 90px;}
.header .head .logo { width:172px; height: 46px; margin-top: 22px; }
.header .head .head_r{ width: 730px; height: 90px;}
.header .head .head_r .head_top{ height:28px; line-height:28px;}
.header .head .head_r .head_bo{ height:47px; padding-top:16px;}
.header .head .head_r .head_bo .sea { height: 47px; line-height: 47px;}
.header .head .head_r .head_bo .modern-menu { width: 714px; height: 47px;}
.header .head .head_r .head_bo .modern-menu li { width: 102px;}
.header .head .head_r .head_bo .modern-menu li .nat{ line-height:47px; height: 47px;}
.header .head .head_r .head_bo .modern-menu li>ul span{ line-height: 28px;}
.header .head .head_r .head_bo .modern-menu li ul li ul span{ line-height: 26px; height:26px;}
/*产品详细*/
.cpny_l{ width:90%;}
}
@media screen and (max-width: 1150px) and (min-width:0) {
.main { width: 990px; }
.maiy { width: 1000px; }

/*header*/
.header { height: 89px;}
.header .head { width: 990px; height: 89px;}
.header .head .logo { width:168px; height: 45px; margin-top: 22px; }
.header .head .head_r{ width: 720px; height: 89px;}
.header .head .head_r .head_bo{ height:46px; padding-top:15px;}
.header .head .head_r .head_bo .sea { height: 46px; line-height: 46px;}
.header .head .head_r .head_bo .modern-menu { width: 700px; height: 46px;}
.header .head .head_r .head_bo .modern-menu li { width: 100px;}
.header .head .head_r .head_bo .modern-menu li .nat{ line-height:46px; height: 46px;}
.header .head .head_r .head_bo .modern-menu li>ul span{ line-height: 26px;}
.header .head .head_r .head_bo .modern-menu li ul li ul span{ line-height: 24px; height:24px;}
}
.tra3 { -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-i; }
.tra5 { -webkit-transition: all .5s ease-in; -moz-transition: all .5s ease-in; -o-transition: all .5s ease-in; transition: all .5s ease-i; }
.tra7 { -webkit-transition: all .7s ease-in; -moz-transition: all .7s ease-in; -o-transition: all .7s ease-in; transition: all .7s ease-i; }
.tra9 { -webkit-transition: all .9s ease-in; -moz-transition: all .9s ease-in; -o-transition: all .9s ease-in; transition: all .9s ease-i; }
.tra11 { -webkit-transition: all 1.1s ease-in; -moz-transition: all 1.1s ease-in; -o-transition: all 1.1s ease-in; transition: all 1.1s ease-i; }
.linx { -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-animation: kf_about_page1_btn_line1_inner 2s cubic-bezier(0.115, 0.41, 0.355, 1) 0s infinite; -moz-animation: kf_about_page1_btn_line1_inner 2s cubic-bezier(0.115, 0.41, 0.355, 1) 0s infinite; -o-animation: kf_about_page1_btn_line1_inner 2s cubic-bezier(0.115, 0.41, 0.355, 1) 0s infinite; -ms-animation: kf_about_page1_btn_line1_inner 2s cubic-bezier(0.115, 0.41, 0.355, 1) 0s infinite; animation: kf_about_page1_btn_line1_inner 2s cubic-bezier(0.115, 0.41, 0.355, 1) 0s infinite; }
.liny { -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-animation: kf_about_page1_btn_line2_inner 2s cubic-bezier(1, 0.355, 0.41, 0.115) 0s infinite; -moz-animation: kf_about_page1_btn_line2_inner 2s cubic-bezier(1, 0.355, 0.41, 0.115) 0s infinite; -o-animation: kf_about_page1_btn_line2_inner 2s cubic-bezier(1, 0.355, 0.41, 0.115) 0s infinite; -ms-animation: kf_about_page1_btn_line2_inner 2s cubic-bezier(1, 0.355, 0.41, 0.115) 0s infinite; animation: kf_about_page1_btn_line2_inner 2s cubic-bezier(1, 0.355, 0.41, 0.115) 0s infinite; }
.winona { display: block; position: relative; overflow: hidden; -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
.winona::after { content: attr(data-text); position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; -webkit-transform: translate3d(0, 25%, 0); transform: translate3d(0, 25%, 0); }
.winona > span { display: block; }
.winona::after, .winona > span { -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
.winona:hover::after { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.winona:hover > span { opacity: 0; -webkit-transform: translate3d(0, -25%, 0); transform: translate3d(0, -25%, 0); }
.circular1 { transform: rotate(360deg); -ms-transform: rotate(360deg); /* IE 9 */ -moz-transform: rotate(360deg); /* Firefox */ -webkit-transform: rotate(360deg); /* Safari 和 Chrome */ -o-transform: rotate(360deg); animation: btnRotate 5.5s linear infinite; -webkit-animation: btnRotate 5.5s linear infinite; -moz-animation: btnRotate 5.5s linear infinite; -ms-animation: btnRotate 5.5s linear infinite; }
.circular2 { transform: rotate(360deg); -ms-transform: rotate(360deg); /* IE 9 */ -moz-transform: rotate(360deg); /* Firefox */ -webkit-transform: rotate(360deg); /* Safari 和 Chrome */ -o-transform: rotate(360deg); animation: btnRotate 7.5s linear infinite; -webkit-animation: btnRotate 7.5s linear infinite; -moz-animation: btnRotate 7.5s linear infinite; -ms-animation: btnRotate 7.5s linear infinite; }
.circular3 { transform: rotate(360deg); -ms-transform: rotate(360deg); /* IE 9 */ -moz-transform: rotate(360deg); /* Firefox */ -webkit-transform: rotate(360deg); /* Safari 和 Chrome */ -o-transform: rotate(360deg); animation: btnRotate 9.5s linear infinite; -webkit-animation: btnRotate 9.5s linear infinite; -moz-animation: btnRotate 9.5s linear infinite; -ms-animation: btnRotate 9.5s linear infinite; }


/*animate1*/
 @keyframes warn { 0% {
 transform: scale(0);
 opacity: 0;
}
 25% {
 transform: scale(0.9);
 opacity: 0.3;
}
 50% {
 transform: scale(1.2);
 opacity: 0.8;
}
 75% {
 transform: scale(0.9);
 opacity: 0.6;
}
 100% {
 transform: scale(0);
 opacity: 0;
}
}
@-webkit-keyframes warn { 0% {
 transform: scale(0);
 opacity: 0;
}
 25% {
 transform: scale(0.9);
 opacity: 0.3;
}
 50% {
 transform: scale(1.2);
 opacity: 0.8;
}
 75% {
 transform: scale(0.9);
 opacity: 0.6;
}
 100% {
 transform: scale(0);
 opacity: 0;
}
}



/*animate2*/
 @-webkit-keyframes btnRotate { 0% {
transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
}
100% {
transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-webkit-transform: rotateZ(360deg);
}
}

/*animate3*/
 @-moz-keyframes kf_about_page1_btn_line2_inner { 0% {
 -webkit-transform: scaleY(0);
 -moz-transform: scaleY(0);
 -o-transform: scaleY(0);
 -ms-transform: scaleY(0);
 transform: scaleY(0);
}
 25% {
 -webkit-transform: scaleY(1);
 -moz-transform: scaleY(1);
 -o-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
}
 100% {
 -webkit-transform: scaleY(1);
 -moz-transform: scaleY(1);
 -o-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
}
}
@-webkit-keyframes kf_about_page1_btn_line2_inner { 0% {
 -webkit-transform: scaleY(0);
 -moz-transform: scaleY(0);
 -o-transform: scaleY(0);
 -ms-transform: scaleY(0);
 transform: scaleY(0);
}
 25% {
 -webkit-transform: scaleY(1);
 -moz-transform: scaleY(1);
 -o-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
}
 100% {
 -webkit-transform: scaleY(1);
 -moz-transform: scaleY(1);
 -o-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
}
}
@-o-keyframes kf_about_page1_btn_line2_inner { 0% {
 -webkit-transform: scaleY(0);
 -moz-transform: scaleY(0);
 -o-transform: scaleY(0);
 -ms-transform: scaleY(0);
 transform: scaleY(0);
}
 25% {
 -webkit-transform: scaleY(1);
 -moz-transform: scaleY(1);
 -o-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
}
 100% {
 -webkit-transform: scaleY(1);
 -moz-transform: scaleY(1);
 -o-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
}
}
@keyframes kf_about_page1_btn_line2_inner { 0% {
 -webkit-transform: scaleY(0);
 -moz-transform: scaleY(0);
 -o-transform: scaleY(0);
 -ms-transform: scaleY(0);
 transform: scaleY(0);
}
 25% {
 -webkit-transform: scaleY(1);
 -moz-transform: scaleY(1);
 -o-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
}
 100% {
 -webkit-transform: scaleY(1);
 -moz-transform: scaleY(1);
 -o-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
}
}
/*animate4*/

 @-moz-keyframes kf_about_page1_btn_line1_inner { 0% {
 -webkit-transform: scaleX(0);
 -moz-transform: scaleX(0);
 -o-transform: scaleX(0);
 -ms-transform: scaleX(0);
 transform: scaleX(0);
}
 25% {
 -webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -o-transform: scaleX(1);
 -ms-transform: scaleX(1);
 transform: scaleX(1);
}
 100% {
 -webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -o-transform: scaleX(1);
 -ms-transform: scaleX(1);
 transform: scaleX(1);
}
}
@-webkit-keyframes kf_about_page1_btn_line1_inner { 0% {
 -webkit-transform: scaleX(0);
 -moz-transform: scaleX(0);
 -o-transform: scaleX(0);
 -ms-transform: scaleX(0);
 transform: scaleX(0);
}
 25% {
 -webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -o-transform: scaleX(1);
 -ms-transform: scaleX(1);
 transform: scaleX(1);
}
 100% {
 -webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -o-transform: scaleX(1);
 -ms-transform: scaleX(1);
 transform: scaleX(1);
}
}
@-o-keyframes kf_about_page1_btn_line1_inner { 0% {
 -webkit-transform: scaleX(0);
 -moz-transform: scaleX(0);
 -o-transform: scaleX(0);
 -ms-transform: scaleX(0);
 transform: scaleX(0);
}
 25% {
 -webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -o-transform: scaleX(1);
 -ms-transform: scaleX(1);
 transform: scaleX(1);
}
 100% {
 -webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -o-transform: scaleX(1);
 -ms-transform: scaleX(1);
 transform: scaleX(1);
}
}
@keyframes kf_about_page1_btn_line1_inner { 0% {
 -webkit-transform: scaleX(0);
 -moz-transform: scaleX(0);
 -o-transform: scaleX(0);
 -ms-transform: scaleX(0);
 transform: scaleX(0);
}
 25% {
 -webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -o-transform: scaleX(1);
 -ms-transform: scaleX(1);
 transform: scaleX(1);
}
 100% {
 -webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -o-transform: scaleX(1);
 -ms-transform: scaleX(1);
 transform: scaleX(1);
}
}
