@charset "utf-8";
/* CSS Document */
body, div, span, ul, li, h1, h2, h3, h4, h5, h6, p, input, dl, dt, dd, p {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	overflow-x: hidden;
}
td, th {
	padding: 10px;
	margin: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
	padding: 0;
	margin: 0; /*box-sizing: border-box;*/
}
body, table, td, tr, th, input, select {
	font: 14px/25px Arial, Helvetica, sans-serif;
	color: #333;
	font-family: 'Microsoft YaHei', Helvetica;
}
li {
	list-style: none;
}
img {
	padding: 0;
	margin: 0;
	border: 0;
	height: auto!important;
	max-width: 100%!important;
	image-rendering: -webkit-optimize-contrast;
}
.clear {
	clear: both;
	visibility: hidden;
}
a {
	color: #fff;
	text-decoration: none
}
a:hover {
	color: #57391f;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
i, cite, em {
	font-style: normal
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none
}
h1 {
	font-size: 34px;
	line-height: 45px;
}
h2 {
	font-size: 24px;
	line-height: 36px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 15px;
}
/*********************/
.skinw {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.container {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	padding: 40px 0;
	overflow: hidden;
}
@media (max-width:1299px) {
.skinw {
	width: 95%;
}
.container {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
}
/*.swiper-container {
	padding-top: 100px;
}*/
.swiper-container img {
	display: block;
	width: 100%!important;
	image-rendering: pixelated;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
/*Header*/
.skiis {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
}
.header {
	width: 100%;
	height: 120px;
	position: fixed;
	z-index: 50;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	background: #fff;
}
.logo {
	float: left;
	width: 11%;
	margin-top: 20px;
}
.logo img {
	display: block;
}
/*.md_rt {
    float: right;
    padding-top: 43px;
}
.md_rt dl dt {
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.md_rt dl dd {
    float: left;
}
.md_rt dl dd label em {
    color: #083b71;
    font-size: 18px;
    font-family: "Arial";
    padding-left: 9px;
    line-height: 30px;
}
*/
.tel {
    font-size: 24px;
    /*font-family: "Times New Roman", Times, Baskerville, Georgia, serif;*/
	font-family:"Arial";
    height: 20px;
    margin-top: 49px;
    line-height: 20px;
    position: relative;
    font-weight: bold;
    float: right;
    white-space: nowrap;
}
.tel:before{
	content: "";
    display: inline-block;
    width: 19px;
    height: 20px;
    vertical-align: top;
    margin-right: 36px;
    -webkit-animation: msClock2 1.5s linear infinite;
    animation: msClock2 1.5s linear infinite;
    background: url(../images/tel.png) center center no-repeat;
}
.tel:after{
	content: "";
    display: block;
    position: absolute;
    left: 39px;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 1px;
    height: 20px;
    background-color: #e0e0e0;
}
@keyframes msClock2 {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1);
  }
}
.Navbar-nav {
	display: block;
	padding: 0;
	float: left;
	width: 73%;
}
.Navbar-nav li {
	float: left;
	padding: 0 29px;
	font-size: 17px;
	line-height: 120px;
	position: relative;
	margin-left: 20px;
	font-weight: 400;
}
.Navbar-nav li a {
	color: #111;
	text-shadow: none;
	position: relative;
	display: block;
}
.Navbar-nav li a.navbg:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #083b71;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 10px 10px 0 0;
	transform: scaleX(0);
	transition: ease .65s;
}
.Navbar-nav li:hover a.navbg:before {
	transform: scaleX(1);
}
.Navbar-nav li:hover a.navbg {
	color: #083b71;
	transition: ease .65s;
}
.Navbar-nav li .subnav {
	background: #fff;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 190px;
    margin-left: -30px;
	z-index: 199;
	/*border-radius: 10px;*/
}
.Navbar-nav li .subnav {
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cc2727, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.Navbar-nav li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.Navbar-nav li .subnav a {
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 25px;
	padding: 10px 3px;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	/*border-bottom: 1px solid #eee;*/
	background:rgba(8, 59, 113, 1);
	box-sizing: border-box;
}
.Navbar-nav li .subnav a:hover {
	color: #083b71;
	background: #fff;
}
.Navbar-nav li .current {
	color: #083b71;
}
.Navbar-nav li .current:hover {
	color: #083b71;
	border-bottom: none;
}
.kss {
	width: 10%;
	float: right;
	margin-top: 2.7%;
}
@media (max-width: 1429px) {
.Navbar-nav li {
    padding: 0 28px;
    margin-left: 16px;
}
}
@media (max-width: 1372px) {
.Navbar-nav li {
    padding: 0 26px;
    margin-left: 14px;
}
}
@media (max-width: 1330px) {
.Navbar-nav {
    width: 72%;
}
.Navbar-nav li {
    padding: 0 23px;
    margin-left: 14px;
}
}
@media (max-width: 1273px) {
.Navbar-nav li {
    padding: 0 20px;
    margin-left: 14px;
}
}
@media (max-width: 1255px) {
.Navbar-nav {
    width: 70%;
}
.Navbar-nav li {
    padding: 0 18px;
    margin-left: 14px;
}
}
@media (max-width: 1210px) {
.Navbar-nav li {
    padding: 0 16px;
    margin-left: 13px;
}	
}
@media (max-width: 1189px) {
.Navbar-nav li {
    padding: 0 13px;
    margin-left: 14px;
}	
}
@media (max-width: 1141px) {
.Navbar-nav li {
    padding: 0 10px;
}
.Navbar-nav {
    width: 68%;
}
}
@media (max-width: 1072px) {
.Navbar-nav li {
    padding: 0 8px;
	margin-left: 12px;
}
}
@media (max-width: 1042px) {
.Navbar-nav li {
    padding: 0 8px;
	margin-left: 10px;
}
}
.HBanner img {
	display: block;
	width: 100%!important;
	image-rendering: pixelated;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
/*------------手机站导航开始----------*/
.hidden-g {
	display: none;
}
.hidden-g {
	position: relative;
}
.hidden-g .h-nav-g {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 90px;
	background: #fff;
	transition: 300ms;
	-webkit-transition: 300ms;
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
}
.hidden-g .h-nav-g img {
	max-height: 96%;
	margin-left: 15px;
}
.hidden-g .h-nav-g .btn_i {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.hidden-g .h-nav-g .btn_i small, .hidden-g .h-nav-g .btn_i:before, .hidden-g .h-nav-g .btn_i:after {
	display: block;
	content: '';
	width: 24px;
	height: 2px;
	background: #001a32;
	border-radius: 4px;
	margin: 6px 0;
}
.hidden-g .h-nav-g .btn_i_click small {
	opacity: 0;
}
.hidden-g .h-nav-g .btn_i_click:before {
	transform: rotateZ(45deg);
	transform-origin: 0px 6px;
}
.hidden-g .h-nav-g .btn_i_click:after {
	transform: rotateZ(-45deg);
	transform-origin: 5px -1px;
}
.hidden-g .h-nav-g .i_tel {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-image: url(../images/tel.png);
	position: absolute;
	right: 15px;
	top: 0;
	height: 60px;
	width: 40px;
}
.hidden-g .ul-small {
	background: #001a32;
	width: 220px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	transform: translateX(220px);
	transition: 300ms;
	-webkit-transition: 300ms;
	-webkit-transform: translateX(220px);
}
.hidden-g .ul-small input {
	width: 160px;
	line-height: 40px;
	background: #fff;
	border: 0;
	border-radius: 20px;
	margin: 20px 30px 0 30px;
	text-indent: 10px;
}
.hidden-g .ul-small ul {
	margin-top: 20px;
}

.hidden-g .ul-small ul li {
}
.hidden-g .ul-small ul li > a {
	display: block !important;
	font-size: 16px;
	color: #fff;
	padding: 20px 0;
	letter-spacing: 1px;
	transition: .4s all;
	letter-spacing: 2px;
	position: relative;
	padding-left: 30px;
}
/*.hidden-g .ul-small ul li > a:after {
	content: '>';
	display: block;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	border-radius: 50%;
	transition: .4s;
}*/
.hidden-g .translate {
	-webkit-transform: translateX(-220px);
	transform: translateX(-220px);
}
.hidden-g .translate2 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
@media (max-width: 1015px) {
.header {
	display: none;
}
.hidden-g {
	display: block;
}
.swiper-container {
	padding-top: 60px
}
.swiper-button-next, .swiper-button-prev {
	height: 0;
}
}
.nyban {
	overflow: hidden;
	padding-top: 100px
}
.nyban img {
	width: 100%;
	display: block;
}
@media (max-width: 1024px) {
.nyban {
	padding-top: 60px
}
}
/*底部*/
.footer {
	/*background: #323538;*/
	background:#001a32;
	overflow: hidden;
	padding: 60px 0 20px 0;
	background: url(../images/db_bg.jpg);
}
.ft-title h4 {
	margin-bottom: 32px;
}
.ft-title h4 i {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	color: #FFF;
	opacity: 0.3;
	font-weight: 100;
}
.ft-title h4 em {
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 21px;
	color: #FFF;
	margin-bottom: 50px;
	font-weight: normal;
	/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.ft_fewm {
	/*width: 20%;*/
	float: right;
	/*border-left: 1px solid rgba(255,255,255,0.04);*/
	box-sizing: border-box;
	/*padding-bottom: 52px;*/
}
.ftlogo {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 28px;
}
.ft_fewm .ft_ewm li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 26px;
	box-sizing: border-box;
}
.ft_fewm .ft_ewm li img {
	display: block;
	max-width: 130px!important;
	margin: auto;
}
.ft_fewm .ft_ewm li em {
	color: #F1F1F1;
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 60px;
}
.ft_con {
	width: 30%;
	float: left;
	overflow: hidden;
	/*border-right: 1px solid rgba(255,255,255,0.04);*/
	padding-top: 25px;
	box-sizing: border-box;
}
.ft_con ul {
	margin-bottom: 35px;
}
.ft_con ul li {
	margin-bottom: 30px;
}
.ft_con ul li span {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #FFF;
	/*opacity: 0.6;*/
	font-weight: lighter;
   /* font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.ft_con ul li em {
	display: block;
	height: auto;
	line-height: 22px;
	font-size: 15px;
	color: #FFF;
	/*opacity: 0.7;*/
	font-family: "Arial";
}
.ft-nav {
	width: 50%;
	float: left;
	padding: 25px 0 0 75px;
	box-sizing: border-box;
}
.ft-nav .nav1 {
	padding-right: 30px;
	box-sizing: border-box;
}
.ft-nav .nav1 ul li {
	width: 40%;
	margin-right: 10%;
	float: left;
	height: 50px;
    margin-bottom: 35px;
	background: url(../images/ft-jt.png) no-repeat right;
}
.ft-nav .nav1 ul li a {
	display: block;
	font-size: 16px;
	color: #FFF;
	/*opacity: 0.7;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.copy {
	padding-bottom:30px;
}
.copy section {
	font-size: 14px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	line-height: 80px;
	border-top: 1px rgba(255,255,255,0.2) solid;
}
.copy section a {
	color: #fff;
}
@media only screen and (max-width:1024px) {
.ft_follow {
	padding-right: 20px;
}
.ft_con {
	width: 40%;
	padding: 25px 33px 0 35px;
}
.ft-nav {
	width: 40%;
	padding: 25px 0 0 35px;
}
.ft-nav .nav1 ul li {
	width: 46%;
	margin-right: 4%;
}
}
@media only screen and (max-width:767px) {
.ft_fewm {
	width: 100%;
	border-right: none;
	padding: 0;
}
/*.ft_fewm .ft_ewm li {
	width: 50%;
	float: left;
	overflow: hidden;
}*/
.ft_con {
	width: 100%;
	padding: 0;
	border-right: none;
	text-align: center;
}
.ft-nav {
	width: 100%;
	padding: 0;
	text-align: center;
}
.copy section {
	display: block;
}
.ft-nav .nav1 {
    padding-right: 0px;
}
}
