@charset "utf-8";

/*初始样式*/
body {
    color: #333;
    font-size: 14px;
}

/*网站字体颜色*/
body,
ul,
ol,
li,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
span,
input {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
    outline: 0;
}

/*for ff f6n.net*/
img {
    border: none;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

i,
em {
    font-style: normal;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.center {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pa {
    position: absolute;
}

.pr {
    position: relative
}

.clearfix:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

/* -- 页面整体布局 -- */
.pic img,
.picl img,
.pics img {
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -moz-transform 0.8s;
    -o-transition: -o-transform 0.8s;
    transition: transform 0.8s;
}

.pic img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.picl img:hover {
    -moz-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
}

.pics img:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.white,
.whites {
    position: relative;
    overflow: hidden;
}

.white:after,
.whites:after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
}

.white:hover:after {
    left: 100%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.whites:hover:after {
    left: 100%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@keyframes myfirst {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 100%;
    }
}

body {
    min-width: 1200px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

i,
em {
    font-style: normal;
}

.text-c {
    text-align: center;
}


/*banner*/
.banner {
    height: auto;
    max-width: 1920px;
    margin: 0 auto !important;
    position: relative;
}

.banner .bd li {
    /* float: left; */
    width: 100%;
    line-height: 0;
}

.banner .bd li img {
    width: 100%;
}

.banner .bd li a {
    display: block;
    height: 100%;
}

.banner .prev {
    position: absolute;
    top: 45%;
    left: 4.2%;
    z-index: 10;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.15;
    width: 73px;
    height: 73px;
}

.banner .next {
    position: absolute;
    top: 45%;
    right: 4.2%;
    z-index: 10;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.15;
    width: 73px;
    height: 73px;
}

.banner i {
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}

.banner i img {
    height: 30px;
    display: inline-block;
    margin-top: 15px;
}

.banner .hd {
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    width: 1200px;
    bottom: 60px;
    margin-left: -600px;
}

.banner .hd li {
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: #fff;
    margin: 2px 16px;
    display: inline-block;
    border-radius: 20px;
}

.banner .hd li.on {
    background: #EF8301;
    width: 16px;
    margin: 0 16px;
    height: 16px;
    border: 3px solid #fff;
    background: none;
    box-sizing: border-box;
}

/*搜索条*/
.serach {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #DCDCDC;
}

.serach-content {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.serach-content .serach-l {
    font-size: 16px;
}

.serach-content .serach-l a {
    margin-left: 30px;
}

.serach-content .serach-r {
    width: 286px;
    height: 37px;
    display: flex;
    align-items: center;
    border: 1px solid #BABABA;
    border-radius: 19px;
}

.serach-content .serach-r input {
    width: 230px;
    height: 15px;
    text-indent: 20px;
    border: none;
    background-color: transparent;
}

.serach-content .serach-r span {
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #dddddd;
    margin-right: 20px;
}

.serach-content .serach-r img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/*产品中心*/
.product .product-nav {
    display: flex;
    justify-content: space-between;

}

.product .product-nav li {
    width: 395px;
    height: 61px;
    background-color: #79797a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .product-nav a li {
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 1px;
}

.product .product-nav li span {
    display: block;
    /*margin-left: 40px;*/
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-right: 11px;
}

.product .product-nav .cur {
    background-color: #DAB159 !important;
}

.product .product-nav .cur span {
    background-color: #ffffff;
}

.product .product-nav li:hover {
    background-color: #DAB159 !important;
}

.product .product-nav li:hover span {
    background-color: #ffffff;
}

.product .product-content {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product .product-content .product-content-l {
    position: relative;
    width: 422px;
    height: 674px;
}

.product .product-content .product-content-l .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 422px;
    height: 674px;
    background-color: #000000;
    opacity: 0.7;
    display: none;
    cursor: pointer;
}

.product .product-content .product-content-l .mask p {
    font-size: 32px;
    color: #ffffff;
    line-height: 671px;
    text-align: center;
}

.product .product-content .product-content-l:hover .mask {
    display: block !important;
}

.product .product-content .product-content-l img {
    width: 100%;
}

.product .product-content .product-content-m {
    width: 340px;
}

.product .product-content .product-content-m .product-content-m-t {
    width: 100%;
    height: 220px;
    margin-bottom: 9px;
    background-color: #dab159;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product .product-content .product-content-m-t .product-recommend {
    width: 279px;
    height: 165px;
    border: 4px solid #ffffff;
}

.product .product-content .product-recommend p {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    margin-top: 32px;
    font-weight: bold;
    letter-spacing: 1px;
}

.product .product-content .product-recommend span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.4;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
}

.product .product-content .product-recommend .product-detail {
    display: flex;
    align-items: center;
    width: 143px;
    height: 31px;
    border: 2px solid #ffffff;
    margin-left: 65px;
    margin-top: 9px;
    cursor: pointer !important;
}

.product .product-content .product-recommend .product-detail span {
    display: block;
    width: 30px;
    height: 100%;
    border-right: 2px solid #ffffff;
    text-align: center;
    opacity: 1;
    cursor: pointer;
}

.product .product-content .product-recommend .product-detail button {
    width: 111px;
    height: 100%;
    color: #ffffff;
    font-size: 16px;
    border: none;
    outline: none;
    font-weight: bold;
    background-color: transparent;
    cursor: pointer;
}

.product .product-content .product-content-m-b {
    position: relative;
    height: 442px;
    width: 100%;
}

.product .product-content .product-content-m-b .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 340px;
    height: 442px;
    background-color: #000000;
    opacity: 0.7;
    display: none;
    cursor: pointer;
}

.product .product-content .product-content-m-b .mask p {
    color: #ffffff;
    font-size: 32px;
    line-height: 442px;
    text-align: center;
}

.product .product-content .product-content-m-b:hover .mask {
    display: block !important;
}

.product .product-content .product-content-m-b img {
    width: 100%;
    height: 100%;
}

.product .product-content .product-content-r {
    width: 422px;
}

.product .product-content .product-content-r .product-content-r-t {
    position: relative;
    width: 100%;
    height: 674px;
    /*margin-bottom: 9px;*/
}

.product .product-content .product-content-r .product-content-r-t {
    position: relative;
    height: 674px;
    width: 100%;
}

.product .product-content .product-content-r-t .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 422px;
    height: 674px;
    background-color: #000000;
    opacity: 0.7;
    display: none;
    cursor: pointer;
}

.product .product-content .product-content-r-t:hover .mask {
    display: block !important;
}

.product .product-content .product-content-r-t .mask p {
    font-size: 32px;
    color: #ffffff;
    line-height: 675px;
    text-align: center;
}

.product .product-content .product-content-r .product-content-r-b {
    position: relative;
    height: 220px;
    width: 100%;
}

.product .product-content .product-content-r .product-content-r-b .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 339px;
    height: 220px;
    background-color: #000000;
    opacity: 0.7;
    display: none;
    cursor: pointer;
}

.product .product-content .product-content-r .product-content-r-b .mask p {
    font-size: 32px;
    color: #ffffff;
    line-height: 220px;
    text-align: center;
}

.product .product-content .product-content-r .product-content-r-b:hover .mask {
    display: block !important;
}

.product .product-content .product-content-r img {
    width: 100%;
    height: 100%;
}

/*个性化定制服务*/
.individuation .individuation-content {
    height: 498px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.individuation .individuation-content .individuation-info {
    width: 192px;
    height: 498px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .6s;
}

.individuation .individuation-content .individuation-info.cur {
    width: 597px;
}

.individuation .individuation-content .individuation-info:nth-child(1) {
    background: url('../img/ind-1.jpg') no-repeat;
}

.individuation .individuation-content .individuation-info:nth-child(1).cur {
    background: url('../img/ind1.jpg') no-repeat;
}

.individuation .individuation-content .individuation-info:nth-child(2) {
    background: url('../img/ind-2.jpg') no-repeat;
}

.individuation .individuation-content .individuation-info:nth-child(2).cur {
    background: url('../img/ind2.jpg') no-repeat;
}

.individuation .individuation-content .individuation-info:nth-child(3) {
    background: url('../img/ind-3.jpg') no-repeat;
}

.individuation .individuation-content .individuation-info:nth-child(3).cur {
    background: url('../img/ind3.jpg') no-repeat;
}

.individuation .individuation-content .individuation-info:nth-child(4) {
    background: url('../img/ind-4.jpg') no-repeat;
}

.individuation .individuation-content .individuation-info:nth-child(4).cur {
    background: url('../img/ind4.jpg') no-repeat;
}

.individuation .individuation-content .individuation-info.cur .individuation-title {
    display: none;
}

.individuation .individuation-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    writing-mode: tb-rl;
}

.individuation .individuation-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-bottom: 70px;
}

.individuation .individuation-detail button {
    width: 200px;
    height: 60px;
    background: #E5E5E5;
    border: none;
    border-radius: 30px 0px 0px 30px;
    font-size: 18px;
    color: #4A4A4A;
    cursor: pointer;
}

.individuation .individuation-detail button:last-child {
    border-radius: 0px 30px 30px 0px;
}

.individuation .current {
    background-color: #dab159 !important;
    color: #ffffff !important;
}

.individuation .individuation-detail button:hover {
    background-color: #dab159 !important;
    color: #ffffff !important;
}

/*广告栏*/
.cutline {
    height: 400px;
    background: url('../img/guanggaolan1.jpg') no-repeat;
    background-size: 100% 400px;
}

.cutline .cutline-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cutline .cutline-content .cutline-l .cutline-title {
    font-size: 63px;
    color: #ffffff;
    margin-bottom: 26px;
}

.cutline .cutline-content .cutline-l p {
    color: #e77919;
    font-size: 60px;
    margin-bottom: 23px;
}

.cutline .cutline-content .cutline-l span {
    display: block;
    font-size: 19px;
    color: #ffffff;
}

.cutline .cutline-content .cutline-l span em {
    font-family: "YouSheBiaoTiHei";
    font-size: 26px;
    color: #e77919;
}

.cutline .cutline-button {
    margin-top: 39px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cutline .cutline-content .cutline-l button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 154px;
    height: 37px;
    border: none;
    background-color: transparent;
    background: url('../img/cutline-dhbg.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 21px;
}

.cutline .cutline-content .cutline-l button:last-child {
    justify-content: space-around;
    background: url('../img/cutline-zxbg.png') no-repeat;
    background-size: 100% 100%;

}

.cutline .cutline-content .cutline-l button span {
    color: #ffffff;
    font-size: 16px;
}

.cutline .cutline-content .cutline-l button:last-child span {
    color: #000000 !important;
}

.cutline .cutline-content .cutline-l button img {
    width: 17px;
    height: 18px;
    margin-left: 17px;
    margin-right: 8px;
}

.cutline .cutline-content .cutline-r {
    margin-top: 33px;
    height: 348px;
}

/*优势*/
.advantage .advantage-list .advantage-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 70px;
}

.advantage .advantage-list .advantage-info .advantage-info-l {
    padding-right: 100px;
    width: 515px;
}

.advantage .advantage-list .advantage-info .advantage-info-l .ad-firstimg {
    width: 474px;
    margin-right: 40px;
}

.advantage .advantage-list .advantage-info .advantage-info-l .ad-thirdimg {
    margin-left: -93px;
    width: 609px;
}

.advantage .advantage-list .advantage-info .advantage-title {
    position: relative;
    z-index: 10;
    margin-bottom: 42px;
}

.advantage .advantage-list .advantage-info .advantage-title img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.advantage .advantage-list .advantage-info-r{
    width: 570px;
}
.advantage .advantage-list .advantage-info .advantage-title p {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    padding-top: 44px;
    padding-left: 54px;
}

.advantage .advantage-list .advantage-info .advantage-title span {
    display: block;
    padding-left: 54px;
    font-size: 20px;
    color: #666666;
    line-height: 34px;
}

.advantage .advantage-list .advantage-info ul li {
    padding-left: 28px;
    background: url('../img/ad-tb.png') no-repeat left top 10px;
    background-size: 16px 16px;
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 24px;
}

.advantage .advantage-list .advantage-info ul li em {
    color: #dbb562;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 1px;
}

/*SGS测试认证*/
.test {
    background: url('../img/sgs-bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.test .test-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 97px;
}

.test .test-list .test-info .test-desc {
    width: 252px;
    height: 180px;
    margin-top: 50px;
}

.test .test-list .test-info .test-desc .test-desc-title {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 22px;
    margin-bottom: 30px;
}

.test .test-list .test-info .test-desc .test-desc-title em {
    padding-bottom: 22px;
    border-bottom: 3px solid #DAB159;
}

.test .test-list .test-info .test-left .test-desc-title {
    text-align: right;
}

.test .test-list .test-info .test-desc span {
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}

.test .test-list .test-img {
    width: 500px;
    height: 502px;
}

.test .test-list .test-img img {
    width: 100%;
    height: 100%;
}

/*客户案例*/
.case .case-title {
    margin-bottom: 40px !important;
}

.case .case-content {
    margin-top: -70px !important;
}

.case .case-nav {
    border: 1px solid #CCCCCC;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1200px;
    height: 55px;
    margin-top: 65px;
    margin-bottom: 49px;
}

.case .case-nav li {
    width: 200px;
    height: 55px;
    padding-left: 35px;
    text-align: center;
}

.case .case-nav li:nth-of-type(1) {
    background: url("../img/dichan.png") no-repeat left 30px center;
}

.case .case-nav li:nth-of-type(1):hover {
    background: url("../img/dichan1.png") no-repeat left 30px center;
    background-color: #DAB159;
}

.case .case-nav li:nth-of-type(1)[class="on"] {
    background: url("../img/dichan1.png") no-repeat left 30px center;
    background-color: #DAB159;
}

.case .case-nav li:nth-of-type(2) {
    background: url("../img/jiushui.png") no-repeat left 30px center;
}

.case .case-nav li:nth-of-type(2):hover {
    background: url("../img/jiushui1.png") no-repeat left 30px center;
    background-color: #DAB159;
}

.case .case-nav li:nth-of-type(2)[class="on"] {
    background: url("../img/jiushui1.png") no-repeat left 30px center;
    background-color: #DAB159;
}

.case .case-nav li:nth-of-type(3) {
    background: url("../img/jinrong.png") no-repeat left 20px center;
}

.case .case-nav li:nth-of-type(3):hover {
    background: url("../img/jinrong1.png") no-repeat left 20px center;
    background-color: #DAB159;
}

.case .case-nav li:nth-of-type(3)[class="on"] {
    background: url("../img/jinrong1.png") no-repeat left 20px center;
    background-color: #DAB159;
}

.case .case-nav li:nth-of-type(4) {
    background: url("../img/zhengqi.png") no-repeat left 30px center;
}

.case .case-nav li:nth-of-type(4):hover {
    background: url("../img/zhengqi1.png") no-repeat left 30px center;
    background-color: #DAB159;
}

.case .case-nav li:nth-of-type(4)[class="on"] {
    background: url("../img/zhengqi1.png") no-repeat left 30px center;
    background-color: #DAB159;
}

.case .case-nav li:nth-of-type(5) {
    background: url("../img/chanyin.png") no-repeat left 30px center;
}

.case .case-nav li:nth-of-type(5):hover {
    background: url("../img/chanyin1.png") no-repeat left 30px center;
    background-color: #DAB159;
}

.case .case-nav li:nth-of-type(5)[class="on"] {
    background: url("../img/chanyin1.png") no-repeat left 30px center;
    background-color: #DAB159;
}

.case .case-nav li:nth-of-type(6) {
    background: url("../img/shengchan.png") no-repeat left 30px center;
}

.case .case-nav li:nth-of-type(6):hover {
    background: url("../img/shengchan1.png") no-repeat left 30px center;
    background-color: #DAB159;
}

.case .case-nav li:nth-of-type(6)[class="on"] {
    background: url("../img/shengchan1.png") no-repeat left 30px center;
    background-color: #DAB159;
}

.case .case-nav li:hover a {
    color: #fff;
}

.case .case-nav li[class="on"] a {
    color: #fff;
}

.case .case-nav li a {
    font-size: 20px;
    color: #666666;
    display: block;
    line-height: 55px;
}

.case .case-nav span {
    width: 1px;
    height: 19px;
    display: block;
    background-color: #cccccc;
    margin: 18px 0;
}

.case .case-nav span:last-child {
    display: none;
}

.case .case-desc {
    position: relative;
}

.case .case-desc img {
    width: 100%;
    height: 610px;
}

.case .case-desc .case-desc-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 99px;
    background-color: #000000;
    opacity: 0.58;
}

.case .case-desc .case-desc-mask .desc-title {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 23px;
    margin-left: 47px;
}

.case .case-desc .case-desc-mask p {
    margin-top: 20px;
    margin-left: 47px;
    color: #FFFFFF;
}

.case .case-desc .case-desc-mask p a {
    color: #DAB159;
}

.current {
    width: 200px;
    height: 55px;
    background-color: #caa266;
}

.case-desc-content > .show {
    display: block;
}

.case-desc-content li {
    list-style: none;
    display: none;
}

/*锦天翔服务流程*/
.process {
    margin-bottom: 100px;
}

.process .process-info {
    display: flex;
    justify-content: flex-start;
}

.process .process-info .process-desc {
    width: 142.1px;
    height: 142.1px;
    border-radius: 50%;
    box-shadow: 1px 1px 3px #7C7C7C;
    cursor: pointer;
}

.process .process-info .process-desc:nth-of-type(1) {
    margin-top: 64px;
    background: url("../img/zx.png");
}

.process .process-info .process-desc:nth-of-type(1):hover {
    margin-top: 64px;
    color: #FFFFFF;
    background: url("../img/zx1.png");
}

.process .process-info .process-desc:nth-of-type(2) {
    margin-top: 132px;
    margin-left: 34px;
    background: url("../img/sj.png");
}

.process .process-info .process-desc:nth-of-type(2):hover {
    margin-top: 132px;
    margin-left: 34px;
    color: #FFFFFF;
    background: url("../img/sj1.png");
}

.process .process-info .process-desc:nth-of-type(3) {
    margin-top: 64px;
    margin-left: 35px;
    background: url("../img/dg.png");
}

.process .process-info .process-desc:nth-of-type(3):hover {
    margin-top: 64px;
    margin-left: 35px;
    color: #FFFFFF;
    background: url("../img/dg1.png");
}

.process .process-info .process-desc:nth-of-type(4) {
    margin-top: 132px;
    margin-left: 34px;
    background: url("../img/sc.png");
}

.process .process-info .process-desc:nth-of-type(4):hover {
    margin-top: 132px;
    margin-left: 34px;
    color: #FFFFFF;
    background: url("../img/sc1.png");
}

.process .process-info .process-desc:nth-of-type(5) {
    margin-top: 64px;
    margin-left: 34px;
    background: url("../img/zc.png");
}

.process .process-info .process-desc:nth-of-type(5):hover {
    margin-top: 64px;
    margin-left: 34px;
    color: #FFFFFF;
    background: url("../img/zc1.png");
}

.process .process-info .process-desc:nth-of-type(6) {
    margin-top: 132px;
    margin-left: 35px;
    background: url("../img/wl.png");
}

.process .process-info .process-desc:nth-of-type(6):hover {
    margin-top: 132px;
    margin-left: 35px;
    color: #FFFFFF;
    background: url("../img/wl1.png");
}

.process .process-info .process-desc:nth-of-type(7) {
    margin-top: 64px;
    margin-left: 34px;
    background: url("../img/qs.png");
}

.process .process-info .process-desc:nth-of-type(7):hover {
    margin-top: 64px;
    margin-left: 34px;
    color: #fff;
    background: url("../img/qs1.png");
}

.process .process-info .process-desc:hover .process-desc-title {
    color: #DAB159;
}

.process .process-info .process-desc .process-desc-title {
    font-size: 18px;
    color: #333333;
    letter-spacing: 2px;
    margin-top: 84px;
    margin-left: 37px;
}

.process .process-info .process-desc .process-desc-num {
    font-size: 20px;
    color: #FFF9F9;
    margin-top: 8px;
    margin-left: 61px;
}

.process .process-bar {
    display: flex;
    justify-content: flex-start;
    /*margin-left: 172px;*/
}

.process .process-bar .gray-bar:nth-child(2n+1) {
    margin-top: -68px;
    width: 2px;
    height: 91px;
    background-color: #c0c0c0;
}

.process .process-bar .gray-bar:nth-child(2n+2) {
    width: 2px;
    height: 23px;
    background-color: #c0c0c0;
}

.process .process-bar .gray-bar:nth-of-type(2n+2) {
    margin-left: 175px;

}

.process .process-bar .gray-bar:nth-of-type(1) {
    margin-left: 70px;
}

.process .process-bar .gray-bar:nth-of-type(2n+3) {
    margin-left: 172px;
}

.process .process-line {
    margin-top: -7px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 54px;
    position: relative;
}

.process .process-line .process-yuan {
    width: 12px;
    height: 12px;
    border: 2px solid #c0c0c0;
    border-radius: 50%;
}

.process .process-line .process-line-bar {
    width: 1155px;
    height: 7px;
    background-color: #c0c0c0;
}

.process .process-img img {
    width: 19px;
    height: 19px;
    display: inline-block;
}

.process .process-img img:nth-of-type(1) {
    position: absolute;
    left: 59px;
    top: 0px;
    z-index: 999;
}

.process .process-img img:nth-of-type(2) {
    position: absolute;
    left: 235px;
    top: 0px;
    z-index: 999;
}

.process .process-img img:nth-of-type(3) {
    position: absolute;
    left: 412px;
    top: 0px;
    z-index: 999;
}

.process .process-img img:nth-of-type(4) {
    position: absolute;
    left: 588px;
    top: 0px;
    z-index: 999;
}

.process .process-img img:nth-of-type(5) {
    position: absolute;
    left: 760px;
    top: 0px;
    z-index: 999;
}

.process .process-img img:nth-of-type(6) {
    position: absolute;
    left: 941px;
    top: 0px;
    z-index: 999;
}

.process .process-img img:nth-of-type(7) {
    position: absolute;
    left: 1113px;
    top: 0px;
    z-index: 999;
}

.process .process-learn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.process .process-learn span {
    font-size: 20px;
    color: #333333;
}

.process .process-learn button {
    width: 106px;
    height: 30px;
    background-color: #dab159;
    color: #FFFFFF;
    font-size: 16px;
    border: none;
    outline: none;
    margin-left: 63px;
    cursor: pointer;
}

/*走进锦天翔*/
.about {
    width: 100%;
    background-color: #f5f5f5;
}

.about .about-desc {
    width: 100%;
    font-size: 20px;
    color: #666666;
    text-align: justify;
    text-indent: 2em;
    line-height: 34px;
    margin-bottom: 60px;
}

.about .about-detail {
    display: flex;
    justify-content: center;
}

.about .about-detail button {
    border: none;
    outline: none;
    display: block;
    width: 135px;
    height: 38px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 38px;
    border-radius: 19px;
    background-color: #DAB159;
    margin-bottom: 70px;
    cursor: pointer;
}

.about .about-img {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    font-size: 0;
}

.about .about-img .about-img-content {
    width: 466px;
}

.about .about-img .about-img-content img {
    width: 100%;
    transition: all .6s;
}

.about .about-img .about-img-content:hover img {
    transform: scale(1.03);
}

.about .about-img .about-img-l {
    margin-left: -360px;
}

.about .about-img .about-img-r {
    margin-right: -360px;
}

.about .about-img .about-img-m {
    width: 960px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .about-img .about-img-m .about-m img {
    transition: all .6s;
}

.about .about-img .about-img-m .about-m:hover img {
    transform: scale(1.03);
}

.about .about-img .about-img-m .about-m-top {
    margin-bottom: 10px;
}

/*新闻*/
.news {
    margin-bottom: 90px;
}

.news-content {
    display: flex;
    justify-content: space-between;
}

.news-content .new-gs {
    width: 648px;
    border: 2px solid #F0F0F0;
}

.news-content .new-info {
    margin: 24px 0 0 33px;
}

.new-info .new-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 30px;
}

.new-info .new-title .new-title-l {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.new-info .new-title .new-title-r {
    font-size: 24px;
    color: #999999;
}

.new-info .new-gs-line {
    width: 575px;
    height: 2px;
    margin-top: 26px;
    margin-bottom: 28px;
    background-color: #f0f0f0;
}

.new-info .news-gs-m {
    display: flex;
    justify-content: space-between;
    margin-right: 33px;
}

.new-info .news-gs-m .news-gs-m-img {
    margin-top: 2px;
    width: 279px;
    height: 210px;
}
.new-info .news-gs-m .news-sg-info{
    width: 270px;
}
.new-info .news-gs-m .news-gs-m-img img {
    width: 100%;
    height: 100%;
}

.new-info .news-gs-m .news-gs-m-title {
    font-size: 22px;
    color: #DAB159;
    width: 300px;
    height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-info .news-gs-m .news-gs-m-desc {
    margin-top: 11px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.new-info .news-gs-m button {
    width: 120px;
    height: 31px;
    line-height: 31px;
    background-color: transparent;
    display: block;
    border: 2px solid #DAB159;
    color: #DAB159;
    border-radius: 16px;
    margin-top: 16px;
    cursor: pointer;
}

.new-info .news-gs-m button:hover {
    background-color: #DAB159;
    color: #ffffff;
}

.new-info .news-gs-list a .list-info:last-child {
    margin-bottom: 20px;
}

.new-info .news-gs-list a .list-info {
    margin-top: 20px;
    border: 1px solid #F0F0F0;
    border-right: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 67px;
}

.new-info .news-gs-list .list-info p img {
    width: 35px;
    height: 35px;
}

.new-info .news-gs-list a .list-info .info-date {
    margin-left: 20px;
    text-align: center;
}

.new-info .news-gs-list a .list-info .info-date .date-day {
    font-size: 20px;
    color: #333333;
}

.new-info .news-gs-list a .list-info .info-date .date-year {
    color: #666666;
    font-size: 16px;
}

.new-info .news-gs-list .info-desc {
    width: 400px;
    font-size: 18px;
    color: #505050;
    margin: 0 40px;
}

.new-info .news-gs-list .info-desc:hover {
    color: #DAB159;
}

.news-wd {
    width: 470px;
    border: 2px solid #F0F0F0;
    overflow: hidden;
    height: 657px;
}

.news-wd .new-info {
    margin-right: 30px;
}

.news-wd .new-title {
    margin-right: 0;
}

.news-wd .new-wd-line {
    width: 410px;
    height: 2px;
    margin-top: 26px;
    margin-bottom: 28px;
    background-color: #f0f0f0;
}

.wd-list-info {
    border-bottom: 2px dashed #F0F0F0;
}

.wd-list-info .info-title {
    margin-top: 24px;
    background: url("../img/wen.png") no-repeat;
    background-size: 18px 18px;
}

.wd-list-info .info-title span {
    display: block;
    margin-left: 32px;
    color: #caa266;
}

.wd-list-info .info-desc {
    margin-top: 20px;
    background: url("../img/da.png") no-repeat;
    background-size: 18px 18px;
    margin-bottom: 23px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 这里是超出几行省略 */
    overflow: hidden;
}

.wd-list-info .info-desc span {
    display: block;
    margin-left: 32px;
    color: #666666;
    line-height: 24px;
    letter-spacing: 2px;
}