﻿/*公共样式*/
.wrap {
    width: 1200px;
    position: relative;
    left: 50%;
    margin-left: -600px;
}

.wrap:after {
    content: "";
    display: block;
    clear: both;
}

.karma-title {
    padding: 50px 0;
}

.karma-title h2 {
    font: 500 24px/36px "Microsoft YaHei";
    text-align: center;
    color: #333333;
}

.karma-title h3 {
    font: 500 20px/24px "Arial";
    text-align: center;
    color: rgba(102,102,102,.3);
    text-transform: uppercase;
}

/*头部导航栏*/
.karma-nav {
    line-height: 80px;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    width: 100%;
    z-index: 10;
}

.karma-logo {
    float: left;
}

.karma-menu {
    float: right;
}

.karma-menu li {
    float: left;
    margin-left: 64px;
}

.karma-menu li a {
    color: #fff;
    font: 500 16px/80px "Microsoft YaHei";
}

/*首页banner*/
.banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 800px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 50%;
    bottom: 78px;
    z-index: 100;
}

.banner .num li {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 4px;
    background: transparent;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #fff;
}

.banner .num li.num_hover {
    background-color: #fff;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 14px;
    height: 14px;
    line-height: 14px;
}

/*询盘信息*/
.karma-xunpan {
    background: #fff;
    z-index: 9;
    margin-top: -31px;
    line-height: 62px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.xunpan {
    float: left;
    padding-left: 30px;
    font: 500 12px/62px "宋体";
}

.hotSearch {
    float: right;
}

.hotKey {
    float: left;
}

.hotKey span {
    font: 500 12px/62px "宋体";
}

.karma-search {
    float: left;
}

/*服务项目*/
.karma-product {
    margin-top: -20px;
}

.productList li {
    float: left;
    width: 280px;
    height: 210px;
    overflow: hidden;
    margin-left: 21px;
    border: 2px solid #eaeaea;
    margin-top: 30px;
}

.productList li:nth-child(1),
.productList li:nth-child(5) {
    margin-left: 0;
}

.productList li img {
    width: 280px;
    height: 210px;
}

/*关于我们*/
.karma-about {
    background: url("../images/about_bg.jpg") no-repeat left;
}

.karma-about img {
    width: 560px;
    height: 379px;
    float: left;
}

.karma-about p {
    margin-top: 30px;
    margin-left: 40px;
    float: left;
    width: 530px;
    font: 500 14px/28px "Microsoft YaHei";
}

.karma-about p a {
    display: block;
    width: 100px;
    font: 500 14px/34px "Microsoft YaHei";
    background: #333333;
    color: #fff;
    text-align: center;
    border-radius: 18px;
    margin-top: 90px;
}

/*新闻中心*/
.karma-infos {
    background: url("../images/infos-bg.jpg") no-repeat center top;
    padding-top: 200px;
}

.infos-con {
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
    padding-top: 98px;
    padding-bottom: 190px;
}

.infos-con > a {
    position: absolute;
    text-align: center;
    bottom: 78px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    font: 500 14px/34px "Microsoft YaHei";
    color: #fff;
    background: #333333;
    border-radius: 17px;
}

.karma-infos li {
    float: left;
    width: 326px;
    position: relative;
}

.karma-infos li:first-child {
    left: 70px;
}

.karma-infos li:nth-child(2) {
    left: 110px;
}

.karma-infos li:nth-child(3) {
    left: 140px;
}

.infos-con li span {
    font: 500 30px/60px "Arial";
    color: rgba(51, 51, 51, .8);
}

.infos-con li h3 {
    font: 500 16px/32px "Microsoft YaHei";
    color: rgba(51, 51, 51, .8);
}

.infos-con li p {
    font: 500 14px/28px "Microsoft YaHei";
    color: rgba(102, 102, 102, .6);
    height: 77px;
    overflow: hidden;
}

.infos-con li a {
    display: block;
    width: 100px;
    font: 500 12px/30px "Microsoft YaHei";
    text-align: center;
    background: #333333;
    border-radius: 15px;
    color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
}

.infos-con li i {
    display: block;
    width: 100%;
    height: 1px;
    background: #dddddd;
    margin-top: 50px;
}

.infos-con li i:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #323232;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

/*新闻hover*/
.infos-con li:hover span,
.infos-con li:hover h3 {
    color: rgba(51, 51, 51, 1);
}

.infos-con li:nth-child(1):hover {
    animation: myfirst .6s linear;
    -webkit-animation: myfirst .6s linear;
    animation-fill-mode: forwards;
}

.infos-con li:nth-child(2):hover {
    animation: myfirst2 .6s linear;
    -webkit-animation: myfirst2 .6s linear;
    animation-fill-mode: forwards;
}

.infos-con li:nth-child(3):hover {
    animation: myfirst3 .6s linear;
    -webkit-animation: myfirst3 .6s linear;
    animation-fill-mode: forwards;
}

.infos-con li:hover i:after {
    width: 100%;
}

@keyframes myfirst {
    0% {
        left: 70px;
    }
    25% {
        left: 60px;
    }
    50% {
        left: 70px;
    }
    75% {
        left: 80px;
    }
    100% {
        left: 70px;
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    0% {
        left: 70px;
    }
    25% {
        left: 60px;
    }
    50% {
        left: 70px;
    }
    75% {
        left: 80px;
    }
    100% {
        left: 70px;
    }
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0% {
        left: 70px;
    }
    25% {
        left: 60px;
    }
    50% {
        left: 70px;
    }
    75% {
        left: 80px;
    }
    100% {
        left: 70px;
    }
}

@-o-keyframes myfirst /* Opera */
{
    0% {
        left: 70px;
    }
    25% {
        left: 60px;
    }
    50% {
        left: 70px;
    }
    75% {
        left: 80px;
    }
    100% {
        left: 70px;
    }
}

@keyframes myfirst2 {
    0% {
        left: 110px;
    }
    25% {
        left: 100px;
    }
    50% {
        left: 110px;
    }
    75% {
        left: 120px;
    }
    100% {
        left: 110px;
    }
}

@-moz-keyframes myfirst2 /* Firefox */
{
    0% {
        left: 110px;
    }
    25% {
        left: 100px;
    }
    50% {
        left: 110px;
    }
    75% {
        left: 120px;
    }
    100% {
        left: 110px;
    }
}

@-webkit-keyframes myfirst2 /* Safari 和 Chrome */
{
    0% {
        left: 110px;
    }
    25% {
        left: 100px;
    }
    50% {
        left: 110px;
    }
    75% {
        left: 120px;
    }
    100% {
        left: 110px;
    }
}

@-o-keyframes myfirst2 /* Opera */
{
    0% {
        left: 110px;
    }
    25% {
        left: 100px;
    }
    50% {
        left: 110px;
    }
    75% {
        left: 120px;
    }
    100% {
        left: 110px;
    }
}

@keyframes myfirst3 {
    0% {
        left: 140px;
    }
    25% {
        left: 130px;
    }
    50% {
        left: 140px;
    }
    75% {
        left: 150px;
    }
    100% {
        left: 140px;
    }
}

@-moz-keyframes myfirst3 /* Firefox */
{
    0% {
        left: 140px;
    }
    25% {
        left: 130px;
    }
    50% {
        left: 140px;
    }
    75% {
        left: 150px;
    }
    100% {
        left: 140px;
    }
}

@-webkit-keyframes myfirst3 /* Safari 和 Chrome */
{
    0% {
        left: 140px;
    }
    25% {
        left: 130px;
    }
    50% {
        left: 140px;
    }
    75% {
        left: 150px;
    }
    100% {
        left: 140px;
    }
}

@-o-keyframes myfirst3 /* Opera */
{
    0% {
        left: 140px;
    }
    25% {
        left: 130px;
    }
    50% {
        left: 140px;
    }
    75% {
        left: 150px;
    }
    100% {
        left: 140px;
    }
}

/*友情链接*/
.karma-link {
    background: #faf9f9;
    line-height: 56px;
    margin-top: 65px;
}

.karma-link span,
.karma-link a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #666666;
}

/*底部*/
.karma-foot {
    background: #262626;
    padding-top: 45px;
    padding-bottom: 20px;
}

.foot-contact li {
    float: left;
    padding-left: 30px;    margin-left: 105px;
}

.foot-contact li p {
    font: 500 14px/28px "Microsoft YaHei";
    color: #d6d6d6;
}

.foot-contact li:nth-child(1) {
    margin-left: 0px;
    background: url("../images/foot_contacter.png") no-repeat left center;
}

.foot-contact li:nth-child(2) {
    background: url("../images/foot_phone.png") no-repeat left center;
}

.foot-contact li:nth-child(3) {
    background: url("../images/foot_tel.png") no-repeat left center;
}

.foot-contact li:nth-child(4) {
    background: url("../images/foot_web.png") no-repeat left center;
}

.foot-contact li:nth-child(5) {
    background: url("../images/foot_address.png") no-repeat left center;
}

.karma-copyright {
    color: #d6d6d6;
    text-align: center;
}

.karma-copyright a {
    color: #d6d6d6;
}
.karma-copyright:before{
    content: '';
    display: block;
    border-top: 1px solid #595959;
    margin-top: 45px;
    margin-bottom: 20px;
}
/*内页*/
#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.right {
    width: 950px;
    padding-bottom: 10px;
    float: left;
    margin-left: 25px;
}

.n_banner {
    width: 1920px;
    margin: 0 auto;
}

.n_banner img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.left .box h3 {
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #333333;
    font-size: 14px;
    font: 500 16px/55px "Microsoft YaHei";
    color: #fff;
}

.sort li a {
    color: #504c4c;
    line-height: 60px;
    font-family: "微软雅黑";
    display: block;
    padding: 0 15px;
    font-size: 12px;
}

.sort li:hover {
    background: #504c4c;
}

.sort li:hover a {
    color: #fff;
}

.new1 li {
    border-bottom: 1px solid #dddddd;
    font: 500 12px/40px "Microsoft YaHei";
}

.sitemp {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
}

.sitemp h2 {
    width: 340px;
    float: left;
    text-align: left;
    text-indent: 15px;
    font: 500 16px/32px "Microsoft YaHei";
    color: #504c4c;
}

.product_list li a.img img {
    width: 276px;
    height: 207px;
}

.product_list li span {
    display: block;
    width: 100%;
}

.product_detail .img {
    width: 276px;
    height: 207px;
    float: left;
    padding: 2px;
    border: 1px solid #e0e1dc;
}

.product_detail .small {
    width: 276px;
    height: 207px;
}

#relate_p .img img {
    width: 160px;
    height: 120px;
}

.case_list li img {
    width: 276px;
    height: 207px;
}


.productCateT{
    text-align: center;
}

.productCateT a{
    display: inline-block;
    font: 500 20px/32px "Microsoft YaHei";
    color: #323232;
    padding: 5px 30px;
    border: 1px solid #ccc;
    margin: 0 20px;
}
.productCateT a:hover{
    color: #fff;
    background: #333333;
}

