img {
    border: none;
}

.search-form {
    position: fixed;
    display: none;
    width: 100%;
    background: #f3f3f3;
    left: 0;
    top: 0;
    margin: 0px;
    border-top: 0px;
    z-index: 1000;

}



.search-form a.close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 19px;
    background: #182b43;
    padding: 10px;
    color: white;

}



.search-form a.close span {
    font-size: inherit;
    color: inherit;

}



.inner {
    max-width: 1700px;
    padding: 0 7%;
    margin: 0 auto;
    position: relative;

}



.inner.thin {
    max-width: 1200px;

}



.search-form>.inner {
    padding: 50px 7% 60px;

}



.search-inner {
    position: relative;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 40px;

}



.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;

}



.search-form input.search-field {
    border: 0;
    color: rgba(0, 0, 0, 0.96);
    font-size: 2.5em;
    height: auto;
    padding: 1px 0 23px;
    margin: 0;
    width: calc(100% - 50px);
    outline: 0;
    box-sizing: border-box;
    background-color: transparent;
    font-weight: 300;

}



.search-form .submit-wrap {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 7px;
    right: 0;

}



.search-form .submit-wrap .search-submit {
    position: absolute;
    font-size: 0px;
    border: 0px;
    background: transparent;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    height: 100%;
    outline: none;

}



.search-form .submit-wrap span {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #182b43;
    margin-left: 8px;

}



.frequently-searched>h4 {
    font-weight: 400;
    color: #9e9e9e;
    font-size: 12px;
    line-height: 1.22em;
    margin-bottom: 0.7em;

}



.frequently-searched>.button-group {
    margin: 1.2em 0 0;

}



a.button {
    padding: 16px 45px 16px 28px;
    background-color: #7cbb42;
    color: white;
    font-size: 12px;
    display: inline-block;
    line-height: 1em;
    position: relative;
    border-radius: 33px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    transition: 0.3s ease all;
    font-family: 'uni_neueheavy';

}



.button-group a {
    margin: 0 15px 5px 0;

}



a.button.small {
    padding: 6px 12px;
    font-size: 10px;
    background: #f5f5f5;
    color: #182b43;
    font-weight: 500;
    border-radius: 20px;
    margin-right: 3px;

}



a.button:hover {
    opacity: 1;
    transform: translatex(5px);

}



.frequently-searched>.button-group a.button.small {
    background: white;
    color: #182b43;
    font-weight: 500;
    border-radius: 20px;
    margin-right: 3px;

}





/*顶部*/



.home-header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;

}



.home-header .head-top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 105;
    background: #fff;
    /*border-bottom: 1px solid #ccc;*/
    box-sizing: border-box;

}



.home-header .head-top .container {
    width: 75%;
    /* height: 45px; */
    margin: 0 auto;

}



.home-header .head-top .left {
    float: left;
    width: auto;
    height: 100%;
    color: #999;
    font-size: 12px;

}



.home-header .head-top .left ul li {
    float: left;
    margin: 0 10px;
    line-height: 45px;
    font-size: 14px;
    color: #555;

}



.home-header .head-top .left ul .cut {
    float: left;
    line-height: 45px;

}



.home-header .head-top .left ul li span.email {
    font-size: 14px;
    color: #666;
    font-family: "iconfont" !important;

}



.home-header .head-top .left ul li span {
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 12px;
    color: #666;

}



.home-header .head-top .left ul li a {
    color: #666;
    font-size: 12px;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;

}



.home-header .head-top .left ul li a:hover {
    color: #f08932;

}



.home-header .head-top .right {
    float: right;
    width: auto;
    height: 100%;

}



.home-header .head-top .right .search {
    width: 200px;
    height: 100%;
    float: left;
    padding: 0 !important;
    margin-right: 15px;

}



.home-header .head-top .right .search .pox {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 0 !important;
    position: relative;

}



.home-header .head-top .right .search .input-box {
    width: 162px;
    height: 33px;
    outline: none;
    padding-left: 5%;
    box-sizing: border-box;
    float: left;
    border: none;
    background: transparent;

}

.home-header .head-top .right .search .pox .submit-wrap {
    position: absolute;
    right: 15px;
    top: 0;
    display: flex;
}

.home-header .head-top .right .search .pox .submit-wrap .search-submit {
    width: 30px;
    height: 30px;
    opacity: 0;
    position: absolute;
    right: -5px;
    top: 1px;

}



.home-header .head-top .right .search .cha {
    font-size: 20px;
    color: #999;
    margin-left: 5%;
    line-height: 35px;
    box-sizing: border-box;
    cursor: pointer;

}



.home-header .head-top .right .language {
    float: left;
    width: 120px;
    height: 100%;
    text-align: center;
    line-height: 45px;
    position: relative;
    cursor: pointer;
    padding: 0 !important;

}



.home-header .head-top .right .language:hover {
    background: #f1f1f1;

}



.home-header .head-top .right .language:hover span.changes {
    color: #fff;

}



.home-header .head-top .right .language:hover .arrow {
    color: #fff;

}



.home-header .head-top .right .language .iconf {
    width: 40px;
    height: 35px;
    float: left;
    display: inline-block;
    text-align: center;
    /* font-size: 0; */

}



.home-header .head-top .right .language .iconf svg {
    width: 25px;
    height: 25px;
    margin-top: 5px;

}



.home-header .head-top .right .language span {
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 14px;
    color: #333;
    /* line-height: 35px; */
    display: inline-block;
    vertical-align: middle;
}



.home-header .head-top .right .language .arrow {
    font-size: 18px;
    color: #999;
    font-family: "iconfont" !important;

}



.home-header .head-top .right .language .list {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    border: 1px solid #eee;
    background: #fff;
    display: none;

}



.home-header .head-top .right .language .list li {
    width: 100%;
    height: auto;
    line-height: 30px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ddd;
    overflow: hidden;

}



.home-header .head-top .right .language .list li:hover {
    background: #f08932;

}



.home-header .head-top .right .language .list li:hover span {
    color: #fff;

}



.home-header .head-top .right .language .list li:last-child {
    border-bottom: 0;

}



.home-header .head-top .right .language .list li a {
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}



.home-header .head-top .right .language .list li img {
    width: 20px;
    height: 20px;
    margin: 5px 10px;
    float: left;

}



.home-header .head-top .right .icon-img {
    width: auto;
    height: 35px;
    margin: 5px 0;
    float: left;
    border-radius: 5px;
    padding: 0 !important;

}



.home-header .head-top .right .icon-img ul {
    overflow: hidden;

}



.home-header .head-top .right .icon-img ul li {
    float: left;
    width: 32px;
    text-align: center;

}



.home-header .head-top .right .icon-img ul li a {
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
    overflow: hidden;
    margin-top: 5px;
    /* display: inline-block; */
    display: flex;
    justify-content: center;
    text-align: center;

}



.home-header .head-top .right .icon-img ul li a:hover {
    background-color: #f08932;

}



.home-header .head-top .right .icon-img ul li a:hover span {
    color: #fff;

}





/*

.home-header .head-top .right .icon-img ul li:nth-child(2) a {

	background: rgba(0,0,0,.1);

}



.home-header .head-top .right .icon-img ul li:nth-child(3) a {

	background: rgba(0,0,0,.1);

}



.home-header .head-top .right .icon-img ul li:nth-child(4) a {

	background: rgba(0,0,0,.1);

}*/



.home-header .head-top .right .icon-img ul li span {
    font-size: 16px;
    color: #333;
    line-height: 25px;

}



.home-header .head-content {
    width: 100%;
    background: rgba(0, 0, 0, .4);
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 10px 0;

}



.home-header .head-content .container {
    width: 75%;
    /* height: 60px; */
    /*position: relative;*/
    /*min-width: 1360px;*/

}



.home-header .head-content .container .logo {
    float: left;
    width: auto;
    height: 100%;
    text-align: left;
    /*margin-left: 18%;*/

}



.home-header .head-content .container .logo img {
    max-width: 100%;
    max-height: 60px;

}



.home-header .head-content .container .nav {
    width: auto;
    height: 100%;
    float: right;
    /*margin-right: 18%;*/

}



.home-header .head-content .container .nav .postion li {
    width: auto;
    height: auto;
    float: left;
    /*line-height: 60px;*/
    margin: 0 10px;
    position: relative;

}



.home-header .head-content .container .nav .postion li#unique {
    _position: inherit;

}



.home-header .head-content .container .nav .postion li .navbar {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 60px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-weight: 600;

}



.home-header .head-content .container .nav .postion li .navbar img {
    width: 18px;
    height: 18px;
    /*margin-top: 10px;*/

}



.home-header .head-content .container .nav .postion li .navbar span {
    font-size: 22px;
    color: #fff;
    float: right;

}

@media screen and (max-width: 500px) {
    .container {
        width: 96% !important;
    }

    .container .left,
    .container .right .search,
    .container .right .icon-img {
        display: none;
    }

    header.home-header .head-content {
        height: 43px !important;
        background-color: #fff !important;
        transition: all 0.3s ease 0s;
        margin-top: -50px;
        z-index: 999;
        height: 48px !important;
        padding: 0 !important;
        float: right;
        width: 64%;
    }

    .logo {
        margin-left: 0 !important;
    }

    .home-header .head-content .container .logo img {
        max-width: 84%;
        max-height: 50px;
    }
}

@media only screen and (max-width:1200px) {
    .home-header .head-content .container .nav .postion li .navbar {

        font-size: 13px;
    }

}



.home-header .head-content .container .nav .postion li:hover a span {
    color: #f08932;

}



.home-header .head-content .container .nav .postion li.active a span {
    color: #f08932;

}



.home-header .head-content .container .nav .postion li:hover .muen {
    display: block;

}



.home-header .head-content .container .nav .postion li .muen {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    display: none;
    margin: 0;
    min-width: 160px;
    z-index: 1000;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, .6);

}



.home-header .head-content .container .nav .postion li .muen>li {
    float: none;
    margin: 0;

}



.home-header .head-content .container .nav .postion li .muen:before {
    border-bottom: 8px solid rgba(0, 0, 0, .6);
    border-right: 0 solid transparent;
    border-left: 40px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 50px;
    position: absolute;
    top: -8px;
    width: 0;

}



.home-header .head-content .container .nav .postion li .muen>li:hover a {
    color: #262626;
    background: #f5f5f5;

}



.home-header .head-content .container .nav .postion li .muen>li.active a {
    background: #f08932;
    color: #fff;

}



.home-header .head-content .container .nav .postion li .muen>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, .1);

}



.home-header .head-content .container .nav .postion li:hover .covers {
    display: block;

}


/*
.home-header .head-content .container .nav .postion li .covers {

	position: absolute;

	top: 60px;

	left: auto;

	right: 0;

	width: 100%;

	height: auto;

	padding: 20px 0;

	background: rgba(0,0,0,0.5);

	border: 1px solid rgba(0, 0, 0, 0.15);

	box-sizing: border-box;

	z-index: 10000;

	overflow: hidden;

	display: none;

}*/
.home-header .head-content .container .nav .postion li .covers {
    position: absolute;
    top: 60px;
    left: -325px;
    right: auto;
    height: auto;
    padding: 20px 6px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    z-index: 10000;
    display: none;
}

.home-header .head-content .container .nav .postion li .covers:before {
    border-bottom: 8px solid rgba(0, 0, 0, .6);
    border-right: 0 solid transparent;
    border-left: 40px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 60%;
    position: absolute;
    top: -8px;
    width: 0;
}

.home-header .head-content .container .nav .postion li .covers .block {
    /* min-width: 1450px; */
    width: 897px;
    height: auto;
    /*float: left;*/
    /*padding-left: 5%;*/
    margin: 0 auto;
    _overflow: hidden;
    box-sizing: border-box;

}



.home-header .head-content .container .nav .postion li .covers .block .open-up {
    /*width: 25%;*/
    height: auto;
    float: left;
    text-align: center;
    font-size: 0;

}



.home-header .head-content .container .nav .postion li .covers .block .open-up img {
    width: 200px;
    height: 150px;
    vertical-align: middle;
    margin-top: 20px;

}



.home-header .head-content .container .nav .postion li .covers .block .small-nav {
    width: 18%;
    height: auto;
    float: right;
    /*border-right: 1px solid #ccc;*/
    box-sizing: border-box;
    position: relative;
    margin-right: 522px;

}



.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav {
    /*width: 20%;*/
    height: auto;
    min-height: 220px;
    max-height: 100%;
    float: left;

}



.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul {
    /*width: 100%;*/
    height: auto;
    _overflow: hidden;
    display: initial;

}



.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li {
    /*width: 100%;*/
    height: auto;
    line-height: 45px;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 14px;
    color: #000;
    margin: 0;
    float: none;
    _position: inherit;
    text-align: left;

}



.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li:hover {
    background: #fff;

}



.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li:hover a {
    color: #333;

}





.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .firstext {
    position: absolute;
    top: 0;
    right: -135%;
    left: auto;
    width: 120%;
    height: auto;
    min-height: 200px;
    /*padding: 0 20px;*/
    box-sizing: border-box;
    display: none;

}



.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .firstext p {
    color: #fff;
    font-size: 14px;

}



.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li a {
    display: block;
    /*width: 100%;*/
    height: 100%;
    color: #fff;
    padding: 0 5%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}



.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li.active {
    background: #f08932;

}



.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li.active a {
    color: #fff;

}





.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li img {
    display: none;

}



.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch {
    position: absolute;
    top: 0;
    left: 140px;
    /* position: fixed; */
    /* top: 182px; */
    /* left: 375px; */
    /*_width: 80%;*/
    height: auto;
    z-index: 1000;
    display: none;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    width: 500px;

}

.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch ul {
    display: flex;
}

.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch ul li {
    /*_width: 16%;*/
    height: auto;
    text-align: left;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 12px;
    color: #000;
    margin: 0;
    /*_float: left;*/
    line-height: 45px;
    /*position: inherit;*/
    width: 138px;
    margin-right: 25px;
    background: url(/uploads/image/_aimages/sdian.png) no-repeat 0 center;
}



.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch ul li a {
    line-height: 45px;
    color: #fff;
    display: block;
    /*_width: 100%;*/
    height: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    /*_overflow: hidden;*/
    white-space: nowrap;
    text-overflow: ellipsis;

}



.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch ul li:hover {
    background: #fff;

}



.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch ul li:hover a {
    color: #333;

}



.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch ul li img {
    display: none;

}



.home-header .head-content .container .nav .postion li .covers .block .small-nav .first-nav ul li .switch ul li .chang {
    position: absolute;
    top: 0;
    left: auto;
    right: -400%;
    width: 400%;
    height: auto;
    min-height: 200px;
    z-index: 100;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-weight: normal;
    display: none;

}



.home-header .head-content .container .nav .postion li .covers .block.block_2 {
    padding: 0 20px;
    box-sizing: border-box;

}



.home-header .head-content .container .nav .postion li .covers .firstext div {
    width: 100%;
    height: 100%;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;

}





/*底部*/



.footer {
    width: 100%;
    height: auto;

}



.footer .top {
    width: 100%;
    height: auto;
    line-height: 8em;
    background: #f08932;
    text-align: center;

}



.footer .top .container {
    width: 75%;
    overflow: hidden;
    padding: 0 !important;

}



.footer .top .title {
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 1.7em;
    color: #fff;
    margin-right: 2%;
    display: inline-block;

}



.footer .top .button {
    width: auto;
    border: 2px solid #fff;
    outline: none;
    border-radius: 5px;
    background: transparent;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}





/*.footer .top .button:hover{

	border: 1px solid #f08932;	

}



.footer .top .button:hover a{

	color: #f08932;

}*/



.footer .top .button a {
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 1.3em;
    color: #fff;
    line-height: 3.4em;
    display: block;
    width: 12em;
    font-weight: 600;
    text-transform: uppercase;
    height: 100%;
    box-sizing: border-box;

}



.footer .bottom {
    width: 100%;
    height: auto;
    background: url(/uploads/image/_aimg/bg-footer.jpg) no-repeat;
    background-size: cover;

}



.footer .bottom .container {
    width: 75%;
    padding: 50px 0 70px;
    box-sizing: border-box;
    overflow: hidden;

}



.footer .bottom .container ul {
    width: 20%;
    height: auto;
    float: left;

}



.footer .bottom .container ul h2 {
    line-height: 50px;
    width: 70%;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 16px;
    color: #f08932;
    border-bottom: 2px solid #f08932;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    margin-bottom: 8px;

}



.footer .bottom .container ul li {
    width: 100%;
    height: auto;
    line-height: 35px;
    text-align: left;

}



.footer .bottom .container ul li a {
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    color: #fff;
    font-size: 14px;

}



.footer .bottom .container ul li a:hover {
    color: #f08932;

}



.footer .bottom .container ul.contact-us h2 {
    border: none;

}



.footer .bottom .container ul.contact-us li {
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;

}



.footer .bottom .container ul.contact-us li.ewm {
    min-height: 30px;
    padding: 10px 0;

    border-bottom: 2px solid #ffffff;

}
.footer .bottom .container ul.contact-us li.ewm  table { width: 98%; color: #ffffff;}




.footer .bottom .container ul.contact-us li .input-box {
    width: 80%;
    float: left;
    height: 30px;
    background: #ff;
    border: none;
    outline: none;
    padding-left: 5%;
    box-sizing: border-box;

}



.footer .bottom .container ul.contact-us li .right {
    display: inline-block;
    width: 20%;
    float: left;
    height: 30px;
    background: #f08932;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
}



.footer .bottom .container ul.contact-us li .right:hover {
    background: #5d9a2c;

}



.footer .bottom .container ul.contact-us li .right span {
    font-size: 22px;
    color: #fff;
    line-height: 33px;

}



.footer .bottom .container ul.contact-us li .tel {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 18px;
    text-align: center;

}



.footer .bottom .container ul.contact-us li .emails {
    width: 50%;
    float: left;
    height: auto;

}



.footer .bottom .container ul.contact-us li .icont {
    color: #fff;

}



.footer .bottom .container ul.contact-us li .icont span {
    font-size: 25px;

}



.footer .bottom .container ul.contact-us li .arrt {
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 16px;
    color: #f08932;

}



.footer .bottom .container ul.contact-us li .result {
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 16px;
    color: #f08932;
    font-weight: 600;

}



.footer .bottom .container ul.contact-us li .result:hover {
    color: #fff;

}



.footer .bottom .container ul.contact-us li:last-child {
    text-align: left;

}



.footer .bottom .container ul.contact-us li:last-child .arrt {
    box-sizing: border-box;
    margin-top: 105px;
    padding-left: 10px;

}



.footer .bottom .container ul.contact-us li .link a {
    color: #f08932;
    font-size: 20px;
    _margin-right: 12px;
    margin: 0 6px;

}



.footer .bottom .container ul.contact-us li .link a:hover {
    color: #fff;

}



.footer .bottom .container ul.contact-us li .link a span {
    font-size: 19px;

}



.footer .bottom .copyright {
    width: 100%;
    height: auto;
    padding: 15px 0;
    border-top: 1px solid #eee;

}



.footer .bottom .copyright .container {
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden;

}



.footer .bottom .copyright .container p {
    text-align: center;
    font-family: ;
    font-size: 14px;
    color: #ccc;

}



.footer .bottom .copyright .container p a {
    color: #ccc;

}



.footer .bottom .copyright .container p span:hover {
    color: #f08932;

}

.footer .bottom .copyright .container p span a:hover {
    color: #f08932;

}



.back-to-top {
    width: auto;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 20px;
    text-align: center;
    z-index: 1000;
    display: none;
    overflow: hidden;

}



.back-to-top a {
    display: block;
    background: #f08932;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    text-align: center;

}

.back-to-top a:last-child {
    margin-bottom: 0;

}



.back-to-top img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;

}







/*公共部分*/

.content .container .slider-open {
    width: 100%;
    height: auto;
    margin-top: 50px;
    float: left;
}



.content .container .slider-open .title {
    width: 100%;
    height: auto;

}



.content .container .slider-open .title h2 {
    width: 50%;
    height: auto;
    line-height: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    text-align: center;

}



.content .container .slider-open .title h2:after {
    content: '';
    background: #f08932;
    height: 2px;
    width: 100%;
    top: 50%;
    float: left;
    position: absolute;
    left: 0;
    z-index: 0;

}



.content .container .slider-open .title h2 p {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    position: relative;
    z-index: 10;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 26px;
    color: #f08932;

}



.content .container .slider-open .title h2 p a {
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 26px;
    color: #999;

}



.content .container .slider-open .title h2 p a.active {
    color: #f08932;

}



.content .container .slider-open .title .truboer p {
    text-align: center;
    line-height: 35px;
    color: #666;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    font-size: 14px;
    display: none;

}



.content .container .slider-open .cl-switch {
    width: 100%;
    height: auto;

}



.content .container .slider-open .cl-switch .slider-up {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    display: none;

}



.content .container .slider-open .cl-switch .slider-up .left {
    width: 30px;
    height: 146px;
    float: left;
    text-align: center;
    line-height: 146px;
    /* margin-left: 113px; */

}



.content .container .slider-open .cl-switch .slider-up .left a {
    display: block;
    width: 100%;
    height: 100%;
    color: #f08932;

}



.content .container .slider-open .cl-switch .slider-up .left span {
    font-size: 28px;

}



.content .container .slider-open .cl-switch .slider-up .right {
    width: 30px;
    height: 146px;
    float: left;
    text-align: center;
    line-height: 146px;

}



.content .container .slider-open .cl-switch .slider-up .right a {
    display: block;
    width: 100%;
    height: 100%;
    color: #f08932;

}



.content .container .slider-open .cl-switch .slider-up .right span {
    font-size: 28px;

}



.content .container .slider-open .cl-switch .slider-up .shift {
    /* width: 75%; */
    height: 180px;
    overflow: hidden;
    position: relative;
    float: left;

}



.content .container .slider-open .cl-switch .slider-up ul {
    width: 2160px;
    height: 146px;
    position: absolute;
    top: 0;
    z-index: 20;

}



.content .container .slider-open .cl-switch .slider-up ul li {
    width: 160px;
    height: 100%;
    float: left;
    margin: 0 10px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;

}



.content .container .slider-open .cl-switch .slider-up ul li img,
.content .container .slider-open .cl-switch .slid-shift ul li img {
    width: 100%;
    height: 110px;
    transition: all .5s ease;

}

.content .container .slider-open .cl-switch .slider-up ul li:hover img,
.content .container .slider-open .cl-switch .slid-shift ul li:hover img {

    transform: scale(1.175, 1.175);
    transition: all .5s ease;



}

.content .container .slider-open .cl-switch .slider-up ul li .shiftimg,
.content .container .slider-open .cl-switch .slid-shift ul li .shiftimg {

    width: 100%;
    overflow: hidden;
    height: 110px;


}

.content .container .slider-open .cl-switch .slider-up ul li p {
    line-height: 25px;
    text-align: center;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}



.content .container .slider-open .cl-switch .slid-shift {
    width: 100%;
    /* min-height: 230px; */
    margin-top: 40px;
    display: none;

}



.content .container .slider-open .cl-switch .slid-shift .left {
    /* width: 60px; */
    width: 30px;
    height: 180px;
    float: left;
    text-align: center;
    line-height: 146px;
    /* margin-left: 113px; */

}



.content .container .slider-open .cl-switch .slid-shift .left a {
    display: block;
    width: 100%;
    height: 100%;
    color: #f08932;

}



.content .container .slider-open .cl-switch .slid-shift .left span {
    font-size: 28px;

}



.content .container .slider-open .cl-switch .slid-shift .right {
    /* width: 60px; */
    width: 30px;
    height: 146px;
    float: left;
    text-align: center;
    line-height: 146px;

}



.content .container .slider-open .cl-switch .slid-shift .right a {
    display: block;
    width: 100%;
    height: 100%;
    color: #f08932;

}



.content .container .slider-open .cl-switch .slid-shift .right span {
    font-size: 28px;

}



.content .container .slider-open .cl-switch .slid-shift .transform {
    width: 1080px;
    height: 146px;
    overflow: hidden;
    position: relative;
    float: left;

}



.content .container .slider-open .cl-switch .slid-shift ul {
    width: 2160px;
    height: 146px;
    position: absolute;
    top: 0;
    z-index: 20;

}



.content .container .slider-open .cl-switch .slid-shift ul li {
    width: 160px;
    height: 100%;
    float: left;
    margin: 0 10px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;

}



/*.content .container .slider-open .cl-switch .slid-shift ul li img {

	width: 100%;

	height: 140px;

}*/



.content .container .slider-open .cl-switch .slid-shift ul li p {
    line-height: 25px;
    text-align: center;
    font-family: 'helveticaltstd-bold', helvetica, arial, sans-serif !important;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

@media only screen and (max-width:868px) {
    .content .container .slider-open .title h2 {
        width: 100%;
    }

    .footer .top .button a {
        font-size: 0.5rem;
    }

    .footer .top .button {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:568px) {
    .home-header .head-content .container .nav .postion li .covers {

        left: -230px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 812px) {
    .footer .top .title {
        margin-bottom: 15px;
    }

    .footer .top .button a {
        font-size: 12px;
        line-height: 40px;
        width: 160px;
    }

    .footer .top .button {
        margin-bottom: 5px;
    }

    .home-header .head-content .container .nav .postion li .navbar span {
        /* color: #f08932; */
        transform: rotate(90deg);
    }
}