
body {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #4c4c4c;
    background-color: #FFFFFF;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

p, ul, li, h1, h2, h3, h4, h5, h6, dl, dd, dt, button, input, img {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}

input, textarea, select {
    font-family: "Microsoft Yahei";
}

input[type=submit], input[type=reset] {
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #4c4c4c;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, i, b {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.arial {
    font-family: "Arial";
}

/*公共*/
.main > div {
    overflow: hidden;
}

.com-box1 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.containe {
    margin: 0 auto;
    width: 81%;
}

/*联系*/
.contact {
    overflow: hidden;
    height: 100%;
    background-color: #3A3D44;
    position: relative;
}

.contact .con-bg {
    background-color: #242831;
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;

}

.contact .rt {
    position: relative;
}

.contact .containe {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.contact .containe > div {
    width: 50%;
    overflow: hidden;

}

.contact .containe > div > h1 {
    color: #9fa0a0;
    font-size: 30px;
    margin: 6% 0 4%;
}

.contact .containe > div > h1 span {
    font-size: 16px;
    display: inline-block;
    margin: 0 0 0 10px;
}

.contact .rt h1 {
    padding: 0 0 0 2%;
}

.contact .containe > div > h1 img {
    margin: -14px 20px 0 0;
    vertical-align: middle;
}

.contact .lf .xia {
    line-height: 30px;
    color: #d3d4d5;
    overflow: hidden;
}


.contact .lf .xia {
    overflow: hidden;
}

.contact .lf .xia .p1 {
    margin: 0 0 0 69px;
}

.contact .lf .xia .xia-r {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #d3d4d5;
    font-size: 16px;
    float: right;
    overflow: hidden;
    padding: 5% 20% 0 0;
}


.contact .lf .xia .xia-r img {
    display: inline-block;
    width: 108px;
    height: 108px;

}

.contact .lf .xia .xia-l {
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: left;
}

.contact .lf .xia .xia-l a {
    color: #d3d4d5;
    display: block;
    margin: 4% 0 0 0;
}

.contact .lf .xia .xia-l:after {
    content: '';
    position: absolute;
    border-right: 1px solid #211F2C;
    height: 86%;
    right: -20%;
    bottom: 0;
    box-shadow: rgba(255, 255, 255, .2) 1px 1px 1px 0px;
}

.contact .lf .xia .xia-l h2 {
    font-size: 18px;
    margin: 0 0 4%;
}

.contact .rt .a-more {
    position: absolute;
    right: 1%;
    top: 16%;
}

.contact .rt .a-more img {
    transition: .5s;
}

.contact .rt .a-more:hover img {
    transform: rotate(360deg);
}

.contact .rt .rt-ul {
    overflow: hidden;
    padding: 0 0 4%;
    font-size: 0;
}

.contact .rt .rt-ul li {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0 0 3% 2%;
    overflow: hidden;
}

.contact .rt .rt-ul li .p-zuo {
    border: 1px solid #7B7D82;
    text-align: center;
    float: left;
    width: 40%;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
}

.contact .rt .rt-ul li .p-zuo img {
    vertical-align: middle;
    max-width: 90%;
    transition: .4s;
}

.contact .rt .rt-ul li:hover .p-zuo img {
    transform: scale(1.1);
}

.contact .rt .rt-ul li .d-you {
    font-size: 12px;
    float: right;
    width: 55%;
    color: #d3d4d5;
    line-height: 24px;
    text-align: justify;
    transition: .4s;
}

.contact .rt .rt-ul li:hover .d-you {
    color: #F2C62C;
}

/*观点*/
.point {
    height: 50px;
    line-height: 50px;
    background-color: #44484D;
    color: #d3d4d5;
    overflow: hidden;
}

.point .containe {
    height: 100%;
}

.point span {
    display: inline-block;
    float: left;
    color: #fff22a;
    font-size: 18px;
}

#demo {
    float: right;
    overflow: hidden;
    max-height: 50px;
    display: inline-block;
    height:100%;
}

#indemo {
    float: left;
    width: 800%;
}



#demo a {
    color: #808080;
    margin: 0 1%;
    display: inline-block;
}
#demo a:hover{
    color: #F2C62C;
}
#demo1 {
    float: left;
}
#demo2 {
    float: left;
}
/*底部滚动*/
.str_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
    height:100%;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

/*底部*/
.footer {
    background-color: #1A1A1A;
}

.footer .containe {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.footer .lf {
    width: 45%;
}

.footer .lf .a-logo {
    float: left;
    display: block;
    line-height: 116px;
    height: 116px;
}

.footer .lf .a-logo img {
    vertical-align: middle;
    transition: 1s;

}

.footer .lf .a-logo:hover img {
    transform: scale(.95);
}

.footer .lf .div-a {
    float: left;
    padding:8% 0 0;
}
.footer .lf .div-a p{
    line-height:20px;
}
.footer .lf .div-a a {
    font-size: 14px;
    color: #5b5b5b;
    margin: 0 10px;
}

.footer .lf .div-a a:hover {
    color: #F2C62C;
}

.footer .rt .d-kx {
    margin: 20px 0;
    text-align: right;
}

.footer .rt .d-kx img {
    vertical-align: middle;

    margin: 0 0 0 20px;
}

.footer .rt p {
    font-size: 12px;
    color: #5b5b5b;
}

.footer .a-top {
    position: absolute;
    left: 50%;
    bottom: 0;
    background: url("../images/top_03.png") no-repeat center;
    background-size: cover !important;
    width: 195px;
    height: 100px;
    margin: 0 0 0 -100px;
}

.footer .a-top:hover {

    background: url("../images/res_top2.png") no-repeat center;
    transition: .3s;

}




