body{
	 overflow-x:hidden !important;  background:#fff; font-family:"è‹¹æ–¹";
}
body.pagebody{
	background:#f4f7fe;
}
.bodybg{
	background:#f5f6fa;
}
*{
	outline:none;
}
.w1500{
	width:96%; margin:0 auto;
}
.w1200{
	width:1200px; margin:0 auto;
}

@media all and (max-width:640px){
.w1200{
	width:96%; margin:0 auto;
}    
}
.clear{
	clear:both;
}
.fl{ float:left}
.fr{ float:right;}
.text-center{ text-align:center!important}

.transition04{
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
}
.clearboth{
	clear:both;
}

#main{
	position:relative;
}



body.menushow{
	
}

.header{
	width:100%; height:100px; line-height:100px; position:fixed;
	top:0px; left:0px; z-index:11113;
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
	background:#fff;	
	box-shadow:0 2px 8px rgba(0,0,0,.1);
}
.neww1500{
	width:92%; margin:0 auto;
}




.header .inheader{
	margin:0 auto; height:100px; line-height:100px;
}
.header .inheader .logo{
	float:left; display:block; height:100%; margin-left:10px;
}
.header .inheader .logo img{	
}

.header .inheader .pcmenu{
	float:right; width:54%; line-height:100px; right:50px;
}
.header .inheader .pcmenu li{
	float:left; margin-left:46px;
}
.header .inheader .pcmenu li > a{
	color:#fff; font-size:18px;
}
.header .inheader .pcmenu li > a:hover,
.header .inheader .pcmenu li > a.active{
	color:#3572bc;
}
.header .inheader .pcmenu li:first-child{
	margin-left:0px;
}

.search { width: 100px; height: 48px; margin-top: 25px; }
.search .navFdj { display: block; margin: 12px 0 0 33px; }
/*搜索表单*/
.bd01 { width: 580px; height: auto; position: fixed;overflow: hidden;top: 100px; right:0; z-index: 70; display: none; background: #fdfdfd; margin-left: 76px; padding:15px 15px; box-sizing: border-box; border-radius: 0; }
.bd01 .name { float: left; width: 70%; height: 36px; background: #e5e5e5; }
.bd01 .name input{ display:block; width: 100%; height: 36px; background: #e5e5e5; box-sizing: border-box; padding:0 20px; font-size: 14px; color: #4a4a4a; line-height: 36px; }
.bd01 .logoin { float: right; width: 28%; height: 36px; }
.bd01 .logoin input{ width: 100%; height: 36px; border: 0; background: #036eb8; font-size: 14px; color: #fff; line-height: 36px; margin:0 auto;display: block; cursor: pointer; }
.bd01 .XX { cursor: pointer; width: 20px; height: 20px; position: absolute; top: 15px; right: 10px; z-index: 11; cursor: pointer;background: url(xx.png)  no-repeat center; display: none; }
.navFdj{cursor: pointer;}


.banner {width:100%;float:left;position:relative;overflow:hidden;margin-top:80px;}
.banner a,.banner a img {width:100%;float:left;}
.ban_img01 {display:block;}
.ban_img02 {display:none;}
.banner .pagination {position:absolute;z-index:2;left:0px;right:0px;bottom:30px;text-align:center;}
.banner .pagination span {display:inline-block;margin:0px 5px;width:26px;height:12px;border-radius:10px;background:#fff;}
.banner .pagination .swiper-active-switch {background:#e60012}


.ztgxabout {
    padding: 120px 0 188px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/lfbac_02.jpg);
    position: relative;
}

.ztgx_a_left {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 36%;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.ztgx_a_left img{ width:100%;}

.ztgx_a_right {
    display: inline-block;
    vertical-align: middle;
    width: 64%;
    box-sizing: border-box;
    padding-left: 134px;
}

.ztgx_a_right h2 {
    color: #333;
    font-size: 30px;
    margin-bottom: 35px;
}

.ztgx_a_right p {
    line-height: 24px;
    color: #282828;
    font-size: 16px;
    margin-bottom: 24px;
}


/* indMore */
.tmkMore {
    position: relative;
}

.tmkMore.center {
    text-align: center;
}

.white .indMore {
    color: #fff;
}

.tmkMore .indMore {
    margin-top: 48px;
    display: inline-block;
    padding: 10px 34px;
    border: 1px solid #036eb8;
    position: relative;
    z-index: 11;
}

.tmkMore .indMore:hover {
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

.tmkMore.sm .indMore {
    padding: 7px 24px;
    font-size: 12px;
    font-weight: 300;
}


.indMore {
    cursor: pointer;
    margin-top: 12px;
    display: block;
    transition: all 0.48s;
    color: #036eb8;
	font-size:14px;
}

.indMore::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #036eb8;
    z-index: -1;
    transition: all 0.8s;
}

.indMore_w {
    display: none;
}

.indMore:not(.none):hover {
    color: #Fff;
}

.indMore:not(.none):hover img {
    display: none;
}

.indMore:not(.none):hover .indMore_w {
    display: inline-block;
}

.indMore:not(.none):hover::before {
    height: 100%;
}

.indMore img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 6px;
    width: 18px;
}

.apply {
    text-align: center;
	overflow: hidden;
	width:1260px;
	margin:70px auto 20px auto;
	background-image:url(../images/apply_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.apply h3 {
    font-size: 32px;
    color: #333;
}
.apply h4{
	text-transform: uppercase;
    color: #666;
    font-size: 14px;
    padding: 14px 0;
}
.apply ul {
	padding:2% 10%;
}
.apply ul li {
    float:left;
    width:10.5%;
    margin:2% 1%;
    border-radius: 7px;
    *background: rgba(0, 0, 0, 0.1);
}
.apply ul li.on {
    *background: rgba(0, 0, 0, 0.5);
}
.apply ul li i {
    display:block;
    text-align:center;
    margin:20px auto;
    overflow:hidden;
	transition: all 0.5s;
}
.apply ul li:hover i {
	transform: translate(0,-10px);
}
.apply ul li i img {}
.apply ul li p {
    font-size:15px;
    color:#3a3a3a;
	padding:0 0 10px 0;
}


/*index-news*/
.index-news {
	padding: 3% 0 1%;
	background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/news_bg.jpg);
}
.index-news .index-title h1 {
	text-align:center;
	color:#036eb8;
	font-size:36px;
}
.index-news .index-title h2 {
	text-align:center;
	color:#b1b1b1;
	font-size:18px;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif
}
.index-news .index-title .index-more {
	margin-top: 2%;
	display: inline-block;
	float: right;
}
.index-news-more {
	display: none;
	text-align: center;
}
.index-news-more .index-more {
	margin: 6% 0;
}
.index-news .l-contents {
	width: 80%;
	margin: 0 auto;
	max-width: 1400px;
}
.index-news-img {
	display: none;
}
.index-news-img img {
	width: 100%;
}
@media (max-width: 1440px) {
	.index-news .l-contents {
		width: 80%;
		margin: 0 auto;
		max-width: 1080px;
	}
}
@media (max-width: 1366px) {
	.index-news .l-contents {
		width: 80%;
		margin: 0 auto;
		max-width: 968px;
	}
}
.index-news .index-title { padding-bottom:2%;}
.s-home_service .service_header {
	padding: 75px 0 75px 200px;
	background: #fff;
	line-height: 1.2
}
.s-home_service .service_body {
	padding-bottom: 32px;
}
.m-service_lines {
	position: relative;
}
.m-service_lines .unit {
	display: block;
	overflow: hidden;
	position: relative;
	height: 460px;
	background:#fff;
}
.m-service_lines .unit_header {
	position: relative;
	z-index: 2;
	height: 180px;
	padding: 30px;
	-webkit-transition: color 550ms cubic-bezier(.23, 1, .32, 1);
	-moz-transition: color 550ms cubic-bezier(.23, 1, .32, 1);
	transition: color 550ms cubic-bezier(.23, 1, .32, 1)
}
.m-service_lines .unit_header:before {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 16px;
	height: 3px;
	background: -webkit-linear-gradient(left, #2ba694, #276dab);
    background: -o-linear-gradient(right, #2ba694, #276dab);
    background: -moz-linear-gradient(right, #2ba694, #276dab);
    background: linear-gradient(to right, #2ba694, #276dab);
	content: " ";
	-webkit-transition: background 550ms cubic-bezier(.23, 1, .32, 1);
	-moz-transition: background 550ms cubic-bezier(.23, 1, .32, 1);
	transition: background 550ms cubic-bezier(.23, 1, .32, 1)
}
.m-service_lines .unit_header .en {
	margin-bottom: 20px;
	padding-top: 30px;
	font-size: 22px;
	max-height:78px;
	line-height: 30px;
	color:#333;
	font-weight: 500;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.m-service_lines .unit_header .jp {
	font-size: 13px;
	font-weight: 700
}
.m-service_lines .unit_header .jp img {
	display: none;
	width: 24px;
	float: right;
}
.m-service_lines .unit_body {
	position: absolute;
	top: 180px;
	height: 280px;
	left: 0;
	z-index: 1;
	width: 100%;
	-webkit-transition: top 550ms cubic-bezier(.23, 1, .32, 1);
	-moz-transition: top 550ms cubic-bezier(.23, 1, .32, 1);
	transition: top 550ms cubic-bezier(.23, 1, .32, 1)
}
.m-service_lines .unit_body:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: 0 0;
	content: ""
}
.m-service_lines .body_inner {
	position: relative;
	z-index: 2;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	-webkit-transition: height 550ms cubic-bezier(.23, 1, .32, 1);
	-moz-transition: height 550ms cubic-bezier(.23, 1, .32, 1);
	transition: height 550ms cubic-bezier(.23, 1, .32, 1);
}
.m-service_lines .body_inner:after,
.m-service_lines .body_inner:before {
	top: 0;
	-webkit-transition: background 550ms cubic-bezier(.23, 1, .32, 1);
	-moz-transition: background 550ms cubic-bezier(.23, 1, .32, 1);
	transition: background 550ms cubic-bezier(.23, 1, .32, 1);
	width: 100%;
	position: absolute;
	left: 0;
	height: 100%;
	content: " "
}
.m-service_lines .body_inner:before {
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 50%;
	-moz-background-size: auto 580px;
	background-size: auto 580px
}
.m-service_lines .body_inner:after {
	z-index: 2;
	background: 0 0
}
.m-service_lines .body_inner .lead {
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 3;
	padding: 0 30px;
	text-align: justify;
	color: #fff;
	font-size: 13px;
	line-height: 1.85;
	-webkit-transition: opacity 550ms cubic-bezier(.23, 1, .32, 1), top 550ms cubic-bezier(.23, 1, .32, 1);
	-moz-transition: opacity 550ms cubic-bezier(.23, 1, .32, 1), top 550ms cubic-bezier(.23, 1, .32, 1);
	transition: opacity 550ms cubic-bezier(.23, 1, .32, 1), top 550ms cubic-bezier(.23, 1, .32, 1);
	opacity: 0;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.m-service_lines .body_inner .list {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 0 40px 40px
}
.m-service_lines .body_inner .list li {
	-webkit-transition: opacity 550ms cubic-bezier(.23, 1, .32, 1);
	-moz-transition: opacity 550ms cubic-bezier(.23, 1, .32, 1);
	transition: opacity 550ms cubic-bezier(.23, 1, .32, 1);
	opacity: 0
}
.m-service_lines .body_inner .list a {
	font-family: "Inter UI", sans-serif
}
.m-service_lines .unit_body:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 0;
	height: 100%;
	background: #e5e5e5;
	content: " "
}
.m-detail_header:after,
.m-kv_header:after {
	content: ""
}
.m-service_lines .unit_inner.app_is_active .unit_body:after {
	-webkit-animation: to100per .4s cubic-bezier(.25, .46, .45, .94) both .3s;
	-moz-animation: to100per .4s cubic-bezier(.25, .46, .45, .94) both .3s;
	animation: to100per .4s cubic-bezier(.25, .46, .45, .94) both .3s
}
.m-service_lines .unit_inner.app_is_active .body_inner:before {
	-webkit-animation: bgmask_mov .7s cubic-bezier(.25, .46, .45, .94) both .6s;
	-moz-animation: bgmask_mov .7s cubic-bezier(.25, .46, .45, .94) both .6s;
	animation: bgmask_mov .7s cubic-bezier(.25, .46, .45, .94) both .6s
}
.m-service_lines .unit.is_active .unit_header .en,
.m-service_lines .unit.is_active .unit_header .jp {
	color: #fff
}
.m-service_lines .unit.is_active .unit_header:before {
	background: -webkit-linear-gradient(left, #2ba694, #276dab);
    background: -o-linear-gradient(right, #2ba694, #276dab);
    background: -moz-linear-gradient(right, #2ba694, #276dab);
    background: linear-gradient(to right, #2ba694, #276dab);
}
.m-service_lines .unit.is_active .unit_body {
	top: 0
}
.m-service_lines .unit.is_active .unit_body:before {
	height: 620px
}
.m-service_lines .unit.is_active .body_inner {
	height: 460px;
}
.m-service_lines .unit.is_active .body_inner:before {
	background-position: 50% 0
}
.m-service_lines .unit.is_active .body_inner:after {
	background: rgba(0, 0, 0, .65)
}
.m-service_lines .unit.is_active .body_inner .lead {
	top: 180px;
	opacity: 1
}
.m-service_lines .unit.is_active .body_inner .list li {
	opacity: 1
}
.m-service_lines .unit.is_active .body_inner .list li:nth-child(1) {
	-webkit-transition: opacity .4s cubic-bezier(.23, 1, .32, 1) .1s;
	-moz-transition: opacity .4s cubic-bezier(.23, 1, .32, 1) .1s;
	transition: opacity .4s cubic-bezier(.23, 1, .32, 1) .1s
}
.m-service_lines .unit.is_active .body_inner .list li:nth-child(2) {
	-webkit-transition: opacity .4s cubic-bezier(.23, 1, .32, 1) .2s;
	-moz-transition: opacity .4s cubic-bezier(.23, 1, .32, 1) .2s;
	transition: opacity .4s cubic-bezier(.23, 1, .32, 1) .2s
}
/**/
.unitDemo { padding: 0 6px; }
.unitDemo .item { border-radius: 5px; background-color: #d7d7d7; font-size: 14px; color: #333; padding: 10px 10px; margin: 0 7px; display: block; text-align: center; }
.unitDemo .item:hover, .unitDemo .item.act { background-color: #cc0000; color: #fff; }
.unitDemo .slick-arrow { width: 40px;
	height: 68px;
	display: block;
	background-color: rgba(188, 159, 95, 1);
	top: 50%;
	margin-top: -30px; }
.unitDemo .slick-arrow i { width: 100%; height: 100%; margin: 0 auto; display: block; transition: 300ms; -webkit-transition: 300ms; }
.unitDemo .slick-prev { left: 6px; }
.unitDemo .slick-next { right: 6px; }
.unitDemo .slick-prev i { background-size: 38%; }
.unitDemo .slick-next i { background-size: 38%; }
.unitDemo .itemA { display: block; margin: 0 5px; cursor: pointer;}
.unitDemo .unitDemo-img { position: relative; overflow: hidden; }
.unitDemo.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; z-index: 99; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; padding: 0; border: none; outline: none; }
.unitDemo .slick-dots { text-align: center; margin-top: 3%; }
.unitDemo .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background: #cecece;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;;
}
.unitDemo .slick-dots li a {
}
.unitDemo .slick-dots li.slick-active {
	background: url("../images/op04_h.png");
}

/* ind-shop */
.indShop {
    position: relative;
    z-index: 11;
    background: #fff url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    padding: 108px 0;
}

.indShop .inner {
    position: relative;
    z-index: 11;
}

.indTit.center {
    text-align: center;
	padding-bottom:2%;
}

.indTit.center span{ 
    font-size:36px; 
	color:#333; 
	font-weight:bold;
}
.indTit.center p{ 
    font-size:18px; 
	color:#b1b1b1; 
	font-weight:bold;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif
}

.indShop_bor {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 90%;
    height: 80%;
    border: 2px solid #036eb8;
    padding: 6px;
    z-index: -1;
}

.indShop_bor span {
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border: 1px solid #036eb8;
}

.indShop_view {
    padding: 4% 0 0 0;
}

.indShop_box {
    overflow: hidden;
    width: 100%;
}

.indShop_a {
    float: left;
    display: block;
    width: 30%;
    padding: 6px;
    height: 280px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.indShop_a1 {
    width: 40%;
    height: 560px;
}

.indShop_a .indShop_img {
    width: 100%;
    height: calc(100% - 42px);
}

.indShop_img {
    position: relative;
    overflow: hidden;
}

.indShop_a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
}

.indShop_a:hover img {
    transform: scale(1.1);
}

.indShop_txt {
    padding: 18px;
}

.indShop_txt h6 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.indShop_txt p {
    line-height: 1.6;
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-top: 14px;
    display: none;
}

.indShop_txt span {
    font-size: 14px;
    display: none;

}

.indShop_a>p {
    line-height: 2;
    font-size: 16px;
    color: #333;
    padding: 6px;
    text-align: left;
}

.inner {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}

/* ========================================================================================
    footer
=========================================================================================== */
.tmkFoot>.inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
	width:90%;
	max-width:none!important;
	margin:0 auto;
}

.tmkFoot {
    background: #074076 url(../images/bg-swirl.svg) repeat 0 0/52px;
    width: 100%
}


.footLeft {
    width: 66%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footLeftogo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 35px 0;
}

.footLeftogo a {
    width: 101px;
}

.footLeftogo img {
    max-width: 100%;
}

.footLefTxt {
    margin-left: 48px;
    padding-bottom: 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 42px;
}

.footLefTxt span {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1px;
	font-weight:bold;
}

.footLefTxt p {
    color: #fff;
    font-size: 15px;
    margin-top: 21px;
    letter-spacing: 1.6px;
    font-weight: 200;
    line-height: 1;
}

.tmkFoot-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 45px;
}

.tmkFoot-nav dl {
    width: 20.66%;
    float: left;
    margin-top: 35px;
}
.tmkFoot-nav dl:nth-child(2) {
    width: 38%;
}

.tmkFoot-nav dl dt a {
    color: #fff;
    position: relative;
    font-size: 18px;
    padding-bottom: 2px;
	font-weight:bold;
}

.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: 32px;
}

.tmkFoot-nav dl dd a {
    color: #fff;
	font-size:14px;
}

.tmkFoot-nav dl dd a:hover,
.tmkFoot-nav dl dt a:hover {
    color: #fff;
}

.footRig {
    width: 34%;
    padding-left: 6%;
    position: relative;
    height: calc(100% - 108px);
}

.footRig .footRig_box {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.tmkFoot_copy {
    color: #fff;
    font-size: 14px;
	line-height:32px;
    margin-top: 10px;
}

.tmkFoot_copy a {
    color: #fff;
}

.tmkFoot_copy a:hover {
    color: #fff;
}

.footRig_box {
    transform: translateX(100%);
    transition: ease .65s;
    opacity: 0;
}

.footRig_box .text {
    color: #c5c5c5;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:20px;
}

.footRig_box .text .foottitle{ float:left; padding-right:10%;}
.footRig_box .text .foottitle h2 {
    font-size: 28px;
    color: #fff;
    margin-top: 28px;
	line-height:46px;
    font-weight: 600;
    text-transform: capitalize;
}

.footRig_box .text .foottitle h3 {
    margin: 0 0 42px;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.footRig_box .text p {
    line-height: 2.4;
    color: #fff;
    font-size: 16px;
	font-weight:bold;
    letter-spacing: 0.5px;
}

.footRig_box .text p span {
    font-size: 16px;
    font-weight: 300;
}

.footRig_box .text p a {
    color: #fff;
}

.footRig_box .text p img {
    width: 22px;
    margin-right: 6px;
}

.footRig_box .text p i {
    margin-right: 5px;
    color: #fff;
}

.footEwm {
    line-height: 24px;
    color: #f6f6f6;
    font-size: 12px;
	float:left;
	display:flex;
	margin-top:28px;
}

.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 {
	line-height:26px;
    font-weight: 600;
    font-size: 16px;
	padding-top:25px;
}

.footEwm h2 img {
    display: block;
    width: 26px;
    margin-bottom: 18px;
}


@media(max-width:1024px) {
 /* index-Shop */
    .indShop_box {
        width: 90%;
        margin: 0 auto;
    }
	
	.inner {
        width: 90%;
    }

    .indShop_a1 {
        width: 100%;
    }

    .indShop_a {
        width: 50%;
    }
	
	/* footer */
    .tmkFoot>.inner {
        flex-wrap: wrap;
    }

    .footLeftogo {
        display: none;
    }

    .tmkFoot-nav {
        width: 100%;
        padding: 0 0 38px;

    }

    .footRig,
    .footLeft {
        width: 100%;
    }

    .footLeft {
        border-right: 0;
    }

    .footRig {
        padding: 0;
    }

    .footRig_box {
        display: flex;
        align-items: center;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footRig_box .text h3,
    .footRig_box .text h2 {
        display: none;
    }

    .footIco {
        margin: 0;
    }

    .footRig_flex {
        order: -1;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        margin-right: 50px;
        padding: 20px;
        width: 40%;
    }

    .tmkFoot_copy {
        margin: 0;
        padding: 28px 0;
    }

    .tmkFoot_copy a {
        float: right;
    }
}

@media(max-width:786px) {

.apply {
    text-align: center;
	overflow: hidden;
	width:100%;
	margin:70px auto 20px auto;
	background-image: none;
	background-repeat:no-repeat;
	background-position:center;
}
.apply h3 {
    font-size: 25px;
    color: #333;
}

.apply h4{
	text-transform: uppercase;
    color: #666;
    font-size: 14px;
    padding: 14px 0;
}
.apply ul {
	padding:2% 0%;
}
.apply ul li {
    float:left;
    width:25.33%;
    margin:2% 4%;
    border-radius: 7px;
    *background: rgba(0, 0, 0, 0.1);
}
.apply ul li.on {
    *background: rgba(0, 0, 0, 0.5);
}
.apply ul li i {
    display:block;
    text-align:center;
    margin:20px auto;
    overflow:hidden;
	transition: all 0.5s;
}
.apply ul li:hover i {
	transform: translate(0,-10px);
}
.apply ul li i img { width:90%;}
.apply ul li p {
    font-size:15px;
    color:#3a3a3a;
	padding:0 0 10px 0;
}

 /* index shop */
    .indShop {
        padding: 28px 0 48px;
    }

    .indShop_bor {
        top: 20px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 60px);
    }

    .indShop_view {
        padding: 38px 14px 14px;
    }

    .indShop_a {
        height: 148px;
        padding: 2px;
    }

    .indShop_a1 {
        width: 100%;
        height: 238px;
    }

    .indShop_box {
        width: 100%;
    }

    .indShop_a>p {
        padding: 0;
        font-size: 14px;
        opacity: 0.8;
    }
	
	 /* footer */

    .temeike {
        margin-bottom: 608px;
    }

    .footLeft {
        padding-top: 38px;
    }

    .tmkFoot-nav {
        padding: 0;
        border: 0;
    }

    .tmkFoot-nav dl {
        width: 100%;
        margin-top: 12px;
    }
	.tmkFoot-nav dl:nth-child(2) {
    width: 100%;
    }

    .tmkFoot-nav dl dt {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .tmkFoot-nav dl dd {
        float: left;
        width: 100%;
    }

    .tmkFoot-nav dl dt {
        margin-bottom: 3px;
    }

    .tmkFoot-nav dl dt a {
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 2;
    }

    .tmkFoot-nav dl dd {
        line-height: 2;
    }

    .tmkFoot-nav dl dd a {
        line-height: 2;
        font-size: 13px;
        letter-spacing: 1px;
    }
	
	.footRig_box .text:nth-child(1){ display:none;}
	
	.footRig_box .text p {
    line-height: 2.4;
    color: #fff;
    font-size: 14px;
	font-weight:normal;
}

    .tmkFoot_copy {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 300;
        padding: 10px 0 28px;
        color: #c5c5c5;
        opacity: 1;
        text-align: center;
    }

    .tmkFoot_copy a {
        color: #c5c5c5;
        font-weight: 300;
        font-size: 12px;
        float: none;
        margin-top: 3px;
    }

}

.cpzs_con1_u1{font-size: 0; margin:0px auto;}
.cpzs_con1_u1 li{display: inline-block;vertical-align: top;width:23%;margin-right: 2.6%;position: relative;text-align: center;margin-bottom: 40px;}
.cpzs_con1_u1 li:nth-child(4n){margin-right: 0;}
.cpzs_con1_u1 li img{width: 100%;}
.cpzs_con1_u1 li a span{display: block;}
.cpzs_con1_u1 li a{display: block;position: relative;text-align: center;background: #e3e7ea;box-sizing: border-box;border: 1px solid #dedede;padding: 5px;}
.cpzs_con1_u1 li a:after{content: '';display: block;width: 0%;height: 1px;background:#0149ab;position: absolute;right: 0;top: 0;transition: 0.5s ease-out;z-index: 2;}
.cpzs_con1_u1 li a:before{content: '';display: block;width: 1px;height: 0%;background:#0149ab;position: absolute;right: 0;top: 0;transition: 0.5s ease-out;z-index: 2;}
.cpzs_con1_u1 li a span:after{content: '';display: block;width: 0%;height: 1px;background:#0149ab;position: absolute;left: 0;bottom: 0;transition: 0.5s ease-out;z-index: 2;}
.cpzs_con1_u1 li a span:before{content: '';display: block;width:1px;height: 0%;background:#0149ab;position: absolute;left: 0;bottom: 0;transition: 0.5s ease-out;z-index: 2;}
.cpzs_con1_u1 li a:hover:after,.cpzs_con1_u1 li a:hover span:after{width: 100%;}
.cpzs_con1_u1 li a:hover:before,.cpzs_con1_u1 li a:hover span:before{height: 100%;}



.cpzs_con1_u1 li a span img{max-width:100%;transform: translateX(0);}
.sec3_right_div{box-sizing: border-box;padding:28px 35px 40px;}
.sec3_right_div h1{font-size: 17px;color: #2c3238;transition: 0.3s ease-out;}
.sec3_right_div p{position: relative;margin-top: 5px;}
.sec3_right_div p:after{content: '';display: block;width: 100%;height: 1px;background: #cecfd1;position: absolute;top: 50%;left: 0;}
.sec3_right_div p font{display: inline-block;font-size: 14px;color:#a7acb5;background: #e3e7ea;box-sizing: border-box;padding: 0 15px;z-index: 2;position: relative;}
.cpzs_con1_u1 li a i{display: block;width: 45px;height: 45px;line-height: 45px;text-align: center;border-radius: 50%;background: #0149ab;
position: absolute;bottom: -20px;left: 50%;margin-left: -22px;z-index: 3;transition: 0.3s ease-in-out;transform: translateY(20px);opacity: 0;}
.cpzs_con1_u1 li a i img{transition: 0.3s ease-out;transform:translateX(0px);width: auto;}
.cpzs_con1_u1 li a i:hover img{transform:translateX(0px) rotate(180deg);}
.cpzs_con1_u1 li a:hover i{transform: translateY(0);opacity: 1;}
.cpzs_con1_u1 li a:hover h1{color: #0149ab;}
.cpzs_con1 .xwpage {padding: 10px 0 30px;}

.cpzs,.alzs{background: white;}
.cpzs .gsjj_con1_div1,.alzs .gsjj_con1_div1{box-shadow: none;}
.alzs_con1{padding: 0;}
.sliwert{padding: 80px 0;}


/*=========
	contact
===============================*/
.contact {
}
.contact-box {
	text-align: center;
	background-size: cover;
	overflow: hidden;
	margin-bottom:50px;
}
.contact-view {
	overflow: hidden;
}
.contact-view > div {
	float: left;
	margin: 1%;
	height:400px;
	text-align: center;
	background:#f8f8f8;
}
.contact-con {
	width: 33%;
	text-align: left;
	background: #ffffff;
	padding:6px 0;
}
.contact-con ul {
	display: inline-block;
	text-align: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.contact-con-li {
	position: relative;
	padding: 10px 10px 10px 50px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 16px;
	margin-bottom:10px;
}
.contact-con-li:last-child {
	border: none;
}
.contact-con-li .ico {
	position: absolute;
	left: 0;
	top: 20px;
	display: block;
	width: 32px;
	height: 32px;
	background-position: 0 0;
	background-size: 100% 100%
}
.contact-con-li .addr {
	background-image: url(../images/h_ctc_ico1.png);
}
.contact-con-li .tel {
	background-image: url(../images/h_ctc_ico2.png);
}
.contact-con-li .fax {
	background-image: url(../images/h_ctc_ico3.png);
}
.contact-con-li .mail {
	background-image: url(../images/h_ctc_ico4.png);
}
.contact-con-li .qq {
	background-image: url(../images/h_ctc_ico5.png);
}
.contact-con-li .tit {
	font-size: 16px;
    color: #000;
}
.contact-con-li .txt {
	color: #333;
    font-size: 15px;
	line-height:30px;
}
.contact-img {
	width: 62%;
	padding: 5px;
	border: 1px solid #eeeeee;
}
@media (max-width: 1040px) {
.contact-view>div {
		float: none;
		margin: 0;
		width: 100%;
	}
	.contact-con {
		padding: 3%;
	}
	.contact-con ul {
		overflow: hidden;
		width: 100%;
		top: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.contact-con-li {
		width: 78%;
		margin: 1%;
		float: left;
	}
	.contact-con-li:last-child {
		border-bottom: 1px solid #e7e7e7;
	}
	.contact-con-li .txt {
		font-size: 14px;
	}
	.contact-con-li .tit {
		font-size: 15px;
	}
}


div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}

div.zoomDiv img {
  max-width: none;
}

div.zoomMask {
  position: absolute;
  background: url(../images/mask.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
  max-width: 200px !important;
  max-height: 200px !important;
}

.img-center {
  text-align: center;
  font-size: 0;
}

.img-center img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.pc-slide {
  width: 100%;
  margin: 0 auto;
}

.pc-slide .view {
  border: 1px solid #ddd;
}

.pc-slide .view .swiper-slide {
  width: 100%;
}

.pc-slide .view .swiper-slide .imgauto {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.pc-slide .preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.pc-slide .preview .swiper-container {
  width: 84%;
  margin: 0 8%;
}

.pc-slide .preview .swiper-slide {
  width: 31%;
  padding: 5px;
}

.pc-slide .preview .swiper-slide .imgauto {
  width: 100%;
  border: 1px solid #ddd;
}

.pc-slide .preview .swiper-slide .imgauto img {
  display: block;
  max-width:100%;
}

.pc-slide .preview .active-nav .imgauto {
  border: 1px solid #4576be;
}

.pc-slide .preview .arrow-left {
  background: url(../images/feel3.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.pc-slide .preview .arrow-right {
  background: url(../images/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.page_title1 {
  background:#e7e7e7;
}

.page_title1 h3 {
  width: 140px;
  height: 42px;
  font-size: 18px;
  display: block;
  color: #fff;
  line-height: 42px;
  text-align: center;
  font-weight: normal;
  background: -webkit-linear-gradient(left, #0f74ac , #179e97); 
  background: -o-linear-gradient(right,  #179e97, #0f74ac); 
  background: -moz-linear-gradient(right,  #179e97, #0f74ac); 
  background: linear-gradient(to right,  #179e97, #0f74ac);
}
.page_title1 h3 a:hover{
  color: #fff;
}

.page_title_1{ 
  float:right;
  margin-bottom:60px;
}
.page_title_1 h3 {
  width: 140px;
  height: 42px;
  font-size: 18px;
  margin-top: 10px;
  display: block;
  color: #fff;
  line-height: 42px;
  text-align: center;
  font-weight: normal;
  background: -webkit-linear-gradient(left, #0f74ac , #179e97); 
  background: -o-linear-gradient(right,  #179e97, #0f74ac); 
  background: -moz-linear-gradient(right,  #179e97, #0f74ac); 
  background: linear-gradient(to right,  #179e97, #0f74ac);
}
.page_title_1 h3 a:hover{
  color: #fff;
}

.pro_content{ width:48%; float:left;}
.page_content { width:48%; float:right;}

@media screen and (max-width: 640px) {
/*产品展示*/
.cpzs_con1_u1 li{display: inline-block;vertical-align: top;width:100%;margin-right: 0;position: relative;text-align: center;margin-bottom: 40px;}
.cpzs_con1_u1 li:nth-child(2n){margin-right: 0;}
.sec3_right_div{ padding:8px 5px 10px}
.sec3_right_div h1{font-size: 14px;color: #2c3238;transition: 0.3s ease-out;}


.pro_content .pro_pic {
  width: 100%;
  float: left;
}

.pro_content .pro_text {
  width: 100%;
  float: left;
  padding-left: 0;
}

.pro_content{ width:100%; float:left;}
.page_content { width:100%; float:left; margin-top:30px;}

}