﻿@charset "utf-8";
/* Common */
body { font-family: 'Microsoft YaHei', '微软雅黑'; font-size: 14px; line-height: 2; font-weight: normal; margin: 0; padding: 0; overflow-x: hidden; min-width: 1200px; background: #FFFFFF; color: #575757; }
html, body, div, p, span, object, h1, h2, h3, h4, h5, h6, a, img, strong, dl, dt, dd, ol, ul, li, form, label, footer, header, nav { margin: 0; padding: 0; }
* { list-style: none; }
a { color: #575757; text-decoration: none; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-i; }
a:hover { color: #0056b0; text-decoration: none; }
ul li { list-style: none; }
img { border: none; }
.clear { clear: both; margin: 0 0; padding: 0 0; }
.fr { float: right; }
.fl { float: left; }
input, textarea, button { font-family: "微软雅黑"; }
input:focus { outline: none; }
textarea:focus { outline: none; }
#feedback_form table { float: right; }
#feedback_form table tr td { border: 0; padding: 5px 0; }
#feedback_form table tr td input { padding: 0 10px; }
#feedback_form table tr td textarea { padding: 10px; }
#candidates_form table { margin: 0 auto; }
#candidates_form table tr td { border: 0; padding: 5px 0; }
#equipment_form table { margin: 0 auto; }
#equipment_form table tr td { border: 0; padding: 5px 0; }
h1, h2, h3, h4, h5, h6 { line-height: normal; }
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
.pt15 { padding-top: 15px; }
.pl10 { padding-left: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.main { width: 1200px; margin: 0 auto; overflow: hidden; }
.main table { border-collapse : collapse; }
.main table tr td { border: 1px #ccc solid; padding: 3px; }
img { vertical-align: top; }
.imgs { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.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); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
/****header****/
.header { width: 100%; height: 108px; background: rgba(255,255,255,0.7); position: fixed; left: 0; top: 0; z-index: 99; -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); box-shadow: 0 0 20px 10px rgba(29, 29, 29, 0.1); transition: ease all .3s; }
.header .head { width: 1200px; height: 108px; margin: 0 auto; }
.header .head .logo { width: 202px; height: 60px; display: block; margin-top: 24px; float: left; }
.header .head .logo a { width: 202px; height: 60px; display: block; }
.header .head .phone { width: auto; height: 22px; float: right; line-height: 22px; background: url(../images/tel.png) no-repeat left center; padding-left: 30px; font-size: 22px; font-weight: bolder; font-family: Comfortaa; margin-top: 43px; }
.header .head .menu { width: auto; height: 108px; float: right; margin-right: 20px; }
.header .head .menu li { position: relative; float: left; display: inline; width: auto; text-align: center; }
.header .head .menu li a.xialaguang { display: inline-block; width: auto; height: 108px; line-height: 108px; padding: 0 30px; font-size: 18px; }
.header .head .menu li a.navhover, .header .head .menu li a.xialaguang:hover { cursor: pointer; color: #FFF; background: #0056b0; }
.header .head .menu ul.children { display: none; position: absolute; top: 108px; left: 0; width: 100%; line-height: normal; z-index: 9999; }
.header .head .menu ul.children li { width: 100%; padding: 0px; display: inline-block; border-top: 1px #1b77d7 solid; margin: 0; }
.header .head .menu ul.children li a { overflow: hidden; display: block; padding: 10px; font-size: 13px; background: #0056b0; color: #FFF; border-top: 1px #063f7a solid; }
.header .head .menu ul.children li a:hover { color: #FFF; background: #063f7a; }
.header.clone { background: rgba(255,255,255,1); }
/*banner*/
.banner { width: 100%; height: 860px; }
.banner .flexslider { position: relative; height: 860px; overflow: hidden; }
.banner .slides { position: relative; z-index: 0; }
.banner .slides li { height: 860px; }
.banner .slides li a { width: 100%; display: block; height: 860px; }
.flex-control-nav { position: absolute; bottom: 35px; z-index: 10; width: 100%; text-align: center; }
.flex-control-nav li { display: inline-block; width: 10px; height: 10px; margin: 0 5px; *display:inline;
zoom: 1; }
.flex-control-nav a { display: inline-block; width: 10px; height: 10px; line-height: 80px; overflow: hidden; background: url(../images/dot.png) right 0 no-repeat; cursor: pointer; }
.flex-control-nav .flex-active { background-position: 0 0; }
.flex-direction-nav { position: absolute; z-index: 3; width: 100%; top: 45%; }
.flex-direction-nav li a { display: block; width: 50px; height: 50px; overflow: hidden; cursor: pointer; position: absolute; }
.flex-direction-nav li a.flex-prev { left: 40px; background: url(../images/prev.png) center center no-repeat; }
.flex-direction-nav li a.flex-next { right: 40px; background: url(../images/next.png) center center no-repeat; }
/*经营范围*/
.jyfw { width: 100%; background: url(../images/bg1.jpg) no-repeat center; background-size: cover; padding: 70px 0 0 0; overflow: hidden; line-height: normal; }
.right_top { width: 100%; overflow: hidden; line-height: normal; text-align: center; }
.right_top dt { width: 100%; overflow: hidden; font-size: 50px; font-weight: bolder; background: url(../images/tita.png) no-repeat center; }
.right_top dd { width: 100%; overflow: hidden; font-size: 16px; text-transform: uppercase; color: #767676; padding-top: 10px; }
.jyfw .jyfw_bo { width: 100%; overflow: hidden; padding: 30px 0 70px 0; }
.jyfw .jyfw_bo li { width: 384px; height: 288px; float: left; position: relative; text-align: center; margin: 0 8px; overflow: hidden; text-align: center; -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); box-shadow: 0 0 20px 10px rgba(29, 29, 29, 0.1); }
.jyfw .jyfw_bo li .lista { width: 384px; height: 228px; padding-top: 60px; background: #FFF; transition: all .6s ease-out; }
.jyfw .jyfw_bo li .lista dt { width: 384px; height: 80px; }
.jyfw .jyfw_bo li .lista dd { width: 100%; overflow: hidden; padding-top: 30px; font-size: 18px; background: url(../images/ioc1.jpg) no-repeat center bottom; padding-bottom: 20px; }
.jyfw .jyfw_bo li .listb { width: 384px; height: 243px; background: #0056b0; color: #FFF; padding-top: 45px; position: absolute; top: 0; opacity: 0; transform: rotateY(180deg); transition: all .6s ease-out; }
.jyfw .jyfw_bo li .listb dt { width: 384px; height: 80px; }
.jyfw .jyfw_bo li .listb dd { width: 100%; overflow: hidden; padding-top: 30px; }
.jyfw .jyfw_bo li .listb dd span { width: 100%; overflow: hidden; display: block; font-size: 18px; background: url(../images/ioc2.jpg) no-repeat center bottom; padding-bottom: 20px; }
.jyfw .jyfw_bo li .listb dd p { width: 90%; overflow: hidden; font-size: 16px; padding-top: 14px; color: #b8c7e1; margin: 0 auto; }
.jyfw .jyfw_bo li:hover .lista { transition: all .6s ease-out; transform: rotateY(180deg); opacity: 0; }
.jyfw .jyfw_bo li:hover .listb { transition: all .6s ease-out; transform: rotateY(360deg); opacity: 1; }
/*case*/
.case { width: 100%; overflow: hidden; line-height: normal; color: #FFF; }
.case a { color: #FFF; }
.case .case_top { width: 100%; overflow: hidden; background: #0056b0; padding: 3rem 0; text-align: center; }
.case .case_top dt { width: 100%; overflow: hidden; font-size: 50px; font-weight: bolder; background: url(../images/titb.png) no-repeat center; }
.case .case_top dd { width: 100%; overflow: hidden; font-size: 16px; text-transform: uppercase; color: #b0c1de; padding-top: 10px; }
.case .case_bo { width: 100%; overflow: hidden; }
.case .case_bo .case1 { width: 44%; overflow: hidden; float: left; height: 54rem; position: relative; }
.case .case_bo .case1 dt { width: 100%; height: 54rem; display: block; }
.case .case_bo .case1 dt i { width: 100%; height: 54rem; display: block; background: url(../images/cy.png) repeat; position: absolute; left: 0; top: 0; z-index: 1; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-i; }
.case .case_bo .case1 dd { width: 100%; overflow: hidden; }
.case .case_bo .case1 dd .pr_top { width: 70%; overflow: hidden; position: absolute; bottom: 3.6rem; left: 15%; z-index: 10; }
.case .case_bo .case1 dd .pr_top span { width: auto; overflow: hidden; float: left; font-size: 2vw; background: url(../images/ioc5.jpg) no-repeat left bottom; padding-bottom: 1.6rem; display: block; }
.case .case_bo .case1 dd .pr_top i { width: 45px; height: 45px; display: block; float: right; background: url(../images/ioc6.png) no-repeat; margin-top: 10px; }
.case .case_bo .case1 dd em { width: 100%; height: 10.6rem; background: url(../images/cy_ed.png) repeat; display: block; position: absolute; left: 0; bottom: -100%; z-index: 6; -webkit-transition: all .5s ease-in; -moz-transition: all .5s ease-in; -o-transition: all .5s ease-in; transition: all .5s ease-i; }
.case .case_bo .case1:hover dt i { top: -100%; }
.case .case_bo .case1:hover dd em { bottom: 0; }
.case .case_bo .case_ry { width: 56%; overflow: hidden; float: right; height: 54rem; }
.case .case_bo .case_ry .case2 { width: 50%; height: 27rem; float: left; position: relative; overflow: hidden; }
.case .case_bo .case_ry .case2 dt { width: 100%; height: 27rem; display: block; }
.case .case_bo .case_ry .case2 dt i { width: 100%; height: 27rem; display: block; background: url(../images/cy.png) repeat; position: absolute; left: 0; top: 0; z-index: 1; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-i; }
.case .case_bo .case_ry .case2 dd { width: 100%; overflow: hidden; }
.case .case_bo .case_ry .case2 dd .pr_top { width: 80%; overflow: hidden; position: absolute; bottom: 3.6rem; left: 10%; z-index: 10; }
.case .case_bo .case_ry .case2 dd .pr_top span { width: auto; overflow: hidden; float: left; font-size: 2vw; background: url(../images/ioc5.jpg) no-repeat left bottom; padding-bottom: 1.6rem; display: block; }
.case .case_bo .case_ry .case2 dd .pr_top i { width: 45px; height: 45px; display: block; float: right; background: url(../images/ioc6.png) no-repeat; margin-top: 10px; }
.case .case_bo .case_ry .case2 dd em { width: 100%; height: 10.6rem; background: url(../images/cy_ed.png) repeat; display: block; position: absolute; left: 0; bottom: -100%; z-index: 6; -webkit-transition: all .5s ease-in; -moz-transition: all .5s ease-in; -o-transition: all .5s ease-in; transition: all .5s ease-i; }
.case .case_bo .case_ry .case2:hover dt i { top: -100%; }
.case .case_bo .case_ry .case2:hover dd em { bottom: 0; }
/*abouts*/
.abouts { width: 100%; overflow: hidden; line-height: normal; position: relative; }
.abouts .about_l { width: 66%; height: 849px; float: left; display: block; background: url(../images/bg2.jpg) no-repeat center; background-size: cover; }
.abouts .about_l .about_cn { width: 65%; overflow: hidden; float: left; margin-left: 28%; padding-top: 6rem; }
.abouts .about_l .about_cn .about_top { background: url(../images/ioc3.jpg) no-repeat left center; padding-left: 28px; }
.abouts .about_l .about_cn .about_top dt { width: 100%; overflow: hidden; font-size: 3.1rem; font-weight: bolder; line-height: 3.3rem; }
.abouts .about_l .about_cn .about_top dd { width: 100%; overflow: hidden; font-size: 1vw; text-transform: uppercase; color: #767676; }
.abouts .about_l .about_cn .about_bo { width: 100%; overflow: hidden; padding-top: 2rem; }
.abouts .about_l .about_cn .about_bo i { width: 100%; overflow: hidden; font-size: 1.8vw; font-weight: bolder; color: #0056b0; font-style: normal; display: block; }
.abouts .about_l .about_cn .about_bo dt { width: 100%; overflow: hidden; font-size: 1.37vw; color: #0056b0; padding-top: 10px; }
.abouts .about_l .about_cn .about_bo dd { width: 100%; overflow: hidden; font-size: 1vw; line-height: 2.1rem; padding-top: 1.75rem; }
.abouts .about_l .about_cn .about_bo .more { width: 25%; height: 67px; display: block; line-height: 67px; text-align: center; background: #0056b0; color: #FFF; font-size: 18px; text-transform: uppercase; margin-top: 56px; }
.abouts .about_l .about_cn .about_bo .more:hover { background: #535353; }
.abouts .about_l .about_cn .about_sum { width: 100%; overflow: hidden; padding-top: 3rem; }
.abouts .about_l .about_cn .about_sum dl { width: auto; overflow: hidden; }
.abouts .about_l .about_cn .about_sum dl dt { font-size: 1.1vw; }
.abouts .about_l .about_cn .about_sum dl dt span { font-size: 3.75vw; font-weight: bolder; font-family: Georgia; }
.abouts .about_l .about_cn .about_sum dl dd { font-size: 1.1vw; padding-top: 10px; }
.abouts .about_l .about_cn .about_sum dl:nth-of-type(1) { float: left; }
.abouts .about_l .about_cn .about_sum dl:nth-of-type(2) { float: left; margin-left: 20%; }
.abouts .about_l .about_cn .about_sum dl:nth-of-type(3) { float: right; }
.abouts .about_r { width: 34%; height: 849px; float: left; display: block; }
.abouts .about_r .picScroll-top { width: 36%; overflow: hidden; float: left; margin-left: 7.5%; padding-top: 6rem; }
.abouts .about_r .picScroll-top .bd { width: 100%; height: 525px; overflow: hidden; }
.abouts .about_r .picScroll-top .bd ul { overflow: hidden; zoom: 1; }
.abouts .about_r .picScroll-top .bd ul li { width: 100%; height: 162px; padding-bottom: 19px; overflow: hidden; }
.abouts .about_r .picScroll-top .bd ul li img { vertical-align: top; height: 162px; }
.abouts .about_r .picScroll-top .bd ul li p { width: 100%; height: 20px; display: block; }
.abouts .about_r .picScroll-top .hd { width: 100%; overflow: hidden; height: 40px; margin-top: 28px; }
.abouts .about_r .picScroll-top .hd .pageState { width: auto; height: 40px; line-height: 40px; float: left; color: #FFF; font-size: 17px; font-family: Comfortaa; }
.abouts .about_r .picScroll-top .hd .pageState span { font-size: 2vw; }
.abouts .about_r .picScroll-top .hd .prev, .abouts .about_r .picScroll-top .hd .next { display: block; width: 37px; height: 37px; cursor: pointer; float: right; }
.abouts .about_r .picScroll-top .hd .prev { background: url(../images/awr.png) no-repeat; margin-right: 14px; }
.abouts .about_r .picScroll-top .hd .prev:hover { background: url(../images/awr_ed.png) no-repeat; }
.abouts .about_r .picScroll-top .hd .next { background: url(../images/awr.png) no-repeat; -webkit-transform: rotate(180deg); transform: rotate(180deg); float: right; }
.abouts .about_r .picScroll-top .hd .next:hover { background: url(../images/awr_ed.png) no-repeat; -webkit-transform: rotate(180deg); transform: rotate(180deg); }
@media screen and (max-width: 1400px) and (min-width:1200px) {
.abouts .about_l .about_cn { width: 83%; margin-left: 10%; }
.abouts .about_r .picScroll-top { width: 50%; }
}
/*youshi*/
.youshi { width: 100%; overflow: hidden; background: url(../images/bg3.jpg) no-repeat center; background-size: cover; padding: 95px 0; line-height: normal; }
.youshi .youshi_top { width: 100%; overflow: hidden; line-height: normal; text-align: center; }
.youshi .youshi_top dt { width: 100%; overflow: hidden; font-size: 50px; font-weight: bolder; background: url(../images/titc.png) no-repeat center; color: #FFF; }
.youshi .youshi_top dd { width: 100%; overflow: hidden; font-size: 16px; text-transform: uppercase; color: rgba(255,255,255,0.6); padding-top: 10px; }
.youshi .youshi_bo { width: 100%; overflow: hidden; height: 364px; margin-top: 48px; }
.youshi .youshi_bo li { width: 286px; overflow: hidden; height: 364px; float: left; margin: 0 7px; position: relative; }
.youshi .youshi_bo li .lista { width: 218px; overflow: hidden; height: 312px; padding: 52px 34px 0 34px; background: #FFF; transition: all .6s ease-out; }
.youshi .youshi_bo li .lista dt { width: 100%; height: 56px; }
.youshi .youshi_bo li .lista dt i { font-size: 70px; font-weight: bolder; float: left; font-family: Georgia; line-height: 56px; font-style: normal; color: #0056b0; }
.youshi .youshi_bo li .lista dt .ys_r { width: auto; height: 56px; float: left; margin-left: 12px; }
.youshi .youshi_bo li .lista dt .ys_r span { display: block; font-size: 26px; padding-top: 5px; }
.youshi .youshi_bo li .lista dt .ys_r p { color: #a1a1a1; font-family: Georgia; text-transform: capitalize; padding-top: 5px; }
.youshi .youshi_bo li .lista dd { width: 100%; height: 79px; display: block; margin-top: 60px; }
.youshi .youshi_bo li .lista em { width: 37px; height: 3px; display: block; background: url(../images/ioc4.jpg) no-repeat; margin-top: 38px; }
.youshi .youshi_bo li .listb { width: 218px; overflow: hidden; height: 312px; padding: 52px 34px 0 34px; background: #0056b0; position: absolute; top: 0; opacity: 0; transform: rotateY(180deg); transition: all .6s ease-out; color: #FFF; }
.youshi .youshi_bo li .listb dt { width: 100%; height: 56px; }
.youshi .youshi_bo li .listb dt i { font-size: 70px; font-weight: bolder; float: left; font-family: Georgia; line-height: 56px; font-style: normal; }
.youshi .youshi_bo li .listb dt .ys_r { width: auto; height: 56px; float: left; margin-left: 12px; }
.youshi .youshi_bo li .listb dt .ys_r span { display: block; font-size: 26px; padding-top: 5px; }
.youshi .youshi_bo li .listb dt .ys_r p { color: rgba(255,255,255,0.6); font-family: Georgia; text-transform: capitalize; padding-top: 5px; }
.youshi .youshi_bo li .listb dd { width: 100%; overflow: hidden; margin-top: 34px; padding-bottom: 90px; font-size: 17px; line-height: 36px; }
.youshi .youshi_bo li:hover .lista { transition: all .6s ease-out; transform: rotateY(180deg); opacity: 0; }
.youshi .youshi_bo li:hover .listb { transition: all .6s ease-out; transform: rotateY(360deg); opacity: 1; }
/*news*/
.newsc { width: 100%; background: #f4f4f4; line-height: normal; overflow: hidden; }
.newsc .picScroll-topn { width: 1200px; overflow: hidden; background: #FFF; height: 288px; margin-top: 30px; position: relative; }
.newsc .picScroll-topn .bdn { width: 100%; height: 288px; overflow: hidden; }
.newsc .picScroll-topn .bdn ul { overflow: hidden; zoom: 1; }
.newsc .picScroll-topn .bdn ul li { width: 100%; height: 288px; overflow: hidden; }
.newsc .picScroll-topn .bdn ul li .new_img { width: 496px; height: 288px; overflow: hidden; float: left; }
.newsc .picScroll-topn .bdn ul li .new_txt { width: 614px; overflow: hidden; float: right; margin-right: 40px; padding-top: 28px; }
.newsc .picScroll-topn .bdn ul li .new_txt .time { width: 100%; overflow: hidden; border-bottom: 1px #eeeeee solid; padding-bottom: 25px; color: #7c7c7c; font-size: 18px; font-family: Arial; }
.newsc .picScroll-topn .bdn ul li .new_txt .time span { font-size: 70px; font-weight: bolder; color: #0056b0; }
.newsc .picScroll-topn .bdn ul li .new_txt .tin { width: 100%; overflow: hidden; padding-top: 20px; display: block; font-size: 21px; font-weight: bolder; }
.newsc .picScroll-topn .bdn ul li .new_txt p { width: 100%; overflow: hidden; font-size: 14px; line-height: 26px; padding-top: 15px; }
.newsc .picScroll-topn .hdn { width: 12px; height: 51px; position: absolute; right: 40px; top: 48px; z-index: 10; }
.newsc .picScroll-topn .hdn .prev, .newsc .picScroll-topn .hdn .next { display: block; width: 12px; height: 11px; cursor: pointer; float: right; }
.newsc .picScroll-topn .hdn .prev { background: url(../images/awp.png) no-repeat; }
.newsc .picScroll-topn .hdn .prev:hover { background: url(../images/awp_ed.png) no-repeat; }
.newsc .picScroll-topn .hdn .next { background: url(../images/awp.png) no-repeat; -webkit-transform: rotate(-180deg); transform: rotate(-180deg); margin-top: 28px; }
.newsc .picScroll-topn .hdn .next:hover { background: url(../images/awp_ed.png) no-repeat; -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
.newsc .netec { width: 330px; height: 308px; background: #FFF; padding: 0 28px; }
.newsc .netec dt { width: 330px; overflow: hidden; padding-top: 25px; border-bottom: 1px #eeeeee solid; padding-bottom: 25px; }
.newsc .netec dt .tin { width: 256px; display: block; float: left; overflow: hidden; font-size: 18px; font-weight: bold; line-height: 33px; padding-top: 10px; }
.newsc .netec dt .time { width: auto; overflow: hidden; float: right; text-align: center; }
.newsc .netec dt .time span { font-size: 50px; font-weight: bolder; display: block; }
.newsc .netec dt .time p { font-size: 12px; color: #7c7c7c; }
.newsc .netec dd { width: 330px; overflow: hidden; padding-top: 25px; color: #626262; font-size: 14; line-height: 26px; }
.newsc .netec .more { width: 37px; height: 37px; display: block; background: url(../images/ioc7.png) no-repeat; margin-top: 25px; }
.newsc .netec:nth-of-type(1) { float: left; }
.newsc .netec:nth-of-type(2) { float: left; margin-left: 22px; }
.newsc .netec:nth-of-type(3) { float: right; }
.newsc .netec:hover dt .tin, .newsc .netec:hover dt .time span { color: #0056b0; }
.newsc .netec:hover .more { background: url(../images/ioc8.png) no-repeat; }
/*link*/
.link { width: 100%; background: #f4f4f4; padding: 20px 0; }
.link .link_c { width: 1110px; overflow: hidden; margin: 0 auto; background: url(../images/link.png) no-repeat left top; line-height: 19px; padding-left: 90px; }
/*foot*/
.footer { width: 100%; overflow: hidden; background: #535353; color: #FFF; padding: 45px 0; }
.footer a { color: #FFF; }
.footer .foot1, .footer .foot2 { width: auto; overflow: hidden; float: left; }
.footer .foot2 { margin-left: 142px; }
.footer .foot1 dt, .footer .foot2 dt { font-size: 18px; font-weight: bolder; background: url(../images/ioc9.jpg) no-repeat left bottom; padding-bottom: 18px; }
.footer .foot1 dd, .footer .foot2 dd, .footer .foot3 dd { font-size: 15px; line-height: 36px; color: #c3c3c3; padding-top: 15px; }
.footer .foot1 dd a, .footer .foot2 dd a, .footer .foot3 dd a { color: #c3c3c3; }
.footer .ewm { width: 156px; overflow: hidden; float: right; border: 1px #656565 solid; padding: 10px; }
.footer .ewm dt { width: 156px; overflow: hidden; }
.footer .ewm dd { text-align: center; font-size: 15px; padding-top: 8px; }
.footer .foot3 { width: auto; overflow: hidden; float: right; margin-right: 70px; }
.footer .foot3 dt { width: 202px; height: 60px; }
.winona { display: inline-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); }
.copy { width: 100%; overflow: hidden; padding: 15px 0; line-height: normal; text-align: center; border-top: 1px #636363 solid; color: #FFF; background: #535353; }
.copy a { color: #FFF; }
/******************内页****************************/
.loc { width: 100%; height: 69px; line-height: 69px; border-bottom:1px #eeeeee solid;}
.sub_bo { width: 100%; overflow: hidden; padding-top: 20px; text-align: center; }
.sub_bo a { width: 232px; height: 76px; line-height: 76px; display:inline-block; background: #f4f4f4; text-align: center; margin: 0 4px 8px 4px; font-size:16px;}
.sub_bo a:hover, .sub_bo a.cur { background: #0056b0; color: #FFF; }
.right_bottom { width: 100%; overflow: hidden; padding-top: 30px; }
/*pljk_list*/
.pljk_list{ width: 1200px; overflow: hidden; padding-top:15px;text-align:center; display:inline-block; margin:0 auto;}
.pljk_list a{ width:auto; padding:0 24px; background:#eeeeee; display:inline-block; font-size:14px; margin-bottom:15px; height:32px; line-height:32px;}
.pljk_list a:hover,.pljk_list a.cur{ color:#FFF; background:#0056b0;}
/*product-list*/
.product-list { width: 100%; overflow: hidden; }
.product-list li { width: 280px; float: left; margin: 0 10px 20px 10px; 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; height: 210px; }
.product-list li figcaption { width: 100%; display: block; height: 45px; line-height: 45px; 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: 100; }
.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: 30 }
.product-list li mark b:before { content: ""; width: 100%; height: 1px; background: #014da1; 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: #014da1; 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 #014da1; border-right: 3px solid #014da1; 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 #014da1; border-bottom: 3px solid #014da1; 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: #014da1; }
/*************************/
.ExhibitList { width: 100%; overflow: hidden; clear: both; margin: 0 auto; }
.ExhibitList dl { float: left; width: calc((100% - 80px)/4); text-align: center; overflow: hidden; display: block; margin: 0 9px 20px 9px; border: 1px #CCC solid; }
.ExhibitList dl dt { width: 100%; overflow: hidden; }
.ExhibitList dl dt img { width: 100%; height: auto; }
.ExhibitList dl dd { width: 100%; height: 35px; line-height: 35px; overflow: hidden; text-align: center; }
.ExhibitList dl:hover { background: #0056b0; border: 1px #0056b0 solid; color: #FFF; }
.ExhibitList dl:hover dd a, .ExhibitList dl:hover dd { color: #FFF; }
/**图片点击放大**/
#jquery-overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; }
#jquery-lightbox { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#lightbox-container-image { padding: 10px; }
#lightbox-loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#lightbox-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none; }
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; zoom: 1; display: block; }
#lightbox-nav-btnPrev { left: 0; float: left; }
#lightbox-nav-btnNext { right: 0; float: right; }
#lightbox-container-image-data-box { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; }
#lightbox-container-image-data { padding: 0 10px; color: #666; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em; }
#lightbox-secNav-btnClose { width: 66px; float: right; padding-bottom: 0.7em; }/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license 弹出层 */
/*PageBar*/
.PageBar { clear: both; width: 710px; height: 54px; margin: 20px auto 10px auto; font-size: 12px; 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: #0056b0; border: 1px solid #0056b0; }
.PageButtons a { color: #333333; }
.PageButtons a:hover { background: #0056b0; color: #FFF; }
.PageInfo { height: 24px; line-height: 24px; padding-top: 10px; }
.PageBar .pagelink { margin: 0 3px; }
.disabled { display: none; }
/*products_list*/
.ln { width: 100%; height: 1px; background: #f0f0f0; }
.mk { padding: 20px; border: 1px dotted #f0f0f0; }

/*产品详细*/
.cplh { width: 100%; overflow: hidden;}
.cplh dt{ width:628px; overflow:hidden; margin:0 auto;}
.cplh dd{ width: 100%; overflow: hidden; text-align:center; line-height:normal; padding-top:10px; font-size:30px; font-weight:bolder; color:#0056b0;}

/*产品内页tag*/
.tagv { width: 100%; overflow: hidden; margin-top: 40px; }
.ztitle { width: calc(100% - 20px); margin: 0 10px 0 10px; border-bottom: 1px solid #cecece; overflow: hidden; }
.ztitle span { float: left; display: block; width: auto; padding: 0 30px; height: 50px; line-height: 50px; text-align: center; background: #ececec; font-size: 18px; border-right: 1px #FFF solid; }
.ztitle span a { cursor: pointer; }
.ztitle span.tithov, .ztitle span.tithov a { background: #0056b0; color: #FFF; }
.zntit_con1, .cok { width: calc(100% - 20px); margin: 0 10px 0 10px; padding-top: 30px; overflow: hidden; line-height: 30px; }
.zntit_con1 h2 { color: #0056b0; font-size: 16px; line-height: normal; }
.FastMove { width: calc(100% - 20px); margin: 30px 10px 0 10px; overflow: hidden; padding: 20px 0 0 0; border-top: 1px solid #cecece; line-height: 2; }
.but_tit { width: calc(100% - 20px); margin: 30px 10px 0 10px; border-bottom: 1px #cecece solid; height: 50px; line-height: 50px; }
.but_tit span { width: auto; height: 50px; background: #0056b0; color: #FFF; padding: 0 30px; float: left; font-size: 18px; }

/*相关文章*/
.xgwz { width: 100%; overflow: hidden; padding-top: 25px; }
.xgwz li { width: calc((100% - 40px)/2); margin: 0 10px; overflow: hidden; border-bottom: 1px #cfcfcf solid; line-height: normal; padding: 20px 0; }
.xgwz li .newm { border-left: 6px #0056b0 solid; padding-left: 7px; font-size: 16px; }
.xgwz li .new2 { color: #999999; font-size: 12px; 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: 15px; overflow: hidden; }
.xgwz li:nth-of-type(odd) { float: left; }
.xgwz li:nth-of-type(even) { float: right; }
/*在线留言*/
.subform { width: 694px; overflow: hidden; margin: 20px auto 0 auto; }
.subform .form-group { width: 100%; overflow: hidden; margin-bottom: 8px; }
.subform .form-group .control-label { width: 128px; height: 42px; line-height: 42px; float: left; }
.subform .form-group .control-div { width: 566px; overflow: hidden; float: left; }
.subform .form-group .control-div .form-control { width: 544px; height: 40px; line-height: 40px; border: 1px #dadada solid; padding: 0 10px; }
.subform .form-group .control-div .form-controlv { width: 544px; height: 230px; border: 1px #dadada solid; padding: 10px; }
.subform .form-group .control-div .small { width: 331px; height: 40px; line-height: 40px; border: 1px #dadada solid; padding: 0 10px; float: left; }
.subform .form-group .control-div .img { display: block; float: left; margin-left: 5px; }
.subform .form-group .control-div .btn-info { width: 178px; height: 42px; line-height: 42px; text-align: center; background: #0056b0; color: #FFF; border: 0; }
.subform .form-group .control-btn { overflow: hidden; float: left; }
.subform .form-group .control-btn .btn-info { width: 178px; height: 42px; line-height: 42px; text-align: center; background: #0056b0; color: #FFF; border: 0; }
/*联系我们*/
.serform .control-btn { overflow: hidden; float: right; }
.serform .btn-info { width: 90px; height: 42px; line-height: 42px; text-align: center; background: #0056b0; color: #FFF; border: 0; }
/*新闻列表*/
.arList { width: 100%; border-top: 1px solid #f0f0f0; overflow: hidden; }
.arList li { width: 100%; overflow: hidden; padding: 20px 0; border-bottom: 1px solid #f0f0f0; line-height: normal; }
.arList li .nemg { width: calc(100% - 30px); overflow: hidden; background: #FFF; padding: 15px; }
.arList li .newm { border-left: 6px #0056b0 solid; padding-left: 7px; font-size: 18px; font-weight: bolder; }
.arList li .new2 { color: #999999; font-size: 12px; 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: #f6f6f6; }
.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.1, 1.1); }
/*新闻标题*/
.news_tit { width: calc(100% - 20px); margin: 0 10px; overflow: hidden; padding-bottom: 30px; border-bottom: 1px #f0f0f0 solid; text-align: center; line-height: normal; }
.news_tit h1 { font-size: 18px; }
.news_tit p { color: #999999; margin-top: 10px; }
.arKeywords { padding: 15px; overflow: hidden; border-bottom: 1px #f0f0f0 solid; }
.arKeywords span { display: block; color: #0056b0; }
.arContent { width: calc(100% - 20px); margin: 30px 10px 0 10px; }
.arContent h2, .arContent h3, .arContent h4 { line-height: 2.5; }
.nodata { width: calc(100% - 20px); margin: 0 10px 0 10px; }



/*站点 浮动返回顶部*/
.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; }
.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; }
.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 { padding-left: 12px; }
.keifu_con .li-qq { height: 25px; padding-top: 2px; padding-bottom: 2px; }
.keifu_con .li-tel-title { font-weight: bold; font-size: 12px; height: 29px; line-height: 29px; border-top: 1px solid #dddddd; }
.keifu_con .li-tel-num { font-family: Arial; font-size: 12px; color: #e66d15; line-height: 20px; }
.keifu_con .li-feed-title { font-weight: bold; font-size: 12px; border-top: 1px solid #dddddd; padding-left: 0px; }
.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; }
.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; }
/*nybanner*/
.bannerv { width: 100%; overflow: hidden; height: auto; margin: 0px auto; }
.bannerv .owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* display none until init */
.bannerv .owl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }
.bannerv .owl-carousel .owl-wrapper { display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.bannerv .owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }
.bannerv .owl-carousel .owl-wrapper-outer.autoHeight { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.bannerv .owl-carousel .owl-item { float: left; }
.bannerv .owl-controls .owl-page, .bannerv .owl-controls .owl-buttons div { cursor: pointer; }
.bannerv .owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* fix */
.bannerv .owl-carousel .owl-wrapper, .bannerv .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }
.bannerv #owl-demo { position: relative; width: 100%; margin-left: auto; margin-right: auto; }
.bannerv #owl-demo .item { position: relative; display: block; }
.bannerv #owl-demo img { display: block; width: 100%; }
.bannerv #owl-demo b { position: absolute; left: 0; bottom: 0; width: 100%; height: 78px; background-color: #000; opacity: .5; filter: alpha(opacity=50); }
.bannerv #owl-demo span { position: absolute; left: 0; bottom: 37px; width: 100%; font: 18px/32px "微软雅黑", "黑体"; color: #fff; text-align: center; }
.bannerv .owl-pagination { position: absolute; left: 0; bottom: 25px; width: 100%; height: 22px; text-align: center; }
.bannerv .owl-page { display: inline-block; width: 20px; height: 20px; margin: 0 5px; background: #FFF; *display: inline;
*zoom: 1;
border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.bannerv .owl-pagination .active { background: #2770bd; }
.bannerv .owl-buttons { display: none; }
.bannerv .owl-buttons div { position: absolute; top: 50%; width: 24px; height: 48px; margin-top: -40px; text-indent: -9999px; }
@media screen and (max-width: 579px) {
.bannerv .owl-pagination { bottom: 0px; height: 15px; }
}
