﻿@charset "UTF-8";

/**
 *
 * @authors Your Name (you@example.org)
 * @date    2016-01-09 10:04:32
 * @version $Id$
 */

/*header*/
.header { position: fixed; top: 0; left: 0; z-index: 999; display: flex; width: 100%; height: 112px; min-width: 1200px; background-color: #fff; }
.header +div { margin-top: 112px; }
.header .h-top { width: 100%; height: 40px; min-width: 1200px; background-color: rgba(243, 248, 254, 0.64); color: #999; line-height: 40px; }
.header .h-top .icon { margin: 0 5px; margin-top: -5px; }
.header .h-top  span { margin-left: 5px; color: #d72e64; font-size: 15px; }
.header .h-top a { color: #0c68d2; font-weight: bold; font-size: 15px; }
.navWrap { float: right; display: flex; margin-top: 30px; width: 730px; height: 50px; line-height: 50px; }
.logo { z-index: 9999; float: left; height: 112px; }
.logo img { -webkit-transition: All 0.4s ease-in-out; -moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-out; transition: All 0.4s ease-in-out; }
.logo:hover img { }
.nav { position: relative; z-index: 1; float: right; display: inline-block; margin-top: 45px; text-align: center; }
.nav a { color: #fff; }
.nav .nLi { position: relative; float: left; display: inline-block; height: 67px; -webkit-transition: All 0.4s ease-in-out; -moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-out; transition: All 0.4s ease-in-out; }
.nav .nLi h3 { }
.nav .nLi h3 a { position: relative; display: block; min-width: 110px; color: #333; font-weight: normal; font-size: 16px; -webkit-transition: All 0.4s ease-in-out; -moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-out; transition: All 0.4s ease-in-out; }
.nav .nLi h3 a:after { }
.nav .nLi:last-child h3 a:after { display: none; }
.nav .on h3 a { color: #0315c7; }
.nav .sub { position: absolute; top: 67px; left: -90px; z-index: 9999999; display: none; width: 621px; line-height: 26px; }
.nav .sub li { zoom: 1; }
.nav .sub a { display: block; margin-bottom: 10px; min-width: 118px; border-bottom: 1px solid #c2c2c2; color: #333; font-size: 14px; }
.nav .sub a:hover { color: #b22821; }
.nav .nLi.on h3:after { position: absolute; bottom: 20px; left: 50%; display: inline-block; margin-left: -2px; width: 8px; height: 8px; border-color: #2456a0; border-style: solid; border-width: 2px 2px 0px 0px; content: ""; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); -ms-transform: rotate(135deg); }
.search-btn { float: right; margin-top: 45px; }
.sub-item { padding: 30px 40px; width: 621px; height: 267px; background-image: url(../images/bg.png); background-position: center; background-repeat: no-repeat; }
.sub-item-nav { float: left; }
.sub-item-nav a { }
.sub-item-pic { float: right; display: flex; padding: 6px; background-color: #fff; }

/*footer*/
.footer { position: relative; padding-top: 43px; padding-bottom: 70px; width: 100%; height: 500px; background: url(../images/f-bg.png) no-repeat top center; color: #999; text-align: center; font-size: 14px; min-width:1200px;}
.footer a { color: #fff; }
.footer a:hover { color: #0315c7; }
.footer .left { float: left; width: 215px; height: 335px; border-right: 1px solid #444; text-align: left; font-size: 13px; }
.footer .erweima { display: inline-block; margin-top: 80px; text-align: center; }
.footer .erweima img { padding: 5px; width: 140px; height: 140px; border: 1px solid #666; }
.f-nav { position: relative; float: left; color: #fff; text-align: left; font-size: 12px; }
.f-nav ul li { float: left; width: 130px; }
.f-nav ul li .title { padding-bottom: 10px; font-size: 16px; }
.f-nav ul li .item { display: inline-block; width: 100%; font-size: 12px; }
.erweima-box { float: right; display: flex; color: #fff; }
.erweima-box .item { margin-left: 50px; }
.erweima-box .item img { width: 140px; height: 140px; border: 3px solid #e0e0e0; }
.footer .copy { position: absolute; bottom: 0; left: 0; padding-top: 15px; width: 100%; border-top: 1px solid #9c9a9b; color: #fff; font-size: 12px; line-height: 45px; }
.footer .copy a { }
.f-contact { float: left; text-align: left; }
.f-top { margin-bottom: 60px; padding-top: 17px; width: 100%; height: 90px; background-color: rgba(242, 242, 242, 0.75); }
.f-top i { margin-right: 30px; }
.f-top .item { float: left; display: flex; margin-left: 108px; color: #333; text-align: left; font-size: 12px; }
.f-top .item:last-child { margin-left: 230px; }
.f-top .item .num { color: #1665d9; font-size: 20px; }
.f-top .item .num span { margin-right: 10px; }
.f-top .item .num a { color: #1665d9; }

/*comment*/

/*comment*/
.sideTool { position: fixed; right: 20px; bottom: 10%; z-index: 999999999; }
.kf { display: flex; }
.backtop { display: inline-block; margin-top: 2px; cursor: pointer; }
.page { clear: both; margin-top: 25px; margin-bottom: 40px; width: 100%; text-align: center; font-size: 16px; }
.page ul { display: inline-block; }
.page ul li { float: left; margin-right: 5px; padding: 0px; }
.page ul li:last-child { margin-right: 0; }
.page ul li a { display: block; padding: 4px 10px; border: 1px solid #c8c8c8; color: #999; text-align: center; font-size: 16px; font-family: arial; }
.page ul li a:hover, .page ul li a.current { border-color: #1665d9; background-color: #1665d9; color: #fff; }
.page ul li .num { }
.page ul li .prev, .page ul li .next { }

/*搜索*/
.search-btn{position: relative;}
.search-box{position: absolute;top: 80px; right: 0;width: 220px;height: 30px;line-height: 30px;background-color: #fff;border-radius: 10px;overflow: hidden;display: none;z-index: 999999}
.search-box input{width: 75%;height: 30px; line-height: 30px;padding-left: 10px;font-family: "Microsoft yahei";float: left;}
.search-box .s-btn{border-left: 1px solid #ddd;text-align: center;display: inline-block;width: 25%;font-size: 14px;color: #999;float: left;}

/*8-4*/
.footer{}
.f-top{margin-bottom: 0;}
.f-bottom{background-color: rgba(102, 100, 101, 0.8);position: relative;height: 365px;padding-top: 60px;}