﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    width: 100%;
    color: #333;
    font-family: "微软雅黑";
    overflow-x: hidden;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover{ text-decoration: none;}

#myHeader {
    /* position: fixed;
    top: 0; 
    left: 0; 
    width: 100%;  */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    /* background: rgba(0, 0, 0, 0.3); */
    /* background: url(/images/navbg.png) center top no-repeat; ;
    min-width: 71.145833vw;
    padding: 0 4.167%;
    z-index: 99999;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0 0 0.3125vw 0 rgba(196, 197, 197, 0.69); */
}


a:hover,
a:focus {

    text-decoration: underline;
}

ul,
li,
td,
tr,
img,
h3,
p,
a,
ol,
input {
    margin: 0;
    padding: 0;
    font-style: normal;
    list-style: none;
    border: none;
}

i,
em {
    font-style: normal;
}

a,
a:hover {
    text-decoration: none;
}

* {
    -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
div,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

li {
    list-style: none;
}

input,
select,
textarea {
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

/* 导航 */
body {
    font-family: arial, sans-serif;
    overflow-x: hidden;
}

html {
    font-size: 10px;
    /*10 ÷ 16 × 100% = 62.5%*/
}

@media (max-width: 1450px) {
    html {
        font-size: 9px;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 7px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 8px;
    }
}

body>iframe {
    display: none;
}



/* banner图和导航 */



header {
    background-color: #ffffff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hingjnav {
    width: 1440px;
    margin: 0 auto;
}

header .logo img {
    max-height: 40px;
}

.logo {
    width: 300px;
    float: left;
    margin-top: 15px;
}

.logobs {
    width: 300px;
    float: left;
    margin-top: 14px;
    display: none;
}

.daohd {
    float: right;
    display: block;
}

.myHeader nav a {
    margin: 0 15px;
    text-decoration: none;
    line-height: 3.333333vw;
    ;
    font-size: .833333vw;
    color: #fff;

    font-size: 16px;
}

.myHeader nav a.activvv {
    color: #f9c600;
}

.myHeader nav a:hover {
    color: #f9c600;
    text-decoration: none;
}



.sticky nav a {
    margin: 0 15px;
    text-decoration: none;
    line-height: 3.333333vw;
    ;
    font-size: .833333vw;
    color: #000;

    font-size: 16px;
}

.sticky nav a:hover {
    color: #fff;
    text-decoration: none;
}

.sticky nav a.activvv {
    color: #fff;
    text-decoration: none;
}



.myHeadernew nav a {

    color: #000;


}

.myHeadernew nav a:hover {
    color: #fff;
    text-decoration: none;
}

.myHeadernew nav a.activvv {
    color: #fff;
}


.hero {
    position: relative;
    background-image: url('../img/banner1.bb6cfb93.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: background-image 0.5s ease-in-out;
    /* 背景图片的过渡效果 */
}

.dots {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 5px 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: #717171;
}


.hero h1 {
    font-size: 2.5em;
    margin: 0;
}

.hero p {
    font-size: 1.2em;
}

section {
    padding: 50px 20px;
    text-align: center;
}

section h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.service-items,
.advantage-items,
.client-items,
.news-items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.service-item,
.advantage-item,
.client-item,
.news-item {
    width: 20%;
    margin: 1%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
}

.service-item img,
.advantage-item img,
.client-item img,
.news-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

@media (max-width: 768px) {

    .service-item,
    .advantage-item,
    .client-item,
    .news-item {
        width: 48%;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {

    .service-item,
    .advantage-item,
    .client-item,
    .news-item {
        width: 98%;
    }
}

.myHeader {
    position: fixed;
    /* 使 header 元素脱离正常文档流 */
    top: 0;
    /* 设置 header 的顶部位置 */
    left: 0;
    /* 设置 header 的左边位置 */
    width: 100%;
    /* 设置 header 的宽度 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/navbg.png) top center no-repeat;
    /* background: rgba(0, 0, 0, .3); */
    min-width: 71.145833vw;
    /* padding: 0 4.167%; */
    z-index: 99999;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0 0 .3125vw 0 rgba(196, 197, 197, .69);
    height: 65px;
}

.myHeadernew{background:#f9c600;}

.sticky {
    position: fixed;
    background: rgba(249, 198, 0, 1);
    z-index: 10000;





    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#banner {
    position: relative;
    /* 或保持默认 position: static */
    z-index: 1;
    /* 设置较低的 z-index 值 */
    padding-top: 50px;
    /* 如果需要，给 div 添加顶部内边距，以避免内容被 header 遮挡 */
}

.tuimg {
    display: block;
}

#banner h1 {
    text-align: left;
    font-size: 40px;
    width: 1440px;
    margin: 0 auto;
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -720px;
    font-weight: bold;
}

#banner p {
    text-align: left;
    margin-top: 15px;
    width: 1440px;
    margin: 0 auto;
    position: absolute;
    top: 370px;
    left: 50%;
    margin-left: -720px
}


.el-carousel__indicators--vertical {
    right: 5vh;
    top: 50%;
    transform: translateY(-50%);
}

.el-carousel__indicators {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;

    border-radius: 50%;
    height: 15px;
    width: 15px;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /* padding-inline-start: 40px; */
    unicode-bidi: isolate;
}








/* 内banner */

.bannerntup {
    width: 100%;
    position: relative;
    height: 614px;
    overflow: hidden;

}

.bannerntup div {
    width: 1920px;
    margin-left: -960px;
    position: absolute;
    left: 50%;
    top: 0;
    height: 784px;
}


.bannerntup h3 {
    width: 1440px;
    font-size: 50px;
    position: absolute;
    left: 50%;
    bottom: 100px;
    color: #fff;
    z-index: 99999;
    margin-left: -720px;
}


/* 内页导航 */

.neiyedaoh123 {
    height: 80px;
    line-height: 80px;
    background: #f2f2f2;
}

.neiyedaoh123 span {
    display: block;
    width: 1440px;
    margin: 0 auto;
}

.neiyedaoh123 span a {
    font-size:20px;
   font-weight: bold;
    margin-right: 20px;
    line-height: 78px;
    display: block;
    float: left;
    font-family: '黑体', Courier, monospace; 
    /* font-family: ''; */
}

.neiyedaoh123 span a:hover {

    font-family: 'MiSans-Demibold', sans-serif;
}

.neiyedaoh123 span a.activ {

    border-bottom: 4px #f9c600 solid;
    font-family: 'MiSans-Demibold', sans-serif;
}

.hzkh16 {
    padding-bottom: 150px;
}

.rcwll {
    margin: 0 auto;
    width: 1440px;
    background: #f2f2f2;
    line-height: 65px;
    height: 65px;
    text-indent: 20px;
    font-size: 24px;
    font-weight: bold;
}

.rcwll i {
    font-size: 14px;
    padding-left: 10px;
    font-weight: normal;
}

.rcwlll {
    display: block;
    width: 1440px;
    margin: 0 auto;
    line-height: 40px;
    padding-top: 20px;
    font-size: 18px;
    color: #666;
}

/* 国内物流 */

.fangajz {
    width: 1440px;
    margin: 0 auto;
    margin-top: 40px;
}

.jjfa {
    width: 45%;
    float: left;
}

.jjfajz {
    width: 45%;
    float: right;
}

.jjfa h4 i,
.jjfajz h4 i {
    display: block;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin-top: 10px;
}

.jjfa h4 i {
    background: url(../images/ico_001.png) no-repeat;
}

.jjfajz h4 i {
    background: url(../images/ico_002.png) no-repeat;
}

.jjfa h4 em,
.jjfajz h4 em {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}

.jjfa span {
    line-height: 30px;
    color: #666;
}

.jjfajz span {
    padding-left: 20px;
    line-height: 30px;
    background: url(../images/ico_003.png)  0 8px no-repeat;
    color: #666;
   
}

.jjfajza span { padding-left: 20px;
    background: url(../images/ico_003.png) 0 8px no-repeat;

    color: #666;
}


.jjfa span{ background: url(../images/ico_003.png) 0 8px no-repeat; padding-left: 20px;}

.rcwll {
    margin-top: 80px;
    border-radius: 5px;
}

.hzkh17 {
    background-color: #f2f2f2;
    padding-bottom: 125px;
}

.hzkh80 {
    padding-bottom: 80px;
}

.hzkh270 {
    padding-bottom: 270px;
}

.hzkh18 {
    background-color: #f2f2f2;
    padding-bottom: 80px;
}

.hzkh130 {
    padding-bottom: 130px;
}

.top30 {
    margin-top: 30px;
}

.haiyun {
    width: 480px;
    float: left;
}



.tieyun {
    width: 320px;
    float: left;
}

.konguyn {
    width: 640px;
    float: left;
}

.dafangk {
    width: 1440px;
    margin: 0 auto;
}

.dafangk h3 {
    font-size: 16px;
    line-height: 50px;
    padding-top: 30px;
    border-bottom: 1px #aaa solid;
    width: 472px;
}

.haiyun ul li,
.konguyn ul li,
.tieyun ul li {
    width: 152px;
    height: 152px;
    overflow: hidden;
}

.haiyun ul li img,
.konguyn ul li img,
.tieyun ul li img {
    width: 150px;
    height: 150px;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.konguyn h3 {
    width: 632px;
}

.tieyun h3 {
    width: 312px
}

.haiyun ul li,
.konguyn ul li,
.tieyun ul li {
    display: block;
    margin-right: 8px;
    float: left;
    width: 152px;
    height: 152px;
    border: 1px #ddd solid;
    margin-top: 10px;
}


.haiyun ul li:hover img,
.konguyn ul li:hover img,
.tieyun ul li:hover img {
    width: 190px;
    height: 190px;
    overflow: hidden;
    margin-left: -20px;
    margin-top: -20px;
}

.fwkhf {
    width: 1480px;
    margin: 0 auto;
    margin-top: 30px;
}

.fwkhf li {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}

.fwkhf li i {
    width: 450px;
    max-height: 300px;
    overflow: hidden;
    display: block;
}



.fwkhf li img {
    width: 450px;
    height: 300px;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}


.fwkhf li:hover img {
    width: 490px;
    height: 340px;
    margin-left: -20px;
    margin-top: -20px;
}

.fwkhf li i {
    display: block;
}

.fwkhf li em {
    display: block;
    line-height: 50px;
    text-align: center;
}




/* 关于我们 */

.qyjssp {
    width: 1440px;
    margin: 0 auto;
    margin-top: 50px;
}

.qyjssp span {
    display: block;
}

.jianj01 {
    width: 640px;
    float: left;
    
}

.jianj01 button{ border: none;}

.jianjie02 {
    width: 760px;
    float: right;
    line-height: 40px;
    color: #666;
    font-size: 18px;
}

.touzjg {
    width: 1440px;
    margin: 0 auto;
}

.touzjg li {
    margin-top: 50px;
}

.touzjg li i {
    display: block;
    float: left;
}

.touzjg li span {
    display: block;
    float: right;
    width: 870px;
}

.touzjg li span h3 {
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px #666 solid;
    padding-bottom: 15px;
    color: #333;
    font-weight: bold;
}

.touzjg li span b {
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 33px;
    margin-top: 30px;
    color: #666;
    line-height: 46px;
}

.zzryzi {
    width: 1200px;
    margin: 0 auto;
}

.zzryzi li {
    width: 226px;
    float: left;
    margin-left: 60px;
    padding-left: 42px;
}

.zzryzi li i {
    display: block;
    float: left;
}

.zzryzi li span {
    display: block;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}

.zzryzi li span b {
    display: block;
    font-size: 20px;
}

.zzryzi li span em {
    display: block;
}


.carousel-container {
    width: 1440px;
    margin: 0 auto;
}

.arrow {
    width: 40px;
    height: 40px;
    border: 2px solid red;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    background-color: white;
    z-index: 1;

}

.left-arrow {
    float: left;
}

.right-arrow {
    float: right
}

.carousel {
    overflow: hidden;
    width: 1320px;
    /* Adjust based on three images */
    float: left;
    margin-left: 20px;
}

.carousel-content {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-content img {
    width: 400px;
    /* Adjust based on the width of each image */
    height: auto;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px #aaa solid;
}


.shri {
    font-family: 'MiSans-Bold', sans-serif;
    font-size: 60px;
    color: #333;
    text-align: left;
}

.wenziw {
    display: block;
    font-size: 16px;
    color: #666;
    text-align: left;
}

/* 视频 */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 800px;
    height:460px;
    overflow: auto;
    margin-left: -400px;
    margin-top: -300px;
    background-color: rgb(0,0,0);
    border: 8px #ddd solid;
   
  }
   
  
   
  .close {
      display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 18px;
  
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
  }
   
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }



/* 联系我们 */

.logobiaot {
    font-size: 16px;
    color: #666;
    width: 1440px;
    margin: 0 auto;
    line-height: 30px;
    margin-top: 120px;
    font-weight: normal;
}

.logobiaot01 {
    margin-top: 80px;
}

/* banner下边 */

.chanp {
    margin: 0 auto;
    width: 1230px;
}

.chanp ul li {
    float: left;
    margin-top: 40px;
    margin-left: 8px;
    margin-right: 8px;
}

.chanp ul li a {
    display: block;
    width: 290px;
    height: 321px;
    background: #f7f7f7;
    line-height: 160%;
    padding-top: 60px;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.chanp ul li a i {
    margin: 0 auto;
    display: block;
    width: 88px;
    height: 82px;
}


.chanp ul li.shouy_fuw01 a i {
    background: url(../images/cp_01a.png) no-repeat;
}

.chanp ul li.shouy_fuw01 a:hover i {
    background: url(../images/cp_01h.png) no-repeat;
}

.chanp ul li.shouy_fuw02 a i {
    background: url(../images/cp_02a.png) no-repeat;
}

.chanp ul li.shouy_fuw02 a:hover i {
    background: url(../images/cp_02h.png) no-repeat;
}

.chanp ul li.shouy_fuw03 a i {
    background: url(../images/cp_03a.png) no-repeat;
}

.chanp ul li.shouy_fuw03 a:hover i {
    background: url(../images/cp_03h.png) no-repeat;
}

.chanp ul li.shouy_fuw04 a i {
    background: url(../images/cp_04a.png) no-repeat;
}

.chanp ul li.shouy_fuw04 a:hover i {
    background: url(../images/cp_04h.png) no-repeat;
}

.chanp ul li a:hover {
    color: #fff;
}

.chanp ul li a:hover {
    background: #f15a23;
}

.chanp ul li i {
    display: block;
    text-align: center;
    padding-top: 50px
}

.chanp ul li b {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-top: 40px
}

.chanp ul li em {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}

/* 关于我们 */
.main .about {
    background: url(../images/about-bg_02.jpg) no-repeat center center / cover fixed;
    margin-top: 40px;
}

.main .about .container {
    height: 530px;
    position: relative;
}

.main .about .container .txt-box {
    text-align: center;
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.main .about .container .txt-box h5 {
    font-size: 3rem;
    color: #fff;
    font-family: 'Minion Pro';
    margin-bottom: 2%;
}

.gsmc {
    width: 1230px;
    margin: 0 auto;
    background: #e6e6e6;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    margin-top: 30px;
}

.gsmc:hover {
    color: #df5c1c;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.sanj {
    margin: 0 auto;
    background: url(../images/sj1_ico.png) no-repeat;
    width: 33px;
    height: 17px;
    display: block;
    margin-top: 20px;
}

.dsh {
    width: 136px;
    height: 36px;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    background: #e6e6e6;
    border-radius: 5px;
    margin-top: 20px;
}

.dsh:hover {
    color: #df5c1c;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.sasj {
    margin: 0 auto;
    display: block;
    width: 1166px;
    height: 63px;
    background: url(../images/sjdico.png) no-repeat;
    margin-top: 20px;
}

.xiab {
    width: 1230px;
    margin: 0 auto;
}

.xiab li {
    display: block;
    width: 150px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #e7e7e7;
    float: left;
    border-radius: 5px;
    margin-left: 30px;
    margin-top: 30px;
}

.xiab li:hover {
    color: #df5c1c;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.xiab li:first-child {
    margin-left: 0;
}

.main_about_txt {
    margin: 0 auto;
    width: 800px;
    font-size: 18px;
    color: #fff;
    line-height: 260%;
}



/* 资质荣誉 */

.dzbqjjbox1 {
    margin-top: 60px;
    padding-bottom: 60px;
}

.dzbqjjbox1xx {
    background: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 50px;
    border-radius: 5px;
}

.picList li {
    width: 400px;
    border-radius: 5px;
}

.picList li.wenz {
    padding-top: 15px;
    padding-bottom: 15px;
}


.picList li.wenz .shri {
    padding-left: 80px;
}

.picList li.wenz .wenziw {
    padding-left: 80px;
}

.picMarquee-left {
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 37px;
    height: 74px;
    overflow: hidden;
    cursor: pointer;
}

.picMarquee-left .hd .prev1,
.picMarquee-left .hd .next1 {
    display: block;
    width: 75px;
    height: 75px;
    overflow: hidden;
    cursor: pointer;
}


.picMarquee-left .hd .prev {
    background: url("../images/preNextIco_01.png") no-repeat left;
    position: absolute;
    left: 20px;
    top: 170px;
}

.picMarquee-left .hd .next {
    background: url("../images/preNextIco_02.png") no-repeat right;
    position: absolute;
    right: 20px;
    top: 170px;
}

.picMarquee-left .hd .prev:hover {
    background: url("../images/preNextIco_02.png") no-repeat left;
}

.picMarquee-left .hd .next:hover {
    background: url("../images/preNextIco_01.png") no-repeat right;
}

.picMarquee-left .hd .prev1 {
    background: url("../images/preNextIco01.png") no-repeat left;
    position: absolute;
    left: 0px;
    top: 50px;
}

.picMarquee-left .hd .next1 {
    background: url("../images/preNextIco02.png") no-repeat right;
    position: absolute;
    right: 0px;
    top: 50px;
}

.picMarquee-left .hd .prev1:hover {
    background: url("../images/preNextIco02.png") no-repeat left;
}

.picMarquee-left .hd .next1:hover {
    background: url("../images/preNextIco01.png") no-repeat right;
}

.picMarquee-left .bd {
    padding-left: 92px;
    padding-right: 92px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 12px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    max-width: 400px;
    display: block;
    padding: 2px;
    margin: 0 auto;
    margin-top: 40px;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}






.titb {
    text-align: center;
    padding-top: 60px;
}




/* 领先的全球化服务网络 */

.hzkh14 {
    background: #fff;
}

/* 供应链管理平台 */

.gylgl {
    font-size: 24px;
    text-align: center;
    color: #333;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 40px;
}

.qdt {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.wz {
    margin: 0 auto;
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    width: 1440px;
    line-height: 30px;
    padding-top: 30px;
    text-align: center;
}

.hzkh13 {
    width: 100%;
    background: #f2f2f2;
    padding-bottom: 190px;
}

/* 合作客户 */
.hzkh {
    width: 100%;
    background: #f7f7f7;
    padding-bottom: 80px;
}



h2.main_title {
    margin: 0 auto;
    width: 1440px;
    padding-top: 125px;
    font-weight: normal;
}

h2.main_title1 {
    margin: 0 auto;
    width: 1440px;
    padding-top: 120px;
    font-weight: normal;
}

.main_title2 {
    margin: 0 auto;
    width: 1440px;
    padding-top: 80px;
    font-weight: normal;
    margin-bottom: 40px;
}

h2.main_title i,
h2.main_title2 i,
h2.main_title1 i {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

h2.main_title em,
h2.main_title2 em,
h2.main_title1 em {
    display: block;
    width: 47px;
    height: 4px;
    background: #f9c600;
    margin-top: 20px;
}

.hzkh ul {
    margin: 0 auto;
    width: 1464px;
    margin-top: 30px;
}

.hzkh ul li {
    width: 220px;
    height: 120px;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 15px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.biaotbbb {
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    padding-top: 80px;
    color: #333;
}

/* .bh img{overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	z-index:1;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease; 
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease; 
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;

	text-align:center; } 
	*/
/* .bh: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); 	
		overflow-x: hidden;
		overflow-y: hidden;
	} */

.bh img {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
    width: 220px;
    height: 120px;
    overflow: hidden;
    text-align: center;
}

.bh: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);
    overflow-x: hidden;
    overflow-y: hidden;
}

/* 领先的全球化服务网络 */

.quanl {
    margin-top: 40px;
}

.quanl i {
    display: block;
    width: 1440px;
    margin: 0 auto;
}

.gndk {
    display: block;
    width: 1440px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 80px;
}

.gndk1 {
    display: block;
    width: 576px;
    background: #f9c400;
    color: #fff;
    float: left;
    height: 47px;
    text-align: center;
    line-height: 47px;
    border-radius: 5px;
}

.hxys {
    width: 280px;
    float: left;
    text-align: center;
    font-size: 24px;
    line-height: 47px;
}

.gjdk {
    display: block;
    width: 576px;
    float: right;
    height: 47px;
    text-align: center;
    line-height: 47px;
    border-radius: 5px;
    background: #f9c400;
    color: #fff;
}

.hexysss li {
    font-size: 18px;
    border-bottom: 1px #ddd solid;
    line-height: 57px;
    padding-top: 10px;
}

.hexysss li i {
    display: block;
    float: left;
    width: 576px;
    text-align: center;
    color: #666;
}

.hexysss li em {
    display: block;
    width: 288px;
    text-align: center;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-left: 40px;
    position: relative;
}

.hexysss li em small {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 290px;
    height: 4px;
    background: #f9c400;
}

.hexysss li ins {
    display: block;
    float: right;
    width: 576px;
    text-align: center;
    font-style: normal;
    text-decoration: none;
}

.hexysss li strong {
    color: #f9c400;
}


/* 一站式全链路服务 */

.hzkh15 {
    background-color: #f2f2f2;
}

.fuwptt {
    width: 1440px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 80px;
}

.fuwptt li {
    float: left;
    width: 255px;
    height: 340px;
}

.fuwptt li:nth-child(1),
.fuwptt li:nth-child(2),
.fuwptt li:nth-child(3),
.fuwptt li:nth-child(4) {
    margin-right: 41px;
}


.fuwptt li:nth-child(5) {
    float: right;
}

.fuwptt li a {
    width: 255px;
    height: 340px;
    background: #fff;
    display: block;
    border-radius: 5px;
    border-radius: 5px;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}




.fuwptt li.jjfa01 a {
    background: url(../images/che01.png) 90% 96% no-repeat #fff;
}

.fuwptt li.jjfa01 a:hover {
    background: url(../images/che01_h.png) 90% 96% no-repeat #f4c500;
}

.fuwptt li.jjfa02 a {
    background: url(../images/che02.png) 90% 96% no-repeat #fff;
}

.fuwptt li.jjfa02 a:hover {
    background: url(../images/che02_h.png) 90% 96% no-repeat #f4c500;
}



.fuwptt li.jjfa03 a {
    background: url(../images/che03.png) 90% 96% no-repeat #fff;
}

.fuwptt li.jjfa03 a:hover {
    background: url(../images/che03_h.png) 90% 96% no-repeat #f4c500;
}

.fuwptt li.jjfa04 a {
    background: url(../images/che04.png) 90% 96% no-repeat #fff;
}

.fuwptt li.jjfa04 a:hover {
    background: url(../images/che04_h.png) 90% 96% no-repeat #f4c500;
}

.fuwptt li.jjfa05 a {
    background: url(../images/che05.png) 90% 96% no-repeat #fff;
}

.fuwptt li.jjfa05 a:hover {
    background: url(../images/che05_h.png) 90% 96% no-repeat #f4c500;
}



.fuwptt li a h2 {
    margin: 0 auto;
    width: 90%;
    font-size: 20px;
    border-bottom: 1px #aaa solid;
    line-height: 50px;
    font-weight: bold;
    padding-top: 10px;
}

.fuwptt li a:hover h2 {
    color: #fff;
    border-bottom: 1px #fff solid;
}

.fuwptt li a span {
    display: block;
    margin: 0 auto;
    width: 90%;
    line-height: 30px;
    padding-top: 10px;
    color: #666;
}

.fuwptt li a:hover span {
    color: #fff;
}

/* 头部锚点 */

.toubmaod12 {
    width: 1440px;
    margin: 0 auto;
    height: 80px;
}

.toubmaod12 a {
    display: block;
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    font-family: '黑体', Courier, monospace;
}

.toubmaod12 a.acti {
    border-bottom: 4px #f9c400 solid;
}

.toubmaod12 a:hover {
    font-family: 'MiSans Medium';
}


/* 国际物流 */

.ywjenr {
    display: block;
    font-size: 18px;
    line-height: 36px;
    width: 1440px;
    margin: 0 auto;
    padding-top: 20px;
    margin-bottom: 80px;
    color: #666;
    /* text-indent: 20px; */
}

.yunsyuns {
    width: 1460px;
    margin: 0 auto;
    margin-top: 40px;
}



.yunsyuns li {
    width: 465px;
    height: 279px;
    background: #fff;
    border-radius: 5px;
    padding-top: 20px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 20px;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.yunsyuns li:hover {
    background: #f9c400;
}

.yunsyuns li .hkys_le {
    float: left;
    position: relative;
    height: 279px;
    width: 180px;
}

.yunsyuns li .hkys_le i {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.yunsyuns li .hkys_le em {
    position: absolute;
    bottom: 30px;
    left: 10px;
}

.yunsyuns li .hkys_ri {
    float: right;
    line-height: 30px;
    max-width: 200px;
    color: #666;
}

.yunsyuns li:hover .hkys_ri {
    color: #fff;
}

.yunsyuns li:hover i {
    color: #fff;
}

.yunsyuns li:hover em {
    color: #fff;
}

.zhonjbf {
    width: 85%;
    margin: 0 auto;
}

.hkys_le b {
    display: block;
    width: 129px;
    height: 100px;
    margin-top: 50px;
}

.yunsyuns li.fuw_01 .hkys_le b {
    background: url(../images/fuw_ico01.png) no-repeat;
}

.yunsyuns li:hover.fuw_01 .hkys_le b {
    background: url(../images/fuw_ico01h.png) no-repeat;
}


.yunsyuns li.fuw_02 .hkys_le b {
    background: url(../images/fuw_ico02.png) no-repeat;
}

.yunsyuns li:hover.fuw_02 .hkys_le b {
    background: url(../images/fuw_ico02h.png) no-repeat;
}


.yunsyuns li.fuw_03 .hkys_le b {
    background: url(../images/fuw_ico03.png) no-repeat;
}

.yunsyuns li:hover.fuw_03 .hkys_le b {
    background: url(../images/fuw_ico03h.png) no-repeat;
}


.yunsyuns li.fuw_04 .hkys_le b {
    background: url(../images/fuw_ico04.png) no-repeat;
}

.yunsyuns li:hover.fuw_04 .hkys_le b {
    background: url(../images/fuw_ico04h.png) no-repeat;
}


.yunsyuns li.fuw_05 .hkys_le b {
    background: url(../images/fuw_ico05.png) no-repeat;
}

.yunsyuns li:hover.fuw_05 .hkys_le b {
    background: url(../images/fuw_ico05h.png) no-repeat;
}


.yunsyuns li.fuw_06 .hkys_le b {
    background: url(../images/fuw_ico06.png) no-repeat;
}

.yunsyuns li:hover.fuw_06 .hkys_le b {
    background: url(../images/fuw_ico06h.png) no-repeat;
}


.yunsyuns li.fuw_07 .hkys_le b {
    background: url(../images/fuw_ico07.png) no-repeat;
}

.yunsyuns li:hover.fuw_07 .hkys_le b {
    background: url(../images/fuw_ico07h.png) no-repeat;
}


.yunsyuns li.fuw_08 .hkys_le b {
    background: url(../images/fuw_ico08.png) no-repeat;
}

.yunsyuns li:hover.fuw_08 .hkys_le b {
    background: url(../images/fuw_ico08h.png) no-repeat;
}


.yunsyuns li.fuw_09 .hkys_le b {
    background: url(../images/fuw_ico09.png) no-repeat;
}

.yunsyuns li:hover.fuw_09 .hkys_le b {
    background: url(../images/fuw_ico09h.png) no-repeat;
}

.gjwlw {
    width: 1440px;
    margin: 0 auto;
}

.gjwlw span {
    float: left;
    margin-right: 170px;
    display: block;
    margin-top: 50px;
}

.qqdl i {
    display: block;
    font-size: 30px;
    color: #f9c400;
}

.qqdl em {
    display: block;
    font-size: 16px;
}

.tuptu {
    display: block;
    height: 559px;
    width: 1410px;
    margin: 0 auto;
    margin-top: 50px;
}

.sjdtxib {
    width: 1440px;
    margin: 0 auto;
    margin-top: 50px;
}

.sjdtxib span {
    float: left;
    display: block;
    width: 25%;
}

.sjdtxib span h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sjdtxib span b {
    display: block;
    width: 80%;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 30px;
}



/* 新闻动态 首页*/

.hzkh12 {
    width: 100%;
    background: #f2f2f2;
    padding-bottom: 80px;
}

.xinwda {
    width: 1450px;
    margin: 0 auto;
    margin-top: 40px;
}

.xinw {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.xinw a {
    display: block;
    width: 469px;
    background: #fff;
    padding-bottom: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.xinw a:hover {
    background: #f9c600;
    color: #fff;
}

.xinw a i {
    display: block;
    width: 470px;
    height: 310px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.xinw a i img {
    width: 470px;
    height: 310px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.xinw a:hover i img {
    width: 510px;
    height: 350px;
    margin-left: -20px;
    margin-top: -20px;
}

.xinw a em {
    margin: 0 auto;
    height: 237px;
    display: block;
    font-size: 18px;
    width: 88%;
    line-height: 30px;
    padding-top: 10px;
}

.xinw a span {
    margin: 0 auto;
    width: 88%;
    display: block;
    border-top: 1px #ddd solid;
    padding-top: 10px;
}

.xinw a:hover span {
    border-top: 1px #fff solid;
}

.xinw a span b {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    display: block;
    background: url(../images/jt.png) right center no-repeat;
}

.xinw a:hover span b {
    color: #fff;
    background: url(../images/jt_h.png) right center no-repeat;
}

.newdt {
    width: 1440px;
    margin: 0 auto;
}

.newdt h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 140px;
}

.newdt i {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #666;
    margin-bottom: 20px;
}

.newdt span {
    font-size: 18px;
    line-height: 30px;
    color: #666;
}


/* 新闻动态 内页*/

.xinwdtt {
    width: 1440px;
    margin: 0 auto;
    margin-top: 30px;
}

.xinwdtt li {
    margin-top: 20px;
}

.xinwdtt li:nth-child(2n+1) {
    float: left;
}

.xinwdtt li:nth-child(2n) {
    float: right;
}

.xinwdtt li a {
    background: #fff;
    display: block;
    width: 710px;
    height: 240px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.xinwdtt li a:hover {
    background: #f9c600;
}

.xinwdtt li a img {
    float: left;
    width: 160px;
    margin-top: 34px;
    margin-left: 34px
}

.xinwdtt li a span {
    display: block;
    float: right;
    width: 430px;
    margin-top: 34px;
    margin-right: 34px;
}

.xinwdtt li a:hover span {
    color: #fff;
}

.xinwdtt li a span h4 {
    height: 130px;
    font-weight: bold;
    font-size: 24px;
}

.xinwdtt li a:hover span h4 {
    color: #fff;
}

.xinwdtt li a span em {
    display: block;
    height: 30px;
    border-top: 1px #ddd solid;
    padding-top: 10px;
    font-size: 14px;
    background: url(../images/logo_xw.png) no-repeat right 10px;
    color: #666;
}

.xinwdtt li a:hover span em {
    color: #fff;
    background: url(../images/logo_xw_h.png) no-repeat right 10px;
}

.yema {
    margin: 0 auto;
    width: 1440px;
    text-align: center;
    margin-top: 50px;
}




/* 底部 */

.foot {
    width: 100%;
    background: #fff;
    color: #afafaf;
    padding-bottom: 30px;
}

.foot a{
    width: 100%;
    background: #fff;
    color: #afafaf;
    padding-bottom: 20px;
}

.foot_top {
    margin: 0 auto;
    width: 1440px;
    padding-bottom: 20px;
    border-bottom: 1px #fff solid;
    border-top: 2px #bcbcbc solid;
}

.foot_topnew {
    border-top: none;
    margin-top: 80px;
}

.foot_tophome {
    border-top: none !important;
    margin-top: 125px;
}

.foot_topnei {
    padding-top: 80px;
    margin-top: 80px;
}

.foot_logo {
    float: left;
}

.foot_logo img {
    width: 170px;
}

.foot_nav {
    float: left;
}

.foot_right {
    float: right
}

.foot_right b {
    float: left;
    display: block;
}

.foot_right i {
    display: block;
}



.foot_right span {
    float: left;
    margin-left: 20px;
}

.foot_nav ul li {
    float: left;
    margin-right: 50px;
}

.foot_nav ul li h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #333;
}

.foot_nav ul li a {
    font-size: 16px;
    color: #666;
    display: block;
    /* line-height: 20px; */
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.foot_nav ul li a:hover {
    color: #f9c600;
}

.foot_bottom {
    margin: 0 auto;
    width: 1230px;
    padding-top: 20px;
}

.foot_bole {
    float: left;
}

.foot_bole ul li {
    float: left;
    margin-right: 10px;
}

.foot_bole ul li a {
    cursor: default;
}

.foot_bori {
    float: right;
}

.foot_bori ul li {
    float: left;
    width: 250px;
    margin-left: 7px;
}

.foot_bori ul li h4 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
}

.foot_bori ul li em {
    font-size: 10px;
    display: block;
    margin-top: 3px;
}

.bqsy {
    margin: 0 auto;
    width: 1230px;
    padding-top: 40px;
    font-size: 12px;
    text-align: center;
}

.bqsy i,
.bqsy em {
    display: block;
}

.bqsy em img {
    padding-right: 5px;
}

/* 返回头部 */

a.returnTop {
    z-index: 999;
    display: block;
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 30px;
    opacity: 0;
    width: 60px;
    height: 60px;
    background: url("../images/return-top_03.png") no-repeat center;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

a.returnTop:hover {
    background: url("../images/return-top_03h.png") no-repeat center;
}







.neiyx_nav {
    width: 100%;
    background: #f7f7f7;
    height: 58px;
}

.le_nav {
    margin: 0 auto;
}

.le_nav ul li {
    float: left;
}

.le_nav ul li a {
    display: block;
    height: 58px;
    line-height: 58px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.le_nav ul li a:hover {
    background: #f15b20;
    color: #fff;
}

.neir_nei {
    margin: 0 auto;
}

.neina_active {
    background: #f45920;
    color: #fff;
}

.w1225 {
    width: 1225px;
    margin: 0 auto;
    display: block;
}

/* .w1325{width:1325px; margin: 0 auto; display: block;} */

.zijg {
    width: 100%;
    background: #f7f7f7;
    padding-bottom: 30px;
    margin-top: 40px;
}

.tptpt {
    margin-top: 40px;
}

.qywhq {
    background: #f7f7f7;
    margin-top: 40px;
}

.qywhq span {
    float: left;
}

.qywhrigh {
    padding-left: 20px;
    line-height: 40px;
    font-size: 16px;
    padding-top: 20px;
}

.neirwz {
    font-size: 16px;
    line-height: 28px;
    padding-top: 15px;
}

/* 公司优势 */

.gszz {
    background: #e6e6e6;
    margin-top: 40px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    text-indent: 20px;
}

ul.zzul li {
    float: left;
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 40px;
}

ul.zzul li:first-child {
    margin-left: 0px;
}

ul.zzul li:nth-child(5n+1) {
    margin-left: 0px;
}

ul.zzul li:nth-child(5n) {
    margin-right: 0px;
}

ul.zzul li span {
    display: block;
    width: 133px;
    height: 94px;
    border: 1px #ddd solid;
    border-radius: 8px;
    overflow: hidden;
}

ul.zzul li i {
    display: block;
    line-height: 30px;
    text-align: center;
}

ul.zzul li img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.biaotb {
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px
}


ul.zzul02 li {
    float: left;
    margin-left: 148px;
    margin-top: 20px;
}

ul.zzul02 li:first-child {
    margin-left: 0px;
}

ul.zzul02 li:nth-child(4n+1) {
    margin-left: 0px;
}

ul.zzul02 li:nth-child(4n) {
    margin-right: 0px;
}

ul.zzul02 li span {
    display: block;
    width: 195px;
    height: 63px;
    border: 1px #ddd solid;
    border-radius: 8px;
    overflow: hidden;
}

ul.zzul02 li i {
    display: block;
    line-height: 30px;
    text-align: center;
}

ul.zzul02 li span img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* 新闻 */

.xinwennei li a span.tup_le {
    float: left;
    display: block;
    width: 461px;
    height: 282px;
    overflow: hidden;
}

.xinwennei li a:hover .bh img {
    transform: scale(1.2, 1.2);

    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -moz-transform: scale(1.2, 1.2);
    /* Firefox */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari å’Œ Chrome */
    -o-transform: scale(1.2, 1.2);
    /* Opera */
    overflow-x: hidden;
    overflow-y: hidden;
}

.xinwennei li {
    margin-top: 60px;
    border-bottom: 1px #ddd solid;
    padding-bottom: 60px;
}

.xinwennei li a {
    display: block;
}

.xinwennei li a span.tup_ri {
    float: right;
    width: 730px;
}

.xinwennei li a span.tup_ri h3 {
    color: #333;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.xinwennei li a span.tup_ri i {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    color: #666;
}

.xinwennei li a span.tup_ri span b {
    display: block;
    float: left;
    font-weight: normal;
    margin-top: 10px;
}

.tup_ri span b ins {
    padding-right: 5px;
}

.xinwennei li a span.tup_ri span em {
    display: block;
    float: right;
    width: 133px;
    height: 39px;
    background: #f7f7f7;
    text-align: center;
    line-height: 39px;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.xinwennei li a:hover span.tup_ri h3 {
    color: #f15a23;
}


.xinwennei li a:hover span.tup_ri span b {
    color: #666;
}


.xinwennei li a:hover span.tup_ri span em {
    background: #f15a23;
    color: #fff
}

.dibspa {
    display: block;
    margin-top: 50px;
}

/* 页码 */

.yem {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.yem span {
    display: inline-block;
    padding-right: 20px;
}

.yem span.yemapag a {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    line-height: 30px;
}

.yem span.yemapag a.page_dq {
    background: #e76217;
    color: #fff;
}

.yem span.yemapag a:hover {
    background: #e76217;
    color: #fff;
}

.tup_le img {
    padding: 0;
}

.xwn_title {
    margin-top: 60px;
}

.xwn_title i {
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}

.xwn_title em {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #666;
    margin-top: 10px;
}

.xwne {
    line-height: 28px;
    padding: 15px;
}

.xwne img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sxyem {
    background: #f7f7f7;
    height: 50px;
    line-height: 50px;
}

.sxyem i {
    float: left;
    padding-left: 15px;
    margin: 0;
}

.sxyem a:hover {
    color:#f9c600
}

.sxyem em {
    float: right;
    padding-right: 15px;
}

.sxyem a {
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}


.fanhu{ float: right; padding-right: 15px; line-height: 40px;}
.fanhu a{ transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;}

.fanhu a:hover{color:#f9c600}


.dqwzz {
    line-height: 50px;
}

.dqwzz em {
    padding-left: 10px;
}

.dqwzz em a {
    padding-left: 3px;
    padding-right: 3px;
}

.dqwzz em a:hover {
    color: #f15a23
}

.dqwzz b {
    display: block;
    float: right;
    margin-top: 10px;
    font-weight: normal;
}

.dqwzz b a {
    display: block;
    background: #f15a23;
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
}

.dqwzz b a:hover {
    background: #db5422;
}


/* 媒体查询 */

@media screen and (min-width: 1200px) {

    .fwkhf{ width: 99%;}
    .fwkhf li{ width:31.2%; margin-left: 1%; margin-right:1%;}
    .fwkhf li i{ height: 280px;}
    .fwkhf li i,.fwkhf li em{ width:100%}
    .fwkhf li img{ width: 100%; height: 100%;}

    .fwkhf li:hover img{ width: 110%; height: 110%; margin-left: -5%; margin-top: -5%;}
    #banner h1 {
        text-align: left;
        font-size: 40px;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 300px;
        left: 0;
        text-indent: 20px;
      
        font-weight: bold;
    }
    
   
    #banner p {
        text-align: left;
        margin-top: 15px;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 370px;
        left: 0;
        text-indent: 20px;
     
    }
    .toubmaod12{ width: 97%;}
    h2.main_title{width: 97%;}
    .fuwptt{width: 97%;}
    .fuwptt li{ width:18%;}
    .fuwptt li:nth-child(1), .fuwptt li:nth-child(2), .fuwptt li:nth-child(3), .fuwptt li:nth-child(4){ margin-right:2.5%;}
    
    .fuwptt li a{width:100%;}
    .quanl i{ width:97%;}
    .gndk{width:97%;}
    .gndk1,.hexysss li i { width:40%;}
    .hxys{ width:20%; }
    .hexysss li em{margin-left: 0;}
    .gjdk,.hexysss li ins{width:40%;}
    .qdt{width:97%;display: block;}
    .wz{width:85%;}
    .hzkh ul{width:97%;}

    .hzkh ul li{ width: 18%; margin-right:2%; margin-left:0;}
    .bh img{ width:100%;height: auto;}
    .xinwda{width:99%;}

    .xinw{width: 31.3%; margin-left:1%; margin-right:1%;}
    .xinw a{ width: 100%;}
    .xinw a i{width: 100%;}
    .foot_top{ width:97%;}
    .rcwll{ width:100%;}
    .rcwlll{width:97%;}
    .rcwlll img{ width:100%}
    .fangajz{width:97%}
    .bannerntup h3{ width: 97%;  left: 0; margin-left:1.5%; }
    
    .ywjenr,.gjwlw{ width: 97%;}
    .yunsyuns{width: 99%;}
    .yunsyuns li{ width:31.2%; margin-left:1%; margin-right:1%}
    .yunsyuns li .hkys_ri{ max-width: 120px;}
    .tuptu{ width:100%}
    .tuptu img{ width:100%}
    .sjdtxib, .dafangk{ width:97%;}
    .haiyun ul li, .konguyn ul li, .tieyun ul li{margin-right: 1%; max-height: 131px; }
    .haiyun ul li img, .konguyn ul li img, .tieyun ul li img{ width:100%;height:100%;}
    .haiyun ul li:hover img,
.konguyn ul li:hover img,
.tieyun ul li:hover img {
    width: 110%;
    height:  100%;
    overflow: hidden;
    margin-left: -5%;
    margin-top: -5%;
}
    .haiyun{ width:29% ; margin-right:1%}
    .konguyn{ width:45%;margin-right:1%}
    .tieyun{ width:23%}
    .tieyun h3,.konguyn h3,.dafangk h3{width:100%}
    .haiyun ul li{ width: 31.2%;}
    .konguyn ul li{ width: 24%;}
    .tieyun ul li{width: 49%;}
    .neiyedaoh123 span,.main_title2,h2.main_title1,.xinwdtt{ width:97%;}

    .xinwdtt li{ width: 48%;}
    .xinwdtt li a{ width:100%;}
    .xinwdtt li a img{ margin-left: 4%; width: 24%;}
    .xinwdtt li a span{ width: 64%; margin-right: 4%;}
    .qyjssp{ width: 97%;}

    .jianj01{ width:38%;}
    .jianj01 img{ width:100%;}
    .jianjie02{ width: 60%;}
    .picMarquee-left{ width: 97%; margin:0 auto;}
    .logobiaot{ width: 97%; margin: 120px auto 0;}
    .picList li{  width:30%}
    .picMarquee-left .bd ul li{ margin:0 8px;}
    .picMarquee-left .bd2 ul li{ margin:0 12px;}
    .picMarquee-left .bd2 ul li .pic img{ max-width: 300px;}
    .touzjg{ width: 97%;}
   
    .touzjg li i{ width: 30%;}
    .touzjg li i img{  width: 100%;}
    .touzjg li span{ width:65%;}
    .newdt{ width:97%;}
    
  }


@media screen and (min-width: 1440px) {
    #banner h1 {
        text-align: left;
        font-size: 40px;
        width: 1440px;
        margin: 0 auto;
        position: absolute;
        top: 300px;
        left: 50%;
        margin-left: -720px;
        font-weight: bold;
        
    }
    .toubmaod12{ width: 1440px;}
    
    .haiyun{ width:480px}
    .tieyun{width:320px}
    .konguyn{ width:640px}
    .tieyun h3{width:312px}
    .konguyn h3{width:632px}
    .dafangk h3{width:472px}
    #banner p {
        text-align: left;
        margin-top: 15px;
        width: 1440px;
        margin: 0 auto;
        position: absolute;
        top: 370px;
        left: 50%;
        margin-left: -720px
    }
    h2.main_title{width: 1440px;}
    .fuwptt{width: 1440px;}

    .fuwptt li{ width:255px;}
    .fuwptt li:nth-child(1), .fuwptt li:nth-child(2), .fuwptt li:nth-child(3), .fuwptt li:nth-child(4){ margin-right: 41px;}
    
    .fuwptt li a{width:255px;}
    .quanl i{ width: 1440px;}
    .gndk{width: 1440px;}
    .qdt{width:1440px;display: block;}
    .hzkh ul{margin: 0 auto;width: 1464px;}
    .xinwda{width: 1450px;}
    .xinw{width:469px; margin-left:5px; margin-right:5px;}
    .xinw a{ width: 100%;}
    .xinw a i{width: 100%;}
    .foot_top{ width: 1440px;}
    .rcwll{width: 1440px;}
.rcwlll{ width:1440px;}
.rcwlll img{ width:1440px}
.fangajz{width:1440px}
.bannerntup h3{ width: 97%;  left: 50%; margin-left:-720px;}
.ywjenr{ width: 1440px;}
.yunsyuns{ width:1460px;}
.yunsyuns li{ width:31.2%; width: 465px;margin-right: 10px;
    margin-left: 10px;}
    .yunsyuns li .hkys_ri{ max-width: 200px;}
    .tuptu{ width: 1410px;}
    .tuptu img{ width:1410px}
    .sjdtxib{ width:1440px;}
    .haiyun,.konguyn,.tieyun{ margin-right: 0;}
    .haiyun ul li, .konguyn ul li, .tieyun ul li{margin-right: 8px;}
    .dafangk{ width:1440px;}
    
.haiyun ul li,
.konguyn ul li,
.tieyun ul li {
    width: 152px;
    height: 152px;
    overflow: hidden;
}

.haiyun ul li img,
.konguyn ul li img,
.tieyun ul li img {
    width: 150px;
    height: 150px;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.konguyn h3 {
    width: 632px;
}

.tieyun h3 {
    width: 312px
}

.haiyun ul li,
.konguyn ul li,
.tieyun ul li {
    display: block;
    margin-right: 8px;
    float: left;
    width: 152px;
    height: 152px;
    border: 1px #ddd solid;
    margin-top: 10px;
}


.haiyun ul li:hover img,
.konguyn ul li:hover img,
.tieyun ul li:hover img {
    width: 190px;
    height: 190px;
    overflow: hidden;
    margin-left: -20px;
    margin-top: -20px;
}
.fwkhf{    width: 1480px;}
.fwkhf li{ margin-left:20px; margin-right:20px; width:450px;}
.fwkhf li i{ height: 300px;}
.fwkhf li i,.fwkhf li em{ width:450px;}
.fwkhf li img{ width:450px; height:300px;}

.fwkhf li:hover img{ width: 110%; height: 110%; margin-left: -5%; margin-top: -5%;}
.hzkh ul li{width: 220px; height: 120px;margin-left:12px; margin-right: 12px;}
.bh img{ width: 220px; height: 120px;}
.logobiaot,.main_title2,.neiyedaoh123 span,.qyjssp,.picMarquee-left,.touzjg,.gjwlw,h2.main_title1,.xinwdtt { width: 1440px;}
.logobiaot{ margin:120px auto 0; }

.picMarquee-left .bd ul li{ margin: 0 12px; }
.picMarquee-left{ margin-top:50px;}
.picList li{ width: 400px;}
.wz{ width:1255px;}
.newdt{ width:1440px}
  }


  

  @media screen and (max-width: 1200px) {
    #banner h1 {
        text-align: left;
        font-size: 40px;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 300px;
        left: 0;
        text-indent: 20px;
        font-weight: bold;
    }
    
   
    #banner p {
        text-align: left;
        margin-top: 15px;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 370px;
        left: 0;
        text-indent: 20px;
     
    }
    .toubmaod12{ width: 97%;}
    h2.main_title{ width: 97%;}
    .fuwptt{width: 97%;}
    .fuwptt li{ width:18%;}
    .fuwptt li:nth-child(1), .fuwptt li:nth-child(2), .fuwptt li:nth-child(3), .fuwptt li:nth-child(4){ margin-right:2.5%;}
    
    .fuwptt li a{width:100%;}
    .quanl i{ width:97%;}
    .gndk{width:97%;}
    .gndk1,.hexysss li i { width:40%;}
    .hxys{ width:20%; }
    .hexysss li em{margin-left: 0;}
    .gjdk,.hexysss li ins{width:40%;}
    .qdt{ display: block; width:100%;}
    .wz{width:85%;}
    .hzkh ul{width:97%;}
    .hzkh ul li{ width: 18%; margin-right:2%; margin-left:0; }
    .bh img{ width:100%;height: auto;}
    .xinwda{width:99%;}
    .xinw{width: 31.3%; margin-left:1%; margin-right:1%;}
    .xinw a{ width: 100%;}
    .xinw a i{width: 100%;}
    .foot_top{ width:97%;}
    .rcwll{width: 100%;}
    .rcwlll{ width: 97%;}
    .rcwlll img{ width:100%}
    .fangajz{width:97%}
    .bannerntup h3{ width: 97%;  left: 0; margin-left: 1.5%;}
    .ywjenr,.gjwlw{ width: 97%;}
    .yunsyuns{width: 99%;}
    .yunsyuns li{ width:31.2%; margin-left:1%; margin-right:1%}
    .yunsyuns li .hkys_ri{ max-width: 120px;}
    .tuptu{ width: 100%;}
    .tuptu img{ width:100%}
    .sjdtxib, .dafangk{ width:97%;}
    .haiyun ul li, .konguyn ul li, .tieyun ul li{margin-right: 1%; max-height: 131px;}
    .tieyun h3,.konguyn h3,.dafangk h3{width:100%}
    .haiyun ul li{ width: 31.2%;}
    .konguyn ul li{ width: 24%;}
    .tieyun ul li{width: 49%;}

    .haiyun{ width:29% ; margin-right:1%}
    .konguyn{ width:45%;margin-right:1%}
    .tieyun{ width:23%}
    .haiyun ul li img, .konguyn ul li img, .tieyun ul li img{ width: 100%; height:auto;}

    .haiyun ul li:hover img,
    .konguyn ul li:hover img,
    .tieyun ul li:hover img {
        width: 110%;
        height:  100%;
        overflow: hidden;
        margin-left: -5%;
        margin-top: -5%;
    }

    .fwkhf{ width: 99%;}
    .fwkhf li{ width:31.2%; margin-left: 1%; margin-right:1%;}
    .fwkhf li i{ height: 280px;}
    .fwkhf li i,.fwkhf li em{ width:100%}
    .fwkhf li img{ width: 100%; height: 100%;}

    .fwkhf li:hover img{ width: 110%; height: 110%; margin-left: -5%; margin-top: -5%;}
    .neiyedaoh123 span,.main_title2{ width:97%;}

    h2.main_title1,.qyjssp{ width:97%;}
    .jianj01{ width:36%;}
    .jianj01 img{ width:100%;}
    .jianjie02{ width: 60%;}
    .picMarquee-left{ width: 97%; margin:0 auto;}
    .logobiaot{ width: 97%; margin: 0 auto 0;}
    .picList li{  width:30%}
    .picMarquee-left .bd ul li{ margin:0 8px;}
    .picMarquee-left .bd2 ul li{ margin:0 12px;}
    .picMarquee-left .bd2 ul li .pic img{ max-width: 300px;}
    .touzjg{ width: 97%;}
    .touzjg li i{ width: 30%;}
    .touzjg li span{ width:65%;}
    .newdt{ width:97%;}

  }

