﻿@charset "utf-8";

body {
    min-width: 1200px;
    width: 100%;
}

/**/
.four {
    background: url(../images/four_bg.gif) no-repeat center 60px;
    height: 492px;
    padding: 60px 0 10px;
}

.four_l {
    width: 685px;
}

.four_l p {
    font-size: 35px;
    color: #292a2a;
    height: 78px;
    line-height: 26px;
}

.four_l p i {
    display: block;
    font-size: 12px;
    color: #797979;
    text-transform: uppercase;
}

.four_l span {
    display: block;
    width: 657px;
    padding: 0 0 0 28px;
}

.four_l span img {
    width: 657px;
    height: 336px;
}

.four_r {
    width: 450px;
    padding: 135px 0 0;
}

.four_r dl {
    width: 220px;
    height: 60px;
    float: left
}

.four_r dl dt {
    width: 24px;
    float: left;
}

.four_r dl dt img {
    width: 28px;
    height: 28px;
}

.four_r dl dd {
    width: 170px;
    float: left;
    padding: 0 0 0 20px;
}

.four_r dl dd em {
    display: block;
    font-size: 20px;
    color: #333;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.four_r dl dd p {
    font-size: 14px;
    color: #666;
    padding: 5px 0 0;
}

.four_r dl:hover dd em, .four_r dl:hover dd p {
    color: #d81e25;
}

/*产品中心01*/
.cp01_bg {
    background: url(../images/honor_bg.jpg) no-repeat center center;
    padding: 30px 0 30px;
    border-bottom: 1px #f1f1f1 solid;
}

.cp01_l {
    width: 485px;
}

.cp01_t {
    background: url(../images/index/cp_tbg.gif) no-repeat;
    height: 265px;
}

.cp01_t a {
    font-size: 34px;
    color: #555;
    line-height: 50px;
    display: block;
    height: 150px;
}

.cp01_t b {
    display: block;
    font-size: 46px;
    color: #333;
    padding: 18px 0 8px;
}

.cp01_t span {
    display: block;
    font-size: 22px;
    color: #777;
    background: url(../images/index/cp_line03.gif) no-repeat 0 15px;
    padding: 0 0 0 55px;
    height: 30px;
    line-height: 30px;
}

.cp01_m {
    height: 365px;
}

.cp01_m h3 {
    width: 315px;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    border-bottom: #9c9c9c 1px solid;
    font-weight: normal;
    margin-bottom: 20px;
}

.cp01_m h3 a {
    font-size: 28px;
    color: #333;
}

.cp01_m h3 em {
    display: block;
    float: left;
    width: 30px;
    line-height: 0;
    padding: 15px 10px 0 0;
}

.cp01_m h3 em img {
    width: 30px;
    height: 36px;
}

.cp01_m h3 span {
    font-size: 14px;
    color: #666;
    padding: 0 0 0 10px;
}

.cp01_m ul li {
    width: 130px;
    float: left;
}

.cp01_m ul li a {
    font-size: 18px;
    color: #777;
    display: block;
    width: 130px;
    float: left;
    height: 54px;
    line-height: 54px;
}

.cp01_m ul li a:hover {
    background: url(../images/cp_line01.gif) no-repeat 0 53px;
    color: #d81e25;
}

.cp01_bot p {
    width: 315px;
    float: left;
}

.cp01_bot p img {
    width: 315px;
    height: 185px;
}

.cp01_bot span {
    display: block;
    float: left;
    padding: 148px 0 0;
}

.cp01_bot span img {
    width: 117px;
    height: 37px;
}

.cp01_r {
    width: 609px;
    height: 807px;
    padding: 10px 0 0;
}

.cp01_r img {
    width: 609px;
    height: 807px;
}

.cp01_r em {
    display: block;
    width: 110px;
    height: 65px;
    position: absolute;
    top: -25px;
    right: -60px;
}

.cp01_r em img {
    width: 110px;
    height: 65px;
}

.cp01_list {
    padding: 30px 0 0;
}

.cp01_list ul li {
    width: 280px;
    float: left;
    line-height: 0;
    margin-left: 20px;
}

.cp01_list ul li img {
    width: 280px;
    height: 220px;
}

.cp01_list ul li span {
    width: 280px;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #ccc;
    overflow: hidden;
}

.cp_pic {
    display: block;
    *display: inline;
    *zoom: 1;
    position: relative;
    height: 220px;
    border: 1px solid #d1d1d1;
    width: 280px;
}

.cp_pic:before, .cp_pic:after {
    content: '';
    position: absolute;
    z-index: 1;
    overflow: hidden;
    left: 50%;
    height: 0px;
    width: 10%;
    border: 2px solid #f00;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .3s ease-out .2s, height .2s ease-in;
    transition: width .3s ease-out .2s, height .2s ease-in;
}

.cp_pic:before {
    top: -1px;
    border-bottom: 0;
}

.cp_pic:after {
    bottom: -1px;
    border-top: 0;
}

.cp_pic:hover:before, .cp_pic:hover:after {
    width: 100%;
    height: 220px;
    -webkit-transition: width .3s ease-in, height .2s ease-out .3s;
    transition: width .3s ease-in, height .2s ease-out .3s;
}

.cp01_list ul li:first-child {
    margin-left: 0;
}

/*产品中心02*/
.cp02_bg {
    background: url(../images/index/cp02_bg.gif) no-repeat center 0;
    padding: 0 0 100px;
}

.cp02_l {
    width: 700px;
    padding: 97px 0 0;
    height: 605px;
}

.cp02_l span {
    display: block;
    width: 934px;
    height: 605px;
    position: absolute;
    top: 97px;
    right: 0;
}

.cp02_l span img {
    width: 934px;
    height: 605px;
}

.cp02_l em {
    display: block;
    width: 110px;
    position: absolute;
    top: 55px;
    right: -50px;
}

.cp02_l em img {
    width: 110px;
    height: 65px;
}

.cp02_r {
    width: 360px;
    padding: 140px 0 0;
}

.cp02_m {
    height: 220px;
}

.cp02_m h3 span {
    float: right;
}

.cp02_m ul li {
    width: 120px;
}

.cp02_m ul li a {
    font-size: 14px;
    color: #666;
    width: 110px;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 10px;
}

.cp02_m ul li a:hover {
    background: url(../images/index/cp_line02.gif) no-repeat 0 16px;
}

.cp_btn {
    display: block;
    width: 183px;
    height: 59px;
    padding: 20px 0 0;
}

.cp_btn a {
    font-size: 20px;
    color: #fff;
    background: url(../images/index/cp_btn.gif) no-repeat;
    display: block;
    width: 115px;
    height: 59px;
    line-height: 58px;
    overflow: hidden;
    padding: 0 0 0 68px;
}

.cp02_list {
    padding: 50px 0 0;
}

/*定制细节展示*/
.zhans_bg {
    height: auto;
    padding: 25px 0 0;
    border-top: 1px #f1f1f1 solid;
    background: #F7F7F7
}

.zhans_t {
    font-size: 24px;
    color: #555;
    background: url(../images/index/zhans_tbg.png) no-repeat;
    width: 700px;
    height: 160px;
    line-height: 50px;
}

.zhans_t b {
    display: block;
    font-size: 46px;
    color: #333;
    padding: 15px 0 10px;
}

.zhans dl {
    width: 520px;
    height: 70px;
    padding: 15px 0 0;
    float: left;
    margin-right: 50px;
    margin-bottom: 10px;
}

.zhans dl dt {
    width: 26px;
    float: left;
    padding: 0 10px;
}

.zhans dl dt img {
    width: 26px;
    height: 26px;
}

.zhans dl dd {
    width: 460px;
    float: left;
}

.zhans dl dd em {
    display: block;
    font-size: 20px;
    color: #333;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.zhans dl dd p {
    font-size: 14px;
    color: #888;
    padding: 5px 0 0;
}

.zhans dl:hover {
    background: #fff;
    box-shadow: 0 3px 10px 3px #d0d0d0;
}

.zhans_tel {
    width: 600px;
    padding: 25px 0 0 10px;
}

.zhans_tel span {
    display: block;
    float: left;
    font-size: 22px;
    color: #666;
    width: 325px;
    background: url(../images/index/zhans_tel.png) no-repeat 0 4px;
    height: 40px;
    line-height: 30px;
    padding: 0 0 0 35px;
}

.zhans_tel i {
    font-size: 24px;
    color: #d81e25;
    font-style: italic;
}

.zhans_tel em, .ys_tel em {
    display: block;
    float: left;
    width: 100px;
}

.zhans_tel em a, .case dl dt span, .ys_tel em a {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #d81e25;
}

/*应用案例*/
.case {
    padding: 120px 0 45px;
}

.case_bt {
    background: url(../images/index/case_tbg.gif) no-repeat;
    width: 450px;
    position: absolute;
    top: 115px;
    right: 0;
    line-height: 50px;
    height: 130px;
}

.case_bt a, .ab_t a {
    font-size: 26px;
    color: #555;
}

.case_bt b, .ab_t b {
    display: block;
    font-size: 36px;
    color: #333;
    padding: 55px 0 5px;
    font-weight: normal
}

.case_t {
    width: 450px;
    position: absolute;
    top: 260px;
    right: 0;
}

.case_t ul li {
    width: 130px;
    height: 45px;
    float: left;
}

.case_t ul li a {
    font-size: 16px;
    color: #666;
    width: 115px;
    height: 45px;
    float: left;
    display: block;
    line-height: 45px;
    padding: 0 0 0 15px;
}

.case_t ul li a:hover, .case_t ul li.cur a {
    background: url(../images/index/cp_line02.gif) no-repeat 0 17px;
    color: #d81e25;
}

.case dl dt {
    background: url(../images/index/case_k.gif) no-repeat;
    width: 610px;
    height: 487px;
    float: left;
    padding: 45px 0 0 32px;
    line-height: 0;
}

.case dl dt img {
    width: 571px;
    height: 428px;
}

.case dl dt span {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case dl dd {
    padding: 290px 0 0 115px;
    width: 275px;
    float: left;
}

.case dl dd h5 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.case dl dd h5 a {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.case dl dd h5 a:hover {
    color: #d81e25;
}

.case .case_desc {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    padding: 20px 0 0;
    height: 64px;
    overflow: hidden;
}

.case dl dd span {
    display: block;
    width: 117px;
    padding: 20px 0 0;
}

.case dl dd span img {
    width: 117px;
    height: 32px;
}

/*合作客户*/
.renz {
    padding: 0 0 20px;
    border-top: 1px #ededed solid;
    border-bottom: 1px #ededed solid;
}

.ren_m {
    width: 1200px;
    overflow: hidden;
}

.ren_m ul li {
    width: 260px;
    float: left;
    line-height: 0;
    border: #bebebe 1px solid;
    margin-right: 20px;
}

.ren_m ul li:hover {
    border: #f33824 1px solid;
}

.ren_m ul li img {
    width: 260px;
    height: 146px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.ren_m ul li:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*优势*/
.ys_bg {
    background: url(../images/index/ys_bg.gif) no-repeat center 0;
    height: 896px;
}

.ys_l {
    width: 556px;
    margin-left: -60px;
    padding: 80px 0 0;
}

.ys_l img {
    width: 556px;
    height: 742px;
}

.ys_r {
    width: 550px;
    padding: 80px 0 0;
}

.ys_t {
    background: url(../images/index/ys_tbg.gif) no-repeat;
    height: 260px;
    font-size: 30px;
    color: #555;
    line-height: 50px;
}

.ys_t b {
    display: block;
    font-size: 46px;
    color: #333;
    padding: 18px 0 8px;
}

.ys_t span {
    display: block;
    font-size: 20px;
    color: #777;
    background: url(../images/index/cp_line03.gif) no-repeat 0 15px;
    padding: 0 0 0 55px;
    height: 30px;
    line-height: 30px;
    margin: 15px 0 0;
}

.ys_m dl {
    width: 550px;
    height: 140px;
}

.ys_m dl dt {
    width: 80px;
    float: left;
}

.ys_m dl dt img {
    width: 60px;
    height: 36px;
}

.ys_m dl dd {
    width: 470px;
    float: left;
}

.ys_m dl dd em {
    display: block;
    font-size: 22px;
    color: #333;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.ys_m dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    padding: 15px 0 0;
}

.ys_bot {
    width: 470px;
    padding: 0 0 0 80px;
}

.ys_bot ul li {
    font-size: 16px;
    color: #333;
    height: 50px;
    line-height: 50px;
    float: left;
    width: 156px;
}

.ys_bot ul li em {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    line-height: 0;
    overflow: hidden;
    margin: 15px 10px 0 0;
}

.ys_bot ul li em img {
    width: 18px;
    height: 36px;
}

.ys_bot ul li:hover em img, .ys_bot ul li.on em img {
    margin-top: -18px;
}

.ys_tel {
    width: 550px;
    padding: 115px 0 0;
}

.ys_tel span {
    display: block;
    float: left;
    font-size: 20px;
    color: #666;
    width: 250px;
    background: url(../images/index/ys_tel.gif) no-repeat 0 9px;
    line-height: 26px;
    padding: 0 0 0 60px;
}

.ys_tel i {
    font-size: 26px;
    color: #d81e25;
    font-style: italic;
    display: block;
    font-weight: bold;
}

.ys_tel em {
    padding: 18px 0 0;
}

.ys_tel em a {
    background: #222;
}

.ys_tel em a:hover {
    background: #d81e25;
}

/*新闻中心*/
.news {
    padding: 20px 0 20px;
}

.news_bt {
    height: 85px;
    text-align: center;
}

.news_bt a {
    font-size: 36px;
    color: #333;
    font-weight: normal;
}

.news_bt a:hover {
    color: #d81e25;
}

.news_t {
    height: 40px;
    width: 300px;
    margin: 0 auto;
}

.news_t ul li {
    float: left;
    width: 140px;
    padding: 0 5px;
}

.news_t ul li a {
    font-size: 14px;
    color: #333;
    display: block;
    height: 36px;
    line-height: 36px;
    width: 136px;
    text-align: center;
    border: #e2e2e2 2px solid;
}

.news_t ul li a:hover, .news_t ul li.on a {
    color: #fff;
    background: #d81e25;
    border: #d81e25 2px solid;
}

.news_l {
    width: 565px;
    padding: 45px 0 0;
}

.news_l dl dt {
    display: inline-block;
    width: 565px;
    overflow: hidden;
}

.news_l dl dt p {
    width: 140px;
    height: 180px;
    float: left;
    background: #222;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 30px 0 0;
}

.news_l dl dt p i {
    display: block;
    font-size: 12px;
    color: #9190a3;
    text-transform: uppercase;
}

.news_l dl dt p b {
    display: block;
    padding: 50px 0 0;
    font-size: 26px;
    font-style: italic;
    color: #d81e25;
}

.news_l dl dt p span {
    color: #d81e25;
    display: block;
    padding: 5px 0 0;
    font-size: 14px;
    font-style: italic;
}

.news_l dl dt .news_pic {
    width: 420px;
    height: 210px;
    display: block;
    float: left;
    overflow: hidden;
}

.news_l dl dt .news_pic img {
    width: 420px;
    height: 210px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.news_l dl dt .news_pic img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news_l dl dd {
    width: 490px;
    padding: 20px 0 0;
}

.news_l dl dd h5, .news_r dl dd h5 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.news_l dl dd h5 a, .news_r dl dd h5 a {
    font-size: 14px;
    color: #333;
}

.news_l dl dd h5 a:hover, .news_r dl dd h5 a:hover {
    color: #d81e25;
}

.news_l .news_desc {
    font-size: 14px;
    color: #888;
    line-height: 22px;
}

.news_r {
    width: 560px;
    padding: 20px 0 0;
}

.news_r dl {
    width: 560px;
    display: inline-block;
    border-bottom: #dadada 1px solid;
    padding: 25px 0;
}

.news_r dl dt {
    font-size: 22px;
    color: #888;
    font-style: italic;
    width: 85px;
    float: left;
    padding: 15px 0 0;
}

.news_r dl dt b {
    font-size: 40px;
}

.news_r dl dd {
    width: 460px;
    float: left;
    padding: 0 0 0 15px;
}

.news_r .news_desc {
    font-size: 14px;
    color: #77;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

/*关于奥年*/
.ab_bg {
    background: url(../images/ab_bg.gif) no-repeat center 0;
    height: 512px;
    padding: 76px 0 0;
}

.about dl dt {
    width: 530px;
    height: 366px;
    float: right;
    overflow: hidden;
    padding: 50px 40px 0 0;
}

.about dl dt img {
    width: 530px;
    height: 366px;
}

.about dl dd {
    width: 550px;
    float: left;
}

.ab_t {
    background: url(../images/ab_tbg.png) no-repeat;
    width: 470px;
    line-height: 50px;
    height: 100px;
}

.about dl dd h4 {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.about dl dd h4 a {
    font-size: 22px;
    color: #333;
    font-weight: normal;
}

.about .ab_desc {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    height: 210px;
    overflow: hidden;
    padding: 20px 0 0;
}

.about dl dd em {
    display: block;
    width: 117px;
    padding: 40px 0 0;
}

.about dl dd em img {
    width: 117px;
    height: 32px;
}

/*企业相册*/
.ab_m {
    padding: 35px 0 70px;
    border-top: 1px #D8D8D8 solid;
}

.photo_t {
    height: 50px;
    line-height: 44px;
    overflow: hidden;
    background: url(../images/index/photo_tbg.gif) no-repeat;
    text-transform: uppercase;
}

.photo_t a {
    font-size: 22px;
    color: #333;
    padding: 0 0 0 32px;
}

.photo_t em {
    font-size: 12px;
    color: #666;
    padding: 0 0 0 5px;
}

.photo_t span {
    float: right;
}

.photo_t span a {
    font-size: 14px;
    color: #666;
}

.ab_c {
    padding-top: 5px;
    width: 1200px;
    overflow: hidden;
}

.ab_c ul li {
    width: 280px;
    float: left;
    margin-right: 20px;
    border-radius: 0px;
    border: 1px #dd0000 solid;
}

.ab_c ul li p {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

.ab_c ul li img {
    width: 280px;
    height: 210px;
}

/**/
@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
    }
    20%, 60% {
        -webkit-transform: translate3d(-10px, 0, 0);
    }
    40%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }
    20%, 60% {
        transform: translate3d(-10px, 0, 0);
    }
    40%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}
