﻿@charset "utf-8";
/* 公共框架部分start */
*{padding:0;margin:0;list-style: none;}
body {margin-left: 0px;margin-top: 0px; margin-right: 0px;font-size: 12px; color: #545454;}
a{color:#484848;}
a:hover{ text-decoration:none; -webkit-transition:0.3s; transition:0.3s;}
*{touch-action: auto;}
*{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,p,span,div,dl,dd,ul,ol,li{margin:0;padding:0;font-family: Lato,sans-serif;}
a:hover, a:focus {color: #484848;}
.fl{float: left;}
.fr{float: right;}
.container {
    width: 1200px;
	padding:0;
	margin:0 auto;
}
.index-title{
	display: block;
	text-align: center;
}
.index-title h3 {
    font-size: 34px;
    font-weight: 500;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.pro-btn {
    margin-top: 28px;
}
.pro-btn a {
    transition: .3s all ease-out;
    display: inline-block;
    border: 1px solid #000;
    position: relative;
    overflow: hidden;
}
.pro-btn a i {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    position: relative;
    z-index: 999;
	font-style: normal;
}
.pro-btn a:hover i, .pro-btn a:hover span {
    color: #ffff;
    border-color: #0065be;
}

.pro-btn a:after {
    content: "";
    background: #0069bd;
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
	transition: all 0.5s;
}

.pro-btn a:hover:after {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    -webkit-transform: scaleX(1);
    width: 100%;
}
.pro-btn a:hover{
	border:1px solid #0065be;
	color:#fff
}
/* 公共框架部分end */

/* 重置bootstrap */
.navbar-collapse,.container-fluid{
	padding:0;
}
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: initial;
}
.navbar-default {
    background-color: inherit;
    border-color: #e7e7e7;
    border: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #202020;
    background-color: inherit;
}

/* 导航栏的二级菜单 */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: none;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #e97b27;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
/*    text-shadow: 1px 1px 0px #e6e6e6; */
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
}
.navbar-default .navbar-nav>li>a {
    color: #393939;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ed7a27;
    background-color: transparent;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.navbar-nav>li:hover>a{
	color: #ed7a27;
}


/* 语言版本 */
.lan {
    display: table;
    float: right;
    font-size: 10px;
    margin-top: 12px;
    position: relative;
    z-index: 9999999999;
    margin-right: 20px;
    margin-bottom: 8px;
}
.lan a {
    margin: 0 20px;
    position: relative;
    color: #555;
    font-size: 15px;
}
.lan a::after {
    content: "|";
    display: table;
    position: absolute;
    top: 0;
    right: -25px;
    color: #ddd;
}
.lan a:last-child{
	margin-right: 0;
}
.lan a:last-child::after{
	display: none;
}
/* 语言版本 */

/* 导航栏的二级菜单 */
/* 重置bootstrap */

/* 首页抬头部分 */
.header-bg {
    padding: 22px 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: fixed;
	z-index: 9999;
	background: url(../images/top_bg.jpg) top center repeat-x #fff;
	padding-top: 30px;
}
.header-logo {
    display: block;
    width: 7%;
}
.header-nav {
    width: auto;
    margin-top: 3px;
}

.top-style {
    display: table;
    width: 100%;
    padding: 8px 0;
    background: #fff;
    box-shadow: 1px 1px 10px #d7d7d7;
    border-bottom: 1px solid #ddd;
	background: url(../images/top_bg.jpg) top center repeat-x #fff;
}

.top-style .header-logo {
    display: block;
    width: 6%;
    margin-top: 8px;
}
.top-style .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    /* text-shadow: 1px 1px 0px #e6e6e6; */
}
.top-style .lan {
    display: table;
    float: right;
    font-size: 10px;
    margin-top: 18px;
    position: relative;
    z-index: 9999999999;
    margin-right: 20px;
    margin-bottom: 8px;
}



/* 首页抬头部分 */