/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img, dl,dt,dd,ol,ul,li,fieldset,form,label,footer, header,hgroup,nav,section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #333;
    position: relative;
    font: 14px/1.5 Microsoft YaHei,arial,宋体,sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #333;
}

a:visited {
    color: #333;
}

a:hover,a:active,a:focus {
    color: #333;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,ol,li {
    list-style-type: none;
}

select,input,img,select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom:1}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,h2,h3,h4 {
    font-size: 12px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/*首页banner*/
.banner {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 500px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 46%;
    bottom: 20px;
    z-index: 100;
}

.banner .num li {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 12px;
}

.banner .num li.num_hover {
    background-color: #ff7c00;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.logo img {
    max-width: 100%;
}

.demo-header {
    background: #fff;
    padding: 1% 0
}

.demo-logo {
    float: left;
    width: 15.3125%
}

.demo-logo a {
    display: block
}

.demo-header-right {
    float: right;
    width: 180px;
    position: relative;
    text-align: right;
    margin-top: 15px;
}

.demo-header-right #formsearch, .demo-header-right .demo-login {
    display: inline-block;
    vertical-align: middle
}

.demo-header-right #formsearch {
    /* width: calc(100% - 100px); */
    position: relative;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
}

.demo-header-right #formsearch:before {
    content: "|";
    position: absolute;
    right: 36px;
    top: 5px;
    color: #bfbfbf;
}

.demo-header-right #formsearch #s_btn {
    float: right;
    background: none;
    outline: none;
    border: none;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    width: 35px;
    height: 30px;
    background: url(../image/98824d907d5de6a99ef514a4a712bc4600127956.png) no-repeat;
    padding-top: 15px;
}

.demo-header-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, .8);
    margin-top: 5px;
    height: 20px;
    padding-left: 10px
}

.demo-header-right .demo-login {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    line-height: 30px
}

.demo-header-right .demo-login .username {
    max-width: 75px;
    vertical-align: -10px;
    display: inline-block
}

.demo-header-right .demo-login a {
    color: #000
}

.demo-header-right .demo-login a:hover {
    color: #ab001a
}

/* 导航样式 */
.dao {
    float: left;
    margin-top: 15px;
}

.xmenu li {
    float: left;
    position: relative;
    margin: 0 .1vw;
}

.xmenu li a {
    display: block;
    padding: 0 25px;
    border: 1px solid transparent;
    font-size: 16px;
    color: #333;
    border-radius: 4px;
    line-height: 2.4;
}

.xmenu li a:hover {
    color: #F39801;
}

.xmenu li a.on {
    color: #F39801;
}

.xmenu li:hover .x-sub-menu {
    opacity: 0;
    display: block;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.xmenu li .x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 120px;
    left: -1px;
    top: 70px;
    background-color: rgba(255, 255, 255, .9);
    opacity: 0;
}

.xmenu li .x-sub-menu li {
    background: none;
    height: 46px;
    width: 154px;
}

.xmenu li .x-sub-menu li a {
    display: block;
    text-align: center;
    width: 154px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #ffffff;
    padding: 0;
    background: none;
}

.xmenu li .x-sub-menu li a:hover {
    background: #023c83;
    color: #fff;
}

@media(max-width: 1300px) {
    .xmenu li a {
        padding: 0 10px;
    }
}

.tops {
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    color: rgba(238,238,238,.8);
    background: #0e2f52;
}

.tops a {
    display: inline-block;
    font-size: 12px;
    color: rgba(238,238,238,.8);
}

@media (min-width: 1440px) {
    .container {
        width: 1230px;
    }
}
.container{
    overflow: hidden;
}
/* 预约报名 */
.book{
    height: 50px;
    line-height: 50px;
    background: #f5f5f5;
}
.book .zx {
    display: block;
    margin-right: 10px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: orange;
    margin-top: 10px;
    float: right;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    margin-left: 12px;
}

.book .bm {
    display: block;
    margin-right: 10px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: orange;
    margin-top: 10px;
    float: right;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}
.book a:hover{
    background: #0e2f52;
}
.book .tel {
    float: right;
    margin-right: 20px;
    padding-left: 25px;
    font-size: 18px;
    background: url(../image/40e83abb9fb457ff9878fb8879e23c28d07b3180.png) no-repeat 0px;
}

/* 热门搜索 */
.search-box {
    background: #f4f4f4;
}

.search1 {
    height: 74px;
    background: url(../image/fe5ae15667a44e3eec7d58406751aa6033a9e971.png) no-repeat center;
    position: relative;
    margin-top: -37px;
    z-index: 999;
}

.hotSearch {
    font-weight: normal;
    line-height: 74px;
    color: #fff;
    font-size: 14px;
    float: left;
    padding-left: 60px;
}

.hotSearch a {
    margin-right: 6px;
    color: #fff;
}

.hotSearch a:hover {
    color:rgba(255,255,255,.8);
}

.search {
    position: relative;
    float: right;
    width: 224px;
    height: 32px;
    margin-right: 60px;
    cursor: pointer;
    z-index: 9999;
    margin-top: 20px;
}

#formsearch1 {
    z-index: 20;
    width: 224px;
}

#formsearch1 input {
    width: 224px;
    height: 32px;
    background: none;
}

#formsearch1 input#keyword {
    width: 224px;
    height: 32px;
    background: #fff;
    border: none;
    outline: none;
    padding-left:15px;
}

#formsearch1 input#s_btn {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border: 0;
    background: url(../image/f60e829b1a6b12338cf957d291c8062a58317b8d.png) no-repeat center;
}
/* 公司简介 */
.about-box {
    background: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 22px;
    border-bottom: 1px solid #999999;
}



.reuse1 {
    position: relative;
    height: 44px;
    margin-bottom: 50px;
}

.reuse1 img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 0;
    display: none;
}

.about-left {
    width: 50%;
    float: left;
}

.about-left img {
    width: 100%;
}

.about-right {
    width: 50%;
    float: right;
}

.about-right h2 {
    text-align: center;
    font-size: 39px;
    color: #0e2f52;
    font-weight: normal;
    margin-bottom: 50px;
}

.about-right .con{
    line-height: 23px;
    font-size: 14px;
}

.more9 {
    width: 112px;
    height: 37px;
    display: block;
    background: #0e2f52;
    color: #fff !important;
    font-size: 14px;
    line-height: 37px;
    text-align: center;
    float: right;
    margin-top: 20px;
}
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0250a3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* 解决方案 */
.subject-box {
    padding: 50px 0px;
    background: url(../image/78c216b1ee334d9854814ac670822b975083e7e3.jpg) no-repeat center;
}


.reuse2 {
    text-align: center;
    font-size: 30px;
    color: #f39300;
    line-height: 40px;
}

.reuse2 p {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.subject-list {
    text-align: justify;
    padding-top: 25px;
}

.subject-list li {
    position: relative;
 
}
@media(max-width:720px){
    .subject-list li{
        height:480px;
    }
}

.subject-list:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.subject-list li .img {
    position: relative;
}

.subject-list li .img img {
    width: 100%;
}

.subject-list li .content8 {
    background: #fff;
    padding: 50px 40px 40px;
    position: relative;
}

.subject-list li .content8 h3 {
    width: 70%;
    line-height: 57px;
    background: rgba(14, 47, 82, 0.9);
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -29px;
    z-index: 999;
    transition: all 0.3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.subject-list li:hover .content8 h3 {
    top: -33px;
}

.subject-list li .content8 span {
    display: block;
    width: 100%;
    float: left;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 20px;
    background:url(https://cdn.myxypt.com/ormz865c/t/1/images/quan.png) no-repeat 0px;
}

.subject-list li .content8 p {
    min-height: 60px;
    color:#666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.subject-list li .content8 span:nth-of-type(2n) {
    text-align: left;
}

.icon-3 .content8 p {
    line-height: 60px !important;
}

.subject-list li .more8 {
    display: block;
    width: 100%;
    line-height: 65px;
    background: #f4f4f4;
    color: #666;
    font-size: 16px;
    text-align: center;
    transition: all 0.5s;
}

.subject-list li:hover .more8 {
    background: #f39300;
    color: #fff;
}

.subject-list li .img .overlay-bottom {
    position: absolute;
    left: 2%;
    bottom: 2%;
    width: 96%;
    height: 1px;
    z-index: 9;
    background-color: #e5e5e5;
}

.subject-list li .img .overlay-left {
    position: absolute;
    left: 2%;
    top: 2%;
    width: 1px;
    height: 96%;
    background-color: #e5e5e5;
    z-index: 9;
}

.subject-list li .img .overlay-top {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 96%;
    height: 1px;
    background-color: #e5e5e5;
    z-index: 9;
}

.subject-list li .img .overlay-right {
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 1px;
    height: 96%;
    background-color: #e5e5e5;
    z-index: 9;
}

.subject-list li:hover .overlay-bottom {
    animation: borderslideBottom .3s linear .3s 1;
    -moz-animation: borderslideBottom .3s linear .3s 1;
    -webkit-animation: borderslideBottom .3s linear .3s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.subject-list li:hover .overlay-left {
    animation: bordersildeLeft .3s linear .6s 1;
    -moz-animation: bordersildeLeft .3s linear .6s 1;
    -webkit-animation: bordersildeLeft .3s linear .6s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.subject-list li:hover .overlay-top {
    animation: bordersildeTop .3s linear .9s 1;
    -moz-animation: bordersildeTop .3s linear .9s 1;
    -webkit-animation: bordersildeTop .3s linear .9s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.subject-list li:hover .overlay-right {
    animation: bordersildeRight .3s linear 1.2s 1;
    -moz-animation: bordersildeRight .3s linear 1.2s 1;
    -webkit-animation: bordersildeRight .3s linear 1.2s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@-moz-keyframes borderslideBottom {
    from {
        width: 96%
    }
    to {
        width: 0
    }
}

@-webkit-keyframes borderslideBottom {
    from {
        width: 96%
    }
    to {
        width: 0
    }
}

@keyframes borderslideBottom {
    from {
        width: 96%
    }
    to {
        width: 0
    }
}

@-moz-keyframes bordersildeLeft {
    from {
        height: 96%
    }
    to {
        height: 0
    }
}

@-webkit-keyframes bordersildeLeft {
    from {
        height: 96%
    }
    to {
        height: 0
    }
}

@keyframes bordersildeLeft {
    from {
        height: 96%
    }
    to {
        height: 0
    }
}

@-moz-keyframes bordersildeTop {
    from {
        width: 96%
    }
    to {
        width: 0
    }
}

@-webkit-keyframes bordersildeTop {
    from {
        width: 96%
    }
    to {
        width: 0
    }
}

@keyframes bordersildeTop {
    from {
        width: 96%
    }
    to {
        width: 0
    }
}

@-moz-keyframes bordersildeRight {
    from {
        height: 96%
    }
    to {
        height: 0
    }
}

@-webkit-keyframes bordersildeRight {
    from {
        height: 96%
    }
    to {
        height: 0
    }
}

@keyframes bordersildeRight {
    from {
        height: 96%
    }
    to {
        height: 0
    }
}

.subject-list li .img .xian {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
    border: 1px solid #8e91a6;
}







.wid1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.num-list {
    text-align: justify;
    font-size: 0;
}

.num-list li {
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    text-align: center;
}

.num-list:after {
    display: inline-block !important;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.num-list li div span {
    font-size: 60px;
    color: #0e2f52;
}

.num-list li p {
    font-size: 18px;
}

/* 为什么选择我们 */
.why-box {

    padding: 50px 0px;
}

.why-center {
    position: relative;
    margin-top: 25px;
}

.reuse3 {
    font-size: 30px;
    color: #f39300;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 20px;
}

.reuse3 p {
    font-size: 18px;
    color: #666666;
    font-weight: normal;
}

.why-left {
    width: 49%;
    float: left;
}

.why-list {
    text-align: justify;
}

.why-list li {
    position: relative;
    display: inline-block;
    width: 48%;
    height: 303px;
    vertical-align: top;
    background: #f4f4f4;
    cursor: pointer;
}

.why-list li:nth-of-type(3),
.why-list li:nth-of-type(4) {
    margin-top: 20px;
}

.why-list li:nth-of-type(4) {
    float: right;
}

.why-list:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
}

.why-list li .content7 {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    text-align: center;
}

.why-list li .content7 img {
    margin-top: 20%;
    margin-bottom: 5%;
    transition: all 0.5s;
    position: relative;
}

.why-list li .content7 h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.why-list li .content7 p {
    font-size: 14px;
    opacity: 0.9;
    color: #fff;
    padding:0 20px;
}

.why-list li:hover img {
    transform: scale(1.1);
}

.m-1 {
    background: #3fc8db;
}

.m-2 {
    background: #f5cf2f;
}

.m-3 {
    background: #e44839;
}

.m-4 {
    background: #3794dd;
}

.why-right {
    width: 49%;
    right: 0;
    position: absolute;
    height: 100%;
    background: #49c1dd;
    padding: 70px 40px;
}
@media(max-width:720px){
    .why-right{
        padding: 70px 20px;
    }
}
.why-right .xian1 {
    width: 96%;
    height: 96%;
    border: 1px solid #e5e5e5;
    left: 2%;
    top: 2%;
    position: absolute;
}

.join-list li {
    padding-left: 23%;
    padding-bottom: 10%;
}

.join-list li h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}

.join-list li p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.n1 {
    background: url(../image/656ed6664e6b41153c323cba48b78e5776562f53.png) no-repeat 10px 7px;
}

.n2 {
    background: url(../image/f7fa9dc6afde2a3c20a8aaa888f880473d2fa631.png) no-repeat 10px 7px;
}

.n3 {
    background: url(../image/9cda5ceda721e5f26cee20ae347f0d94e60d4a9d.png) no-repeat 10px 7px;
}

.n4 {
    background: url(../image/c80ea26a2b882a6cb7053bb1d2580b72336289c4.png) no-repeat 10px 7px;
}

.why-list li .content7 .content6 {
    height: 100%;
}

.why-list li .content7 .overlay-bottom {
    position: absolute;
    left: 2%;
    bottom: 2%;
    width: 96%;
    height: 1px;
    z-index: 9;
    background-color: #e5e5e5;
}

.why-list li .content7 .overlay-left {
    position: absolute;
    left: 2%;
    top: 2%;
    width: 1px;
    height: 96%;
    background-color: #e5e5e5;
    z-index: 9;
}

.why-list li .content7 .overlay-top {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 96%;
    height: 1px;
    background-color: #e5e5e5;
    z-index: 9;
}

.why-list li .content7 .overlay-right {
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 1px;
    height: 96%;
    background-color: #e5e5e5;
    z-index: 9;
}

.why-list li:hover .overlay-bottom {
    animation: borderslideBottom .3s linear .3s 1;
    -moz-animation: borderslideBottom .3s linear .3s 1;
    -webkit-animation: borderslideBottom .3s linear .3s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.why-list li:hover .overlay-left {
    animation: bordersildeLeft .3s linear .6s 1;
    -moz-animation: bordersildeLeft .3s linear .6s 1;
    -webkit-animation: bordersildeLeft .3s linear .6s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.why-list li:hover .overlay-top {
    animation: bordersildeTop .3s linear .9s 1;
    -moz-animation: bordersildeTop .3s linear .9s 1;
    -webkit-animation: bordersildeTop .3s linear .9s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.why-list li:hover .overlay-right {
    animation: bordersildeRight .3s linear 1.2s 1;
    -moz-animation: bordersildeRight .3s linear 1.2s 1;
    -webkit-animation: bordersildeRight .3s linear 1.2s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

/* 新闻动态 */
.news-box {
    background: #f4f4f4;
    padding: 50px 0px;
}


.news-list {
    text-align: justify;
}

.news-list li {
    position: relative;
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.news-list:after {
    display: inline-block !important;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}
.news-list li{
    background: #fff;
}
.news-list li .newleft {
    width: 44%;
    float: left;
}

.news-list li .newleft img {
    width: 100%;
}

.news-list li .newright {
    width: 56%;
    float:left;
    
   
    padding: 20px;
}

.news-list li .newright h3 {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-list li .newright span {
    display: block;
    line-height: 40px;
    text-indent: 30px;
    background: url(../image/01cf34372e24f7d770e57692c12aa86e8571346a.png) no-repeat 0px;
    color: #666;
}

.news-list li .newright p {
    color: #999;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-list li .newright a {
    width: 115px;
    height: 40px;
    border: 1px solid #999;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}
/* 联系方式 */
.foot-contact {
    background: url(../image/8d3baee3ad197487a67a2a21935e7e9e2f46cfdc.jpg) no-repeat center fixed;
    min-height: 595px;
    position: relative;
    background-size: cover;
}

.foot-contact h2 {
    font-size: 48px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding-top: 150px;
}

.foot-contact h2 p {
    font-size: 50px;
    font-family: "Impact";
    letter-spacing: 3px;
    padding-top: 20px;
}

.address {
    width: 100%;
    background: rgba(243, 147, 0, 0.8);
    position: absolute;
    bottom: 0;
}

.address ul {
 
    text-align: justify;
}

.address ul li {
    position: relative;
    display: inline-block;
    width:calc(33.33% - 30px);
    vertical-align: top;
    border-right: 1px solid #e5a452;
    height: 176px;
    margin-top: 8px;
    padding: 0px 15px;
}

.address ul li h3 {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 50px;
    padding-top: 10%;
}

.address ul li p {
    font-size: 12px;
    color: #fff !important;
    opacity: 1;
    line-height: 25px;
}

.address ul li p a {
    color: #fff;
}

.address ul li:last-child {
    border-right: none;
}

.address ul:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

/* 底部样式 */
.foot {
    padding-top: 50px;
}

#footer {
    position: relative;
 
}

.nav_foot {
    width: 30%;
    float: left;
}

.nav1 {
    border-right: 1px solid #d3d3d3;
}

.nav1 li {
    float: left;
    padding-right: 12%;
}

.nav1 li a {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
}

.nav1 li a:hover {
    text-decoration: underline;
}

.nav1 li .sec a {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
}

.nav1 li .sec a:hover {
    text-decoration: underline;
}

.lx-right {
    position: absolute;
    right: 0;
    text-align: left;    font-size: 18px;
    line-height: 40px;
}

.lx-right .p5 {
    font-size: 22px;
    font-weight: bold;
    color: #f39300;
    line-height: 40px;
}

.lx-right .p6 {
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.lx-right .p7 {
    font-size: 18px;

    line-height: 40px;
}

.lx-right .p8 {
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
}

.foot-subject {
    float: left;
    margin-left: 4%;
}

.foot-subject h2 {
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
}

.foot-subject li {
    float: left;
    line-height: 40px;
    padding-right: 21px;
}

.guanzhu-box {

    margin-top: 30px;
    overflow: visible;
}

.guanzhu {
    width: 34%;
    float: left;
}

.guanzhu div {
    float: left;
    margin-right: 50px;
    text-align: center;
    line-height: 35px;
}

.guanzhu h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
    text-decoration: underline;
}



.f_link {
    width: 61%;
    float: left;
    font-size: 12px;
    color: #999;
    position: relative;
}
.f_link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(0,0,0,.2);
    padding: 10px;
    min-width:120px;
}

.f_link a {
    /*display: block;*/
    margin-right: 5px;
    /*float: left;*/
    font-size: 12px;
    color: #999;
}

.copyright {
    text-align: center;
    line-height: 40px;
}

.copyright a {
    color: #999999;
}

.foot-lx {
    float: left;
    background: url(https://cdn.myxypt.com/ormz865c/t/1/images/lxbj.png) no-repeat 0px 34px;
}

.foot-lx h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
    text-decoration: underline;
}

.foot-lx p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    padding-left: 33px;
}

.foot-lx p span {
    font-size: 16px;
    font-weight: bold;
    color: #e6cd8c;
}

.copyright1 {
    text-align: center;
    line-height: 20px;
    color: #dddddd;
    position: relative;
    overflow: hidden;
    z-index: 9999;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.copyright1 a {
    color: #dddddd;
}











.serve-mods {
    margin: 60px 0 108px;
}

.title {
    font-size: 25px;
    text-align: center;
}

.title p {
    color: rgba(90, 90, 90, 0.2);
    margin-bottom: 0;
    text-transform: uppercase;
}

.title h4 {
    color: #F39801;
    font-size: 22px;
    margin-top: 8px;
}

.serveList {
    margin-top: 70px;
}

.serveList li {
    padding-left: 8px;
    padding-right: 8px;
}

.serveList li .banner-item {
    padding: 54px 38px 0;
    height: 218px;
    text-align: center;
    border: 1px solid #d2d2d2;
}

.serveList li .banner-item span {
    display: inline-block;
    width: 70px;
    height: 71px;
}

.serveList li .banner-item h4 {
    margin-top: 24px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #5a5a5a;
    border-top: 1px solid #eeeeee;
    text-align: center;
}

.serveList li .banner-item:hover {
    background: #F39801;
}

.serveList li .banner-item:hover span {
    filter: brightness(100);
}

.serveList li .banner-item:hover h4 {
    color: #fff;
    border-top-color: #fff;
}

.serveList .items0:hover span, .serveList .items2:hover span {
    background-position: center 0px !important;
}

.serveList .items1:hover span {
    background-position: center 0px !important;
}

.serveList .items3:hover span {
    background-position: center 0px !important;
}

.serveList .items4:hover span, .serveList .items5:hover span {
    background-position: center 0px !important;
}

.aboutImg, .aboutCont {
    float: left;
    width: 50%;
}

.aboutImg img {
    width: 100%;
    height: 290px;
}

.aboutCont {
    padding: 38px 17% 0 48px;
    height: 290px;
    background: #F39801;
}

.aboutCont h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 32px;
    color: #fff;
}

.aboutCont p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    text-indent: 2em;
}

.aboutCont p strong {
    font-weight: normal;
    font-size: 24px;
    color: #fff;
}

a.look {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 36px;
    border-radius: 22px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 44px;
    border: 1px solid #fff;
}

.look i {
    display: inline-block;
    vertical-align: middle;
    border-color: transparent transparent transparent #ffffff;
    border-style: dashed dashed dashed solid;
    width: 0px;
    height: 0px;
    overflow: hidden;
    border-width: 8px;
}

a.look {
    color: #fff;
}

a.look:hover {
    color: #fff;
}

.demo-about {
    background: #fff;
    padding: 0 0 84px;
}

.demo-product {
    text-align: center;
}

.demo-product .look {
    margin-bottom: 54px;
    border-color: #e5e5e5;
    color: #5a5a5a;
}

.demo-product .look i {
    border-color: transparent transparent transparent #dcdcdc;
    border-style: dashed dashed dashed solid;
    width: 0px;
    height: 0px;
    overflow: hidden;
    border-width: 8px;
}

.demo-product .look:hover {
    color: #F39801;
    border-color: #F39801;
}

.demo-product .look:hover i {
    border-color: transparent transparent transparent #F39801;
    border-style: dashed dashed dashed solid;
    width: 0px;
    height: 0px;
    overflow: hidden;
    border-width: 8px;
}

.demo-product-list li .img {
    border: 2px solid #eeeeee;
}

.demo-product-list li .img img {
    max-width: 100%;
}

.demo-product-list li:hover .img {
    border-color: #F39801;
}

.demo-product-list {
    font-size: 0;
    margin: 3.125% -12px 0
}

.demo-product-list li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 24px);
    margin: 0 12px 0;
}

.demo-product-list li h3 {
    border: 1px solid transparent;
    border-top: none;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1;
    padding: 2.2em 0;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: normal;
}

.demo-product-list li:hover h3 {
    padding-left: .5em;
    padding-right: .5em;
    color: #F39801
}

@media (max-width: 1024px) {
    .demo-product-list li {
        margin-bottom: 20px;
    }

    .demo-product-list li h3 {
        font-size: 14px;
        padding: 1em 0
    }
}

@media (max-width: 768px) {
    .demo-product-list li {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 24px);
        margin: 0 12px 0;
    }
}

.demo-case .title {
    padding: 42px 0 52px;
    background: #F39801;
    margin-bottom: 26px;
}

.demo-case .title p {
    color: rgba(255, 255, 255, 0.2);
}

.demo-case .title h4 {
    color: #fff;
}

.demo-case-item {
    padding: 0 1px;
    background: #fff
}

.demo-case-item a {
    display: block;
    padding: 6px 6px 0 6px;
    margin-right: 18px;
    border: 1px solid #eeeeee;
}

.demo-case-item .wz h3 {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 45px;
    text-align: center;
}

.demo-case-item .wz p {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    font-weight: 100;
    margin-bottom: 2em
}

.demo-case-item .wz span {
    display: block
}

.demo-case-item .wz .iconfont {
    font-size: 20px;
    width: 1.7em;
    height: 1.7em;
    border: 1px solid #b0b3b8;
    color: #b0b3b8;
    border-radius: 50%
}

@media (max-width: 1024px) {
    .demo-case-item .wz {
        margin-top: 10px
    }

    .demo-case-item .wz h3 {
        font-size: 16px
    }

    .demo-case-item .wz p {
        font-size: 13px;
        margin-bottom: 1.5em
    }

    .demo-case-item .wz .iconfont {
        font-size: 18px
    }
}

.demo-case-item:hover a {
    border-color: #F39801;
}

.demo-case-item:hover a .wz h3 {
    color: #F39801;
}

.demo-case-item:hover .iconfont {
    background: #000;
    color: #fff;
    border-color: #000
}

.demo-case-list {
    position: relative;
}

.demo-case-list .owl-prev {
    background: url(../image/552d2b0ad92080a782792e8ce5276ce71a424dcf.png) no-repeat !important;
    width: 23px;
    height: 40px;
    display: block;
    border: none;
    outline: none;
    left: -3.5%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.demo-case-list .owl-next {
    background: url(../image/3ac64fab6855a6de77b06bd23b341d739ddecbd5.png) no-repeat !important;
    width: 23px;
    height: 40px;
    display: block;
    border: none;
    outline: none;
    right: -3.5%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.demo-news {
    margin-top: 108px;
    padding: 50px 0 12px;
}

.news-list li {
    margin-bottom: 38px;
}

.news-list li a {
    display: block;
}

.news-list li a:hover .date {
    border-color: #F39801;
}

.news-list li a:hover .date p, .news-list li a:hover .date span {
    color: #F39801;
}

.news-list li a:hover .date p::after, .news-list li a:hover .date span::after {
    background: #F39801;
}

.news-list li a:hover .descr h4 {
    color: #F39801;
}

.news-list .date {
    width: 70px;
    height: 70px;
    padding-top: 10px;
    border: 1px solid #707070;
    float: left;
    margin-right: 22px;
    text-align: center;
}

.news-list .date p {
    position: relative;
    font-size: 18px;
    color: #4f4f4f;
    font-weight: bold;
}

.news-list .date p::after {
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: 0;
    content: '';
    width: 50%;
    height: 1px;
    background: #313131;
}

.news-list .date span {
    font-size: 13px;
    color: #4f4f4f;
}

.news-list .descr {
    margin-top: 10px;
}

.news-list .descr h4 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #323232;
    font-weight: normal;
}

.news-list .descr p {
    font-size: 14px;
    color: #5a5a5a;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.demo-layout {
    padding: 60px 0 20px;
}

.demo-layout .linkUS {
    border-top: 1px solid #f7bd5c;
    line-height: 64px;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.demo-layout .linkUS a {
    display: inline-block;
    margin: 0 4px;
    font-size: 14px;
    color: #fff;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.relate-news-list1 li {
    float: left;
    width: 20%;
    padding: 0 10px;
}

.relate-news-list1 li a {
    padding-right: 0;
}

.relate-news-list1 li a::before {
    width: 0;
    margin-right: 0;
}

.relate-news-list1 li + li {
    border-left: 1px solid #eee;
}

.product-detail-imgbox {
    border: 1px solid #e5e5e5;
    padding: 15px 10%;
}

.product-detail-swiper {
    float: left;
    width: 520px;
}

.product-detail-swiper .view {
    border: 1px solid #d2d2d2;
}

.product-detail-swiper .view .swiper-slide {
    outline: none;
}

.product-detail-swiper .view .slick-con {
    text-align: center;
    display: block;
    height: 318px;
    line-height: 318px;
    font-size: 0;
}

.product-detail-swiper .view .slick-con img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.product-detail-swiper .view .slick-con:after {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.product-detail-swiper .preview {
    width: 90%;
    margin: 0 auto;
    /* margin: 0 -5px; */
    position: relative;
    margin-top: 10px;
}

.product-detail-swiper .preview .swiper-slide {
    outline: none;
}

.product-detail-swiper .preview .swiper-slide.active-nav .slick-con {
    border-color: #f39300;
}

.product-detail-swiper .preview .slick-con {
    text-align: center;
    display: block;
    height: 150px;
    line-height: 99px;
    margin: 0 5px;
    border: 1px solid #eee;
    font-size: 0;
}

.product-detail-swiper .preview .slick-con img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.product-detail-swiper .preview .slick-con:after {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.product-detail-swiper .preview .arrow-left, .product-detail-swiper .preview .arrow-right {
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -74px;
    width: 24px;
    height: 148px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
}

.product-detail-swiper .preview .arrow-left {
    left: -28px;
    background: url(https://cdn.myxypt.com/ormz865c/t/1/images/n_prev.png) center no-repeat #eee;
}

.product-detail-swiper .preview .arrow-right {
    right: -28px;
    background: url(https://cdn.myxypt.com/ormz865c/t/1/images/n_next.png) center no-repeat #eee;
}

.product-detail-list1 {
    width: calc(100% - 610px);
    float: right;
}

.product-detail-list1 b {
    float: left;
    font-size: 16px;
    color: #5a5a5a;
    font-weight: normal;
}

.product-detail-list1 h1 {
    margin-top: 45px;
    height: 48px;
    line-height: 48px;
    padding-left: 14px;
    margin-bottom: 32px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 14px;
    color: #232323;
    font-weight: normal;
}

.product-detail-list h1 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    line-height: 65px;
}

.product-detail-item li {
    width: 100%;
    font-size: 16px;
    color: #5a5a5a;
}

.product-detail-item li span {
    font-size: 16px;
    color: #5a5a5a;
}

.product-detail-tabbox {
    /* border: 1px solid #dcdcdc; */
    border-top: none;
}

/*#message-form { width: 65%; margin: 0 auto; }*/
/*#message-form .col-md-6 { position: relative; }*/
/*#message-form .input-txt { width: 100%; height: 48px; padding-left: 26px; border: 1px solid #dcdcdc; margin-bottom: 16px; font-size: 14px; color: #333; outline: none; }*/
/*#message-form b { position: absolute; left: 4px; top: 30%; display: inline-block; margin-right: 10px; font-size: 14px; color: #f30000; }*/
/*#message-form .col-sm-6 { position: relative; }*/
/*#message-form.n-default .msg-wrap { position: absolute; }*/
/*#message-form #checkcode { width: 100%; }*/
/*#message-form #checkCodeImg { position: absolute; right: 62px; top:0px; }*/
/*#message-form #change_code { position: absolute; right: 6px; top:0px; }*/
/*#message-form .text-area { height: auto; }*/
/*#message-form .btn-submit { display: block; width: 50%; margin: 24px auto 0; height: 48px; background: #F39801; border-radius: 0; font-size: 16px; color: #fff; border: none; }*/
/*#message-form .input-txt::-webkit-input-placeholder { color: #a1a1a1; }*/
#message-form .input-txt:-moz-placeholder {
    /* Firefox 18- */
    color: #a1a1a1;
}

#message-form .input-txt::-moz-placeholder {
    /* Firefox 19+ */
    color: #a1a1a1;
}

/*#message-form .input-txt:-ms-input-placeholder { color: #a1a1a1; }*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1600px) {
    .aboutCont {
        padding-bottom: 6px;
    }

    .look {
        margin-top: 24px;
    }
}

@media (max-width: 1440px) {
    .aboutCont {
        padding-top: 11px;
    }

    .demo-menu > li > a {
        padding: 0 20px;
    }
}

@media (max-width: 1366px) {
    .look {
        margin-top: 12px;
    }
}

@media (max-width: 1280px) {
    .look {
        margin-top: 0;
    }
}

@media (max-width: 1280px) {
    .product-detail-imgbox {
        padding: 15px;
    }
}

@media (max-width: 1024px) {
    .demo-menu > li > a {
        padding: 0 15px;
    }

    .look {
        margin-top: 20px;
    }

    .aboutCont p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .news-list .descr h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
    }

    .product-detail-list1 {
        width: calc(100% - 477px);
    }

    .product-detail-swiper {
        width: 445px;
    }
}

@media (max-width: 768px) {
    .serve-mods {
        margin: 20px 0;
    }

    .serveList {
        margin-top: 20px;
    }

    .serveList li {
        margin-bottom: 10px;
    }

    .aboutImg, .aboutCont {
        width: 100%;
    }

    .aboutCont p {
        overflow: auto;
        text-overflow: normal;
        white-space: normal;
    }

    .demo-news {
        margin-top: 20px;
        background: #eeeeee !important;
    }

    .demo-about {
        padding-bottom: 20px;
    }

    .product-detail-swiper {
        float: none;
        width: 100%;
    }

    .product-detail-list1 {
        float: none;
        width: 100%;
    }

    #message-form {
        width: 100%;
    }

    .aboutCont {
        padding-top: 5%;
    }
}

@media (max-width: 450px) {
    .demo-case-item a {
        margin-right: 0;
    }

    .demo-product .look {
        margin-bottom: 20px;
    }

    .demo-case .title {
        padding: 16px 0;
        margin-bottom: 10px;
    }
}

.shang {
    text-align: right;
    margin-top: 10px;
}

.smtg {
    display: inline-block;
    position: relative;
    width: 107px;
    height: 30px;
    cursor: pointer;
}

.smtg h3 {
    color: rgba(255, 255, 255, 0.5);
    background: url(../image/link.png) no-repeat 0 50%;
    text-indent: 10px;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
}

.smtg p {
    position: absolute;
    bottom: 44px;
    width: 400%;
    left: 50%;
    margin-left: -200%;
    display: none;
    padding: 10px 10px;
    background: rgb(62, 62, 62, 0.5);
}

.smtg p a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    margin: 0 5px;
}

.demo-layout {
    background: #F39801;
}

.demo-layout-logo {
    margin-bottom: 20px
}

.demo-layout-desc {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .5)
}

.demo-layout-contact p,.demo-layout-contact p a {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.demo-layout-contact strong {
    display: block;
    font-size: 24px;
    color: hsla(0, 0%, 100%, .8)
}

.demo-layout-contact a {
    color: rgba(255, 255, 255, .6);
}

.demo-layout-menu dl {
    float: left;
    width: 20%;
    text-align: left;
}

.demo-layout-menu dl dt,.demo-layout-contact h4 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 1.43em
}

.demo-layout-menu dl dd a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 2
}

.demo-layout-ewm {
    margin-top: 43px;
}

.demo-layout-ewm p {
    background: hsla(0, 0%, 100%, .1);
    font-size: 13px;
    font-weight: 100;
    padding: .8em 0;
    line-height: 1.7;
    color: hsla(0, 0%, 100%, .7);
    margin: 15px 0 0
}

.demo-footer {
    background: #fff;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
    border-top:1px solid #ddd;
}

.demo-footer, .demo-footer a {
    font-size: 13px;
    color: #7b7b7b;
}

.demo-footer a:hover {
    color: #7b7b7b;
}

.demo-seo {
    float: left
}

@media (max-width: 768px) {
    .x-banner {
        margin-top:60px;
    }

    .page-banner {
        margin-top: 60px;
    }
}

/*内页左侧样式*/
.container {
}

.page-position a {
    color: #333;
}

.page-product-inquiry a {
    color: #fff;
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block
    }
}

.page-wrap {
    background: #fff;
    padding: 35px 0 4.16666667%;
}

@media (max-width: 1024px) {
    .xmenu li a {
        padding:0 16px;
    }
}

@media (min-width: 992px) {
    .xypg-left-con {
        border:none;
    }

    .xypg-left-nav {
        margin: 0;
        border: none;
        position: relative;
        /* -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center; */
        justify-content: center;
        /* display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox; */
        display: flex;
    }

    /* .xypg-left-nav>li+li {
    border-top: 1px solid #e4e4e4
} */
    .xypg-left-nav>li {
        /* -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: static; */
    }

    .xypg-left-nav>li>a {
        display: block;
        font-size: 16px;
        height: 60px;
        line-height: 60px;
        padding: 0;
        color: #fff;
        background: #F39801;
        border: 1px solid #F39801;
        text-align: center;
        position: relative;
    }
    .xypg-left-title {
        display: none;
    }

    .xypg-left-nav>li .first-nav-btn {
        position: absolute;
        z-index: 99;
        display: none;
        width: 20px;
        text-align: center;
        font-family: iconfont;
        top: 20px;
        right: 25px;
        cursor: pointer
    }

    .xypg-left-nav>li .first-nav-btn:after {
        content: "\E61F"
    }

    .xypg-left-nav>li .first-nav-btn.clicked:after {
        content: "\E638"
    }

    .xypg-left-nav>li.clicked>a, .xypg-left-nav>li:hover>a {
        color: #fff;
        /* background: #ab001a */
    }

    .xypg-left-nav>li.clicked>a::after {
        position: absolute;
        left: 30%;
        right: 30%;
        bottom: 10px;
        content: '';
        width: 40%;
        height: 1px;
        background: #fff;
        display: none;
    }

    .xypg-left-nav>li.clicked .first-nav-btn, .xypg-left-nav>li:hover .first-nav-btn {
        color: #fff
    }

    .xypg-left-nav .xypg-left-subnav {
        padding: 5px 20px;
        border-bottom: 1px solid #e5e5e5;
        display: none;
        background: #fff;
        width: 100%;
        left: 0;
        z-index: 99999;
        position: absolute;
    }

    .xypg-left-nav>li:hover .xypg-left-subnav {
        display: block!important;
    }

    .xypg-left-box {
        margin-bottom: 60px;
    }

    .mobnavs {
        display: none;
    }

    .mobnavs>li {
        position: relative;
    }

    .mobnavs .xypg-left-subnav {
        display: none;
    }

    .disnone {
        display: none;
    }

    .mobnavs .xypg-left-subnav>li {
        padding: 8px 45px 8px 25px;
        margin: 0 40px;
        border: none;
        float: none;
    }

    .xypg-left-nav .xypg-left-subnav>li {
        /* padding: 8px 45px 8px 25px; */
        float: left;
        margin: 0 40px;
    }

    .xypg-left-nav .xypg-left-subnav>li>a {
        display: block;
        line-height: 20px;
        color: #5a5a5a;
        font-size: 14px
    }

    .xypg-left-nav .xypg-left-subnav>li.clicked>a, .xypg-left-nav .xypg-left-subnav>li>a:hover {
        color: #F39801
    }

    .xypg-left-nav .xypg-left-threenav>li>a {
        display: block;
        font-size: 14px;
        line-height: 24px;
        color: #999;
        padding-left: 10px
    }

    .xypg-left-nav .xypg-left-threenav>li>a:before {
        content: "\2014   "
    }

    .xypg-left-nav .xypg-left-threenav>li.clicked>a, .xypg-left-nav .xypg-left-threenav>li>a:hover {
        color: #F39801
    }
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block
    }
}

@media (max-width: 1024px) {
    .xmenu li a {
        padding:0 16px;
    }
}

@media(max-width: 640px) {
    .aboutImg img {
        width: 100%;
        height: 100%;
    }
}
    .xypg-left-nav>li.clicked > a{
        background-color: #fff;
        color: #F39801;
    }
/* 小屏幕适应 */
@media(max-width:1199px){
   .lx-right{
       display: none;
   }
   .subject-list li .content8 h3{
       font-size: 18px;
   }
}
@media(max-width:991px){
   .about-left,.about-right{
       width:100%;
   }
   .more9{
       float: none;
        margin: 15px auto 0;
        display: block;
   }
   .why-left{
       width: 100%;
       float: none;
       margin-bottom: 20px;
   }
   .why-right{
       width: 100%;
       position: static;
   }
   .why-right .xian1{
       display: none;
   }
   .guanzhu-box{
       display: none;
   }
   .foot{
       padding:3vh 0;
   }
   .foot-subject li{
        padding-right: 11px;
   }
}
@media(max-width:767px){
    .fgh{
        height: 30px !important;
    }
    .subject-box{
        padding:4vh 0 0;
    }
    .why-right{
        padding:5vh 10px 3vh;
    }
    .join-list li{
        padding-left:85px;
    }
    .news-list li{
        width: 100%;
    }
    .news-box{
        padding:5vh 0 3vh;
    }
    .address ul li{
        width: 100%;
        height: auto;
        border:none;
        margin:0;
        padding:10px 0;
    }
    .address ul li + li{
        border-top:1px solid rgba(255,255,255,.3);
    }
    .address ul li h3{
        padding-top:0;
        font-size: 16px;
    }
    .foot-contact h2{
        font-size: 28px;
        padding-top:60px;
    }
    .foot-contact h2 p{
        font-size:28px;
    }
    
}
@media(max-width:425px){
   .news-list li{
       margin-bottom: 20px;
   }
  .news-list li .newright{
      padding:10px 20px;
  }
}

.nybt{
    display: none;
}