﻿@charset "utf-8";
* { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img { margin: 0; padding: 0; }
body { font: 400 14px/1.5 'Montserrat', system, -apple-system, BlinkMacSystemFont, PingFang SC, Segoe UI, Microsoft YaHei, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif; background: #fff; color: #333; background-color: #fff; }
form { display: block; }
em { font-style: normal; }
ul, ol, li { list-style: none; }
a { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color: #e51f1f; }
img { border: 0px; }
table { border-collapse: collapse; border-spacing: 0; }
.al { float: left; }
.ar { float: right; text-align: right; }
.ac { text-align: center; }
.fl { float: left; }
.fr { float: right; }
.f12 { font-size: 12px !important; }
.f13 { font-size: 13px !important; }
.f14 { font-size: 14px !important; }
.clear, .cb { clear: both; text-indent: -9999px; }
h1, h2, h3, h4, h5, h6 { margin: 0; color: #222; font-weight: normal; font-size: 15px; }
* html .clf { height: 1%; }
.clf, .clearfix { display: block; }
.clf:after, .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.w1200 { width: 1200px; margin: 0 auto; }
.w { width: 96%; margin: 0 auto; min-width: 1200px; }
.mb20 { margin-bottom: 20px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mr20 { margin-right: 20px; }
.hide { display: none; }
.red { color: #e51f1f !important; }
.rel { position: relative; }
.cover { display: inline-block; height: 100%; }
.ml20 { margin-left: 20px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.pt10 { padding-top: 10px; }
.flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.flex_ai { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.flex_sb { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
/*header*/
.header { width: 100%; height: 60px; position: fixed; top: 0; left: 0; right: 0; z-index: 9999; background: none; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.header_home { background-color: #fff; transition: opacity .6s ease, background .6s ease, box-shadow .6s ease; -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.header .w { height: 100%; }
.header .mm_logo img { display: block; }
.header .logo { display: block; width: 162px; height: 48px; }
.header .logo-white { display: none; }
.header_home .logo { display: none; }
.header_home .logo-white { display: block; }
.header .nav li { display: block; position: relative; padding: 0 30px; line-height: 40px; }
.header .nav li a { display: block; font-size: 14px; color: #ccc; font-weight: normal; }
.header_home .nav li a { color: #444; }
.header .nav li:hover > a { color: #fff; }
.header_home .nav li:hover > a { color: #f00; }
.header .nav .nav-menu { opacity: 0; visibility: hidden; position: absolute; left: 50%; margin-left: -75px; width: 150px; background-color: #fff; color: #666; border-radius: 3px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; overflow: hidden; }
.header .nav li:hover .nav-menu { opacity: 1; visibility: visible; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; }
.header .nav .nav-menu li { position: relative; color: #333; background: none; height: 40px; line-height: 40px; padding: 0; }
.header .nav .nav-menu li a { text-align: center; color: #666; font-size: 14px; }
.header .nav .nav-menu li a:hover { background: #e51f1f; color: #fff; }
.header .telphone { line-height: 36px; margin-right: 20px; font-size: 14px; color: #fff; font-weight: 500; }
.header .telphone .fa { font-size: 20px; margin-right: 5px; }
.header_home .telphone { color: #e51f1f; }
.btn-primary { display: block; padding: 6px 12px; line-height: 24px; margin-bottom: 0; font-size: 14px; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 0px solid transparent; border-radius: 5px; color: #fff; background-color: #e51f1f; }
.btn-primary:hover { color: #fff; background-color: #b81c22; }
.footer { border-top: 1px solid #dfdfdf; height: 160px; line-height: 1.4; font-size: 14px; margin-top: 30px; }
.foot_nav { margin-bottom: 20px; }
.foot_nav li { padding: 0 15px; border-right: 1px solid rgba(0,0,0,.1); }
.foot_nav li:first-child { padding-left: 0; }
.foot_nav li:last-child { border: 0; }
.footer .footer-left .record-info { color: #666; }
.footer .footer-left .record-info a { color: #666; }
.footer .footer-left .record-info a:hover { color: #e51f1f; }
.footer .footer-left .record-info div { margin-right: 20px; }
.footer .footer-left .copyright { color: #666; margin-top: 10px; }
.footer .footer-left .copyright span { margin-left: 5px; }
.footer .footer-left .copyright img { height: 20px !important; width: auto !important; }
.footer .footer-right { text-align: right; position: relative; }
.footer .footer-right .media-info .fa { width: 32px; height: 32px; font-size: 20px; text-align: center; line-height: 32px; }
.footer .footer-right .media-info ul { border-right: 1px solid rgba(0,0,0,.1); }
.footer .footer-right .media-info ul li { margin-right: 10px; }
.footer .footer-right .media-info .weixin-info { position: relative; }
.footer .footer-right .media-info .weixin-info a { display: block; }
.footer .footer-right .media-info .minip-hover { display: none; box-shadow: 0px 2px 4px rgba(0,0,0,.2); font-size: 14px; text-align: center; padding: 15px 8px 5px; position: absolute; background-color: #fff; top: -170px; border-radius: 5px; -webkit-transform: translateX(-52px); -ms-transform: translateX(-52px); transform: translateX(-52px); }
.footer .footer-right .media-info .minip-hover:after { content: ""; display: block; width: 14px; height: 14px; background-color: #fff; position: absolute; left: 0; right: 0; bottom: -7px; margin-left: auto; margin-right: auto; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.footer .footer-right .media-info .minip-hover img { width: 120px; height: 120px; margin-top: 5px; }
.footer .footer-right .media-info .weixin-info:hover .show-minip-code { display: block; }
.footer .footer-right .media-info .phone-info { padding-left: 15px; font-weight: bold; font-family: 'Montserrat'; }
.footer .footer-right .country-info { position: relative; line-height: 20px; }
.footer .footer-right .country-info .fa { margin-left: 5px; height: 20px; }
.footer .footer-right .country-list { display: none; position: absolute; border-radius: 4px; overflow: hidden; width: 150px; box-shadow: -4px 4px 0.4rem rgba(0,0,0,.08); right: 0; top: 0; -webkit-transform: translate(25%, -100%); -ms-transform: translate(25%, -100%); transform: translate(25%, -100%); z-index: 1000; padding: 5px 0; }
.footer .footer-right .country-info:hover .show-country-list { display: block; }
.footer .footer-right .country-list li { height: 34px; padding: 2px 15px; background-color: #fff; }
.footer .footer-right .links { margin-top: 10px; }
.footer .footer-right .links a { margin-left: 5px; }
.solution-tel { line-height: 46px; width: 480px; height: 46px; background-color: #D71E26; border-radius: 23px; color: #fff; margin: 0px auto; margin-top: 50px; text-align: center; font-size: 16px; }
.solution-tel .number { vertical-align: bottom; line-height: 46px; font-size: 18px; letter-spacing: 1px; }
.solution-tel:before { content: ''; display: inline-block; width: 25px; height: 25px; margin-right: 10px; position: relative; top: 7px; background: url("../images/icon-bg02.png") no-repeat 0 0; }
.title02 { height: 40px; line-height: 40px; margin: 15px 0; color: #fff; padding-left: 20px; min-width: 150px; font-size: 16px; background: #F7F7F7 url(../images/inside-bg05.png) no-repeat left 0; }
.search_input { height: 36px; position: relative; text-align: center; margin-right: 10px; }
.search_input .numtxt { height: 36px; width: 0; border-radius: 18px; font-size: 14px; color: #e51f1f; background: #f0f0f0; border: 0; transition: all 0.6s; text-indent: 15px; box-sizing: border-box; outline: none; line-height: 36px; }
.search_input .query-btn { width: 36px; height: 36px; position: absolute; right: 0px; top: 0px; border: 0; background: url(../images/ss1.png) no-repeat center; z-index: 999; background-size: 34px; }
.search_input:hover .numtxt { width: 200px; }
