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;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

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


/*滚动*/

#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: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 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);
}


/*----- 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;
}

.w1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.w1368 {
    max-width: 1368px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .w1200,
    .w1368 {
        width: 96%;
        margin: 0 auto;
    }
}


/*头部样式*/

.top_head {
    padding: 0.8vw 0 0;
}

.CNchange {
    position: absolute;
    right: 20%;
}
.CNchange a{
    color: #000;
}

.logo {
    padding: 0.6vw 0;
    margin-left: 77px;
    max-width: 1016px;
    width: 100%;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .logo {
        margin-left: 0;
        width: 80%;
        margin: 0 auto;
    }
}

.nav_wap {
    position: relative;
    background: #383838;
    height: 70px;
}


/*cont1*/

.cont1 {
    margin-top: 3vw;
}

.title_a1 h2 {
    text-align: center;
    /*color: #707076;*/
    color: rgb(255,219,96);
    font: 600 30px/1.4em "Microsoft YaHei UI";
    text-transform: uppercase;
    padding-bottom: 0.5em;
}



.title_a1:after {
    content: "";
    display: block;
    width: 13em;
    height: 1px;
    /*background: #707076;*/
    background: rgb(255,219,96);
    margin: 0 auto;
}

.title_a2 {
    margin-top: 30px;
}
.title_a2 h2 {
    text-align: center;
    /*color: #707076;*/
    color: rgb(255,219,96);
    font: 600 30px/1.4em "Microsoft YaHei UI";
    text-transform: uppercase;
    padding-bottom: 0.5em;
}
.title_a2:after {
    content: "";
    display: block;
    width: 13em;
    height: 1px;
    /*background: #707076;*/
    background: rgb(255,219,96);
    margin: 0 auto;
}

.a1_b1 {
    margin-top: 3vw;
}

.a1_b1 li {
    width: 100%;
    text-align: center;
    padding: 0 3%;
}

.a1_b1 li a.img {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    overflow: hidden;
}

.a1_b1 li a.img img {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    overflow: hidden;
}

.a1_b1 li h2 {
    margin-top: 0.4em;
}

.a1_b1 li h2 a {
    display: block;
    color: #4e4e4e;
    font: 600 13px/2em "Microsoft YaHei UI";
    text-transform: uppercase;
    padding-bottom: 0.7em;
}

.a1_b1 li h2:after {
    content: "";
    display: block;
    width: 2em;
    height: 1px;
    background: #707076;
    margin: 0 auto;
}

.a1_b1 li:hover a.img {
    /*background: #707076;*/
    background: rgb(255,219,96);
}

@media (max-width: 991px) {
    .title_a1 h2 {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    .title_a1 h2 {
        font-size: 22px;
        padding-bottom: 0.3em;
    }
}


/*cont2*/

.heng1 {
    width: 100%;
    margin: 0 auto;
}

.heng1 a {
    display: block;
}

.heng1 img {
    width: 100%;
    display: none;
}

@media (min-width: 996px) {
    .heng1 img.img1 {
        display: block;
    }
}

@media (max-width: 996px) {
    .heng1 img.img2 {
        display: block;
    }
}

.cont2 {
    position: relative;
    margin-top: 4vw;
}
.cont2 img{
    width: 100%;
}
.a2_v1 {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: -24px;
}

.a2_v1 a {
    display: inline-block;
}

.a2_v1 a+a {
    margin-left: 7px;
}

.a3_b1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.9vw;
}

.a3_b1 li {
    width: 32.8%;
}

.a3_b1 li a.img {
    display: block;
}

.a3_b1 li a.img img {
    width: 100%;
}

@media (max-width: 500px) {
    .a3_b1 {
        justify-content: center;
    }
    .a3_b1 li {
        width: 90%;
        margin-bottom: 20px;
    }
}

.a3_b2 {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    margin-top: 2vw;
}

.a3_b2 li {
    width: 30%;
    max-width: 118px;
}

.a3_b2 li+li {
    margin-left: 2%;
}

.a3_b2 li img {
    width: 100%;
}


/* link */

.link {
    line-height: 1.7;
    padding: 15px 0;
    font-size: 14px;
    color: #333;
}

.link a {
    margin-right: 10px;
    color: #333;
}


/*foot*/

.foot1 {
    background: #383838;
    padding-top: 30px;
    margin-top: 1vw;
}

.d_lianxi {
    width: 52%;
}

.d_liyan {
    width: 35%;
}

.fo_a1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 2em;
}

.d_lianxi .d_lanwebb {
    color: #707076;
    font: 500 17px/53px "Myriad Pro";
    font-family: "new arial";
}

.d_lianxi .d_lanwebb img {
    padding-right: 28px;
}

.d_lianxi .d_fhghx {
    margin-top: 34px;
}

.d_lianxi .d_fhghx a {
    display: inline-block;
    margin-right: 8px;
}

.x-message1 {}

.x-message-wrap1 {
    margin: 0;
}

@media (max-width: 1200px) {
    .x-message-wrap1 {
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
}

.x-message-wrap1 .row {
    margin-left: -5px;
    font-size: 0;
    margin-right: -5px;
}

.x-message-wrap1 div[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.x-message-wrap1 input[type='text'],
.x-message-wrap1 textarea {
    width: 100%;
    height: 42px;
    border: 1px solid #626262;
    padding: 0 10px;
    font-size: 14px;
    color: #8f8f8f;
    background: #383838;
    outline: none;
    margin-bottom: 10px;
    font-family: "Verdana";
    border-radius: 7px;
}

.x-message-wrap1 input[type='text']::-webkit-input-placeholder,
.x-message-wrap1 textarea::-webkit-input-placeholder {
    color: #8f8f8f;
}

.x-message-wrap1 input[type='text']:-ms-input-placeholder,
.x-message-wrap1 textarea:-ms-input-placeholder {
    color: #8f8f8f;
}

.x-message-wrap1 input[type='text']::-ms-input-placeholder,
.x-message-wrap1 textarea::-ms-input-placeholder {
    color: #8f8f8f;
}

.x-message-wrap1 input[type='text']::placeholder,
.x-message-wrap1 textarea::placeholder {
    color: #8f8f8f;
}

.x-message-wrap1 textarea {
    padding-top: 5px;
    height: 95px;
    resize: none;
}

.x-message-wrap1 #checkcode {
    float: left;
    width: 32.29813665%;
    margin-bottom: 0;
}

.x-message-wrap1 .checkCodeImg {
    float: left;
    display: block;
    text-align: center;
    width: 36.391304%;
    height: 42px;
    font-size: 0;
    /* background: #e7e4e4; */
    /* padding: 5px 10px; */
}

.x-message-wrap1 .checkCodeImg img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap1 .checkCodeImg:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap1 .checkCodeImg img {
    cursor: pointer;
}

.x-message-wrap1 .x-submit {
    float: right;
    width: 90px;
    height: 42px;
    /*background: #900000;*/
    background: rgb(255,219,96);
    color: #fff;
    border-radius: 7px;
    font-size: 16px;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-family: "Verdana";
    margin-top: 0;
}

.x-message-wrap1 .x-submit:hover {
    /*background: #ab001a;*/
    background: rgb(255,219,96);
}

@media (max-width: 1200px) {
    .d_lianxi,
    .d_liyan {
        width: 100%;
        margin-bottom: 20px;
    }
    .d_lianxi {
        display: none;
    }
}

@media (max-width: 768px) {
    .d_lianxi {
        display: none;
    }
    .x-message-wrap1 {
        margin: 0;
    }
}

.foot1 {
    border-bottom: 1px solid #898989;
}

.d_nav1 {
    text-align: center;
    width: 100%;
    padding: 0 0 0.6em;
}

.d_nav1 li {
    display: inline-block;
    padding: 0 1.5em;
    background: url(//static.xypt.net.cn/81389649/21/07/087493b7e760b32126ae3f17724b0ebd3d6a9d20.png) no-repeat left center;
}

.d_nav1 li:last-child {
    background: url(//static.xypt.net.cn/81389649/21/07/087493b7e760b32126ae3f17724b0ebd3d6a9d20.png) no-repeat left center, url(//static.xypt.net.cn/81389649/21/07/087493b7e760b32126ae3f17724b0ebd3d6a9d20.png) no-repeat right center;
}

.d_nav1 li a {
    display: block;
    color: rgba(255, 255, 255, .76);
    font: 500 16px/1.4em "Microsoft YaHei UI";
    text-transform: uppercase;
}

.d_nav1 li a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .fo_a2 {
        display: none;
    }
}

.foot2 {
    padding: 0.5em 0;
    color: #d6d6d6;
    font: 500 14px/2em "Verdana";
    text-align: center;
    border-top: 1px solid #000000;
    background: #383838;
}

@media (max-width: 768px) {
    .cont2 {
        margin-top: 50px;
    }
}


/* 手机页脚 */

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}