/*-----------------[初始化]--------------*/
body {
	color: #333;
	font-size: 14px;
	line-height: 1.7;
	
	font-family: "微软雅黑", "Microsoft Yahei";
	overflow-x: hidden;
	background: url(p-bg2.jpg) no-repeat center top;
	background-size: cover;
}
.index body{padding-top: 201px;}
a {
	color: #333;
}
a:hover {
	color: #06439c;
}
img {
	max-width: 100%;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
input, textarea, select {
	font-size: 12px;
	color: #333;
	font-family: "微软雅黑", "Microsoft Yahei";
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input[type='submit'], input[type='reset'], input[type='button'], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type='submit'], input[type='reset'], input[type='button'] {
	cursor: pointer;
}
::-webkit-input-placeholder {
color: #DCE3DC;
}
::-moz-placeholder {
color: #DCE3DC;
}
::-ms-input-placeholder {
color: #DCE3DC;
}
.ani {
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
*, *:after, *:before {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/*布局*/
.wp {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.h50 {
	height: 50px;
	clear: both;
	overflow: hidden;
}
.h100 {
	height: 100px;
	clear: both;
	overflow: hidden;
}
.main {
	padding-top: 88px;
}
.index {
	background-image:none;
	padding-top: 0;
}
.index .main {
	padding-top: 0;
}
.index .hd {
}
/*******************************
  -------[=头部]-------
********************************/
.index .header {
	    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 109;
	background: linear-gradient(rgba(6,67,156,.8), rgba(6,67,156,.2));
}
.header{background: linear-gradient(rgba(6,67,156,.8), rgba(6,67,156,.2));}
.hd {
	height: 144px;
	overflow: hidden;
}
.logo {
	float: left;
	line-height: 144px;
	font-size: 0;
}
.logo img {
	display: inline-block;
	vertical-align: middle;
	height: 83px;
}
.hdr {
	float: right;
}
.hdr .link {
	text-align: right;
	color: rgba(255,255,255,.4);
	margin-top: 24px;
	margin-bottom: 16px;
}
.hdr .link a {
	font-size: 12px;
	color: rgba(255,255,255,.4);
}
.hdr .link a:hover {
	color: #fff;
}
.soBox {
	overflow: hidden;
}
.soBox .lab {
	float: left;
	line-height: 33px;
	font-size: 14px;
	color: #477cc9;
	margin-right: 30px;
}
.soBox .lab a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 3px;
	position: relative;
	margin: 0 3px;
}
.soBox .lab a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #ff9f42;
	opacity: 0;
}
.soBox .lab a:hover:before {
	opacity: 1;
}
.soBox .lab a:hover {
	color: #ff9f42;
}
.so {
	float: right;
	position: relative;
}
.so .inp {
	width: 345px;
	height: 33px;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
	border-radius: 5px;
	padding: 0 45px 0 15px;
}
.so .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 33px;
	height: 33px;
	border: 0;
	cursor: pointer;
	background: url(i-so.png) no-repeat center;
}
.nav {
*zoom:1;
	background-color: #06439c;
}
.nav:after, .nav:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.nav li {
	width: 10%;
	float: left;
	position: relative;
}
.nav li .v1 {
	display: block;
	line-height: 57px;
	font-size: 18px;
	color: #fff;
	position: relative;
	text-align: center;
}
.nav li .v1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	height: 3px;
	background-color: #F19149;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.nav li:hover .v1:before, .nav li.on .v1:before {
	left: 0;
	right: 0;
}
.nav li:hover .v1, .nav li.on .v1 {
	background-color: #194d9f;
}
.nav dl {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	white-space: nowrap;
	min-width: 100%;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0px 7px 6px 0px rgba(2, 31, 44, 0.09);    z-index: 9999;
}
.nav li .v1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	opacity: 0;
	background: url(i-01.png) no-repeat center;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.nav li.ok .v1:after {
	opacity: 1;
}
/*.nav dl:before{content: '';position: absolute;top: -14px;left: 0;
    width: 14px;height: 14px;opacity: 0;
    background: url(i-01.png) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    border-top: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
.nav dd a {
	display: block;
	line-height: 48px;
	text-align: center;
	border-bottom: 1px dashed rgba(83,84,85,.2);
	color: #000;
	font-size: 16px;
}
.nav dd:last-child a {
	border-bottom: 0;
}
.nav dd:hover a {
	color: #F19149;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn {
	position: relative;
	z-index: 9;
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	padding: 7px;
	cursor: pointer;
	margin-top: 5px;
	margin-right: -5px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menuBtn b {
	display: block;
	height: 3px;
	background-color: #fff;
	margin: 3px 0 5px;
	border-radius: 2px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menuBtn.open {
}
.menuBtn.open b {
	display: none;
	margin: 0;
	position: absolute;
	left: 10px;
	top: 50%;
	width: 30px;
}
.menuBtn.open b:first-child {
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child {
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
/*******************************
  -------[=banner]-------
*******************************/
.banner .slick-slide .con {
	outline: 0;
	position: relative;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.banner .wp {
	height: 100%;
	position: relative;
}
.banner .tit {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background: rgba(0,0,0,.4);
}
.banner .tit h2 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	float: left;
	line-height: 37px;
}
.banner .tit .btn {
	float: right;
	width: 121px;
	height: 37px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 19px;
	font-size: 14px;
	color: #fff;
}
.banner .tit .btn:hover {
	background-color: #06439c;
	border-color: #06439c;
}
.banner .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 25px;
	text-align: right;
	z-index: 99;
	width: 1400px;
	margin-left: -700px;
}
.banner .slick-dots li {
	display: inline-block;
	opacity: .5;
	width: 24px;
	height: 24px;
	background: url(/public/images/icon-gear.png) no-repeat center center;
	background-size: 24px 24px;
	margin-right: 15px;
	transition: all 0.6s;
}
.banner .slick-dots li.slick-active {
	opacity: 1;
	transform: rotate(180deg);
}
.banner .slick-dots li button {
	display: none;
}
.banner video {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.banner .video .wp {
	position: absolute;
	bottom: 0;
	width: 1400px;
	z-index: 1;
	left: 50%;
	margin-left: -700px;
}
/*******************************
  -------[=底部]-------
********************************/
.footer {
	background-color: #2d4f8e;
}
.fd-con {
	overflow: hidden;
	padding-top: 47px;
	padding-bottom: 68px;
}
.fd-con .tit {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 8px;
}
.fd-l {
	float: left;
	width: 369px;
	margin-right: 49px;
	color: #fff;
}
.fd-l a {
	color: #fff;
}
.fd-conteat .desc {
	font-size: 14px;
	line-height: 2.29;
}
.fd-nav {
	float: left;
	width: calc(100% - 395px);
}
.fd-nav-list:after {
	content: '';
	display: block;
	clear: both;
}
.fd-nav-list>li {
	float: left;
	margin-right: 30px;
}
.fd-nav-list>li>a {
	color: #fff;
	font-size: 16px;
	padding-bottom: 20px;
	margin-bottom: 17px;
}
.fd-nav-list>li>ul {
	margin-top: 20px;
}
.fd-nav-list>li>ul a {
	color: rgb(144 168 197);
	font-size: 14px;
	line-height: 2;
	transition: all 0.3s;
}
.fd-nav-list>li>ul a:hover {
	color: #fff;
}
.fd-link {
	float: right;
	width: 200px;
	margin-right: 40px;
}
.fd-link ul {
	overflow: hidden;
}
.fd-link li {
	width: 50%;
	float: left;
}
.fd-link li a {
	display: block;
	font-size: 14px;
	line-height: 2.29;
}
.fd-link li a:hover {
	opacity: .8;
}
.fd-link select {
	width: 100%;
	font-size: 14px;
	padding: 6px 14px;
	box-sizing: border-box;
	border: #000 solid 1px;
	border-radius: 3px;
	margin-bottom: 8px;
}
.fd-share .share {
	overflow: hidden;
}
.fd-share .share a {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 20px;
	opacity: .4;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: auto 40px;
	-ms-background-size: auto 40px;
	-moz-background-size: auto 40px;
	-webkit-background-size: auto 40px;
	background-size: auto 40px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.fd-share .share a:hover {
	opacity: 1;
}
.fd-share .share .i1 {
	background-image: url(i-s1.png);
}
.fd-share .share .i2 {
	background-image: url(i-s2.png);
}
.fd-share .share .i3 {
	background-image: url(i-s3.png);
}
.fd-share .share .i4 {
	background-image: url(i-s4.png);
}
.fd-qr {
	float: right;
	width: 124px;
}
.fd-qr .qr img {
	width: 100%;
	display: block;
}
.fd-qr p {
	text-align: center;
	line-height: 14px;
	color: #DCE3DC;
	opacity: .4;
	margin-top: 18px;
}
.fd-copy {
	color: rgba(220, 227, 220, .5);
	height: 80px;
	line-height: 1.5;
	padding-top: 14px;
	box-sizing: border-box;
	background-color: #1F54A0;
}
.fd-copy .wp:after {
	content: '';
	display: block;
	clear: both;
}
.fd-copy .copyright {
	float: left;
}
.fd-copy .contact:after {
	content: '';
	display: block;
	clear: both;
}
.fd-copy .contact {
	float: right;
}
.fd-copy .contact .txt {
	float: left;
}
.fd-copy .contact .up {
	float: right;
	margin-left: 20px;
	background: #809EBE;
	color: #06439c;
	padding: 5px 10px;
	transition: all 0.4s;
}
.fd-copy .contact .up:hover {
	background-color: #06439c;
}
.fd-copy .contact .up img {
	height: 24px;
	width: auto;
}



/*******************************
    -------[=正文]-------
********************************/
