/*
  * @Description: 主入口文件  
  * @Company: TRS  
  * @Date: 2019-12-10 10:05:57 
  * @LastEditors: xhy 
 */

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

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

a,
span {
    vertical-align: top;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
button,
text {
    vertical-align: top;
    outline: none;
    border: none;
}

button {
    padding: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
}

textarea {
    outline: none;
    border: none;
    resize: none;
}

input,
textarea {
    box-sizing: content-box;
    outline: none;
    background: 0 0;
    font-family: 'Microsoft YaHei';
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #acacac;
}

table tr td,
table {
    border-collapse: collapse;
}

body {
    font-size: 0;
    color: #000;
    font-family: 'Microsoft YaHei';
}


/*****通用样式******/


/*清除浮动*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.db {
    display: inline-block;
}


/*****边距调整****/

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}


/****内容块居中***/

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


/****公用样式******/

.underline:hover,
.underlines a:hover {
    text-decoration: underline;
}

.overflow,
.overflows a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hover,
.hovers img {
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
}

.hover:hover,
.hovers img:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
}

.innerbox::-webkit-scrollbar {
    width: 4px;
}

.innerbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shaow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.innerbox::-webkit-scrollbar-track {
    border-radius: 0px;
    -webkit-box-shaow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
}


/*****头部******/

body {
    background: #f6f9fa;
}

.xhy-h {
    min-width: 1200px;
}

.xhy-htbg {
    background: #fff;
}

.xhy-ht {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
}

.xhy-htl a {
    color: #666;
}

.xhy-htl span {
    padding: 0 15px;
}

.xhy-htr {
    /* background: url(m8-location.png) no-repeat 0 center; */
}

.xhy-htr .xhy-loc {
    display: inline-block;
    margin: 0 40px 0 20px;
    cursor: pointer;
}

.xhy-htr .xhy-hlinka a {
    color: #2775cc;
    padding: 0 5px;
}


/****顶部弹窗***/

.xhy-hstreet {
    display: inline-block;
    position: relative;
}

.xhy-hstreet .xhy-hshide {
    display: inline-block;
    position: absolute;
    width: 550px;
    height: 270px;
    background: url(m8-popup.png) no-repeat;
    left: -230px;
    top: 47px;
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
    display: none;
}

.xhy-hstreet .xhy-hshide .xhy-hshideas {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}

.xhy-hstreet .xhy-hshide .xhy-hshideas a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    width: 50%;
    background: #d4dee6;
}

.xhy-hstreet .xhy-hshide .xhy-hshideas a:hover,
.xhy-hstreet .xhy-hshide .xhy-hshideas a.cur {
    background: #3d85d3;
}

.xhy-hstreet .xhy-hshide .xhy-hshideitems {
    width: 100%;
    height: 171px;
    overflow-y: auto;
}

.xhy-hstreet .xhy-hshide .xhy-hshideitem {
    margin-top: 10px;
    line-height: 0;
}

.xhy-hstreet .xhy-hshide .xhy-hshideitem a {
    display: inline-block;
    width: 70px;
    padding: 0 5px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-right: 1px;
}

.xhy-nav {
    width: 100%;
    height: 60px;
    background: #3d85d3;
    border-bottom: 1px solid #ea9b56;
}

.xhy-nav li {
    width: 161px;
    height: 100%;
    line-height: 60px;
    float: left;
    margin-right: 79px;
    text-align: center;
}

.xhy-nav li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.xhy-nav li a img {
    padding-right: 8px;
}

.xhy-nav li a:hover,
.xhy-nav li a.cur {
    background: #ec9d58;
}

.xhy-nav1 {
    height: 80px;
}

.xhy-nav1 ul li {
    margin-right: 0px;
    line-height: 80px;
}

.xhy-nav1 ul li a:hover,
.xhy-nav1 ul li a.cur {
    background: #276dcd;
}

.xhy-hb {
    background: url(m8-bg.png) no-repeat top center;
}

.xhy-hbc {
    text-align: center;
}

.xhy-logo {
    display: inline-block;
    margin: 125px 0 50px 0;
}

.xhy-search {
    display: inline-block;
    width: 720px;
    height: 52px;
    line-height: 52px;
    background: #fff;
    margin-bottom: 140px;
}

.xhy-search input {
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    width: 606px;
    height: 100%;
    line-height: 52px;
    padding: 0 20px;
}

.xhy-search input::placeholder {
    color: #999999;
    font-size: 14px;
}

.xhy-search button {
    margin-top: 2.35px;
    width: 110px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    box-sizing: border-box;
    background: #3d85d3;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.fd-logobg {
    padding-left: 30px;
    line-height: 84px;
    font-size: 26px;
    color: #df4418;
    font-weight: bold;
    background: url(fg-logobg.png) no-repeat 10px 18px;
}


/****尾部***/

.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(m8-dropicon.png) no-repeat left center;
}

.xhy-drop-select p {
    text-align: center;
    line-height: 57px;
    width: 240px;
    height: 57px;
    font-size: 14px;
    color: #566279;
    cursor: pointer;
}

.xhy-drop-select:first-child {
    background: none;
}

.xhy-l-text {
    height: 30px;
    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: 240px;
    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;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xhy-dropdown-menu li a:hover {
    text-decoration: underline;
}

.xhy-fmes {
    padding-top: 20px;
}

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

.xhy-fr {
    margin-top: 25px;
}

.xhy-fr a {
    display: inline-block;
    margin-right: 15px;
}


/****右浮动***/

.xhy-floatright {
    width: 84px;
    position: fixed;
    right: 10px;
    top: 60%;
}

.xhy-floatright a {
    display: inline-block;
    width: 100%;
    height: 88px;
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    padding-top: 60px;
    text-align: center;
    position: relative;
}

.xhy-floatright a img {
    position: absolute;
    left: -200px;
    top: -50px;
    display: none;
}

.xhy-floatright a:hover {
    color: #fff;
}

.xhy-floatright .ga0 {
    background: #fff url(m8-weixinn.png) no-repeat center 19px;
}

.xhy-floatright .ga0:hover {
    background: #3d85d3 url(m8-weixin.png) no-repeat center 19px;
}

.xhy-floatright .ga0:hover img {
    display: block;
}

.xhy-floatright .ga1 {
    margin-top: 3px;
    background: #fff url(m8-weibo.png) no-repeat center 19px;
}

.xhy-floatright .ga1:hover {
    background: #3d85d3 url(m8-weibon.png) no-repeat center 19px;
}

.xhy-floatright .ga1:hover img {
    display: block;
}