@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: 36px;
    text-align: center;
    color: #333;
}
.index-title i {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: #184d9c;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 5px;
}
.index-title font{
    color: #184d9c;
    font-weight: bold;
}


.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: 55px;
}
.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: 9999999;
	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: #fff;
    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: block;
}
.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;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 20px 25px;
}
.nav>li:hover>a{
	background-color: #0854c7!important;
	background:#0854c7!important;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.dropdown-menu>li>a {
    display: block;
    padding: 15px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    background: #184d9c;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 125px;
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: #44bf0e 1px solid;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0854c7;
}



/* 语言版本 */
.lan {
    display: table;
    float: right;
    font-size: 14px;
    margin-top: 14px;
}
.lan a {
    margin: 0 10px;
    position: relative;
    text-shadow: 1px 1px 0px #050505;
    color: #fff;
}
.lan a::after {
    content: "|";
    display: table;
    position: absolute;
    top: 0;
    right: -14px;
}
.lan a:last-child{
	margin-right: 0;
}
.lan a:last-child::after{
	display: none;
}
/* 语言版本 */

/* 导航栏的二级菜单 */
/* 重置bootstrap */



/* 标题 */
.index-title{
	
}