@charset "UTF-8";

@font-face {
  font-family: "popinsm";
  src: url("../font/Poppins-Medium.woff2") format("woff2"),
       url("../font/Poppins-Medium.woff") format("woff"),
       url("../font/Poppins-Medium.ttf") format("truetype"),
       url("../font/Poppins-Medium.eot") format("embedded-opentype"),
       url("../font/Poppins-Medium.svg") format("svg");
  font-style: normal;
}

@font-face {
  font-family: "popinsr";
  src: url("../font/Poppins-Regular.woff2") format("woff2"),
       url("../font/Poppins-Regular.woff") format("woff"),
       url("../font/Poppins-Regular.ttf") format("truetype"),
       url("../font/Poppins-Regular.eot") format("embedded-opentype"),
       url("../font/Poppins-Regular.svg") format("svg");
  font-style: normal;
}

@font-face {
  font-family: "popinsb";
  src: url("../font/Poppins-SemiBold.woff2") format("woff2"),
       url("../font/Poppins-SemiBold.woff") format("woff"),
       url("../font/Poppins-SemiBold.ttf") format("truetype"),
       url("../font/Poppins-SemiBold.eot") format("embedded-opentype"),
       url("../font/Poppins-SemiBold.svg") format("svg");
  font-style: normal;
}

/*编辑器图片样式*/
.alignleft {
    float: left;
    margin: 0;
}

.alignright {
    float: right;
    margin:0;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.windows_tips p{
    background-color: #da1717;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: Arial;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #004ea2;
}
a:focus {
    color: #60bfa8;
    text-decoration: none;
}
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

img {
    border: 0;
    vertical-align: middle;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}

p {
    text-align: left;
    text-justify: distribute;
    color: #000000;
    font-size: 14px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

html,
body {
    -ms-overflow-style: scrollbar;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}



.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header, .navbar-form{
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.col-lg-2dot4 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 0;
    padding-right: 0;
}
.modal-open .modal{
    z-index: 99999999;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}


@media (min-width: 1200px) {
    .col-lg-2dot4 {
        float: left;
    }

    .col-lg-2dot4 {
        width: 20%;
    }

    .col-lg-pull-2dot4 {
        right: 20%;
    }

    .col-lg-push-2dot4 {
        left: 20%;
    }

    .col-lg-offset-2dot4 {
        margin-left: 20%;
    }
}

.col-md-2dot4 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-2dot4 {
        float: left;
    }

    .col-md-2dot4 {
        width: 20%;
    }

    .col-md-pull-2dot4 {
        right: 20%;
    }

    .col-md-push-2dot4 {
        left: 20%;
    }

    .col-md-offset-2dot4 {
        margin-left: 20%;
    }
}

.col-sm-2dot4 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-2dot4 {
        float: left;
    }

    .col-sm-2dot4 {
        width: 20%;
    }

    .col-sm-pull-2dot4 {
        right: 20%;
    }

    .col-sm-push-2dot4 {
        left: 20%;
    }

    .col-sm-offset-2dot4 {
        margin-left: 20%;
    }
}

.col-xs-2dot4 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 768px) {
    .col-xs-2dot4 {
        float: left;
    }

    .col-xs-2dot4 {
        width: 20%;
    }

    .col-xs-pull-2dot4 {
        right: 20%;
    }

    .col-xs-push-2dot4 {
        left: 20%;
    }

    .col-xs-offset-2dot4 {
        margin-left: 20%;
    }
}

.col-lg-2dot8 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 1440px) {
    .col-lg-2dot8 {
        float: left;
    }

    .col-lg-2dot8 {
        width: 80%;
    }

    .col-lg-pull-2dot8 {
        right: 80%;
    }

    .col-lg-push-2dot8 {
        left: 80%;
    }

    .col-lg-offset-2dot8 {
        margin-left: 80%;
    }
}

.col-md-2dot8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-2dot8 {
        float: left;
    }

    .col-md-2dot8 {
        width: 80%;
    }

    .col-md-pull-2dot8 {
        right: 80%;
    }

    .col-md-push-2dot8 {
        left: 80%;
    }

    .col-md-offset-2dot8 {
        margin-left: 80%;
    }
}

.col-sm-2dot8 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-2dot8 {
        float: left;
    }

    .col-sm-2dot8 {
        width: 80%;
    }

    .col-sm-pull-2dot8 {
        right: 80%;
    }

    .col-sm-push-2dot8 {
        left: 80%;
    }

    .col-sm-offset-2dot8 {
        margin-left: 80%;
    }
}

.col-xs-2dot8 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 768px) {
    .col-xs-2dot8 {
        float: left;
    }

    .col-xs-2dot8 {
        width: 80%;
    }

    .col-xs-pull-2dot8 {
        right: 80%;
    }

    .col-xs-push-2dot8 {
        left: 80%;
    }

    .col-xs-offset-2dot8 {
        margin-left: 80%;
    }

}

.container-fluid {
    padding: 0;
}

.container, .container1456, .container1400, .container1240, .container1230, .container1220 {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}
.container1456:before{
    display: table;
    content: " ";
}
.container1456:after{
    display: table;
    content: " ";
    clear: both;
}
@media (min-width: 1441px) {
    .container {
        width: 1440px;
    }
    .container1400 {
        width: 1400px;
    }
    .container1456 {
        width: 1456px;
    }
    .container1230 {
        width: 1230px;
    }
    .container1240 {
        width: 1240px;
    }
    .container1220 {
        width: 1220px;
    }
}

/*real css start*/

.lht24 {
    line-height: 24px;
    line-height: 24px \9;
    *line-height: 24px;
    _line-height: 24px;
}

.lht26 {
    line-height: 26px;
    line-height: 26px \9;
    *line-height: 26px;
    _line-height: 26px;
}

.lht30 {
    line-height: 30px;
    line-height: 30px \9;
    *line-height: 30px;
    _line-height: 30px;
}

.lht35 {
    line-height: 35px;
    line-height: 35px \9;
    *line-height: 35px;
    _line-height: 35px;
}

.lht40 {
    height: 40px;
    line-height: 40px;
    line-height: 40px \9;
    *line-height: 40px;
    _line-height: 40px;
}

.lht45 {
    height: 45px;
    line-height: 45px;
    line-height: 45px \9;
    *line-height: 45px;
    _line-height: 45px;
}

.lht50 {
    line-height: 50px;
    line-height: 50px \9;
    *line-height: 50px;
    _line-height: 50px;
}

.lht55 {
    line-height: 55px;
    line-height: 55px \9;
    *line-height: 55px;
    _line-height: 55px;
}

.lht60 {
    height: 60px;
    line-height: 60px;
    line-height: 60px \9;
    *line-height: 60px;
    _line-height: 60px;
}

.lht65 {
    height: 65px;
    line-height: 65px;
    line-height: 65px \9;
    *line-height: 65px;
    _line-height: 65px;
}

.lht70 {
    line-height: 70px;
    line-height: 70px \9;
    *line-height: 70px;
    _line-height: 70px;
}

.lht80 {
    line-height: 80px;
    line-height: 80px \9;
    *line-height: 80px;
    _line-height: 80px;
}

.lht100 {
    line-height: 100px;
    line-height: 100px \9;
    *line-height: 100px;
    _line-height: 100px;
}

.lht105 {
    height: 105px;
    line-height: 105px;
    line-height: 105px \9;
    *line-height: 105px;
    _line-height: 105px;
    padding: 0;
}

.lht120 {
    line-height: 120px;
    line-height: 120px \9;
    *line-height: 120px;
    _line-height: 120px;
}

.lht130 {
    line-height: 130px;
    line-height: 130px \9;
    *line-height: 130px;
    _line-height: 130px;
    padding: 0;
}

.lht135 {
    line-height: 135px;
    line-height: 135px \9;
    *line-height: 135px;
    _line-height: 135px;
    padding: 0;
}

.lht150 {
    line-height: 150px;
    line-height: 150px \9;
    *line-height: 150px;
    _line-height: 150px;
    padding: 0;
}

.lht170 {
    line-height: 170px;
    line-height: 170px \9;
    *line-height: 170px;
    _line-height: 170px;
    padding: 0;
}

.lht190 {
    line-height: 190px;
    line-height: 190px \9;
    *line-height: 190px;
    _line-height: 190px;
    padding: 0;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.row {
    margin: 0;
    padding: 0;
}

.mgt10 {
    margin-top: 10px;
}

.mgb10 {
    margin-bottom: 10px;
}

.pdl10 {
    padding-left: 10px;
}

.pdtb15 {
    padding: 15px 0;
}


.btn-lyl-index{
    height: 60px;
    line-height: 60px;
    margin-top: 52px;
}
.btn-lyl-index a, .btn-lyl-index span{
    position: relative;
    font-size: 18px;
    padding: 19px 44px;
}
.btn-lyl-index a:before, .btn-lyl-index span:before{
    content: " ";
    width: 1px;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all .3s;
}
.btn-lyl-index a:after, .btn-lyl-index span:after{
    content: " ";
    width: 1px;
    height: 0;
    position: absolute;
    right: 0;
    transition: all .3s;
}
.btn-lyl-index a:hover:before, .btn-lyl-index span:hover:before{
    height: 60px;
}
.btn-lyl-index a:hover:after, .btn-lyl-index span:hover:after{
    height: 60px;
}
.btn-lyl-index.btn-white a, .btn-lyl-index.btn-white span{
    color: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.btn-lyl-index.btn-white a:before, .btn-lyl-index.btn-white span:before{
    background-color: white;
}
.btn-lyl-index.btn-white a:after, .btn-lyl-index.btn-white span:after{
    background-color: white;
}
.btn-lyl-index.btn-green a, .btn-lyl-index.btn-green span{
    color: #60bfa8;
    border-top: 1px solid #60bfa8;
    border-bottom: 1px solid #60bfa8;
}
.btn-lyl-index.btn-green a:before, .btn-lyl-index.btn-green span:before{
    background-color: #60bfa8;
}
.btn-lyl-index.btn-green a:after, .btn-lyl-index.btn-green span:after{
    background-color: #60bfa8;
}
.caret{
    border: none;
    background-image: url('../images/public/icon-caret.png');
    background-repeat: no-repeat;
    background-size: 5px 4px;
    padding: 2.5px 3px;
}
.hoverimg{
    overflow: hidden;
}
.hoverimg img{
    transition: all 0.3s;
}
.hoverimg:hover img{
    transform: scale(1.2);
}
/* nav */
.form-control:focus {
    border-color: #4b4b4b;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0 rgba(102,175,233,.6);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0 rgba(102,175,233,.6);
}
.navbar {
    min-height: 100px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    /* filter:alpha(opacity=20 finishopacity=20 style=1 startx=0,starty=0,finishx=0,finishy=100) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#a4a4a4,gradientType=1);
    -ms-filter:alpha(opacity=20 finishopacity=20 style=1 startx=0,starty=0,finishx=0,finishy=100) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#a4a4a4,gradientType=1);
    background:rgba(0,0,0,0.2);
    background:-moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(164, 164, 164, 0.2));
    background:-o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(164, 164, 164, 0.2));
    background:linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(164, 164, 164, 0.2));
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(164, 164, 164, 0.2))); */
    /* css 写的不如图片好 */
    background-image: url('../images/public/navbg.png');
    background-repeat: repeat-x;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 99999;
}
.navbar.fly{
    filter:alpha(opacity=20 finishopacity=20 style=1 startx=0,starty=0,finishx=0,finishy=100) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#a4a4a4,gradientType=1);
    -ms-filter:alpha(opacity=20 finishopacity=20 style=1 startx=0,starty=0,finishx=0,finishy=100) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#a4a4a4,gradientType=1);
    background:rgba(0,0,0,0.2);
    background:-moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(164, 164, 164, 0.2));
    background:-o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(164, 164, 164, 0.2));
    background:linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(164, 164, 164, 0.2));
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(164, 164, 164, 0.2)));
}
.navbar:after{
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    display: block;
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0);
    z-index: -1;
    transition: all 0.3s;
}
.navbar:hover:after{
    background-color: rgba(255, 255, 255, 0.6);
}
.nav-lyl-icon-last{
    display: none;
}
/*导航鼠标移入下拉*/
.nav > li .dropdown-menu {
    min-width: 170px;
    left: 0;
    right: auto;
    width: 100%;
    margin: -1px 0 0;
    border-radius: 0;
    box-shadow: none;
    border: 0px solid #60bfa8;
    padding: 0 15px 0;
    opacity: 1;
    transition: all .25s;
    height: auto;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    background:rgba(255, 255, 255, 0.6);
}
.nav-lyl-icon > li .dropdown-menu{
    min-width: 120px;
    left: auto;
    right: 0;
}
.nav.nav-lyl-icon > li .dropdown-menu li a:hover{
    color: #60bfa8;
}
.nav > li > a:hover{
    background-color: transparent;
}
@media(hover: hover) and (pointer: fine) {
    .nav > li:hover .dropdown-menu{
        display: block;
        /* position: static; */
    }
}
.nav > li i.fa-lyl{
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 100%;
    text-align: center;
    line-height: 100%;
}
.nav > li i.fa-lyl:before{
    line-height: 3.4;
}
.nav > li .dropdown-menu li{
    font-size: 16px;
    /* border: none; */
}

.nav > li:hover .dropdown-menu li a{
    display: block;
    color: #333333;
}
.nav > li:hover .dropdown-menu li a::after{
    display: none;
}
.nav-lyl-icon{
    margin-top: 25px;
}
.nav-lyl li .dropdown-menu li a{
    padding: 10px 0;
    border-bottom: 1px solid #60bfa8;
    background-image: url(../images/public/footsj.png);
    background-repeat: no-repeat;
    background-position: left 15px;
    background-size: 0px 9px;
    padding-left: 0;
    color: #333333;
}
.nav-lyl li .dropdown-menu li a:hover {
    padding-left: 15px;
    background-size: 5px 9px;
    color: #60bfa8;
}
.nav-lyl li .dropdown-menu li:last-child a{
    border-bottom: none;
}
.nav-lyl li a{
    font-size: 18px;
    color: #333333;
    font-family: Arial;
    position: relative;
    overflow: hidden;
    padding: 36.5px 37.5px;
}
.nav > li .dropdown-menu li a{
    font-size: 16px;
    background-color: transparent;
}
.nav-lyl li:hover a{
    color: #60bfa8;
    background-color: transparent;
    width: 100%;
    -webkit-transition: all .25s;
    transition: all .25s;
}
.nav-lyl li a::after{
    content: " ";
    display: block;
    width: 0;
    height: 1px;
    background-color: #60bfa8;
    margin-top: 6px;
    transition: all .25s;
}
.nav-lyl li:hover a::after{
    width: 100%;
}

.nav-lyl li a:hover{
    color: #60bfa8;
}
.nav-lyl li.active a{
    color: #60bfa8;
}
.nav-lyl li.active a::after{
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #60bfa8;
    margin-top: 6px;
}
.nav-lyl li.active a:hover{
    color: #60bfa8;
    background-color: transparent;
}
.nav-lyl>li>a {
    border-radius: 0;
}
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu-third{
    padding-left: 15px;
}
.nav > li .dropdown-menu-third li a{
    font-size: 14px;
}
/* nav */

/* form */

.msg-x .container{
    background-image: url('../images/public/msgbg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 252px 54px;
}

.msg-x form label{
    font-size: 18px;
    color: #a1a1a1;
    font-family: Arial;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 29px;
}
.msg-x form input{
    height: 56px;
    padding: 5px 10px;
}
.msg-x form textarea{
    height: 164px;
    padding: 10px;
}
.msg-x form input, .msg-x form textarea{
    font-size: 18px;
    border: none;
    border-radius: 0;
    width: 100%;
}
.msg-x form textarea{
    margin-bottom: 65px;
}
.form-group2, .form-group4{
    padding-left: 10px;
}
.form-group1, .form-group3{
    padding-right: 10px;
}
.form-group6{
    margin-top: 60px;
    margin-bottom: 100px;
}
.form-group6 .btn-lyl-form-sub{
    display: block;
    width: 154px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-family: Arial;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    background-color: #60bfa8;
    border: none;
    margin: 0 auto;
    transition: all .3s;
}
.form-group6 .btn-lyl-form-sub:hover{
    text-shadow: 0 0 6px #999;
    background-color: #9a0303;
}

.msg-x form .usedComp {
    width: 25%;
    float: left;
    padding: 0 5px;
}
.msg-x form .usedComp:nth-child(5){
    width: 100%;
}
#xhlFormSubmit{
    display: block;
    width: 218px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-family: Arial;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    background-color: #60bfa8;
    border: none;
    margin: 0 auto;
    transition: all .3s;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
}
.xhl-controls{
    position: relative;
}
.xhl-form-tip, .xhl-controls>span{
    position: absolute;
    right: 10px;
    top: 42%;
    color: #ac0202;
}
.xhl-footer{
}
.msg-x-form{
    margin-top: 2px;
    margin-bottom: 1px;
}

/* form */

/* public title */
.public-title {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}
.public-title span{
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 54px;
    opacity: 0.12;
    display: inline-block;
}

.public-title-center {
    text-align: center;
}
.public-title-left {
    text-align: left;
}
.public-title-right {
    text-align: right;
}
.public-title-left span, .public-title-right span{
    line-height: 35px;
}

.public-title-black {
    color: #333333;
}
.public-title-white {
    color: #ffffff;
}
/* public title */

/* index-about-x */
.about-x{
    background-image: url('../images/public/aboutbg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 267px;
    padding-bottom: 144px;
}
.about-x-box{
    padding-right: 30px;
}
.public-title-about{
    padding-left: 0;
    height: 110px;
}
.public-title-about:before{
    content: url('../images/public/logo.png');
    padding-right: 40px;
}
.public-title-about span{
    left: 170px;
    bottom: 50px;
}
.axb-x{
    background-color: rgba(255, 255, 255, 0.4);
    padding-left: 66px;
    padding-right: 72px;
    padding-bottom: 70px;
    padding-top: 33px;
}
.axb-x p{
    font-size: 16px;
    color: rgb(136, 136, 136);
    line-height: 1.5;
    margin-bottom: 24px;
}
.axb-x p:last-child{
    margin-bottom: 0;
}
/* index-about-x */

/* news-x */
.news-x{
    background-image: url('../images/public/newsbg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 76px;
    padding-bottom: 127px;
}
.news-x .public-title{
    margin-bottom: 50px;
}
.nxi-img a img{
    width: 100%;
    height: 280px;
}
.nxi-info{
    background-color: #ffffff;
    height: 280px;
    padding-left: 28px;
    padding-right: 38px;
    padding-top: 33px;
}
.nxi-info-tit{
    font-size: 24px;
    font-family: "Arial";
    color: rgb(51, 51, 51);
    line-height: 1.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.nxi-info-con{
    font-size: 16px;
    font-family: "Arial";
    color: rgb(136, 136, 136);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 20px;
}
.nxi-info-date{
    font-size: 16px;
    font-family: "Arial";
    color: rgb(136, 136, 136);
    line-height: 1.875;
    margin-top: 18px;
}
.news-x-item:nth-child(4n+3) .nxi-img{
    float: right;
}
.news-x-item:nth-child(4n+4) .nxi-img{
    float: right;
}
.nxi-info-tit a:hover{
    color: #60bfa8;
}
/* news-x */

/* footer */
.footer-x{
    background-color: #28322f;
    padding-top: 62px;
}
.footer-x-title{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
}
.footer-x-title:after{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 17px;
}
.fxc1-p{
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    padding-left: 38px;
    margin-bottom: 16px;
}
.fxc1-add{
    padding-right: 85px;
    background-image: url('../images/public/footicon2.png');
    background-repeat: no-repeat;
    background-position: left 0;
    margin-top: 33px;
}
.fxc1-phone{
    background-image: url('../images/public/footicon1.png');
    background-repeat: no-repeat;
    background-position: left 0;
}
.fxc1-email{
    background-image: url('../images/public/footicon3.png');
    background-repeat: no-repeat;
    background-position: left 0;
}
.footer-x-con ul{
    margin-top: 33px;
}
.footer-x-con ul li{
    margin-bottom: 8px;
}
.footer-x-con ul li a{
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    background-image: url('../images/public/footsj.png');
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: 0px 9px;
    padding-left: 0;
    transition: all .3s;
}
.footer-x-con ul li a:hover{
    padding-left: 15px;
    background-size: 5px 9px;
}
.foot-x-cprt{
    height: 66px;
    line-height: 65px;
    border-top: 1px solid #666666;
    margin-top: 47px;
}
.fxc-l{
    font-size: 16px;
    color: #666666;
}
.fxc-r{
    text-align: right;
}
.fxc-r a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #60bfa8;
    text-align: center;
    line-height: 30px;
    margin-left: 1px;
    color: #2c3b37;
    margin-left: 5px;
}
.footer-x-con2{
    padding-left: 75px;
}
.footer-x-con3{
    padding-left: 45px;
}
.footer-x-con4{
    padding-left: 50px;
}
/* footer */

/* gotop */
.gotop{
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #60bfa8;
    position: fixed;
    left: 10px;
    bottom: 10px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    display: none;
    z-index: 99999;
    font-family: Arial;
    font-size: 22px;
    transition: all 0.5s;
}
.gotop:hover{
    background-color: rgba(88, 192, 168, 0.8);
}
/* gotop */
@media (min-width: 768px){
    
}