@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(../fonts/SourceHanSansCN-Normal_1.otf);
	font-family:"myfont";
	}
@font-face{
	src:url(../fonts/Montserrat-Light.otf);
	font-family:"myfont_e";
	}
*{
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-size:12px;
	color:#666;
	list-style:none;
	font-family:"myfont_e",Arial,sans-serif,"myfont";
	font-weight:normal;
	}
@font-face {
  font-family: 'iconfont';
  src:url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'),
  url(../icons/iconfont.woff) format('woff'),
  url(../icons/iconfont.ttf) format('truetype'),
  url(../icons/iconfont.svg#iconfont) format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
p{
	margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
	list-style:none;
	font-size:12px;
	line-height:24px;
	}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, dir, section{
    margin: 0;
    padding: 0;
    display: block;	
}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}
/*index*/
.w_all{
	width:92%;
	margin:auto;
	}
html, body{
	width:100%;
	position:relative;
	background:#f5f5f5;
	font-size:72.5%;
	}
.nav_box{
	width:100%;
	z-index:9999;
	position:fixed;
	left:0;
	top:0;
	background: #fff;
	box-shadow:  0 8px 14px 0 rgba(0,0,0,.1)
	}
.nav_box .nav{
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
}
.logo{
	width:8%;
	display:block;
	}
.logo .img1{
	display:none;
	width:100%;
	}
.logo .img2{
	display:block;
	width:100%;
	}
.header_o .logo .img2{
    display:block;
	}
.header_o .logo .img1{
    display:none;
	}
.nav_list0{
	position:absolute;
	top: 65px;
    background: #174e5b;
    left: 0;
    width: 100%;
	}
 .nav_list0 ul{
    display: flex;
    overflow: auto;
    padding: 10px 0;
    width: 100%;
    justify-content: center;
    }
.nav_list0 ul li{
	margin:0 30px;
	line-height: 40px;
	}
.nav_list0 li h1{
	color:#fff;
	font-size:1.3rem;
	text-transform:uppercase;
	position:relative;
	}
.nav_list0 li:hover h1{
	}
.nav_list0 li h1:before{
	content:"";
	width:0;
	height:2px;
	background:#174e5b;
	position:absolute;
	right:0;
	bottom:-2px;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	opacity:0;
	}
.nav_list0 li.active h1{
	letter-spacing:1px;
	color:#eee !important;
	}
.nav_list0 li:hover h1:before{
	width:100%;
	opacity:1;
	right:inherit;
	left:0;
	}
.nav_list0 li.active h1:before{
	background:#fff}
.header_o .nav_list0 li.active h1{
	color:#174e5b !important;
	}
.header_o .nav_list0 li h1:before{
	background:#333}
.header_o .nav_list0 li.active h1:before{
	background:#174e5b}

.nav_b{
    display:flex;
    align-items: center;
	}
.nav_b .language{
	color:#222;
	float:left;
	margin-right:40px;
	padding-right:40px;
	border-right:1px solid #ddd;
	font-size:1.2rem;
	display:flex;
    align-items: center;
	}
.nav_b .language i{
	color:#333;
	font-size:2.2rem;
	margin-right:8px;
	
	}
.navBtn{
	float:right;
	cursor:pointer;
	margin-top:-3px;
}
.navBtn span{
	display: block;
	width: 32px;
	height: 2px;
	background:#333;
	margin:6px 0;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.navBtn span:nth-of-type(3){
	width:20px;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;}
.nav_b:hover span:nth-of-type(2){
	width:30px;}
.nav_btn_active{
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	margin-top:5px;
}
.nav_btn_active span:nth-of-type(1){
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.nav_btn_active span:nth-of-type(2){
	opacity:0;
	}
.nav_btn_active span:nth-of-type(3){
	width: 32px;
    margin-top: -16px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.nav_right{
	position:fixed;
	right:0%;
	top:0;
	height:100%;
	background:rgba(255,255,255,0.5);
	width:100%;
	z-index:999;
	display:none;
	}
.nav_right .left{
	float:left;
	width:50%;
	height:100%;
	background:url(../image/menu_bg.jpg) no-repeat center center;
	background-size:cover;
	}
.nav_list{
	width:50%;
	background:#fff;
	position:absolute;
	right:-100%;
	top:0;
	height:100%;
	}
.nav_list ul {
	width:70%;
	position:absolute;
	left:220px;
	top:50%;
	opacity:0;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	}
.nav_list ul li{
	position: relative;
	color:#fff;
	cursor: pointer;
	margin:50px 0;
}
.nav_list ul li h1{
	font-size: 1.6rem;
	box-sizing:border-box;
	letter-spacing:1px;
	color:#333;
	float:left;
	box-sizing:border-box;
	position:relative;
	padding:3px 15px;
	position:relative;
	font-weight:bold;
	text-transform:uppercase;
}
.nav_list ul li h1:after{
	content:"";
	width:0;
	height:100%;
	background:#174e5b;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	z-index:-1;
	}
.nav_list ul li:hover h1:after{
	width:100%;
	opacity:1;
}
.nav_list ul li:hover h1{
	color:#fff;
	}
.nav_list ul li:hover i{
	color:#174e5b;
	}
.nav_list ul li h1.active{
	color:#174e5b;
	}
.nav_list ul li i{
	float:left;
	margin-left:40px;
	font-size:1.4rem;
	color:#555;
	margin-top:8px;
	}
.banner{
	width: 100%;
	position:relative;
	z-index:2;
	background:#121216;
}
.bannerph{
    display: none;
}
.banner:after {
    content: "";
    z-index: 2;
    background: linear-gradient(0deg,#174e5b 0,#174e5b 10%,transparent);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
}
.banner ul li{
	width: 100%;
	height:100%;
	position:absolute;
	display:none;
	left:0;
	top:0;
	}
.banner ul li:first-of-type{
	display:block;}
.banner .video{
	width: 100%;
	height:108%;
	margin-top:-4%;
	display:block;
	object-fit:cover;
	border:0;
}
.banner .txt2{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-align:center;
	z-index:10;
	}
/*.banner .txt2 strong{
	font-size:4rem;
	color:#fff;
	line-height:4rem;
	display:block;
	margin-bottom:30px;
	}*/
.banner .txt2 strong img{
	display:block;
	width:100%;
	margin:auto;
	}
.banner .txt2 p{
	margin:30px auto;
	width:480px;}
.banner .txt2 span{
	color:#fff;
	line-height:4rem;
	font-size:2rem;
	float:left;
	margin-top:-15px;
	text-shadow:0 0 3px rgba(0,0,0,0.1);
	}
.banner .txt2 span:last-of-type{
	float:right;
	}
.banner .txt2 i{
	font-weight:normal;
	color:rgba(255,255,255,0.8);
	font-size:5rem;
	margin:0px 20px;
	cursor:pointer;
	}
.video_bigbox{
	width:100%;height:100%;background:rgba(255,255,255,0.88);position:fixed;bottom:0;left:0;z-index:999;display:none;
	z-index:9999999;}
.video_box{
	width:70%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.video_close img{
	display:block;width:40px;position:absolute;top:-9%;right:-5%;
	cursor:pointer;
	}
.all_links{
	position:fixed;
	left:50%;
	bottom:0%;
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
	background:#174e5b;
	padding:20px 2%;
	width:50%;
	z-index:99999999999;
	}
.all_links p{
	float:right;
	margin:0 15px;
	position: relative;
	overflow: hidden;
	}
.all_links p i{
	display:block;
	font-weight:normal;
	color:rgba(255,255,255,0.8);
	font-size:1.8rem;
	}
.all_links p img{
	display:block;
	font-weight:normal;
	width:22px;
	}
.all_links p .img2{
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 110px;
	margin-left: -55px;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.all_links p:hover{
	overflow: inherit;
}
.all_links p:hover .img2{
	opacity: 1;
	bottom: 30px;
}
.all_links h1{
	width:75%;
	color:#fff;
	font-size:1.24rem;
	position:absolute;
	line-height:1.3;
	left:5%;
	top:50%;
	z-index:9;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	}
.all_links  h1:before{
	content:"";
	width:60px;
	height:1px;
	background:#fff;
	position:absolute;
	left:-75px;
	top:50%;
	z-index:99;
	opacity:0.5;
	}
.banner .ban_scoll {
    width: 1px;
    height: 0%;
    position: absolute;
    left:2.5%;
    top: 85%;
    background-color: rgba(255,255,255,0.9);
    animation: ban_scoll 4s linear 0s infinite;
    -webkit-animation: ban_scoll 4s linear 0s infinite;
}
@keyframes ban_scoll
{
	0%{height:0%;top:85%;}
	50%{height:6%;top:85%;}
	100%{height:0%;top:92%}
}
@-webkit-keyframes mymove
{
	0%{height:0%;top:94%;}
	50%{height:6%;top:94%;}
	100%{height:0%;top:99.9%}
}
.index_bar0{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 2rem;
    box-sizing: border-box;
}
.index_bar0 img{
    width: 100%;
}
.index_bar0 .swiper-pagination span{
    background: #fff !important;
    margin: 10px 5px !important;
}
.index_bar0ph img{
    width: 100%;
    display: none;
}
.index_bar1{
	position:relative;
	margin-top:5%;
	z-index:1;
	}
.index_title h1{
	font-size:3rem;
	color:#333;
	padding:0 0 20px;
	line-height: 1.1;
	text-transform:uppercase;
	font-weight:bold;
	}
.index_bar1 .left{
	width:38%;
	opacity:0;
	float:left;
	padding:4%;
	z-index:9;
	position:relative;
	margin:3% 0;
	background:rgba(255,255,255,0.96);
	box-shadow:0px 2px 6px 1px rgba(0, 0, 0, 0.04);
	padding-left:0;
	}
.index_bar1 p{
	font-size:1.2rem;
	opacity:0.8;
	margin-top:10px;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; 
  word-break: break-word;
	}
.index_bar1 p:first-of-type{
	font-size:1.26rem;
	opacity:1;
	color:#333;}
.index_bar1 .right{
	position:absolute;
	right:0%;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	width:58%;
	height:100%;
	}
.index_bar1 .right b{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	display:none;
	}
.index_bar1 .right b:first-of-type{
	display:block;}
.index_bar1 .right:before{
	content:"";
	width:100%;
	height:145%;
	position:absolute;
	right:0;
	top:-15%;
	background:rgba(0,0,0,0.03);
	padding:0 0 0 10%;
	}
.index_bar1 .right dl{
	position:absolute;
	left:50%;
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
	bottom:-6%;
	z-index:7;
	overflow:hidden;
	}
.index_bar1 .right dl dd{
	width:20px;
	height:3px;
	background:#333;
	margin:6px;
	border-radius:8px;
	opacity:0.4;
	float:left;
	}
.index_bar1 .right dl dd.active{
	opacity:1;}
.index_more{
	font-size:1.1rem;
	color:#555;
	margin-top:50px;
	font-weight:bold;
	float:left;
	position:relative;
	padding:5px 0;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	letter-spacing:0.5px;
	}
.index_more:before{
	content:"";
	width:100%;
	height:2px;
	background:#555;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition:all 0.6s linear;
	transition:all 0.6s linear;
	}
.index_more:hover{
	color:#174e5b;
	letter-spacing:1px;
	cursor:pointer;
	}
.index_more:hover:before{
	width:0;
	background:#174e5b;
	left:inherit;
	right:0;
	}
.index_bar1 .left dl{
	margin:6% 0 0;
    display: flex;
    justify-content: space-between;
}
.index_bar1 .left  dl a{
	text-align:center;
	background:#f6f6f6;
	box-shadow:0px 2px 8px  rgba(0, 0, 0, 0.04);
	width:24%;
	padding:1% 2% 2%;
	}
.index_bar1 .left  dl dd b{
    display: block;
    margin: auto;
    width: 100%;
}
.index_bar1 .left  dl dd b img{
	display:block;
	width:40%;
	margin:5px auto;
    
}
.index_bar1 .left  dl dd span{
	font-size:1.2rem;
	color:#333;
	opacity:0.8
	}
.index_bar2{
	padding-top:5%;
	position:relative;
	z-index:2;
	overflow:hidden;
	padding-bottom:2%;
	}
.index_bar2 ul li{
	position:relative;
	margin-bottom:5%;}
.index_bar2 ul li:nth-of-type(2n) b{
	float:right;
	}
.index_bar2 ul li b{
	float:left;
	width:57%;
	position:relative;
	z-index:5;
	overflow:hidden;
	box-shadow:0px 5px 8px 2px rgba(0, 0, 0, 0.04);
	}
.index_bar2 ul li b:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(255,255,255,0.1);
	opacity:0;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	z-index:9;
	}
.index_bar2 ul li b:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:rgba(255,255,255,0.98);
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	z-index:9;
	}
.index_bar2 ul li.active b:after{
	width:0;}
.index_bar2 ul li:hover b:before{
	opacity:1;
	}
.index_bar2 ul li b img{
	display:block;
	width:100%;
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
	}
.index_bar2 ul li:hover b img{
	-webkit-transform:scale(1.02);
	transform:scale(1.02);
	}
.index_bar2 ul li .txt{
	position:absolute;
	right:0;
	top:60%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	width:37%;
	opacity:0;
	}
.index_bar2 ul li:nth-of-type(2n) .txt{
	right:inherit;
	left:0;
	}
.index_bar2 ul li .txt:before{
	content:"";
	width:100%;
	height:1px;
	background:rgba(0,0,0,0.08);
	position:absolute;
	left:-20%;
	top:-50%;
	padding:0 20%;
	}
.index_bar2 ul li:first-of-type .txt:before{
	display:none;}
.index_bar2 ul li .txt h2{
	font-size:2.4rem;
	color:#333;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:bold;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.index_bar2 ul li:hover .txt h2{
	color:#174e5b;}
.index_bar2 ul li h3{
	font-size:20rem;
	color:#333;
	position:absolute;
	right:-10%;
	top:20%;
	opacity:0;
	font-weight:bold;
	}
.index_bar2 ul li:nth-of-type(2n) h3{
	right:inherit;
	left:-10%;
	top:40%;
	}
.index_bar2 ul li .txt p a{
	font-size:1.26rem;
	color:#555;
	margin-right:15px;
	border-right:1px solid #ccc;
	padding-right:15px;
	line-height:20px;
	letter-spacing:0.2px;
	}
.index_bar3{
	width:100%;
	background:#f5f5f5;
	padding:0% 0 5%;
	}
.index_bar3 ul{
	margin:auto;
	border-top:1px solid #ddd;
	padding-top:5%;
	}
.index_bar3 ul li{
	float:left;
	width:48%;
	background:#174e5b;
	text-align:center;
	padding:4% 0;
	cursor:pointer;
	position:relative;
	}
.index_bar3 ul li:nth-of-type(2n){
	float:right;
	}
.index_bar3 ul li h1{
	color:#fff;
	font-size:2rem;
	position:relative;
	z-index:5;
	text-transform:uppercase;}
.index_bar3 ul li:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(23,78,91,0.5);
    z-index: 3;
	}
.index_bar3 ul li b{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
    display: block;
    -webkit-transition:all 0.6s linear;
	transition:all 0.6s linear;
    opacity: 0;
	}
.index_bar4{
	padding:3% 0% 4%;
	position:relative;
	overflow:hidden;}
.index_bar4:before{
	content:"";
	width:48.5%;
	height:100%;
	position:absolute;
	left:0;
	top:-28%;
	background:#fff;
	z-index:0;
	opacity:0.8;
	}
.index_bar4 .box{
	position:relative;
	z-index:9;
	width:96%;
	margin-left:0;
	opacity:0;}
.index_bar4 .swiper-slide{
	cursor:pointer;}
.index_bar4 .swiper-slide b{
	display:block;
	width:100%;
	overflow:hidden;
	position:relative;
    height:20rem;
}
.index_bar4 .swiper-slide b:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(255,255,255,0.1);
	opacity:0;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	z-index:9;
	}
.index_bar4 .swiper-slide b img{
    position: absolute;
    left: 0;
    top: 0%;
	display:block;
	width:100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
	}
.index_bar4 .swiper-slide:hover b img{
	-webkit-transform:scale(1.02);
	transform:scale(1.02);
	}
.index_bar4 .swiper-slide:hover b:before{
	opacity:1;
	}
.index_bar4 .swiper-slide .txt{
	width:70%;
	position:relative;
	z-index:8;
	}
.index_bar4 .swiper-slide .time{
	width:40%;
	background:rgba(245,245,245,0.96);
	margin-top:-8%;
	padding:5% 6% 0% 0;
	overflow:hidden;
	}
.index_bar4 .swiper-slide .time strong{
	font-size:1.4rem;
	color:#333;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:2px solid #555;
	line-height:36px;
	float:left;
	}
.index_bar4 .swiper-slide p{
	font-size:1.2rem;
	margin-top:20px;
	line-height:20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	}
.index_bar4 .btn{
	position:absolute;
	left:2%;
	top:50%;
	text-align:center;
	cursor:pointer;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	z-index:10;
	}
.index_bar4 .btn span{
	display:block;
	box-shadow:0px 10px 30px rgba(0, 0, 20, 0.13);
	background:#eee;
	border-radius:50%;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.index_bar4 .btn i{
	padding:15px 16px;
	color:#333;
	font-size:2rem;
	display:block;
	font-weight:bold;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.index_bar4 .btn:hover span{
	background:#174e5b;
	box-shadow:0px 8px 30px rgba(0, 0, 20, 0.1);
	}
.index_bar4 .btn:hover i{
	color:#fff;
	}
.footer{
	padding-bottom:3%;
	}
.footer ul{
	position:relative;
	z-index:9;
	}
.footer ul img{
	float:left;
	height:36px;
	display:block;
	margin-right:30px
	}
.footer ul li{
	float:left;
	margin:15px 0;
	padding:0 15px;
	background:#f5f5f5;
	}
.footer ul li a{
	font-size:1.4rem;
	color:#333;
	}
.footer ul li a:hover{
    color: #174e5b;
}
.footer  p{
	margin-top:25px;
	font-size:1.2rem;
	letter-spacing:0.2px;}
.footer p a{
	float:right;
	margin-left:10px;}
.footer p .gx{
	float: inherit;
}
.o_links{
	position:absolute;
	right:0;
	top:0px;
	text-align:center;
	cursor:pointer;
	}
.o_links b{
	display:block;
	box-shadow:0px 6px 20px rgba(0, 0, 20, 0.13);
	background:#fff;
	border-radius:50%;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	position: relative;
	width: 46px;
	height: 46px;
	float: left;
	margin-left: 12px;
	}
.o_links b img{
	height: 18px !important;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.o_links a:nth-of-type(4) b img{
	height: 19px !important;
}
.o_links:before{
	content:"";
	width:100%;
	padding-left:220%;
	height:1px;
	background:#ddd;
	position:absolute;
	right:0;
	top:50%;
	z-index:-1;
	}
.all_top i{
	color:#333;
	font-size:1.6rem;
	line-height: 44px;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	display:block;
	font-weight:bold;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.o_links b:hover{
	background: #f6f6f6;
	box-shadow:0px 2px 10px rgba(0, 0, 20, 0.08);
	}
.all_top:hover{
	background:#174e5b !important;
	}
.all_top:hover i{
	color:#fff;
	}
.header_o .nav_list0 li h1{
	color:#333;
	}
.contact{
	position:relative;
	padding-top:5%;
	z-index:1;
	margin-bottom:4%;
	}
.contact h1{
	font-size:3rem;
	color:#333;
	padding:0 0 20px;
	text-transform:uppercase;
	font-weight:bold;
	}
.contact .left{
	width:38%;
	opacity:1;
	float:left;
	padding:4%;
	z-index:9;
	position:relative;
	margin:3% 0;
	padding-left:4%;
	}
.contact p{
	font-size:1.2rem;
	opacity:0.8;
	margin-top:10px;
	}
.contact p:first-of-type{
	font-size:1.26rem;
	opacity:1;
	color:#333;
    width: 85%;
}
.contact .index_more{
	margin-top:30px;}
.contact .right{
	position:absolute;
	right:0%;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	width:58%;
	height:100%;
	}
.contact .right #dituContent{
	display:block;
	width:100%;
	height:84%;
	margin-top:100px;
	}
.contact .right:before{
	content:"";
	width:97%;
	height:118%;
	position:absolute;
	right:0;
	top:-15%;
	background:rgba(0,0,0,0.03);
	padding:0 0 0 10%;
	}
.contact .left dl{
	margin:8% -5% 0% 0;
	background:rgba(255,255,255,0.96);
	box-shadow:0px 2px 6px 1px rgba(0, 0, 0, 0.04);
	float:right;
	width:280px;
	padding:5%;}
.contact .left  dl dd{
	padding:2% 0;
	overflow:hidden;
	}
.contact .left  dl dd b img{
	display:block;
	width:12%;
	margin:0 10px;
	position:absolute;
	left:0;
	top:0;
}
.contact .left  dl dd span{
	font-size:1.2rem;
	color:#333;
	opacity:0.8;
	display:block;
	margin:6px 0;
	}
.contact .bottom{
	margin-top:3%;}
.contact .bottom p{
	float:left;
	margin-right:28px;
	cursor:pointer;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	opacity:0.8;
	overflow: hidden;
	position: relative;
	}
.contact .bottom p:hover{
	opacity:1;
	}
.contact .bottom p img{
	display:block;
	width:24px;
	}
.contact .bottom p i{
	font-size:1.9rem;
	color:#333;}
.contact .bottom p .img2{
	position: absolute;
	left: 50%;
	top: 40px;
	width: 110px;
	margin-left: -55px;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-shadow:0px 2px 6px 1px rgba(0, 0, 0, 0.04);
}
.contact .bottom p:hover{
	overflow: inherit;
}
.contact .bottom p:hover .img2{
	opacity: 1;
	top: 25px;
}
.xq{
	position:fixed;
	right:0%;
	top:0;
	height:100%;
	background:rgba(255,255,255,0.5);
	width:100%;
	z-index:9999;
	display:none;
	}
.xq_box{
	width:100%;
	height:100%;
	background:#fff;
	}
.close{
	position:fixed;
	top:4%;
	right:2%;
	width:20px;
	height:20px;
	cursor:pointer;
	z-index:99;
	opacity:0.7;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.close:hover{
	opacity:1;
	}
.close:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:30px;
	height:2px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	background:#333;
	}
.close:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:30px;
	height:2px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	background:#333;
	}
.xq .left{
	float:left;
	width:50%;
	height:100%;
	background:url(../image/contact_bg.jpg) no-repeat center center;
	background-size:cover;
	}
.xq .right{
	width:50%;
	background:#fff;
	position:absolute;
	right:-100%;
	top:0;
	height:100%;
	overflow:hidden;
	overflow-y:scroll;
	}
.xq .box {
	width:80%;
	margin-top:10%;
	margin-left:30%;
	padding:5%;
	opacity:0;
	}
.xq .box .index_title span{
	display:block;
	font-size:1.2rem;
	margin-bottom:5%;
	margin-top:-10px;
	}
.xq .box .message p{
	margin:30px 0;
	position:relative;
	}
.xq .box .message p strong{
	position:absolute;
	left:0;
	top:-5px;
	font-size:1.2rem;
	color:#333;
	opacity:0.6
	}
.xq .box .message p.active strong{
	opacity:1;
	}
.xq .box .message p.active input{
	border-bottom:1px solid #ccc;
	}
.xq .box .message p input{
	background:none;
	border:none;
	box-shadow:none;
	border-bottom:1px solid #eee;
	margin:10px 0;
	display:block;
	padding:5px 0;
	width:100%;
	font-size:1.26rem;
	color:#174e5b;
	}
.xq .box .message textarea{
	width:96%;
	height:120px;
	background:#f5f5f5;
	padding:3%;
	}
.xq .box .message .submit{
	margin-top:3%;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	}
.xq .box .message .submit input{
	background:none;
	text-align:left;
	font-size: 1.6rem;
    box-sizing: border-box;
    letter-spacing: 1px;
    color: #333;
    float: left;
    position: relative;
    padding: 3px 15px;
    font-weight: bold;
    text-transform: uppercase;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	cursor:pointer;
	}
.xq .box .message .submit i {
    float: left;
    margin-left: 20px;
    font-size: 1.4rem;
    color: #555;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
    margin-top: 8px;
}
.xq .box .message .submit:hover input {
    color: #fff;
	background:#174e5b;
}
.xq .box .message .submit:hover i {
	margin-left:30px;
	}
.o_ban{
	width:100%;
	position:relative;
    z-index: 8;
	}
.o_ban img{
	width:100%;
	display:block;
	}
.question{
	margin:5% 0 0%;
	position:relative;	}
.question:before{
	content:"";
	width:72%;
	top:15%;
	height:96%;
	background:rgba(42,59,63,0.03);
	position:absolute;
	left:0;
	z-index:1;
	display:none;
	}
.question .index_title{
	float:left;
	margin-left:7%;
	margin-top:1%;
	position:relative;
	z-index:2;}
.question .right{
	position:absolute;
	right:0;
	top:0;
	width:40%;
	z-index:1;
	height:480px;
	}
.question .right img{
	display:block;
	width:100%;
	}
.question .contain{
	width:55%;
	padding:2% 3% 3%;
	margin:1% 4% 5%;
	background:#fff;
	box-shadow:0px 5px 8px 2px rgba(0, 0, 0, 0.04);
	position:relative;
	z-index:3;
	}
.question ul li{
	width:100%;
	}
.question .bar{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	margin-top:20px;
	cursor:pointer;
	}
.question .bar img{
	float:left;
	margin-right:15px;
	width:20px;
	}
.question .bar h1{
	font-size:1.4rem;
	color:#333;
	margin-top:1px;
	float:left;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	width:80%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.question .bar:hover h1{
	color:#2a3b3f;
	letter-spacing:0.5px;
	}
.question .bar.active h1{
	color:#2a3b3f;
	letter-spacing:0.5px;
	}
.question .bar i{
	float:right;
	font-size:2.2rem;
	color:#333;
	margin-top:-1px;}
.question .bar2{
	padding:3% 4%;
	background:#f9f9f9;
	display:none;}
.question .bar2 img{
	width:26px;}
.question .bar2 p{
	font-size:1.2rem;
	color:#555;
	line-height:20px;
	position:relative;
	margin:6px 0;
	}
.news{
	position:relative;
	margin:5% 0 4%;
	z-index:1;
	overflow:hidden;
	}
.news .bc img{
	color:#333;
	width:9%;
	position:fixed;
	right:3%;
	top:29%;
	opacity:0.03;
	}
.news .contain{
	position:relative;
	margin-bottom:4.5%;
	cursor:pointer;
	}
.news .contain .left{
	width:38%;
	float:left;
	padding:4%;
	z-index:9;
	position:relative;
	margin:3% 0;
	background:rgba(255,255,255,0.96);
	box-shadow:0px 2px 6px 1px rgba(0, 0, 0, 0.04);
	}
.news .time{
	overflow:hidden;
	}
.news .time img{
	display:block;
	width:25px;
	float:left;
	margin-right:8px;
	}
.news .time strong{
	float:left;
	margin-top:3px;
	font-size: 1.4rem;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
	}
.news .contain p{
	color:#333;
	font-size:1.26rem;
	opacity:0.7;
	margin-top:10px;
	height:72px;
	overflow:hidden;
	}
.news .contain .right{
	position:absolute;
	right:11.8%;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	width:47%;
	height:100%;
	}
.news .contain .right b{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.news .contain .right b:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(255,255,255,0.1);
	opacity:0;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	z-index:9;
	}
.news .contain:hover .right b:before{
	opacity:1;
	}
.news .contain:hover .right b{
	left:10px;
	}
.news .contain:hover p{
	color:#2a3b3f;
	opacity:1;}
.news .contain .right:before{
	content:"";
	width:151%;
	height:100%;
	position:absolute;
	right:-50%;
	top:18%;
	background:rgba(0,0,0,0.03);
	padding:0 0 0 10%;
	}
.news .contain2{
	position:relative;}
.news .contain2 .n_nav{
	position:absolute;
	left:0;
	top:-3%;
	z-index:9;
	padding:0 5%;
	display:none;
	}
.news .contain2 .n_nav span{
	font-size:1.6rem;
	color:#333;
	margin-right:50px;
	}
.news .contain2 .n_nav span.active{
	font-size:3rem;
	color:#2a3b3f;
	font-weight:bold;
	}
.news .contain2 ul{
	background:rgba(255,255,255,0.96);
	padding:5% 5% 2%;
	position:relative;
	z-index:2;
}
.news .contain2 ul li{
	float:left;
	width:15%;
	margin-right:2%;
	margin-bottom:3%;
	cursor:pointer;
	}
.news .contain2 ul li:nth-of-type(6n){
	margin-right:0;
	}
.news .contain2 ul li b{
	overflow:hidden;
	width:100%;
	display:block;
	position:relative;
	height: 14rem;
	}
.news .contain2 ul li b:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(255,255,255,0.1);
	opacity:0;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	z-index:9;
	}
.news .contain2 ul li b img{
	display:block;
	height:100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
	}
.news .contain2 ul li:hover b img{
	-webkit-transform:scale(1.02);
	transform:scale(1.02);
	}
.news .contain2 ul li:hover b:before{
	opacity:1;
	}
.news .contain2 .txt{
	background:rgba(255,255,255,0.96);
	width:80%;
	padding:2% 5% 0 0;
	margin-top:-8%;
	position:relative;
	z-index:3;
	}
.news .contain2 ul li .time strong {
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 2px solid #555;
    line-height: 36px;
    float: left;
}
.news .contain2 .txt p{
	color:#333;
	font-size:1.26rem;
	opacity:0.7;
	overflow:hidden;
	margin-top:10px;
	white-space:nowrap;
	text-overflow:ellipsis;}
.news .contain2 .txt i{
	position:absolute;
	right:-12%;
	bottom:0;
	font-size:1.6rem;
	color:#333;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	opacity:0.5;
	}
.news .contain2 li:hover .txt i{
	right:-13%;
	color:#2a3b3f;
	opacity:1;}
.news .contain2 li:hover .txt p{
	color:#2a3b3f;
	opacity:1;
	}
.news_d{
	position:relative;
	z-index:1;
	}
.news_d .bc img{
	color:#333;
	width:9.5%;
	position:fixed;
	right:1%;
	top:50%;
	opacity:0.03;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	}
.news_d .contain{
	position:relative;
	}
.news_d .contain .left{
	width:38%;
	float:right;
	padding:4% 2%;
	z-index:9;
	position:relative;
	margin-top:9%;
	}
.news_d .time{
	overflow:hidden;
	margin-bottom:30px;
	}
.news_d .time img{
	display:block;
	width:25px;
	float:left;
	margin-right:8px;
	}
.news_d .time strong{
	float:left;
	margin-top:3px;
	font-size: 1.4rem;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
	}
.news_d .contain p{
	color:#555;
	font-size:1.22rem;
	margin:8px 0;
	}
.news_d .contain p span{
	font-size:1.22rem;
	}
.news_d .contain p strong{
	font-weight: bold;
	color: inherit;
	font-size:1.22rem;
	}
.news_d .contain p img{
    max-width: 100%;
}
.news_d .contain  img{
    max-width: 100%;
}
.news_d .contain .right{
	position:fixed;
	left:0%;
	top:0%;
	width:55%;
	height:100%;
	}
.news_d .contain .right img{
	display:block;
	max-width:100%;
	max-height: 100%;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	}
.news_d .contain .right:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0%;
	top:25%;
	background:rgba(0,0,0,0.03);
	padding:0 0 0 10%;
	}
.news .contain2 ul .pages{
    text-align: center;
}
.news .contain2 ul .pages span{
    margin: 0 5px;
    font-size: 1.3rem;
    color: #174e5b;
    font-weight: bold;
}
.news .contain2 ul .pages a{
    margin: 0 5px;
    font-size: 1.3rem;
    color: #333;
}
.news .contain2 ul li.rows{
    float: none;
    width: auto;
    margin-right: 0;
    margin-top: 10px;
    margin: 0 5px;
    font-size: 1.2rem;
}
.news .contain2 ul li.rows b {
    overflow: hidden;
    width: auto;
    display:inline-block;
    position: relative;
    margin: 0 5px;
    font-size: 1.3rem;
    line-height: 10px;
    color: #333;
}
.news .contain2 ul li.rows b:before {
    display: none;
}
.product{
	width:100%;
	height:100%;
	position:relative;
	margin-bottom:3%;
	}
.product .bc{
	width:100%;
	height:100%;
	position:relative;
	}
.product .bc b{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
	display:none;
		}
.product .bc b:first-of-type{
	display:block;
	}
.product .imgs img{
	display:block;
	position:absolute;
	left:50%;
	bottom:5%;
	-webkit-transform:translate(-50%,0%);
	transform:translate(-50%,0%);
	z-index:2;
	width:56%;
	display:none;
}
.product .imgs img:first-of-type{
	display:block;
	}
.product .txt{
	position:absolute;
	left:0;
	bottom:0;
	width:50%;
	height:50%;
	background:#f6f6f6;
	z-index:1;
	}
.product .txt .t1{
	padding:8%;
	position:absolute;
	left:0;
	top:3%;
    opacity: 0;
    background: #f6f6f6;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	}
.product h1{
	color:#174e5b;
	}
.product .txt .t1:first-of-type{
    top:0;
    opacity: 1;
    z-index: 2;
	} 
.product .txt .t1 a{
    width: max-content;
}
.product .txt p{
     width: max-content;
	padding:3px 15px;
	border-left:1px solid #888;
	font-size:1.18rem;
	color:#666;
	position:relative;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.product .txt p:hover{
	color:#174e5b;
	letter-spacing:0.5px;
	}
.product .txt p:before{
	content:"";
	width:5px;
	height:5px;
	border-radius:50%;
	background:#888;
	position:absolute;
	left:-3px;
	top:50%;
	transform:translateY(-50%)
	}
.product .txt p img{
    display: none;
}
.product .p_nav{
	position:absolute;
	left:50%;
	text-align:center;
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
	z-index:6;
    top: 150px;
	}
.product .p_nav span{
	color:#fff;
	font-size:1.4rem;
	margin:20px;
	font-weight:bold;
	position:relative;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	cursor:pointer;
	}
.product .p_nav span:before{
	content:"";
	width:0;
	height:2px;
	background:#fff;
	position:absolute;
	right:0;
	bottom:-2px;
	opacity:0;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.product .p_nav span:hover,.product .p_nav span.active{
	color:#fff;
	}
.product .p_nav span:hover:before,.product .p_nav span.active:before{
	background:#fff;
	width:100%;
	opacity:1;
	right:inherit;
	left:0;
	}
.prolist{
	position:relative;
	padding-top:3%;
	z-index:1;
	margin-bottom:8%;
	}
.prolist .top a{
	float:left;
	margin:5px;
	font-size:1.2rem;
	display:block;
	line-height:25px;
	}
.prolist .top a img{
	width:19px;
	opacity:0.8;
	}
.prolist .top p{
	float:left;
	margin:5px;
	font-size:1.2rem;}
.prolist .top  p:last-of-type{
	color:#174e5b;
}
.prolist .top span{
	margin-left:10px;
	letter-spacing:0.5px;
	color:#333;
	font-size:1.1rem;}
.prolist .top strong{
	color:#333;
	font-size:1.1rem;}
.prolist .boxs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    height: 0;
}
.prolist #pbars322 .boxs{
    opacity: 1;
    height: auto;
}
.prolist .boxs .bl{
    width: 65%;
}
.prolist .boxs .bl p{
    display: flex;
    align-items: center;
    margin: 1rem 0;
    font-size: 1.2rem;
    line-height: 1.4;
}
.prolist .boxs .bl p img{
    width: 4rem;
    margin-right: 1rem;
}
.prolist .boxs .br{
    width: 32%;
}
.prolist .boxs .br img{
    width: 100%;
}
.prolist .p_bars{
	margin-bottom:6%;
	position:relative;}
.prolist .left h1{
	font-size:3rem;
	color:#333;
	padding:0 0 20px;
	font-weight:bold;
	line-height: 1.2;
	}
.prolist .left{
	width:45%;
	opacity:1;
	float:left;
	padding:0 4%;
	z-index:9;
	position:relative;
	margin:4% 0 0%;
	}
.prolist .left > p{
	font-size:1.3rem;
	opacity:0.8;
	margin:10px 0;
	}
.prolist .left > p:first-of-type{
	font-size:1.36rem;
	opacity:1;
	line-height: 1.6;
	color:#333;}
.prolist .left dl{
	margin:5% -5% 0% 0;
	min-width: 55%;
	background:rgba(255,255,255,0.96);
	box-shadow:0px 2px 6px 1px rgba(0, 0, 0, 0.04);
	float:right;
	padding:3%;}
.prolist .left  dl table{
    width:100% !important;
    border-collapse: collapse;
}
.prolist .left  dl table tr td{
	padding:3px 5px;
	overflow:hidden;
	font-size:1.3rem;
	color:#666;
	word-break: normal !important;
	width: auto;
	text-align: center;
	border: 1px dotted #ccc;
	background: #f9f9f9;
	}
.prolist .left  dl table tr td span{
	font-size:1.3rem;
	color:#666;
	}
.prolist .left  dl table tr p{
	font-size:1.3rem;
	color:#666;
	}
.prolist .left  dl dd b img{
	display:block;
	width:12%;
	margin:0 10px;
	position:absolute;
	left:0;
	top:0;
}
.prolist .left  table tr td:first-of-type{
	font-size:1.3rem;
	color:#333;
	padding-right:5px;
    letter-spacing: 0.1px;
	}
.prolist .left  table tr td:first-of-type span,.prolist .left  table tr td:first-of-type p{
	font-size:1.3rem;
	color:#333;
    letter-spacing: 0.1px;
	}
.prolist .left  table tr:nth-of-type(2n+1) td{
	    background: #eeefef;
	}
.prolist .bottom{
	padding-top:15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.prolist .bottom img{
	margin-right:15px;
	display:block;
	width:20px;
	cursor:pointer;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	opacity:0.8;
	border:1px solid #ccc;
	border-radius:50%;
	}
.prolist .bottom img:hover,.prolist .bottom img.active{
	opacity:1;
	}
.prolist .right{
	position:absolute;
	right:0%;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	width:58%;
	height:100%;
	}
.prolist .right b{
	display:block;
	width:70%;
	position:absolute;
	right:10%;
	top: 50%;
	display: none;
	transform:translate(0,-50%);
}
.prolist .right b:first-of-type{
    display: block;
}
.prolist .right b img{
	display:block;
	width:100%;
	-webkit-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
	}
.prolist .right .img_more{
    margin:3rem 0 0;
	}
.prolist .right:before{
	content:"";
	width:100%;
	position:absolute;
	right:0;
	height:100%;
	top:0;
	background:rgba(0,0,0,0.03);
	padding:0 0 0 10%;
	}
.prolist .p_bars:nth-of-type(2) .right:before{
	height:118%;
	top:-18%;
	}
.prolist .p_bars:nth-of-type(2n+1) .left{
	float:right;
	}
.prolist .p_bars:nth-of-type(2n+1) .left dl{
	float:left;
	}
.prolist .p_bars:nth-of-type(2n+1) .right{
	right:inherit;
	left:0;
	}
.prolist .p_bars:nth-of-type(2n+1) .right b{
	right:inherit;
	left:10%;
	}
.prolist .p_bars:nth-of-type(2n+1) .right:before{
	padding:0 10% 0 0;
	right:inherit;
	left:0;
	}
.about{
	position:relative;
	margin:4% 0 2%;
	z-index:1;
	overflow:hidden;
	}
.about .contain{
	position:relative;
	padding-bottom:4%;
	margin-bottom:2%;
	}
.about .contain:before{
	content:"";
	width:40%;
	height:50%;
	position:absolute;
	right:30%;
	bottom:12%;
	background:rgba(0,0,0,0.03);
	}
.about .contain .left{
	width:48%;
	float:left;
	z-index:9;
	position:relative;
	margin:3% 0;
	}
.about .contain .txt p{
	color:#555;
	font-size:1.26rem;
	margin-top:10px;
	}
.about .contain .right{
	position:absolute;
	right:-5%;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	width:52%;
	height:100%;
	}
.about .contain .right b{
	display:block;
	width:100%;
	height:90%;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	display:none;
	box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.04);
	}
.about .contain dl{
	position:absolute;
	left:40%;
	bottom:12%;
	z-index:99;
	}
.about .contain dl dd{
	width: 20px;
    height: 3px;
    background: #333;
    margin:0 6px;
    border-radius: 20px;
    opacity: 0.4;
    float: left;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.about .contain dl dd:hover{
	opacity:1;
	}
.about .contain dl dd.active{
	background:#174e5b;
	opacity:1;}
.about .contain:nth-of-type(2n) .left{
	float:right;
	width:42%;
	margin:7% 0;
	}
.about .contain:nth-of-type(2n) .right{
	right:inherit;
	left:0%;}
.about .contain:nth-of-type(2n) dl{
	left:58%;}
.about .contain3 .left{
	margin:7% 0;
	}
.about .contain4 .left{
	margin:6% 0;
	position:relative;
	}
.about .contain4 .right .bottoms{
	position:absolute;
	left:0%;
	bottom:16%;
	width:100%;
	text-align:center;
	}
.about .contain4 .right .bottoms p{
	position:absolute;
	width:100%;
	left:0;
	top:10px;
	opacity:0;
	font-size:1.4rem;
	color:#174e5b;
	font-weight:bold;
	}
.about .contain4 .right .bottoms p strong{
	font-size:1.3rem;
	color:#333;
	margin-left:10px;
	font-weight:bold;}
.about .contain4 .right .bottoms p:first-of-type{
	opacity:1;
	top:0;
	color:#c73514;}
.about .contain4 .right .map{
	background:#fff;
	padding:5%;
	box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.02);
	}
.about .contain4 .right .map img{
	max-width:100%;
	margin:auto;
	}
.about .contain4 .right .icons {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	}
.about .contain4 .icons i{
	position:absolute;
	color:#174e5b;
	font-size:2.6rem;
	z-index:1;
	cursor:default;
	opacity:0.9;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.about .contain4 .icons i:first-of-type{
	color:#c73514;
	font-size:3rem;
	opacity:1;
	}
.about .contain4 .icons i.active{
	opacity:1;
	}
.about .contain4 .icons i:before{
	content:"";
	width:2px;
	height:2px;
	border-radius:50%;
	background: #c73514;
	position:absolute;
	left:50%;
	margin-left:-1px;
	bottom:5%;
	z-index:0;
	-webkit-animation: history-circle 1.5s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite;
	animation: history-circle 1.5s cubic-bezier(1, 2, 0.66, 3) infinite; 
	}
@keyframes history-circle {
  0% {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0.5; 
   }
  50% {
	opacity: 1.0; 
   }
  100% {
	-webkit-transform: scale(1.4);
			transform: scale(1.4);
	opacity: 0; } 
}
	
.nav_list0 li{
	overflow:hidden;
	}
.nav_list0 li:hover{
	overflow:inherit;
	}
.s_menu{
	width:max-content;
	position:fixed;
	left:4%;
	top:80px;
	z-index:1;
	display:none !important;
	width: 108rem;
	}
.s_menu .box:before{
	content:"";
	width:0;
	height:0;
	border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
	position:absolute;
	left:29.5%;
	top:-8px;
	}
.s_menu .box{
	padding:3% 3% 0%;
	
	background:rgba(255,255,255,0.96);
	box-shadow:0 2px 6px 0px rgba(0,0,0,0.05);
	margin-top:3%;
	opacity:0;
	position:relative;
	}
.s_menu dl{
	overflow:hidden;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	margin-bottom:15px;
	position:relative;
	display: flex;
	}
.s_menu dl:last-of-type{
	border:none;}
.s_menu .rr{
    display: flex;
    width: calc(100% - 150px);
}
.s_menu dl dd{
	font-size:1.2rem;
	color:#333;
	width: 110px;
	font-weight:bold;
	line-height:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.s_menu dl .rr a{
    display: block;
    margin-bottom: 1rem;
}
.s_menu dl p{
    margin: 5px 0;
	font-size:1.1rem;
	line-height: 1.2;
	color:#888;
	text-align:center;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.s_menu dl p img{
    height: 3rem;
    width: auto;
	display:block;
	margin:0 auto 6px;
	opacity:0.9;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.s_menu dl p:hover img{
	opacity:1;
	}
.s_menu dl p:hover{
	letter-spacing:0.5px;
	color:#333;
	}
.jts img{
    cursor: pointer;
    width: 2rem;
}
.s_menu dl i{
	display:none;
	position:absolute;
	right:1%;
	top:36%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	font-size:2.6rem;
	opacity:0.6;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.s_menu dl i:hover{
	opacity:1;
	}
.quote{
	position: fixed;
	right: 0%;
	bottom: -3%;
	background:#174e5b ;
	padding:3px 20px;
	color: #fff;
	display: flex;
	border-radius: 5px 5px 0px 0px;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
}
.quote:hover{
	background:#113942 ;
}
.quote img{
	height: 18px;
	margin-top: 3px;
	margin-right: 12px;
}
.quote p{
	font-size: 1.25rem;
	color: #fff;
	opacity: 0.86;
}
html[lang="cn"] .prolist .left{
	padding: 4% !important;
}