/*public*/
* {
    outline: none;
    padding: 0;
    margin: 0;
    transition: .3s all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    font-size: 16px;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    color: #444;
    line-height: 24px;
    background: #f9f9f9;
}
h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}
form, iframe, span, dl, dd, dt, pre, fieldset, legend, p, img {
    border: 0;
}
img {
    /*image-rendering: pixelated;*/
}
ul,li,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
i, em {
    font-style: normal;
}
a {
    text-decoration: none;
    background: none;
    color: #444;
}
a:hover {
    color: inherit;
}
ul, ol {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    border: 0;
    display: block;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
textarea::-webkit-input-placeholder {
    color: #ccc;
}
textarea:-moz-placeholder {
    color: #ccc;
}
textarea:-ms-input-placeholder {
    color: #ccc;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hang2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hang1 {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.container,
.menu {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.header {
    padding: 20px 0;
}
.h-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sch {
    float: right;
    width: 350px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #ddd;
}
.sch .ipt {
    float: left;
    width: 270px;
    height: 40px;
    padding: 13px;
}
.sch .btn {
    float: right;
    width: 78px;
    height: 40px;
    text-align: center;
    background: url("../images/sch.png") #222 center no-repeat;
}
.logo img {
    display: block;
    height: 69px;
}
.nav {
    position: relative;
    background: url("../images/menubg.png") center top no-repeat;
    z-index: 999;
}
.menu li {
    position: relative;
    float: left;
    width: calc(100% / 7);
    line-height: 55px;
    text-align: center;
    font-size: 17px;
    transition: all .2s;
}
.menu li a {
    display: block;
    color: #fff;
}
.menu li:after {
    position: absolute;
    left: 0;
    top: 19px;
    content: '';
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,.2);
}
.menu li:first-child:after {
    content: none;
}
.menu li:hover a:after,
.menu li.active a:after {
    position: absolute;
    left: 10%;
    bottom: 0;
    content: '';
    height: 3px;
    width: 80%;
    background: #fda503;
}
.lunbo {
    position: relative;
    height: 460px;
    overflow: hidden;
}
.lunbo img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.lunbo .swiper-pagination {
    bottom: 10px;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 0;
    border: 0;
}
.swiper-pagination-bullet-active {
    width: 20px;
    background: #fda503;
    border: 2px solid #fda503;
}
.mySwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wrap {
    padding: 40px 0;
}
.bg1 {
    background-image: url("../images/bg1.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.indextt {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
    line-height: 30px;
    border-bottom: 1px solid #dfdfdf;
}
.indextt h3 {
    font-size: 28px;
    font-weight: bold;
    border-bottom: 2px solid #333;
    padding-bottom: 13px;
    color: #fda503;
}
.indextt h3 a {
    color: #fda503;
}
.indextt strong {
    color: #333;
}
.indextt h3 i {
    color: #B1B1B1;
    font-style: normal;
    font-size: 18px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    font-weight: 100;
}
.more {
    display: block;
    padding: 0 20px 0 0;
    background: url(../images/more.png) no-repeat center right;
    background-size: auto 15px;
}
.aboutcon {
    width: 780px;
    float: left;
    margin-right: 50px;
}
.lxcon {
    width: 370px;
    float: right;
}
.aboutpic {
    float: left;
    max-height: 265px;
}
.aboutpic img {
    display: block;
    height: 100%;
}
.aboutdes {
    margin-left: 240px;
    line-height: 28px;
    max-height: 280px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}
.lxlist li {
    display: flex;
    line-height: 35px;
    align-items: flex-start;
}
.lxlist span {
    display: flex;
    width: 80px;
    flex-shrink: 0;
    align-items: center;
}
.lxlist span img {
    display: block;
    width: 16px;
    flex-shrink: 0;
    margin-right: 10px;
}
.lxlist em {
    display: block;
}
.gundong {
    position: relative;
    padding: 0 35px;
    margin-top: 15px;
    overflow: hidden;
}
.gundong .pic {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.gundong img {
    display: block;
    width: 100%;
}
.gundong h2 {
    text-align: center;
}
.gundong .swiper-button-prev:after,
.gundong .swiper-button-next:after {
    content: none;
}
.gundong .swiper-button-prev {
    left: 0;
    background: url("../images/prev.jpg") left center no-repeat;
    background-size: 20px;
}
.gundong .swiper-button-next {
    right: 0;
    background: url("../images/next.jpg") right center no-repeat;
    background-size: 20px;
}
.footer {
    background: #333;
    padding: 30px 0;
    color: #aaa;
    font-size: 14px;
    border-top: 3px solid #fda503;
}
.footer a {
    color: #aaa;
}
.ftbox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.copy p {
    padding: 3px 0;
}
.ga {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
.ftewm {
    text-align: center;
}
.ftlx h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.inbanner {
    position: relative;
    height: 160px;
    overflow: hidden;
    text-align: center;
}
.inbanner img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    height: 160px;
}
.inbanner h2 {
    padding: 60px 0 ;
    font-size: 34px;
    color: #fff;
}
.brd {
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
    height: 56px;
    font-size: 14px;
}
.brd,
.brd a {
    color: #999;
}
.brd p {
    float: left;
    padding-left: 24px;
    background: url("../images/brd.png") left center no-repeat;
    background-size: 18px;
}
.brd span {
    padding: 0 5px;
    font-family: SimSun-ExtB;
}
.page {
    padding: 20px 0 60px;
    min-height: 400px;
    /*background: #fff;*/
}
.page img {
    max-width: 100%;
}
.page-tt {
    font-size: 26px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    margin-bottom: 20px;
}
.d-info {
    line-height: 34px;
    background: #efefef;
    text-align: center;
    color: #999;
    margin: 0 0 20px;
}
.d-info span {
    padding: 0 10px;
    font-size: 14px;
}
.pagecon {
    line-height: 30px;
}
.huli-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
}
.huli-list a {
    display: block;
    width: calc((100% - 60px)/3);
    margin: 0 20px 20px 0;
}
.huli-list .pic {
    width: 100%;
    height: 210px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #fff;
}
.huli-list .pic img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.huli-list h2 {
    line-height: 40px;
    text-align: center;
    background: #e9e9e9;
}
.huli-list a:hover h2 {
    background: #ccc;
}
.huli-list a:hover {
    transform: translateY(-7px) ;
}
.rongyu .pic {
    height: 253px;
}
.rongyu .pic img {
    height: 100%;
}
/*分页*/
#pages {
    padding: 30px 0 0;
    text-align: center;
}
#pages ul {
    /*float: right;*/
    font-size: 0;
}
#pages li {
    display: inline-block;
    margin: 0 4px;
    border: 1px solid #e6e6e6;
    line-height: 22px;
}
#pages li span,
#pages li a {
    display: block;
    width: 30px;
    height: 30px;
    color: #7d7d7d;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
#pages li:hover,
#pages li.active {
    border: 1px solid #333;
    background-color: #333;
}
#pages li:first-child,
#pages li:last-child {
    background: #333;
    border: 1px solid #333;
}
#pages li:first-child span,
#pages li:first-child a,
#pages li:last-child span,
#pages li:last-child a,
#pages li:hover a,
#pages li:hover span,
#pages li.active span {
    color: #fff;
}
.proimg {
    float: left;
    width: 370px;
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    align-items: center;
}
.proimg img {
    display: block;
    width: 100%;
}
.protext {
    margin-left: 400px;
}
.protext .xqtt {
    text-align: left;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
}
.xqdes {
    padding-top: 10px;
}
.proxq {
    padding-top: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    clear: both;
}
.proxq h2 {
    display: inline-block;
    border-bottom: 2px solid #fda503;
    padding-bottom: 10px;
    font-size: 22px;
}
.probig {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.probig img {
    display: block;
}
.procon table {
    width: 100%;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-collapse: collapse;
    margin: 15px 0;
}
.procon table th,
.procon table td {
    padding: 5px 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.pian {
    padding-top: 10px;
    border-top: 1px solid #e4e4e4;
    margin-top: 30px;
}
.pian li {
    padding: 5px 0;
    overflow: hidden;
    display: flex;
}
.message {
    width: 50%;
    margin: 0 auto;
}
.message .grp {
    margin-bottom: 20px;
    display: flex;
    line-height: 36px;
}
.message label {
    width: 90px;
    flex-shrink: 0;
}
.m-ipt,
.m-area {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.m-ipt,
.yzm {
    height: 38px;
    padding: 11px 10px;
}
.m-area {
    min-height: 100px;
    padding: 10px;
}
.yzm {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100px;
    flex-shrink: 0;
}
.yzm-pic {
    width: 80px;
    height: 38px;
    background: #ddd;
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}
.yzm-pic img {
    display: block;
    width: 100%;
    height: 100%;
}
.yzm-a {
    font-size: 14px;
}
.m-btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #fda503;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
}
.lianxi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.lianxi li {
    width: 49%;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px 30px;
    margin: 0 0 20px;
    line-height: 24px;
    border-radius: 5px;
    transition: .3s all;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.lianxi img {
    flex-shrink: 0;
    width: 50px;
    margin-right: 20px;
}
.lianxi li:hover {
    transform: translateY(-10px);
}
.lianxi  h2 {
    font-size: 24px;
    margin: 0 0 10px;
}
.sword {
    margin-bottom: 15px;
    font-size: 14px;
    border-left: 5px solid #fda503;
    line-height: 18px;
    padding-left: 10px;
}
.sword i {
    color: #f00;
}
.nlist li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    background: url("../images/dian.png") left center no-repeat;
    border-bottom: 1px solid #e6e6e6;
}
.nlist a {
    padding: 15px 0;
}
.nlist span {
    color: #999;
}
.nodate {
    line-height: 40px;
    font-size: 30px;
    color: #ccc;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.shipin {
    width: 100%;
    padding: 0 10%;
}