@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*/

.header {

	/*width: 100%;

	height: 120px;

	position: fixed;

	z-index: 50;

	box-shadow: 0 2px 6px rgba(0,0,0,0.2);

	background: #fff;

	padding:0 32px;*/

	position: fixed !important;

    left: 0;

    right: 0;

    top: 0;

    z-index: 99;

    position: relative;

    transition: .6s;

    background: #fff;

	height: 120px;

}

.head_wrap {

    transition: .6s;

    padding: 0 32px;

    display: -webkit-flex;

    display: flex;

    display: -webkit-box;

    display: box;

    -webkit-align-items: center;

    align-items: center;

    -webkit-box-align: center;

    box-align: center;

    -webkit-box-pack: justify;

    box-pack: justify;

    -webkit-justify-content: space-between;

    justify-content: space-between;

}

.logo {

	/*float: left;

	margin-top: 18px;*/

	width: 19%;

}

.logo img {

	display: block;

}

.Navbar-nav {

	display: block;

    padding: 0;

    /* float: right; */

    display: flex;

    justify-content: center;

    position: relative;

    /* overflow: hidden; */

    width: 60%;

}

.Navbar-nav li {

	float: left;

	padding: 0 26px;

	font-size: 18px;

	line-height: 120px;

	position: relative;

	margin-left: 20px;

}

.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: linear-gradient(to bottom, #29abe2, #2e3192) !important;

	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: #2a92d2;

	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;

	top: 100%;

	width: 100%;

	z-index: 199;

	background:#fff;

	/*background: linear-gradient(to bottom, #29abe2, #2e3192) !important;*/

	width: 190px;

    margin-left: -30px;

	top: 130px;

	padding-bottom: 30px;

    padding-top: 30px;

}

.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: #333;

	display: block;

	font-size: 16px;

	line-height: 25px;

	padding: 10px 3px;

	transition: all 0.2s ease-in-out 0s;

	width: 100%;

	box-sizing: border-box;

}

.Navbar-nav li .subnav a:hover {

	color: #fff;

	background: linear-gradient(to bottom, #29abe2, #2e3192) !important;

}

.Navbar-nav li .current {

	color: #2a92d2;

}

.Navbar-nav li .current:hover {

	color: #2a92d2;

	border-bottom: none;

}

.header_tel {

    height: 50px;

    line-height: 50px;

    border-radius: 2em;

    color: #fff;

    background: linear-gradient(to bottom, #29abe2, #2e3192) !important;

    font-size: 16px;

    width: 11%;

    text-align: center;

    display: block;

    padding-right: 10px;

	font-family: "Arial";

}

.header_tel:hover {

	background-color: #000;

	color:#fff;

}

.header_tel em {

    padding-left: 50px;

    display: inline-block;

    background: url(../images/ic_tel.png) no-repeat left center;

}

@media (max-width: 1746px) {

.Navbar-nav li {

	padding: 0 22px;

}

}

@media (max-width: 1650px) {

.Navbar-nav li {

	padding: 0 10px;

	margin-right: 30px;

	margin-left: 0px;

}

}

@media (max-width: 1489px) {

.Navbar-nav li {

	margin-right: 20px;

}

}

@media (max-width: 1372px) {

.Navbar-nav li {

	margin-right: 10px;

}

.header_tel {

    width: 13%;

}

}

@media (max-width: 1285px) {

.Navbar-nav li {

	margin-right: 25px;

}

.Navbar-nav {

    width: 70%;

}

.header_tel {

    display: none;

}

}

@media (max-width: 1237px) {

.Navbar-nav li {

	margin-right: 20px;

}

}

@media (max-width: 1192px) {

.Navbar-nav li {

	margin-right: 10px;

}

}

@media (max-width: 1087px) {

.Navbar-nav li {

	margin-right: 8px;

}

}

.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%;

	background: #fff;

	transition: 300ms;

	-webkit-transition: 300ms;

}

.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%;

	-webkit-transform: translateY(-50%);

	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: #2a92d2;

	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 .ul-small {

	background: linear-gradient(to bottom, #29abe2, #2e3192) !important;

	width: 220px;

	height: 100%;

	position: fixed;

	right: 0;

	top: 0;

	z-index: 100;

	-webkit-transition: 300ms;

	-webkit-transform: translateX(220px);

	transform: translateX(220px);

	transition: 300ms;

}

.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 a {

	color: #fff;

	padding-left: 30px;

	padding-right: 30px;

	line-height: 50px;

	display: block;

	font-size: 16px;

}

.hidden-g .translate {

	-webkit-transform: translateX(-220px);

	transform: translateX(-220px);

}

.hidden-g .translate2 {

	-webkit-transform: translateX(0);

	transform: translateX(0);

}

@media (max-width: 1072px) {

.header {

	display: none;

}

.hidden-g {

	display: block;

}

.swiper-button-next, .swiper-button-prev {

	height: 0;

}

.HBanner {

	padding-top: 60px;

}

}

/*底部*/

/*.footer {

	background: #2f2f2f;

	overflow: hidden;

	padding: 60px 0 20px 0;

}

.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;

	opacity: 0.9;

	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: 30px;

	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;

}

.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: 10px;

}

.ft_con ul li span {

	display: block;

	height: 24px;

	line-height: 24px;

	font-size: 18px;

	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;

	line-height: 50px;

	background: url(../images/ft-jt.png) no-repeat right;

}

.ft-nav .nav1 ul li a {

	display: block;

	font-size: 18px;

	color: #FFF;

	opacity: 0.7;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

}

.copy {

	border-top: 1px rgba(255,255,255,0.2) solid;

	padding: 30px 0px;

}

.copy section {

	font-size: 16px;

	color: rgba(255,255,255,.66);

	display: flex;

	justify-content: space-between;

	line-height: 32px;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

}

.copy section a {

	color: rgba(255,255,255,.66);

}

.footer-info {

    float: left;

    width: 30%;

}

.footer-info .logoo {

    margin-bottom: 5vh;

}

.footer-info .info {

    font-size: 1rem;

    font-weight: 500;

    margin-bottom: 20px;

}

.footer-info .info strong {

    color: #e62129;

    font-weight: bold;

    font-size: 2.25rem;

    line-height: 1;

}

.footer-info>p {

    font-size: 1rem;

    margin-bottom: 8px;

}

.footer-info>p a {

    color: #e62129;

    border-bottom: 1px solid;

    display: inline-block;

    line-height: 1.5;

}

@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_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;

}

}

*/

.tmkFoot {

	background: #1d4a87 url(../images/bg-swirl.svg) repeat 0 0/52px;

	bottom: 0;

	left: 0;

	width: 100%;

	overflow: hidden;

}

.footLeft {

	width: 61%;

	border-right: 1px solid rgba(255,255,255,0.1);

	float: left;

	padding-top:80px;

}

.footLeftogo {

	display: flex;

	align-items: center;

	justify-content: center;

	margin: 4vh 0;

}

.footLeftogo a {

	width: 14.5%;

}

.footLeftogo a img {

	max-width: 100%;

}

.footLefTxt {

	width: 34%;

	margin-left: 48px;

	padding-bottom: 6px;

	border-left: 1px solid rgba(255,255,255,0.1);

	padding-left: 42px

}

.footLefTxt img {

	max-width: 100%;

}

.footLefTxt span {

	color: #fff;

	font-weight: 400;

	font-size: 28px;

	letter-spacing: 1px

}

.footLefTxt p {

	color: #fff;

	font-size: 15px;

	margin-top: 21px;

	letter-spacing: 1.6px;

	font-weight: 200;

	line-height: 1;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.tmkFoot-nav {

	padding-bottom: 60px;

}

.tmkFoot-nav dl {

	width: 24.9%;

	float: left;

}

.tmkFoot-nav dl dt a {

	color: #fff;

	position: relative;

	font-size: 20px;

	padding-bottom: 2px;

}

.tmkFoot-nav dl dt a span {

	margin-left: 5px;

	text-transform: capitalize

}

.tmkFoot-nav dl dt {

	margin-bottom: 20px

}

.tmkFoot-nav dl dd {

	line-height: 36px

}

.tmkFoot-nav dl dd a {

	color: #c5c5c5;

	font-size: 15px;

}

.tmkFoot-nav dl dd a:hover, .tmkFoot-nav dl dt a:hover {

	color: #fff

}

.sher {

	width: 100%;

	overflow: hidden;

	padding-top: 50px;

}

.sher .sher-li img {

	width: 92%;

	display: block;

	margin: 0 auto;

	padding: 5px 0

}

.sher .sher-li {

	width: 13%;

	border-radius: 5px;

	border: 1px solid rgba(255,255,255,.3);

	float: left;

	margin-right: 4%;

	padding-bottom: 10px;

}

.sher .sher-li p {

	font-size: 15px;

	color: #fff;

	background: #1d4a87;

	line-height: 18px;

	width: max-content;

	margin: 0 auto;

	padding: 0 4px

}

.footRig {

	width: 32%;

	padding-left: 6%;

	position: relative;

	height: calc(100% - 108px);

	float: right;

	padding-top:80px;

}

.footRig .footRig_box {

	visibility: visible;

	opacity: 1;

	transform: translateX(0)

}

.tmkFoot_copy {

	color: #fff;

	font-size: 13px;

	margin-top: 280px;

	opacity: 0.8;

	font-weight: 100;

	letter-spacing: 0.5px;

	overflow: hidden;

	width: 100%;

	line-height: 40px

}

.tmkFoot_copy a {

	color: #fff;

	font-size: 13px;

	letter-spacing: 1px

}

.tmkFoot_copy a:hover {

	color: #fff

}

.footRig_box {

	transform: translateX(100%);

	transition: ease .65s;

	opacity: 0

}

.footRig_box .text {

	color: #c5c5c5

}

.footRig_box .text h2 {

	font-size: 28px;

	color: #fff;

	font-weight: 400;

	text-transform: capitalize;

	font-family: "Arial";

}

.footRig_box .text h3 {

	margin: 0 0 42px;

	font-weight: 400;

	font-size: 24px;

	color: #fff

}

.footRig_box .text p {

	line-height: 2.4;

	color: #fff;

	opacity: 0.8;

	font-size: 14px;

	letter-spacing: 0.5px;

	width:100%;

	float:left;

}

.footRig_box .text p span {

	font-size: 16px;

	font-weight: 300

}

.footRig_box .text p a {

	color: #fff

}

.footRig_box .text p img {

	width: 17px;

	margin-right: 6px

}

.footRig_box .text p i {

	margin-right: 5px;

	color: #fff;

	font-size: 26px

}

.footRig_box .text p .ft-20 {

	font-size: 20px

}

.footEwm {

	position: relative;

	line-height: 24px;

	color: #f6f6f6;

	font-size: 12px

}

.footEwm .img {

	float: left

}

.footEwm .img img {

	width: 100px;

	height: 100px

}

.footEwm .img:first-of-type {

	margin-right: 14px

}

.footEwm .img p {

	text-align: center;

	color: #fff;

	font-size: 13px;

	line-height: 2;

	letter-spacing: 1px;

	margin-top: 6px

}

.footEwm h2 {

	position: absolute;

	left: 120px;

	bottom: 5px;

	font-weight: 400;

	font-size: 15px;

	letter-spacing: 1px

}

.footEwm h2 img {

	display: block;

	width: 26px;

	margin-bottom: 18px

}

.footRig_flex {

	min-width: 238px

}

.footIco {

	margin-top: 28px;

	margin-bottom: 28px

}

.footIco a {

	margin-right: 20px;

	vertical-align: middle;

	display: inline-block

}

.footIco img, .footIco svg {

	width: 24px

}

.footIco a.footIco_wb svg {

	width: 28px

}

.footIco a.footIco_jd svg {

	width: 50px

}

.footIco svg path {

	fill: #fff

}

.footRig_box .text span {
    line-height: 2.4;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    width: 100%;
    float: left;
}
.footRig_box .text span i {
    margin-right: 5px;
    color: #fff;
    font-size: 26px;
}
.footRig_box .text span img {
    width: 37px;
    margin-right: 6px;
}
.footRig_box .text span a {
    color: #fff;
    font-size: 30px;
}

@media only screen and (max-width:1200px) {

.sher .sher-li {

    width: 20%;

}

}

@media only screen and (max-width:930px) {

.footLeft {

    width: 100%;

}

.footRig {

    width: 100%;

	padding-top: 0px;

}

.footRig_box .text p {

    width: 50%;

}

.tmkFoot_copy {

    margin-top: 100px;

}

}

@media only screen and (max-width:705px) {

.footRig_box .text p {

    width: 100%;

}

}

@media only screen and (max-width:471px) {

.tmkFoot-nav dl {

    width: 50%;

    margin-bottom: 30px;

}

.sher .sher-li {

    width: 30%;

}

}

.mo {
	position: fixed;
    right: 0;
    bottom: 0;
	z-index: 99899999;
}
.qymore {
    display: block;
    width: 90px;
    height: 40px;
    /*margin-top: 40px;*/
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 17px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    font-weight: 500;
}
/*.readmore:hover {
	background: linear-gradient(to top, #87c51d, #fff) !important;
	color:#fff;
}*/