/*-----------------[初始化]--------------*/
html {
    /*overflow-x: hidden;*/
}

body {
    color: #303133;
    /*font-size: 12px;*/
    font-size: 16px;
    line-height: 1.5;
    /*overflow-x: hidden;*/
    min-width: 1260px;
    position: relative;
    font-family: '微软雅黑';
    /*font-family: "微软雅黑","Microsoft Yahei";*/
    background-color: #fff;
}

a {
    color: #000;
}

a:hover {
    color: #066a90;
}

img {
    max-width: 100%;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

input,
textarea,
select {
    font-size: 12px;
    color: #444;
    font-family: '微软雅黑';
    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: #999;
}

::-moz-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 14px;
    border-radius: 50%;
    line-height: 22px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
}

.icon-link:before {
    content: '\e748';
}

.ani {
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

* {
    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: 1200px;
    margin: 0 auto;
}

.wp2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.h50 {
    height: 50px;
    clear: both;
    overflow: hidden;
}

.h100 {
    height: 100px;
    clear: both;
    overflow: hidden;
}

.index {
    background-color: #fff;
}

/*******************************
  -------[=头部]-------
********************************/
.header {
    overflow: hidden;
    background-color: #fff;
	padding-top: 40px;
	padding-bottom: 10px;
}

.logo {
    float: left;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
}
.logo .logo-img{
    height: 67px;
}

.so {
    float: left;
	margin-left: 390px;
    position: relative;
    margin-top: 24px;
}

.so .inp {
    width: 300px;
    height: 33px;
    border: 1px solid #e1e1e1;
    border-radius: 33px;
    background-color: #fff;
    padding: 0 50px 0 27px;
    font-size: 14px;
    color: #000;
}

.so .btn {
    position: absolute;
    top: 0;
    right: 9px;
    width: 30px;
    height: 33px;
    border: 0;
    cursor: pointer;
    background: url(../images/i-so.png) no-repeat left center;
}
.login{
	float: right;
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.login a+a{
	margin-left: 5px;
}
.login .user-wapper{
	display: flex;
	align-items: center;
}
.login .user-wapper .user-avatar{
	width: 30px;
	margin-right: 5px;
}

.nav-bg {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.nav {
    height: 70px;
    background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 7px 10px -5px rgb(189, 189, 189,0.2);
}
.nav .menu-list{
	display: flex;
	justify-content: center;
}

.nav .menu-list li {
    width: 8.33%;
	position: relative;
}

.nav li a:hover, .nav li.on .v1{
	color: #066a90;
}

.nav li.on .v1{
	font-weight: 600;
}
.nav li:last-child .v1{
	border: none;
}

.nav .v1 {
    display: block;
	height: 20px;
    line-height: 20px;
    font-size: 18px;
    text-align: center;
	border-right: 1px solid #242424;
    border-left;
	margin: 25px 0;
}

.nav .menu-list .sub {
	position: absolute;
	left: -9999px;
	z-index: 50;
	background-color: #fff;
	box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.2);
}

.nav .menu-list li:hover .sub {
	left: auto;
}
.nav .menu-list li .sub li{
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}
.nav .menu-list li:hover .sub li {
	height: 50px;
}
.nav .menu-list .sub li a {
	min-width: 190px;
	height: 50px;
	line-height: 50px;
	display: block;
	padding: 0 20px;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
.nav .menu-list .sub li a:hover{
	color: #fff;
	background-color: #066a90;
}

.m-so-wrapper{
	width: 100%;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 100;
	bottom: 0;
	display: none;
	padding: 0 10px;
}

.so-mo {
    display: none;
}
.soBtn{
	display: none;
	position: absolute;
	right: 70px;
	top: 15px;
	width: 25px;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn {
    position: absolute;
    z-index: 9;
    display: none;
    right: 10px;
    top: 9px;
    width: 40px;
    height: 40px;
    padding: 7px;
    cursor: pointer;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.menuBtn b {
    display: block;
    height: 3px;
    background-color: #2f75ca;
    margin: 3px 0 5px;
    border-radius: 2px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.menuBtn.open {
}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 5px;
    top: 45%;
    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 {
    height: 630px;
    position: relative;
}

.banner .slick-slider,
.banner .slick-list,
.banner .slick-track,
.banner .slick-slide {
    height: 100%;
}

.banner .slick-slide a {
    outline: 0;
    position: relative;
    display: block;
    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;
}

.banner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 8px;
}

.banner .slick-dots li button {
    display: block;
    width: 10px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.banner .slick-dots li.slick-active button {
    background-color: #fff;
}

.ban-txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 77px;
    background: rgba(0, 0, 0, 0.5);
}

.ban-txt .tit {
    height: 77px;
    width: 89px;
    float: left;
    font-size: 22px;
    color: #fff;
    background-color: #008446;
    text-align: center;
    line-height: 28px;
    padding-top: 10px;
}

.ban-txt .txt {
    overflow: hidden;
    padding-left: 35px;
    padding-top: 16px;
    position: relative;
    letter-spacing: 1px;
}

.ban-txt .desc {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.85);
    height: 44px;
    overflow: hidden;
}

.ban-txt .name {
    font-size: 14px;
    line-height: 22px;
    color: #f2b228;
    position: absolute;
    right: 0;
    top: 38px;
}

/*******************************
  -------[=底部]-------
********************************/

.footer {
	background: #066a90;
    color: #fff;
}

.fd-con {
    overflow: hidden;
    padding-top: 58px;
    padding-bottom: 40px;
}

.fd-txt {
    float: left;
    margin-left: 60px;
    margin-top: 23px;
}

.fd-txt-link{
	float: left;
	width: 240px;
}
.fd-txt-group+.fd-txt-group{
	margin-top: 80px;
}

.fd-txt h3 {
    font-size: 18px;
    font-weight: normal;
    position: relative;
    margin-bottom: 13px;
}
.fd-txt h3 a {
    color: #fff;
}
.fd-txt p{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}
.fd-txt p + p{
    margin-top: 6px;
}
.fd-txt p span{
    margin-left: 46px;
}

.fd-qr {
    float: right;
	margin-right: 60px;
}

.fd-qr .pic {
    width: 190px;
    margin: 0 auto 15px;
}

.fd-qr .pic img {
    width: 100%;
    display: block;
}

.fd-qr p {
    font-size: 14px;
}

.fd-copy {
    color: #fff;
    line-height: 58px;
    font-size: 14px;
    background: #055776;
}

.fd-copy a {
    color: #fff;
    margin-left: 2em;
}

.fd-copy a:hover {
    text-decoration: underline;
}

/*******************************
    -------[=正文]-------
********************************/
.g-chun .header {
    /* background: url(../images/hd-chun.jpg) no-repeat center top; */
    background: url(../images/hd-chun.jpg) center top;
}

.g-chun .logo {
    line-height: 120px;
}

.g-chun .so {
    margin-top: 38px;
}

.g-chun .nav {
    background-color: #cb2125;
}

.fix-qr {
    width: 140px;
    position: fixed;
    top: 50%;
    left: 70px;
    z-index: 1024;
    background-color: #017841;
    display: none;
    padding: 38px 0 11px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fix-qr .tit {
    text-align: center;
    color: #fff;
    margin-bottom: 11px;
}

.fix-qr .tit h3 {
    font-size: 20px;
    font-family: Impact;
    line-height: 27px;
}

.fix-qr .qr {
    width: 118px;
    margin: 0 auto;
}

.fix-qr .qr img {
    width: 100%;
    display: block;
}

.fix-qr .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 3px;
    background: url(../images/fix-close.png) no-repeat center center;
    cursor: pointer;
}
