﻿@charset 'utf-8';

/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}



/****内容块居中***/

.centerWidth {
    width: 1200px;
    margin: 0 auto;
}


/*
  * @Description: 主入口文件
  * @Company: TRS
  * @Date: 2019-11-27 18:58:15
  * @LastEditors: xhy
 */



/****尾部***/

.xhy-fmes {
    text-align: center;
}

.xhy-f {
    background: #f7f7f7;
    min-width: 1200px;
}

.xhy-flink {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-top: 3px solid #3d85d3;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.xhy-f-drops {
    float: left;
}

.xhy-drop-select {
    background: url(../images/m8-dropicon.png) no-repeat left center;
}

.xhy-drop-select p {
    text-align: center;
    line-height: 57px;
    width: 200px;
    height: 57px;
    font-size: 14px;
    color: #566279;
    cursor: pointer;
}

.xhy-drop-select:first-child {
    background: none;
}

.xhy-l-text {
    color: #333333;
    font-size: 15px;
}

.xhy-l-icon {
    margin-left: 15px;
}

.arrow {
    transition: 1s;
    -webkit-transition: 1s;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.arrow.cur {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.xhy-dropdown-menu {
    overflow-y: auto;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #ededed;
    width: 200px;
    height: 100px;
    font-size: 12px;
    color: #566279;
    background: #ffffff;
}

.xhy-dropdown-menu li {
    box-sizing: border-box;
    padding-left: 20px;
    width: 100%;
    height: 30px;
    line-height: 30px;
}


.xhy-hbcnew {
    text-align: center;
    position: relative;
    margin-top: -354px;
}

.xhy-dropdown-menu li a:hover {
    text-decoration: underline;
}

.xhy-fmes {
    text-align: center;
}

.xhy-fmes p {
    font-size: 14px;
    color: #666;
    height: 28px;
}

.xhy-flinka {
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}

.xhy-flinka a {
    color: #333333;
    font-weight: bold;
}

.xhy-flinka span {
    padding: 0 15px;
}

.xhy-badges a:first-child {
    margin-right: 20px;
}

.xhy-badges {
    padding-bottom: 10px;
}


.centerWidth {
    width: 1200px;
    margin: 0 auto;
}


.xhy-ht {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    background: #fff;
}


