@charset "utf-8";
/*
 * This is NOT a freeware, use is subject to license terms
 * @author Siyuan! <2039750417@qq.com>
 * @version 5.0.15
 * @support http://www.syk.com
 */

.wp {
    width: 1200px;
    margin: 0 auto
}

img {
    max-width: 100%;
}

a.imgzoom img {
    transition: all 0.3s ease 0s
}

a.imgzoom:hover img {
    -webkit-transform-origin: center center;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform-origin: center center;
    -moz-transform: scale(1.1, 1.1);
}

.header-top {
    height: 91px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.123);
}

.header-top .login {
    float: left;
}

.header-top .nav {
    width: 50%;
    float: left;
    margin-left: 6%;
    padding-top: 15px;
}

.header-top .nav li {
    overflow: hidden;
    font-size: 16px;
    color: #7a7a7a;
    float: left;
    text-align: center;
    width: 12.5%;
    line-height: 50px;
}

.header-top .nav li a {
}

.header-top .nav li.cur a {
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
    border-bottom: 2px solid #334264;
}

.header-top .nav li.curr a {
    padding-bottom: 12px;
    border-bottom: 2px solid #334264;
}

.header-meun {
    display: none;
    position: absolute;
    top: 19px;
    right: 10px;
    z-index: 999999;
}

.header-meun i {
    color: #2f343e;
    font-size: 30px;
    font-weight: bold
}

.header-meun i:hover {
    cursor: pointer;
}

.header-form {
    width: 322px;
    position: absolute;
    right: 0px;
    top: 27px;
}

.header-form .border {
    width: 1px;
    height: 15px;
    top: 8px;
    background: #bababa;
    position: absolute;
    left: 0px;
}

.header-form .form-input {
    float: left;
    margin-left: 10%;
    width: 165px;
    height: 30px;
    background: #f0f0f0;
    border-radius: 20px;
}

.header-form .form-input input {
    width: 100px;
    outline: none;
    background: none;
    border: none;
    padding: 2px 2px;
    margin-top: 4.5px;
    margin-left: 15px;
}

.header-form .form-input img {
    float: right;
    margin-top: 3px;
    margin-right: 10px;
}

.header-form .form-input img:hover {
    cursor: pointer;
}

.header-form .en select {
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    width: 50px;
    height: 30px;
    outline: none;
}

.header-form .weixin {
    margin-right: 5%;
    line-height: 30px;
    float: right;
    z-index: 115;
}

.header-form .weixin i {
    color: #cfa85a;
    font-size: 20px;
}

.weixin-dis {
    display: none;
    width: 90px;
    height: 90px;
    background: #fff;
    box-shadow: 1px 2px 5px #dedede;
    position: absolute;
    right: 0px;
    top: 40px;
    z-index: 115;
}

.weixin-dis img {
    width: 100%;
    height: 100%;
}

.weixin.cur .weixin-dis {
    display: block;
}

.index-banner .banner-page .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    opacity: 1 !important;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0) !important;
}

.index-banner .banner-page .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    background: #fff !important;
    opacity: 1 !important;
}

.index-banner .banner-list {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    height: 60px;
    background: #fff;
    z-index: 1;
    margin-left: -600px;
    left: 50%;
    right: 50%;
    border-bottom: 1px solid #ececec;
}

.index-banner .banner-list .contact {
    float: right;
    width: 240px;
    height: 60px;
    background: #cfa85a;
}

.index-banner .banner-list .contact img {
    float: left;
    margin-left: 24px;
    margin-right: 12px;
    margin-top: 17px;
}

.index-banner .banner-list .contact .dd1 {
    margin-top: 8px;
    font-size: 14px;
    color: #ffffff;
}

.index-banner .banner-list .contact .dd2 {
    margin-top: 2px;
    font-size: 20px;
    color: #ffffff;
}

.index-banner .banner-list .news {
    float: left;
    width: 125px;
    height: 60px;
    background: #fff;
    border-bottom: 2px solid #374666;
}

.index-banner .banner-list .news img {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 8px;
}

.index-banner .banner-list .news .dd1 {
    margin-top: 20px;
    font-size: 14px;
    color: #233357;
}

.index-banner .banner-list .list {
    font-size: 14px;
    color: #616161;
    float: left;
    width: 50%;
    margin-top: 20px;
    margin-left: 20px;
}

.index-banner .banner-list .list .con {
    height: 19px;
    overflow: hidden;
}

.index-banner .banner-list .list em {
    display: block;
    width: 6px;
    height: 6px;
    background: #374666;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

.index-banner .banner-list .list-page {
    margin-top: 18px;
    float: right;
    width: 115px;
    height: 20px;
}

.index-banner .banner-list .list-page .em {
    width: 1px;
    height: 24px;
    background: #d0d0d0;
    position: absolute;
    left: -30px;
    top: 0px;
}

.index-banner .banner-list .list-page .list-page-prev {
    background-image: url(../images/5.png);
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    margin-top: -6px;
}

.index-banner .banner-list .list-page .list-page-next {
    background-image: url(../images/6.png);
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    margin-top: -6px;
}

.index-banner .banner-list .list-page .list-page-pagination {
    width: 100%;
    margin-top: 8px;
}

.index-banner .banner-list .list-page .swiper-pagination-bullet {
    margin: 0px 3px;
    background: #040303;
}

.index-banner .banner-list .list-page .swiper-pagination-bullet-active {
    background: #233357;
}

.index-title {
    padding-top: 55px;
    text-align: center;
}

.index-title em {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100%;
    font-size: 30px;
    color: #233357;
}

.index-title span {
    margin-top: 8px;
    font-size: 16px;
    color: #cfa85a;
    text-transform: Uppercase;
}

.index-business {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-business .list {
    background-size: cover !important;
    position: relative;
    width: 20%;
    height: 270px;
    overflow: hidden;
}

.index-business .list .back {
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
}

.index-business .list .backsub {
    padding: 0px 5%;
    position: absolute;
    bottom: 5px;
    margin-left: -48%;
    width: 86%;
    left: 50%;
    right: 50%;
    height: 60px;
    border-bottom: 2px solid #cfa85a;
    background: #2f3d5d;
    opacity: 0.9;
}

.index-business .list .backsub .tit {
    height: 24px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 8px;
}

.index-business .list .backsub .entit {
    height: 16px;
    overflow: hidden;
    font-size: 12px;
    color: #5d6d90;
    margin-top: 3px;
}

.index-business .list .backsub .more {
    transition: all 0.3s ease 0s;
    width: 91%;
    position: absolute;
    bottom: -100%;
    display: block;
    height: 33px;
    background: #cfa85a;
    font-size: 12px;
    color: #263455;
    line-height: 33px;
    text-align: center;
    border-radius: 5px;
}

.index-business .list .backsub .con {
    margin-top: 5px;
    height: 150px;
    overflow: hidden;
    display: none;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
}
.index-business .list .backsub .con a{
    color: #fff;
}

.index-business .list .backsub .con span {
    font-family: Microsoft YaHei, Tahoma, Geneva, sans-serif !important;
    font-size: 14px !important;
    line-height: 25px !important;
	color: #fff;
}

.index-business .list:hover .back {
    transition: all 0.3s ease 0s;
    top: -100%;
}

.index-business .list:hover .backsub {
    transition: all 0.3s ease 0s;
    height: 95%;
}

.index-business .list:hover .con {
    display: block;
}

.index-business .list:hover .more {
    transition: all 0.6s ease 0s;
    bottom: 10px;
}

.index-more a {
    transition: all 0.6s ease 0s;
    border-radius: 40px;
    width: 205px;
    height: 44px;
    border: 1px solid #2e3c5c;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #2e3c5c;
    margin-top: 30px;
}

.index-more a:hover {
    transition: all 0.6s ease 0s;
    background: #2e3c5c;
    color: #fff;
}

.index-case {
    margin-top: 70px;
    height: 507px;
    background: url(../images/back.jpg) no-repeat center;
}

.index-case .index-title em {
    color: #fff;
}

.index-case .index-more a {
    margin-top: 50px;
    border: 1px solid #fff;
    color: #fff;
}

.index-case .index-more a:hover {
    background: #fff;
    color: #2e3c5c;
}

.index-case .list {
    margin-top: 30px;
}

.index-case .list .con {
    position: relative;
    box-shadow: 0px 10px -3px 1px #efefef;
    background: #fff;
    height: 215px;
}

.index-case .list .con .pl {
    padding: 20px 10px;
}

.index-case .list .con .ftit {
    overflow: hidden;
    width: 78px;
    line-height: 26px;
    height: 26px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #243050;
}

.index-case .list .con .tit {
    overflow: hidden;
    max-height: 40px;
    color: #29385b;
    font-size: 16px;
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}

.index-case .list .con .file {
    height: 65px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
}

.index-case .list .con .cile {
    height: 42px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
}

.index-case .list .con .more {
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 90%;
    background: #cfa85a;
    height: 45px;
    line-height: 45px;
    padding: 0px 5%;
}

.index-case .list .con .more em {
    font-size: 14px;
}

.index-case .list .con .more span {
    float: right;
    font-size: 30px;
}

.index-case .list .list-swiper {
    width: 85%;
}

.index-case .list .list-page-next {
    margin-top: -35px;
    width: 30px;
    height: 70px;
    background-image: url(../images/7.png);
    background-size: 100% 100%;
}

.index-case .list .list-page-prev {
    margin-top: -35px;
    width: 30px;
    height: 70px;
    background-image: url(../images/8.png);
    background-size: 100% 100%;
}

.index-news {
    margin-top: 55px;
}

.index-news .tit {
    height: 21px;
    overflow: hidden;
    font-size: 16px;
    color: #233357;
}

.index-news .des {
    margin-top: 5px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.index-news .dd1 {
    overflow: hidden;
    float: left;
    width: 42%;
}

.index-news .dd1 .tit {
    margin-top: 10px;
}

.index-news .dd1 .img {
    background-size: cover !important;
    height: 305px;
    width: 100%;
}

.index-news .dd2 {
    float: right;
    width: 55%;
    margin-bottom: 20px;
}

.index-news .dd2 .shu {
    position: relative;
    float: left;
    margin-right: 45px;
}

.index-news .dd2 .shu .c1 {
    font-size: 30px;
    color: #6d6a6a;
}

.index-news .dd2 .shu .c2 {
    text-align: right;
    font-size: 14px;
    color: #a4a4a4;
}

.index-news .dd2 .shu em {
    width: 1px;
    height: 55px;
    background: #cacaca;
    position: absolute;
    top: 5px;
    right: -20px;
}

.index-news .more {
    width: 150px;
    margin-top: 45px;
}

.footer-top {
    margin-top: 100px;
    padding: 30px 0px;
    background: #2f343e;
    border-bottom: 1px solid #4d5360;
}

.footer-top li {
    float: left;
    margin-right: 40px;
}

.footer-top li a {
    color: #989ba0;
    font-size: 16px;
}

.footer-top .icon {
    position: absolute;
    right: 0px;
}

.footer-top .icon i {
    color: #989ba0;
    font-size: 20px;
    margin-left: 20px;
}

.footer-top .icon .weixin-dis {
    margin-top: -40px;
    right: 120px;
}

.footer-bottom {
    padding: 50px 0px;
    background: #2f343e;
}

.footer-bottom .log {
    float: left;
}

.footer-bottom .log .lob {
    font-size: 12px;
    color: #989ba0;
    margin-top: 5px;
}

.footer-bottom .contact {
    width: 300px;
    float: right;
}

.footer-bottom .contact img {
    float: left;
    margin-right: 8px;
    margin-top: 5px;
}

.footer-bottom .contact .cc1 {
    font-size: 12px;
    color: #989ba0;
}

.footer-bottom .contact .cc2 {
    font-size: 30px;
    color: #cfa85a;
    margin-top: 5px;
}
/****友情链接*/
.footer-bottom .linkseo {
    color: #989ba0;
    margin-top: 10px;
}
.footer-bottom .linkseo a{
    color: #989ba0;
}
.footer-bottom .linkseo a:hover{
    color: #FFF;
}

/*悬浮链接*/
#amkefu{width:50px;top:30%;right:0px;z-index: 99999; position:fixed;}
#amkefu li{width:50px;height:50px;position:relative;margin-top: 2px;cursor:pointer;position: relative;z-index: 999999;list-style: none;}
#amkefu li p{display: block;line-height: 30px;}
#amkefu li > a{display: block;height: 50px;color: #333;font-size: 16px;background: #fb6969;}
#amkefu li > a span{display: block; height: 50px;text-indent: -99999%; background: url(../images/fixtop.png) no-repeat left;background-size: 50px auto;}
#amkefu #amqiao > a{background: #00aef3;}
#amkefu #weixin{}
#amkefu #weixin > a{background: #3bc158;}
#amkefu #amqiao > a span{background-position: 0 -0px;}
#amkefu #tell > a span{background-position: 0 -50px;}
#amkefu #weixin > a span{background-position: 0 -100px;}
#amkefu #tell > a{background: #fb6969;position: relative;}
#amkefu #tell > a i{width: 0px;height: 50px;font-size: 18px;color: #fff; line-height: 50px;background: #fb6969;text-align: center; white-space: nowrap;
 position: absolute;top: 0;right: 50px;transition: 0.3s;z-index:-1;}
#amkefu #tell > a:hover i{width: 250px;}
#amkefu #amqiao > a i{width: 0px;height: 50px;font-size: 18px;color: #fff; line-height: 50px;background: #fb6969;text-align: center; white-space: nowrap;
 position: absolute;top: 0;right: 50px;transition: 0.3s;z-index:-1;}
#amkefu #amqiao > a:hover i{width: 150px;}
#amkefu #top > a span{background-position: 0 -150px;background-color: #ccc;}

#amkefu #weixin #login{display:none;width:80%;max-width: 400px; font-size: 16px;text-align: center;border-radius: 10px;padding: 40px 20px 20px;
    position:fixed;top:24%;left:50%;margin-left:-200px; z-index:9999;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 6px #777;
    -webkit-box-shadow: 0px 2px 6px #777;
    -moz-box-shadow: 0px 2px 6px #777;}
#amkefu #weixin #login img{max-width: 200px;padding-bottom: 15px;}
#amkefu #weixin #login a.close{display: inline-block;width: 20px;height: 20px;line-height: 20px;background: #333;color: #fff; border-radius: 100px;text-align: center;
    position: absolute;top: 10px;right: 10px;}
#amkefu #weixin #login #btn{display: inline-block;background:#811d3b;color: #fff; padding: 4px 8px;border-radius: 6px;}
#amkefu #weixin #login a.wx{display: inline-block;background:#811d3b;color: #fff; padding: 4px 12px;border-radius: 6px;}
#amkefu #weixin #login a.wx span{padding-left: 30px;background: url(../app/static/images/fixtop.png) no-repeat left;background-position: 0 -33px;background-size: 30px auto;}
#amkefu #over{width: 100%;height: 100%;background: #333;opacity:0.6;filter:alpha(opacity=60);position: fixed;top: 0;left: 0;z-index: 1;display: none;}

@media screen and (max-width: 780px){
#amkefu{width: 100%;height: 50px;padding: 3px 2%; position:fixed;top: inherit; bottom:0; z-index: 99999;}
#amkefu:before{content:'';display: block; width: 100%;height: 50px;background: #333;opacity: 0.2;z-index: -1;
    position: absolute;top: 0;left: 0;}
#amkefu li{display: block;float: left;width: 49.5%;margin-right: 1%; line-height: 40px;text-align: center;z-index: 999999;}
#amkefu li:nth-child(2){margin-right:0;}
#amkefu li > a{height: 40px;}
#amkefu li > a span{display: inline-block;padding-left: 40px;background-size: 40px auto;text-indent: inherit; }
#amkefu #amqiao > a{background: #00aef3;}
#amkefu #weixin > a{background: #3bc158;}
#amkefu #amqiao > a span{background-position: 0 -0px;}
#amkefu #tell > a span{background-position: 0 -40px;}
#amkefu #weixin > a span{background-position: 0 -80px;}
#amkefu #weixin #login{left: 10%;margin-left:inherit;}
#amkefu #weixin #login a.wx{padding: 0px 12px;}
#amkefu #top, #amkefu #tell > a i, #amkefu #amqiao > a i{display: none;}
}

.mleft {
    margin-top: 20px;
    width: 21%;
    float: left;
}

.mleft .img {
    margin-top: 18px;
    max-width: 100%;
}

.mright {
    width: 75%;
    float: right;
}

.cataname {
    height: 60px;
    background: #2b3a5d;
    overflow: hidden;
}

.cataname .bo {
    width: 3px;
    background: #c3a05a;
    height: 15px;
    float: left;
    margin-left: 15px;
    margin-top: 23px;
}

.cataname span {
    display: block;
    float: left;
    padding-top: 19px;
    padding-left: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.cataname em {
    display: block;
    float: left;
    margin-left: 17px;
    padding-top: 22px;
    font-size: 12px;
    color: #b7b7b7;
}

.catalist .meun {
    padding-top: 5px;
    font-size: 16px;
    padding-bottom: 5px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e5e5e5;
}

.catalist .meun a {
    color: #6d6d6d;
    padding: 0px 15px 0px 20px;
    display: block;
}

.catalist .meun span {
    float: right;
    font-size: 18px;
}

.catalist .meun.cur a {
    color: #fff;
}

.catalist .meun.cur .back {
    background: #c3a05a;
}

.postion {
    text-align: right;
    color: #7a7a7a;
    font-size: 14px;
    margin-top: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}

.postion span {
    float: left;
    font-size: 20px;
    color: #000;
	font-weight: 600;
}

.postion h1 {
    float: left;
    font-size: 20px;
    color: #000;
	font-weight: 600;
}

.article-fixed {
}

.article-banner div {
    height: 380px;
    background-size: cover !important;
}

.article-content .content {
    margin-top: 30px;
}

.article-content .content h2{
    font-size: 20px;
}

.article-content .content a{
        color: #004eff;
}

.article-content .content a:hover {
	color: #004eff;
	text-decoration: underline;
}
.article-content .content p{
	text-indent:2em
}



.article-tuwen {
}

.article-title {
    margin-top: 50px;
    text-align: center;
}

.article-title em {
    font-size: 24px;
    color: #233357;
}

.article-title span {
    text-transform: Uppercase;
    font-size: 30px;
    color: #cbcbcb;
    position: relative;
    top: 3px;
}

.article-title .back {
    max-width: 100%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 740px;
    height: 25px;
    background: url(../images/13.png) no-repeat center;
    margin-top: 10px;
}

.article-page {
    margin-top: 50px;
}

.article-tuwenitem {
    width: 525px;
    margin: 0px auto;
    max-width: 100%;
}

.article-tuwenitem .tuwenitem-img {
    margin-top: 50px;
    text-align: center;
}

.article-tuwenitem .tuwenitem-img img {
    max-width: 100%;
}

.article-tuwenitem .tuwenitem-con {
    margin-top: 20px;
}

.article-tuwenitem .tit {
    padding: 20px 0px;
    border-bottom: 1px solid #b8b8b8;
}

.article-tuwenitem .tit h1 {
    font-size: 18px;
    color: #424242;
}

.article-tuwenitem .tit h2 {
    font-size: 14px;
    margin-top: 5px;
    color: #7c7c7c;
}

.article-tuwenitem .con {
    margin-top: 15px;
}

.layui-layer-setwin .layui-layer-close2 {
    right: -10px !important;
    top: -10px !important;
}

.article-item-title {
    font-size: 26px;
    text-align: center;
    margin-top: 40px;
	    color: #000;
    font-weight: 400;
}

.article-item-his {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.article-item-content {
    margin-top: 40px;
}

.article-item-content h2 {
    font-size: 20px;
}

.article-item-content a {
        color: #004eff;
}
.article-item-content a:hover {
       color: #004eff;
	text-decoration: underline;
}

.article-item-file {
    margin-top: 15px;
    line-height: 30px;
}

.article-item-file img {
    float: left;
}

.article-item-file em {
    padding-left: 10px;
}

.src-index {
    margin-top: 10px;
}

.src-index li {
    padding: 15px 0px;
    border-bottom: 1px dashed #cbcbcb;
}

.src-index li .dd1 {
    height: 21px;
    overflow: hidden;
    font-size: 16px;
    color: #233357;
}

.src-index li .dd2 {
    font-size: 12px;
    color: #a5a5a5;
    margin-top: 5px;
}

.src-index li .dd3 {
    height: 50px;
    overflow: hidden;
    font-size: 12px;
    color: #a5a5a5;
    margin-top: 5px;
    line-height: 25px;
}

.src-tuwen .between {
    margin-top: 70px;
}

.src-tuwen .between .list {
    margin-top: 20px;
    float: left;
    margin-right: 3.5%;
    width: 30%;
    height: 210px;
    padding: 0.5%;
    background: #ededed;
}

.src-tuwen .between .list .img {
    float: left;
    margin-right: 10px;
    width: 47%;
    height: 100%;
    background-size: auto 100% !important;
}

.src-tuwen .between .list .con {
}

.src-tuwen .between .list h1 {
    font-size: 18px;
    color: #424242;
    margin-top: 10px;
}

.src-tuwen .between .list h2 {
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #b8b8b8;
    height: 19px;
    overflow: hidden;
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 5px;
}

.src-tuwen .between .list .desc {
    height: 100px;
    overflow: hidden;
    line-height: 25px;
    margin-top: 5px;
    font-size: 12px;
    color: #4c4c4c;
}

.src-tuwen .between .list a.more {
    display: block;
    margin-top: 10px;
}

.src-tuwen .between .list:hover {
    cursor: pointer;
}

.header-form .en {
    width: 54px;
    margin-right: 6%;
    float: right;
}

.seed {
    position: relative;
    z-index: 111;
}

.titleseed {
    cursor: pointer;
    height: 29px;
    border: 1px solid #dedede;
    color: #4e586c;
    border-radius: 5px
}

.titleseed .icon {
    padding: 4.3px;
}

.titleseed img {
    height: 20px;
}

.titleseed em {
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 14px;
    color: #b3bac8;
}

.titleseed i {
    color: #666;
    position: absolute;
    right: 3px;
    top: 9px;
    font-size: 12px;
}

.listseed {
    transition: 0.3s;
    -ms-transition: 0.3s; /* Internet Explorer */
    -moz-transition: 0.3s; /* Firefox */
    -webkit-transition: 0.3s; /* Safari 和 Chrome */
    -o-transition: 0.3s; /* Opera */
    position: absolute;
    transform: scale(.7, .7) translate3d(20%, 0, 0);
    transform-origin: left center;
    visibility: hidden;
    opacity: 0;
    max-height: 200px;
    overflow: auto;
    top: 45px;
    right: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background: #fff;
    border-radius: 5px;
    width: 100px;
    height: auto;
}

.listseed > ul > li {
    font-size: 14px;
}

.listseed > ul > li:hover {
    background: #efefef;
    border-radius: 5px;
}

.listseed > ul > li > a {
    height: 25px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.listseed > ul > li > a > img {
    height: 20px;
}

.listseed > ul > li > a > em {
    padding-left: 5px;
}

.seed.cur .listseed {
    visibility: visible;
    transform: scale(1, 1) translate3d(0%, 0, 0);
    opacity: 1;
}

/*===================================================================================================================*/

@media screen and (max-width: 1600px) {
    .header-top .nav {
        margin-left: 0%;
    }

    .header-form .border {
        display: none;
    }
}

@media screen and (max-width: 1200px) {

    .wp {
        width: 98%;
    }

    .header-top .nav {
        width: 59%;
    }

    .header-form .form-input {
        display: none;
    }

    .index-banner .banner-list {
        margin-left: -49%;
    }
}

@media screen and (max-width: 1000px) {

    .header-meun, .header-meun i.meun, .header-top.meun .nav, .header-top.meun .header-form {
        display: block;
    }

    .header-meun i.exit, .header-top .nav, .header-form, .header-form .weixin, .index-banner .banner-list .list-page .em, .index-banner .banner-list .contact, .cataname em {
        display: none;
    }

    .header-top {
        height: 70px;
    }

    .header-top .login {
        height: 70px;
    }

    .header-top .nav {
        width: 300px;
        background: #fff;
        box-shadow: 1px 5px 3px 3px #efefef;
        position: fixed;
        top: 0px;
        right: 0px;
        height: 100%;
        z-index: 999;
    }

    .header-top .nav ul {
        margin-top: 120px;
    }

    .header-top .nav li {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        line-height: 60px;
    }

    .header-form {
        margin-top: 60px;
        width: 290px;
        position: fixed;
        right: 0%;
        z-index: 99999;
    }

    .header-form .en {
        margin-right: 20px;
    }

    .header-form .form-input {
        width: 200px;
        margin-left: 0px;
        display: block;
    }

    .header-form .form-input input {
        width: 135px;
    }

    .index-banner .banner-list .list {
        width: 60%;
    }

    .footer-top li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 640px) {
    .wp{width: 100%;}
    .article-content{overflow: hidden;}
    .article-content .content{padding: 10px 5% 20px; }
    .article-content .content p{line-height: 2em;}
    .index-title {
        padding-top: 20px;
    }

    .index-title em {
        font-size: 25px;
    }

    .index-title span {
        font-size: 14px;
    }

    .index-more a, .index-news, .article-page, .src-tuwen .between, .article-title {
        margin-top: 20px;
    }

    .index-banner .banner-list {
        position: static;
        margin-left: 1%;
    }

    .index-banner .banner-list .list {
        width: 185px;
    }

    .index-banner .banner-list .list-page {
        width: 55px;
    }

    .index-banner .banner-list .list-page .list-page-pagination {
        display: none;
    }

    .index-business {
        display: block;
    }

    .index-business .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .index-news .dd1, .index-news .dd2 {
        width: 100%;
    }

    .index-news .dd2 {
        margin-top: 10px;
    }

    .index-news .dd2 .shu {
        margin-right: 35px;
    }

    .index-news .dd2 .shu em {
        right: -18px;
    }

    .index-case {
        height: 445px;
        margin-top: 30px;
    }

    .index-case .list .list-swiper {
        width: 75%;
    }

    .footer-top {
        margin-top: 30px;
        padding: 10px 0px;
    }

    .footer-top li {
        width: 25%;
        text-align: center;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer-bottom {
        padding: 20px 0px 30px 0px;
    }

    .footer-bottom .log {
        float: none;
    }

    .footer-bottom .contact {
        float: none;
        margin-top: 20px;
    }

    .footer-top .icon, .mypage #pdis, .cataname, .mleft .img, .catalist .meun span, .postion em {
        display: none;
    }

    .article-title em {
        font-size: 20px;
    }

    .article-title span {
        font-size: 22px;
    }
    .article-banner{display: none;}
    .article-banner div {
        height: 200px;
    }

    .article-item-content {
        padding: 0px 10px;
    }

    .catalist {
        padding: 0px 0px 0px 0px;
        background: #2b3a5d;
    }

    .catalist .meun {
        margin-bottom: 5px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 31.333333%;font-size: 14px;border-bottom:none;
        margin-left: 1%;
        margin-right: 1%;
        float: left;
    }

    .catalist .meun a {
        padding: 0px;
        color: #fff;
        display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    }

    .postion {
        text-align: justify;padding: 0 5%;    overflow: hidden;border:none;
    }

    .postion span {
        font-size: 18px;
        float: none;
    }

    .mleft {
        margin-top: 0px;
    }

    .mleft, .mright {
        width: 100%;
    }

    .src-index {
        margin-top: 0px;
    }

    .src-tuwen .between .list {
        width: 98%;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

}



