@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

ul,li,ol,h1,h2,h3,h4,dl,dt,dd,form,p,span,b,u,s,i {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
}

.clearfix {
    display: inline-table;
}

* html .clearfix {
    height: 1%;
/*ie6*/
}

*+html .clearfix {
    min-height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

input,textarea {
    outline: none;
    border: 0px;
}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a {
    blr: expression(this.onFocus=this.blur());
 /* IE Opera */
    outline: none;
 /* FF Opera */
    color: #333;
}

a:focus {
    -moz-outline-style: none;
 /* FF */
} /*去掉a标签超链接的虚线框*/
.clearboth {
    clear: both
}

em {
    font-style: normal;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #f1190c;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

a:active {
    text-decoration: none;
}

.main {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}

body {
    margin: 0px;
    color: #333;
    background-color: #fff;
    font-size: 14px;
    font-family: "Microsoft YaHei",宋体,Arial, Helvetica, sans-serif;
}

.csbor {
    border: 1px solid #000;
}

/*<!--banner开始-->*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 500px;
    background: #000;
    overflow: hidden;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 500px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 500px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 42px;
    height: 11px;
    margin: 1px;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #f00;
}

.fullSlide .prev,.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 15%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 15%;
    background-position: -6px -137px;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
}
/*<!--banner结束-->*/

/*<!--搜索开始-->*/
.jgss {
    width: 100%;
    height: 95px;
    position: relative;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.jgss-dw {
    width: 435px;
    float: left;
}

.jgss-dw p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 20px;
}

.jgss-dw span {
    font-size: 16px;
}

.jgss-dw span b {
    color: #014fa1;
}

.ssk {
    float: left;
    margin-top: 32px;
}

.ss-text {
    width: 310px;
    height: 29px;
    background: none;
    border: 1px solid #c3c1cf;
    color: #858585;
    font-size: 12px;
    padding-left: 10px;
    float: left;
}

.ss-submit {
    width: 50px;
    height: 33px;
    float: left;
    background: url(../images/ss.png) no-repeat;
    cursor: pointer;
    margin-left: -1px;
    margin-top: -1px;
}

.jgss-tell {
    float: right;
    line-height: 26px;
    padding-top: 20px;
    background: url(../images/dhh.png) no-repeat 0px 20px;
    padding-left: 70px;
    padding-bottom: 15px;
}

.jgss-tell p {
    font-size: 24px;
    color: #f1190c;
}
/*<!--搜索结束-->*/

/*网站标题开始*/
.wzbt {
    text-align: center;
    height: 125px;
}

.wzbt h3 {
    font-size: 26px;
    font-weight: bold;
    color: #014fa1;
    height: 75px;
    line-height: 105px;
}

.wzbt p {
    color: #666;
}
/*网站标题结束*/

/*产品中心开始*/
.cpzx {
    height: 720px;
    background: #f3f3f3;
}

.cpzx-l {
    width: 230px;
    float: left;
    background: #fff;
}

.cpzx-top {
    height: 150px;
}

.cpzx-top p {
    height: 55px;
    font-size: 32px;
    font-weight: bold;
    color: #014fa1;
    padding-left: 15px;
    line-height: 83px;
}

.cpzx-top span {
    display: block;
    width: 195px;
    height: 95px;
    background: #014fa1;
    color: #fff;
    padding-left: 15px;
}

.cpzx-top span b {
    display: block;
    font-size: 32px;
    font-weight: bold;
    height: 45px;
    line-height: 24px;
}

.cpzx-top span i {
    font-size: 22px;
    font-weight: bold;
}

.cpzx-l ul {
    padding-bottom: 20px;
}

.cpzx-l ul li p {
    padding-left: 20px;
    width: 210px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    background: #ccc;
    margin-top: 20px;
    overflow: hidden;
}

.cpzx-l ul li dd {
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
    width: 195px;
    overflow: hidden;
}

.cpzx-l ul li dd a {
    color: #333;
}

.cpzx-l ul li p:hover {
    background: #014fa1;
}

.cpzx-l ul li p:hover a {
    color: #fff;
}

.cpzx-l ul li dd:hover {
    background: #eee;
}

.cpzx-r {
    float: right;
    width: 948px;
}

.cpzx-r ul li {
    width: 217px;
    float: left;
    margin-left: 20px;
}

.cpzx-r ul li p {
    width: 215px;
    height: 147px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.cpzx-r ul li p a img {
    width: 215px;
    height: 147px;
    -webkit-transition: all .5s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

.cpzx-r ul li p:hover a img {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

.cpzx-r ul li span {
    display: block;
    height: 30px;
    width: 217px;
    text-align: center;
    line-height: 30px;
}

.cpzx-r ul li span:hover a {
    color: #014fa1;
}
/*产品中心结束*/

/*小banenr1开始*/
.banner1 {
    height: 230px;
    background: url(../images/banner1-01.jpg) no-repeat center;
}

.banner1-l {
    float: left;
    color: #fff;
    margin-left: 285px;
}

.banner1-l p {
    font-size: 24px;
    font-weight: bold;
    height: 40px;
    margin-top: 70px;
}

.banner1-l span {
    font-size: 18px;
}

.banner1-r {
    float: right;
}

.banner1-r p {
    width: 220px;
    height: 86px;
    background: url(../images/banner1-tell.png) no-repeat center;
    color: #fff;
    margin-top: 30px;
}

.banner1-r p b {
    display: block;
    padding-left: 48px;
    background: url(../images/banner1-tell1.png) no-repeat 15px 11px;
    height: 34px;
    line-height: 41px;
}

.banner1-r p i {
    font-size: 28px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.banner1-r span {
}

.banner1-r span a {
    display: block;
    width: 91px;
    height: 28px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 27px;
    color: #fff;
    margin-right: 28px;
    float: left;
    margin-top: 23px;
}

.banner1-r span a:hover {
    background: #fff;
    color: #014fa1;
}
/*小banenr1结束*/

/*优势开始*/
.cpyx {
    height: 1175px;
    border-bottom: 1px solid #014fa1;
}

.cpyx-top {
    text-align: center;
    height: 190px;
    background: url(../images/cpyx-top.png) no-repeat top;
}

.cpyx-top h3 {
    font-size: 34px;
    font-weight: bold;
    color: #f1190c;
    height: 84px;
    line-height: 105px;
}

.cpyx-top p {
    font-size: 18px;
    height: 45px;
}

.cpyx-top span {
    color: #ccc;
}

.cpyx-s {
    height: 530px;
}

.cpyx-s .cpyx-wz {
    float: left;
}

.cpyx-sr {
    float: right;
    width: 550px;
    height: 470px;
    background: url(../images/cpyx-02.jpg) no-repeat center;
}

.cpyx-wz li {
    height: 230px;
}

.cpyx-wz li p {
    height: 85px;
}

.cpyx-wz li p img {
    display: block;
    width: 105px;
    height: 85px;
    float: left;
}

.cpyx-wz li p b {
    display: block;
    float: left;
}

.cpyx-wz li p b i {
    display: block;
    font-size: 19px;
    height: 47px;
    line-height: 60px;
}

.cpyx-wz li p b strong {
    display: block;
    font-size: 24px;
    color: #014fa1;
}

.cpyx-wz li span {
    display: block;
    line-height: 29px;
    color: #666;
    margin-left: 110px;
    padding-left: 20px;
    padding-top: 15px;
    background: url(../images/cpyx-01.png) no-repeat 0px 25px;
}

.cpyx-x .cpyx-wz {
    float: right;
}

.cpyx-xr {
    float: left;
    width: 524px;
    height: 404px;
    background: url(../images/cpyx-03.jpg) no-repeat center;
}
/*优势结束*/


/*成功案例开始*/
.cgal {
    height: 405px;
}

.hmhy-gd {
    height: 242px;
    overflow: hidden;
    width: 1254px;
    margin: 0 auto;
}

.hmhy-gd .bd {
    overflow: hidden;
    margin: 0 auto;
    width: 1206px;
    height: 245px;
}

.hmhy-gd li {
    float: left;
    width: 264px;
    height: 229px;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 4px;
    margin: 0px 13px;
}

.hmhy-gd li p {
    width: 264px;
    height: 229px;
    overflow: hidden;
}

.hmhy-gd li p a img {
    width: 264px;
    height: 229px;
    -webkit-transition: all .5s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

.hmhy-gd li p a:hover img {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

.hmhy-gd li span {
    width: 100%;
    height: 30px;
    margin-top: -30px;
    position: relative;
    z-index: 9;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 14px;
    background: rgba(0,0,0,0.6);
}

.hmhy-gd li span a {
    color: #fff;
}

.hmhy-gd .wzgd-l {
    width: 37px;
    height: 117px;
    float: left;
    display: block;
    position: relative;
    top: -145px;
    left: -1px;
    z-index: 1;
}

.hmhy-gd .wzgd-r {
    width: 37px;
    height: 117px;
    float: right;
    display: block;
    position: relative;
    top: -145px;
    right: -20px;
    z-index: 1;
}
/*成功案例结束*/

/*公司简介开始*/
.gsjj {
    height: 535px;
    background: url(../images/gsjj-bj.png) no-repeat center;
    padding-top: 40px;
}

.gsjj-l {
    float: left;
    width: 310px;
    height: 456px;
    background: url(../images/gsjj-01.png) no-repeat;
    padding-left: 25px;
}

.gsjj-r {
    float: left;
}

.gsjj-r p {
    font-size: 36px;
    color: #ccc;
    height: 95px;
    line-height: 135px;
}

.gsjj-r p strong {
    display: block;
    width: 35px;
    height: 2px;
    background: #f1190c;
    float: left;
    margin-right: 15px;
    margin-top: 67px;
}

.gsjj-r p span {
    display: block;
}

.gsjj-r h3 {
    margin-left: 50px;
    font-size: 18px;
    height: 110px;
}

.gsjj-r i {
    margin-left: 50px;
    display: block;
    font-size: 22px;
    font-weight: bold;
    height: 70px;
}

.gsjj-r i a {
    color: #014fa1;
}

.gsjj-r b {
    display: block;
    width: 760px;
    height: 80px;
    margin-left: 50px;
    line-height: 26px;
    color: #666;
    overflow: hidden;
}

.gsjj-r span {
    margin-left: 50px;
    display: block;
}

.gsjj-r span a {
    display: block;
    width: 128px;
    height: 28px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 27px;
    color: #666;
    margin-top: 35px;
}

.gsjj-r span a:hover {
    background: #fff;
    color: #014fa1;
}
/*公司简介结束*/

/*客户见证开始*/
.khjz {
    height: 580px;
}

.khjz-nr {
    width: 1260px;
    margin: 0 auto;
}

.khjz-nr ul li {
    padding: 20px;
    float: left;
    width: 530px;
    height: 150px;
    background: #f3f3f3;
    margin-bottom: 30px;
    margin-left: 40px;
}

.khjz-nr ul li p {
    float: left;
    width: 200px;
    margin-right: 35px;
}

.khjz-nr ul li p i {
    width: 200px;
    height: 150px;
    display: block;
}

.khjz-nr ul li p i img {
    width: 200px;
    height: 150px;
}

.khjz-nr ul li p b {
    display: block;
    font-size: 16px;
    font-weight: bolder;
    height: 35px;
    line-height: 44px;
    width: 200px;
    overflow: hidden;
}

.khjz-nr ul li span {
    display: block;
    float: left;
}

.khjz-nr ul li span i {
    display: block;
    line-height: 33px;
    width: 280px;
    height: 100px;
    overflow: hidden;
    color: #666;
    margin-top: 10px;
}

.khjz-nr ul li span b a {
    display: block;
    width: 285px;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
}

.khjz-nr ul li:hover {
    background: #014fa1;
}

.khjz-nr ul li:hover p b a {
    color: #fff;
}

.khjz-nr ul li:hover span i {
    color: #fff;
}

.khjz-nr ul li:hover span b {
    color: #fff;
}

.khjz-nr ul li:hover span b a {
    color: #fff;
}

.khjz-nr ul li span b a:hover{
    color:#f1190c;
}
/*客户见证结束*/

/*新闻中心开始*/
.xwzx-nr {
    width: 397px;
    float: left;
    margin-right: 28px;
}

.xwzx-top {
    height: 30px;
    border-bottom: 1px dashed #ccc;
}

.xwzx-top p {
    float: left;
}

.xwzx-top p a {
    font-size: 18px;
}

.xwzx-top p span {
    font-size: 16px;
    color: #666;
}

.xwzx-top i {
    display: block;
    float: right;
    line-height: 26px;
    height: 30px;
}

.xwzx-top i a {
    color: #666;
}

.xwzx-top i a:hover {
    color: #f1190c;
}

.xwzx-xx .xwzx-tw {
    height: 125px;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.xwzx-xx .xwzx-tw p {
    width: 148px;
    height: 108px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 20px;
}

.xwzx-xx .xwzx-tw p a img {
    width: 148px;
    height: 108px;
}

.xwzx-xx .xwzx-tw span {
    display: block;
    float: left;
}

.xwzx-xx .xwzx-tw span i {
    display: block;
    height: 30px;
    width: 225px;
    overflow: hidden;
    line-height: 26px;
}

.xwzx-xx .xwzx-tw span i:hover a {
    color: #014fa1;
}

.xwzx-xx .xwzx-tw span b {
    display: block;
    width: 225px;
    line-height: 24px;
    color: #666;
    height: 48px;
    overflow: hidden;
}

.xwzx-xx .xwzx-tw span strong {
    font-weight: normal;
    float: right;
    margin-top: 8px;
    color: #666;
}

.xwzx-xx ul li {
    height: 30px;
    line-height: 30px;
}

.xwzx-xx ul li p {
    float: left;
    width: 310px;
    height: 30px;
    overflow: hidden;
}

.xwzx-xx ul li p a {
    color: #666;
}

.xwzx-xx ul li p:hover a {
    color: #014fa1;
}

.xwzx-xx ul li span {
    display: block;
    float: right;
    color: #666;
}

.xwzx-wd {
    float: right;
    width: 330px;
}

.xwzx-wd ul li {
    height: 92px;
    padding-top: 10px;
    border-bottom: 1px dashed #ccc;
}

.xwzx-wd ul li p {
    height: 22px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.xwzx-wd ul li p b {
    display: block;
    width: 22px;
    height: 22px;
    background: #014fa1;
    text-align: center;
    line-height: 21px;
    color: #fff;
    float: left;
    margin-right: 7px;
}

.xwzx-wd ul li p a {
    display: block;
    float: left;
    height: 22px;
    line-height: 21px;
    width: 295px;
    overflow: hidden;
}

.xwzx-wd ul li span {
    display: block;
}

.xwzx-wd ul li span b {
    display: block;
    width: 22px;
    height: 22px;
    background: #f1190c;
    text-align: center;
    line-height: 21px;
    color: #fff;
    float: left;
    margin-right: 7px;
    margin-top: 3px;
}

.xwzx-wd ul li span i {
    display: block;
    float: left;
    width: 300px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
/*新闻中心结束*/

/*友情链接开始*/
.links {
    height: 65px;
    line-height: 65px;
}

.links p {
    float: left;
    height: 65px;
    line-height: 65px;
    font-weight: bold;
}

.links a {
    float: left;
    padding: 0 10px;
    color: #666;
}

.links a:hover {
    color: #014fa1;
}
/*友情链接结束*/