﻿/* ===== 基础重置样式 ===== */
* { outline: 0; margin: 0; padding: 0; }
img, a img, a:hover img { border: 0; }
i, em { font-style: normal }
ol, ul, dl, li, dt, dd { list-style: none; }
:focus { outline: 0; }

/* ===== 链接样式 ===== */
a { color: #252525; text-decoration: none; }
a:hover { color: #0073E6; text-decoration: none; }
a, a:active, .btn, .more { transition: all 300ms ease; appearance: none; }

/* ===== 表单元素 ===== */
::-webkit-input-placeholder { color: #999999; }
.myinput input { appearance: auto; }
.myinput label { margin-left: 3px; position: relative; bottom: 1.5px; }

/* ===== 辅助类 ===== */
.clear { height: 0; font-size: 0; overflow: hidden; clear: both; float: none; }
.mr0 { margin-right: 0 !important; }
iframe { border: 0; }

/* ===== 基础布局 ===== */
html {}
body { color: #252525; background: #ffffff; font-size: 14px; line-height: 1.8; font-family: Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, sans-serif; }
.home_wrap { min-width: 1280px; position: relative; overflow: hidden; }
.home_mainbox { width: 1280px; margin: 0 auto; }

/* ===== 头部区域样式 ===== */
.home_header { background: linear-gradient(180deg, #E6F2FF 0%, #FFFFFF 50%, #FFFFFF 100%); }
.home_topbox { height: 96px; }
.home_topbox .logo { float: left; padding-top: 28px; }
.home_topbox .logo img { display: block; height: 40px; }
.home_topbox .logotext { float: left; position: relative; margin-left: 16px; margin-top: 28px; padding-left: 17px; }
.home_topbox .logotext b { display: block; font-size: 24px; line-height: 24px; letter-spacing: 0.7px; font-weight: normal; margin-bottom: 4px; }
.home_topbox .logotext span { display: block; font-size: 12px; line-height: 12px; letter-spacing: -0.4px; }
.home_topbox .logotext:before { display: block; content: ''; position: absolute; left: 0; top: 50%; width: 1px; height: 40px; background: #000; margin-top: -20px; }
.home_topbox .topright { float: right; padding-top: 20px; }
.home_topbox .topright i { display: inline-block; vertical-align: middle; width: 1px; height: 16px; background: #E6E6E6; margin: 0 16px; }
.home_topbox .toptool { line-height: 30px; text-align: right; margin-right: -3px; }
.home_topbox .toptool a { display: inline-block; vertical-align: middle; padding: 3px; line-height: 24px; }
.home_topbox .toptool a img { float: left; height: 24px; margin-right: 8px; }
.home_topbox .toptool a:hover { transform: translate(0,-3px); }
.home_topbox .toptel { clear: both; color: #0073E6; line-height: 20px; padding-top: 6px; display: none; }
.home_topbox .logotext2 { float: left; position: relative; margin-left: 12px; margin-top: 28px; padding-left: 17px; }
.home_topbox .logotext2 b { display: block; font-size: 26px; line-height: 34px; letter-spacing: 0.7px; font-weight: normal; margin-bottom: 4px; color: #F64041; }

/* ===== 导航菜单样式 ===== */
.home_topnav { clear: both; height: 64px; border-bottom: 1px #E7E7E7 solid; }
.home_topnav ul li { float: left; position: relative; }
.home_topnav ul li:before { display: block; content: ''; position: absolute; left: 0; top: 50%; width: 1px; height: 24px; background: #E6E6E6; margin-top: -12px; }
.home_topnav ul li:nth-child(1):before { display: none; }
.home_topnav a { display: block; height: 64px; line-height: 64px; font-size: 18px; font-weight: bold; width: 182px; text-align: center; transition: none; }
.home_topnav a i { display: inline-block; margin-left: 4px; width: 40px; height: 20px; line-height: 20px; text-align: center; border-radius: 4px; background: #FE545B; color: #fff; font-weight: normal; font-size: 14px; vertical-align: middle; margin-bottom: 2px; }
.home_topnav .on:before { display: none; }
.home_topnav .on a { color: #0073E6; background-size: auto 24px; }
.home_topnav a:hover { color: #0073E6; background-size: auto 24px; }
/* 注释掉的导航样式
.home_topnav .on>a:after { display: block; content: ''; position: absolute; left: 50%; margin-left: -2em; bottom: 10px; width: 4em; height: 3px; border-radius: 2px; background: #0073E6;}
.home_topnav ul li:nth-child(1) a:after { width: 2em; margin-left: -1em;}
*/
.home_topnav .on .m a { background: none; color: #333; }
.home_topnav .m { display: none; position: absolute; left: 0; right: 0; top: 64px; background: #fff; padding: 10px 0; box-shadow: 0 0 10px rgba(0,0,0,0.1); z-index: 999; }
.home_topnav .m a { display: block; height: auto; line-height: 20px; font-size: 14px; padding: 9px 24px; width: auto; background: none; text-align: left; transition: all 300ms ease; }
.home_topnav .m a:hover { background: none; background-color: #eaf4ff; color: #0073E6; font-size: 15px; }
.home_topnav ul li:hover .m { display: block; }

/* ===== 页脚区域样式 ===== */
.home_footer { background: #e6ecf2; color: #333; padding: 36px 0 36px 0; }
.home_footbox {}
.home_footbox .flogo { float: left; }
.home_footbox .flogo img { display: block; height: 48px; }
.home_footbox .fnav { float: left; font-size: 14px; padding: 4px 0; }
.home_footbox .fnav ul li { float: left; line-height: 18px; position: relative; }
/* 注释掉的分隔线样式
.home_footbox .fnav ul li:before { display: block; content: ''; position: absolute; left: 0; top: 50%; background: #333; opacity: 0.1; width: 1px; height: 40px; margin-top: -20px;}
.home_footbox .fnav ul li:first-child:before { display: none;}
*/
.home_footbox .fnav ul li a { display: block; width: 96px; text-align: center; opacity: 0.5; color: #333; }
.home_footbox .fnav ul li img { display: block; margin: 0 auto 8px auto; height: 24px; }
.home_footbox .fnav ul li span { display: block; }
.home_footbox .fnav ul li a:hover { opacity: 1; }
.home_footbox .fstati { float: left; font-size: 14px; padding: 5px 0; }
.home_footbox .fstati ul li { float: left; line-height: 18px; padding: 0 38px; position: relative; }
.home_footbox .fstati ul li:before { display: block; content: ''; position: absolute; left: 0; top: 50%; background: #333; opacity: 0.2; width: 1px; height: 40px; margin-top: -20px; }
.home_footbox .fstati ul li:first-child:before { display: none; }
.home_footbox .fstati ul li b { display: block; font-weight: normal; margin-bottom: 12px; color: #999999; }
.home_footbox .fstati ul li span { display: block; }
.home_footbox:after { display: block; content: ''; clear: both; }

/* ===== 友情链接样式 ===== */
.flink { padding: 10px 0; line-height: 28px; }
.flink .t { float: left; color: #fff; margin-right: 48px; }
.flink i { float: left; margin: 0 24px; width: 1px; height: 14px; background: #fff; opacity: 0.2; margin-top: 7px; }
.flink a { float: left; color: #999999; }
.flink a:hover { color: #333; }
.flink:after { display: block; content: ''; clear: both; }

/* ===== 版权信息样式 ===== */
.fcopy { float: right; color: #999999; line-height: 30px; text-align: left; width: 650px; }
.fcopy a { color: #999999; }
.fcopy a:hover { color: #333; }

/* ===== 滚动条样式 ===== */
::-webkit-scrollbar-corner { background-color: #ffffff; }
::-webkit-scrollbar { width: 6px; height: 6px; border-radius: 3px; }
::-webkit-scrollbar-track { background: none; }
::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,0.3); border-radius: 3px; }
