@charset "UTF-8";


 @keyframes warn {
 0% {
 transform: scale(0.3);
 -webkit-transform: scale(0.3);
 opacity: 0.0;
}
 25% {
 transform: scale(0.3);
 -webkit-transform: scale(0.3);
 opacity: 0.1;
}
 50% {
 transform: scale(0.5);
 -webkit-transform: scale(0.5);
 opacity: 0.3;
}
 75% {
 transform: scale(0.8);
 -webkit-transform: scale(0.8);
 opacity: 0.6;
}
 100% {
 transform: scale(1);
 -webkit-transform: scale(1);
 opacity: 0.0;
}
}
 @keyframes warn1 {
 0% {
 transform: scale(0.3);
 -webkit-transform: scale(0.3);
 opacity: 0.0;
}
 25% {
 transform: scale(0.3);
 -webkit-transform: scale(0.3);
 opacity: 0.1;
}
 50% {
 transform: scale(0.3);
 -webkit-transform: scale(0.3);
 opacity: 0.3;
}
 75% {
 transform: scale(0.5);
 -webkit-transform: scale(0.5);
 opacity: 0.6;
}
 100% {
 transform: scale(0.8);
 -webkit-transform: scale(0.8);
 opacity: 0.0;
}
}
 body::-webkit-scrollbar {
 display: none;
}
/**{ margin:0; padding:0; font-size:100%; font-family:microsoft yahei; color: #333}*/















body {
	overflow-x: hidden;
	font-family: "Microsoft YaHei";
}
svg {
	display: block;
}
img {
	border: 0 none
}
a, img {
	outline: 0
}
a {
	text-decoration: none;
	color: #333;
}
li {
	list-style: none
}
.fl {
	float: left
}
.pl {
	left: 0
}
.pl, .pr {
	position: absolute
}
.pr {
	right: 0
}
.fr {
	float: right
}
.page {
	margin: 0 auto;
	width: 92.8%;
}
.cl, .clear {
	clear: both;
	display: block;
}
.dis {
	display: none
}
.top35 {
	margin-top: 35px
}
.en {
	text-transform: uppercase;
}
.container {
	width: 1450px;
	margin: auto;
}




/*全局样式*/


@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.w {
	width: 92.8%;
	margin: auto;
}
/* 头部 */

.head {
	width: 100%;
	display: inline-block;
	top: 0;
	left: 0;/* border-bottom: 1px solid rgb(234, 234, 234); */
	background: rgba(17, 17, 17, 0.9);
}
.head .logo {
	width: 169px;
	float: left;
	padding: 18px 0;
}
.head .logo a:nth-child(1) {
	display: block;
}
.head .logo a:nth-child(2) {
	display: none;
}
.head .logo img {
	width: 100%;
}
.head .nav {
	width: 71.5%;
	float: right;
}
.head .nav ul {
}
.head .nav ul li {
	float: left;
	padding: 80px 12% 0 0%;
}
.head .nav ul li a {
	color: #fff;
	display: inline-block;
	font-size: 19px;
	font-family: "Microsoft YaHei";
	opacity: 1;
	transition: 0.3s all ease;
}
.head .nav ul .lang {
	background: url(../images/head1.png)no-repeat left center;
	padding: 23px 0 23px 36px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.head .nav ul .lang .en {
	display: none;
	font-size: 16px;
	color: rgb(74, 90, 117);
	cursor: pointer;
}
.head .nav ul .sear {
	cursor: pointer;
	position: relative;
}
.head .nav ul .sear img:nth-child(1) {
	display: block;
}
.head .nav ul .sear img:nth-child(2) {
	display: none;
}
.head .nav ul .sear form {
	display: none;
	width: 400px;
	height: 60px;
	background: #fff;
	position: absolute;
	top: 76px;
	right: 0px;
	padding: 0px 10px;
	z-index: 9999;
}
.head .nav ul .sear input {
	float: left;
	width: 80%;
	border: 0px;
	background: #eee;
	padding: 0px 5px;
	height: 40px;
	margin-top: 10px;
	outline: none;
	font-size: 14px;
}
.head .nav ul .sear button {
	float: right;
	background: none;
	border: 0px;
	width: 20%;
	height: 40px;
	margin-top: 10px;
	cursor: pointer;
	background: #0c5aab;
	color: #fff;
	outline: none;
	font-size: 16px;
}
.proxiala .qhk .ri .ri_sanji .conk .pjpg a {
	width: 100%;
}
.proxiala .lf .con ul li>a {
	position: relative;
	color: #333;
}
.proxiala .lf .con ul li>a:after {
	content: '';
	width: 0;
	position: absolute;
	bottom: 0;
	height: 1px;
	background: #000;
	left: 0;
	opacity: 0;
	transition: 1s;
}
/*.proxiala .lf .con ul li:hover>a:after,*/.proxiala .lf .con ul li.current>a:after {
	height: 1px;
	opacity: 1;
	width: 100%;
	transition: 1s;
}
.head .nav ul li a {
	position: relative;
}
.head .nav ul li a:after {
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 0px;
	content: "";
	background: #fff;/* transform:scale(0,1);*/
opacity 0.2
}
.head .nav ul li:hover>a:after {
	transform: scale(1);
	height: 1px;
}
.head .nav ul li.current>a:after {
	transform: scale(1);
	height: 3px;
}
.head .nav ul li.cur>a:after {
	height: 2px;
}
.head .nav ul li.show>a:after {
	transform: scale(1);
	height: 3px;
}
/*.head:hover{background: #fff;}



.head:hover .logo a:nth-child(1){display: none;}




.head:hover .logo a:nth-child(2){display: block;}





.head:hover .nav ul li a{color: #000;}





.head.hover>.nav ul li:hover a{color: #0c5aab;}



.head:hover .nav ul .lang{background: url(../images/head1_2.png)no-repeat left center; color: #000;}



.head:hover .nav ul .lang:hover{background: url(../images/head1_1.png)no-repeat left center; color: #0c5aab;}




.head:hover .nav ul .sear img:nth-child(1){display: none;}



.head:hover .nav ul .sear img:nth-child(2){display: block;}


.head.hover{background: #fff;}



.head.hover .logo a:nth-child(1){display: none;}




.head.hover .logo a:nth-child(2){display: block;}



.head.hover .nav ul li a{color: #000;}




.head.hover .nav ul .lang{background: url(../images/head1_2.png)no-repeat left center; color: #000;}


.head.hover .nav ul .lang:hover{background: url(../images/head1_1.png)no-repeat left center; color: #0c5aab;}


.head.hover .nav ul .sear img:nth-child(1){display: none;}


.head.hover .nav ul .sear img:nth-child(2){display: block;}*/




.wap_head {
	display: none;
}
.m_tit {
	width: 100%;
	text-align: center;
	position: relative;
}
.m_tit p {
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
}
.m_tit p:nth-child(2) {
	text-align: center;
	margin-top: -20px;
	font-size: 48px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 48px;
	color: #808080;
	opacity: 0.2;
}
.m_tit::after {
	width: 38px;
	height: 2px;
	background: #0c5aab;
	content: "";
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -19px;
}
.m_ban .swiper-slide img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: 1s linear 2s;
	transform: scale(1.2, 1.2);
}
.m_ban .swiper-slide-active img, .m_ban .swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1, 1);
}
.m_ban .title {
	transition-delay: 1s;
	z-index: 10;
	position: absolute;
	top: 30%;
	left: 16%;
}
.m_ban .title .tit p {
	font-family: SourceHanSansCN-Medium;
	font-size: 64px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 64px;
	color: #ffffff;
}
.m_ban .title .tit p:nth-child(2) {
	margin-top: 35px;
	font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	color: #ffffff;
}
.m_ban .title .tit p:nth-child(2) span:nth-child(1) {
	width: 31px;
	height: 2px;
	background: #ffffff;
	vertical-align: middle;
	display: inline-block;
	margin-right: 25px;
}
.m_ban .title .tit p:nth-child(2) span:nth-child(2) {
	margin: 0 0 0 25px;
	width: 31px;
	height: 2px;
	background: #ffffff;
	vertical-align: middle;
	display: inline-block;
}
/* .solxiala{height: 0;} */















/* .head .nav ul li:nth-child(3):hover .solxiala{opacity: 1; height: auto;  transition: 0.2s all ease;} */















.proxiala {
	width: 100%; /* top:117px; left: 0; */
	padding-top: 0px;
	cursor: default;
	/* position: absolute; */















    /* left: 0; */















    /* right: 0; */















	-webkit-transition: all .6s;
	transition: all .6s;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* height: 0; */















	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	background: #fff;
	z-index: 99999;
}
/* .head .nav ul li:nth-child(2):hover .proxiala{opacity: 1; height: auto;  transition: 0.2s all ease;} */















.proxiala .lf {
	width: 30%;
	float: left;
	padding: 29px 0 60px 3.34%;
}
.proxiala .lf .con {
	width: 100%;
	padding-bottom: 50px;
	display: inline-block;
}
.proxiala .lf .con ul {
	width: 100%;
}
.proxiala .lf .con ul li {
	width: 100%;
	padding: 10px 0 10px 0;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	cursor: pointer;
}
.proxiala .lf .con ul li a {
	color: #333333;
	font-size:18px;
}
.proxiala .lf .con ul li a:hover {
	color: #74a1cf;
}
.proxiala .lf .con ul li:hover {/*background:#f6f5f3;*/
	color: #0c5aab;
}
.proxiala .lf .con ul li.current {/*background:#f6f5f3*/
}
.proxiala .lf .con ul li.current a:hover {
	color: #333333;
}
.proxiala .lf .con1 {
	width: 100%;
	padding: 0px 0 0px 0;
	margin-top: 30px;
}
.proxiala .lf .con1 p:nth-child(1) {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: #000000;
}
.proxiala .lf .con1 p:nth-child(2) {
	margin-top: 30px;
}
.proxiala .lf .con1 p:nth-child(2) a {
	font-size: 15px;
	font-weight: normal;
	color: #666666;
}
.proxiala .lf .con1 p:nth-child(3) {
	margin-top: 12px;
}
.proxiala .lf .con1 p:nth-child(3) a {
	font-size: 15px;
	font-weight: normal;
	color: #666666;
}
.proxiala .qhk {
	width: 70%; /* height: 350px; */
	float: left; /* overflow: hidden; */
	padding: 0 0 90px 0;
	background: #f6f5f3;
}
.proxiala .qhk .ri {
	width: 100%;
	display: none;
}
.proxiala .qhk .ri.content1 {
	display: block;
}
.proxiala .qhk .ri .tit {
	width: 42.9%;
	float: left;
	padding-top:29px;
	background: #f6f5f3;
	height: 780px;
}
.proxiala .qhk .ri .tit li {
	width: 100%;
	padding:0 0 0 64px;
	font-size:17px;
	font-weight: normal;
line-height:40px;
	color: #333333;
	cursor: pointer;
	font-weight: lighter;
}
.proxiala .qhk .ri .tit li a {
	color: #000;
	font-size: 17px;
letter-spacing:.025rem;
}
.proxiala .qhk .ri .tit li a:hover {
	color: #74a1cf;
	transition: color 0.3s ease-out;
}
.proxiala .qhk .ri .tit li.current>a:after {
	height: 0 !important;
}
.proxiala .qhk .ri .tit li a.current {/*background: #fff;*/
	color: #333;
}
.proxiala .qhk .ri .tit .item2:hover {/*background: #fff;*/
	color: #333;
}
.proxiala .qhk .ri .ri_sanji {
	width: 57.1%;
	float: right;
	padding: 0 0 0 0;
	position: relative;
}
.proxiala .qhk .ri .ri_sanji .conk {
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.proxiala .qhk .ri .ri_sanji .conk.content2 {
	display: block;
}
.proxiala .qhk .ri .ri_sanji .conk .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: #333333;
}
.proxiala .qhk .ri .ri_sanji .conk .conk1 {
	margin-top: 30px;
	width: 100%;
	display: inline-block;
}
.proxiala .qhk .ri .ri_sanji .conk .conk1 .item {
	margin-left: -12px;
}
.proxiala .qhk .ri .ri_sanji .conk .conk1 .item .item1 {
	width: 48%;
	float: left;
	background: #fff;
	padding: 38px 20px 40px 30px;
	border-top: 1px dashed #d0d0d0;
	border-bottom: 1px dashed #d0d0d0;
	margin-left: 12px;
}
.proxiala .qhk .ri .ri_sanji .conk .conk1 .item .item1:hover {
	background: #f5f5f5;
}
.proxiala .qhk .ri .ri_sanji .conk .conk1 .item .item1 a .pic {
	width: 66px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.proxiala .qhk.ri .ri_sanji .conk .conk1 .item .item1 a .pic img {
	width: 100%;
}
.proxiala .qhk .ri .ri_sanji .conk .conk1 .item .item1 a .txt {
	width: 160px;
	float: right;
}
.proxiala .qhk .ri .ri_sanji .conk .conk1 .item .item1 a .txt p:nth-child(1) {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.proxiala .qhk .ri .ri_sanji .conk .conk1 .item .item1 a .txt p:nth-child(2) {
	margin-top: 10px;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.head .nav ul li:nth-child(6):hover .abxiala {
	opacity: 1;
	height: auto;
}
/* .abxiala{width: 100%;height: 0; overflow: hidden; position: absolute; top:117px; left: 0; padding-top: 0px; background: #fff; transition: all .8s; z-index: 99999999;} */















/*.abxiala .lf{width: 28.125%; float: left; background: #eeeeee; padding: 70px 0 60px 190px;}*/















.abxiala .lf .con {
	width: 100%;
	padding-bottom: 50px;
	display: inline-block; /*border-bottom: 1px solid #d0d0d0;*/
}
.abxiala .lf .con ul {
	width: 100%;
}
.abxiala .lf .con ul li {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	color: #333333;
	cursor: pointer;
}
.abxiala .lf .con .tab2 a {
	line-height: 20px;
	display: inline-block;
	color: #333333;
	cursor: pointer;
}
.abxiala .lf .con .tab2 a:hover {
	color: #74a1cf;
}
/*.abxiala .lf .con ul li a{width: 100%; font-size: 16px; line-height: 16px; color: #333333; padding: 16px 0 16px 60px; cursor: pointer; display: inline-block; font-weight:normal !important;}*/















.abxiala .lf .con ul li.current a {
	color: #333;/* background:#f6f5f3;*/
	font-weight: normal !important;
}
/*.abxiala .lf .con ul li:hover{background: #f6f5f3;}*/















.abxiala .lf .con1 {
	width: 100%;
	padding: 0px 0 0px 60px;
	margin-top: 30px;
}
.abxiala .lf .con1 p:nth-child(1) {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: #000000;
}
.abxiala .lf .con1 p:nth-child(2) {
	margin-top: 30px;
}
.abxiala .lf .con1 p:nth-child(2) a {
	font-size: 15px;
	font-weight: normal;
	color: #666666;
}
.abxiala .lf .con1 p:nth-child(3) {
	margin-top: 20px;
}
.abxiala .lf .con1 p:nth-child(3) a {
	font-size: 15px;
	font-weight: normal;
	color: #666666;
}
.abxiala .conk {
	width: 70%;
	float: left;
	padding: 0 0 90px 0;
}
.abxiala .conk .ri {
	width: 100%;
	display: none;
}
.abxiala .conk .ri.content4 {
	display: block;
}
.abxiala .conk .ri .txt {
	width: 42.85%;
	display: inline-block;
	background: #f6f5f3;
	padding: 23px 50px 0 64px;
	height: 888px;
}
.abxiala .conk .ri .txt p:nth-child(1) {
	width: 100%;
}
.abxiala .conk .ri .txt p:nth-child(1) a {
	font-size: 24px;
	font-weight: 700;
	line-height: 62px;
	color: #333333;
}
.abxiala .conk .ri .txt p:nth-child(2) {
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	line-height: 31px;
	color: #666666;
}
.abxiala .conk .ri .txt .ck {
	width: 64px;
	height: 50px;
	margin-top: 40px;
	margin-left: 0;
}
.abxiala .conk .ri .txt .ck a img {
	width: 100%;
}
.abxiala .ri .pic {
	width:47.5%;
	float: right;
	margin-top: 41px; margin-right:6%;
	position: relative;
	display: block;
	overflow: hidden;
	transition: 0.3s all ease-in-out;
	border-radius: 14px;
}
.abxiala .ri .pic img {
	border-radius: 14px;
	display: block;
	width:100%;
	height: auto;
	transition: 3s all ease;
}
.abxiala .ri .pic:hover img {
	border-radius: 14px;
	transform: scale(1.2)
}
/*.abxiala .ri .pic:hover{ box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.04), -10px 0 20px 0px rgba(0,0,0,0.04);}*/































































































.proxiala .qhk .ri .ri_sanji .conk .pjpg {
	position: relative;
	display: block;
	overflow: hidden;
	transition: 0.3s all ease-in-out;  /*border-radius:14px;*/
	opacity: 1;
	transition: opacity .9s ease-in-out;
	transition: all .9s;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
}
.proxiala .qhk .ri .ri_sanji .conk .pjpg img {/* border-radius:14px; */
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
	transition: opacity .9s ease-in-out;
}
.proxiala .qhk .ri .ri_sanji .conk .pjpg:hover img {/* border-radius:14px;*/
	transform: scale(0.98);
	position: relative;
	z-index: 3;
}
/*.proxiala .qhk .ri .ri_sanji .conk .pjpg:hover{ box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.04), -10px 0 20px 0px rgba(0,0,0,0.04);}*/


/*.proxiala .qhk .ri .ri_sanji .conk .pjpg:hover img{ border:8px solid #f7f7f7;}



.abxiala .ri .pic:hover img{position: relative;z-index: -1;}*/



/*.proxiala .qhk .ri .ri_sanji .conk .pjpg:hover{box-shadow:0px 0px 30px 5px rgba(0,0,0,0.1) inset;}





/* .fwxiala{ height: 0; overflow: hidden;} */




.head .nav ul li:nth-child(4):hover .fwxiala {
	opacity: 1;
	height: auto;
}
.xwxiala {
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.head .nav ul li:nth-child(5):hover .xwxiala {
	opacity: 1;
	height: auto;
}
.jrxiala {
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.head .nav ul li:nth-child(7):hover .jrxiala {
	opacity: 1;
	height: auto;
}
.head.hover .nav ul .sear img:nth-child(1) {
	display: none;
}
.head.hover .nav ul .sear img:nth-child(2) {
	display: block;
}
.nav .tel {
	cursor: pointer;
	margin-top:46px;
	position: relative;
	float: right;
	z-index: 19990;
}
.open-search {
	position: relative; /* background:url(../images/20190123111407_630078975.png) no-repeat; */
	width: 24px;
	height: 24px;
	display: block;
	z-index: 9;
}
.open-search-on {
	background: none;
}
.open-search-on::after, .open-search-on::before {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	height: 3px;
	background: #fff;
	top: 50%;
	margin-top: -1.5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	opacity: 1;
	transition: opacity .4s ease .1s;
}
.open-search-on:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.top-search {
	position: absolute;
	right: -67%;
	width: 36px;
	margin-right: 10px;
	top: -8px;
	transition: 0.3s all ease;
	overflow: hidden;
}
.top-search.on {
	right: 100%;
	width: 240px;
}
.top-search .text {
	margin-left: 36px;
	width: 88%;
	line-height: 40px;
	background: none;
	color: #999;
	border: none;
	transition: 0.3s all ease;
}
.top-search .text.focus {
	color: #333;
}
.top-search .btn {
	position: absolute;
	left: 0;
	width: 36px;
	height: 36px;
	background: url(../images/20190123111407_630078975.png) no-repeat center;
	top: 2px;
	border: none;
	transition: right .6s ease .1s;
	opacity: 1;
}
 @media(max-width:1600px) {
.sub-menu dd {
	padding: 0 30px;
}
.top-menu li#m2 .sub-menu dd {
	padding-left: 1.45vw;
	padding-right: 1.45vw;
}
}

 @media(max-width:1500px) {
.container {
	width: 98%;
}}
 @media(max-width:1440px) {
.top-menu {
	padding-left: 230px;
}
.sub-menu dd {
	padding: 0 20px;
}
.top-menu li#m2 .sub-menu dd {
	padding-left: 1vw;
	padding-right: 1vw;
}
.top-menu li#m8 .sub-menu dd {
	padding-left: 1.5vw;
	padding-right: 1.5vw;
}
}
input, textarea {
	border: none;
	box-shadow: none;
	outline: none;
}
.newt {
	height: 40px;
	margin: 13px 0 0 0;
}
.newt {
	font-size: 16px;
	text-align: center;
	float: left !important;
	;
}
.newt a {
	position: relative;
	width: 100px !important;
	display: inline-block;
	font-size: 17px;
	color: #343434;
	line-height: 42px;
	z-index: 3;
	transition: 0.3s all ease;
	background: #ff000;
}
.newt .on {
	color: #fff;
	background: linear-gradient(90deg, #0248bb, #0c5aab);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	transition: 0.3s all ease;
	filter: alpha(opacity=0);
	border-radius: 50px;
	transition: 0.3s all ease;
}
.newt a.on::after, .newt li a:hover::after {
	width: 100%;
}
/*--footer--*/















.footer {
	color: #fff;
	padding-top: 48px;
	padding-bottom: 13px;
	overflow: hidden;
	background: #272e37;
}
.ft-inner {
	padding: 30px 0;
	line-height: 30px;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.ft-inner .ft-tel {
	float: left;
	padding-left: 40px;
	background: url(../images/ft_tel.png) no-repeat 0 center;
}
.ft-inner .ft-tel span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}
.ft-inner .ft-tel a {
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #fff;
}
.ft-inner .ft-menu {
	overflow: hidden;
	text-align: right;
	font-family: "Microsoft YaHei";
}
.ft-inner .ft-menu a {
	display: inline-block;
	margin-left: 45px;
	font-size: 17px;
	color: #fff;
	font-family: "Microsoft YaHei";
}
.ft-inner .ft-menu a:hover {
	color: #0c5aab;
}
.ft-bottom {
	padding: 20px 0;
	height: 80px;
	line-height: 40px;
}
.ft-bottom .copyright {
	float: left;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}
.ft-bottom .copyright p {
	color: rgba(255, 255, 255, 0.6);
}
.ft-bottom .copyright span {
	display: inline-block;
	margin-right: 20px;
	color: rgba(255, 255, 255, 0.6);
}
.ft-bottom .copyright a {
	color: rgba(255, 255, 255, 0.6);
}
.ft-bottom .copyright a:hover {
	color: #0c5aab;
	text-decoration: underline;
}
.ft-bottom .flinks {
	float: right;
}
.ft-bottom .flinks dl {
	position: relative;
	height: 40px;
}
.ft-bottom .flinks dt {
	width: 125px;
	text-align: center;
	background: #1784c9;
	background: -moz-linear-gradient(45deg, #1784c9 0%, #0d60af 100%);
	background: -webkit-linear-gradient(45deg, #1784c9 0%, #0d60af 100%);
	background: linear-gradient(45deg, #1784c9 0%, #0d60af 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1784c9', endColorstr='#0d60af', GradientType=1 );
}
.ft-bottom .flinks dt a {
	display: block;
	color: #fff;
	font-size: 14px;
}
.ft-bottom .flinks dt a:after {
	display: inline-block;
	margin-left: 10px;
	font-family: "iconfont";
	content: "\eb6d";
	transition: all .5s;
	font-size: 10px;
}
.ft-bottom .flinks dd {
	display: none;
	position: absolute;
	right: 0;
	bottom: 100%;
	width: 300%;
	overflow: hidden;
	background: #1784c9;
	background: -moz-linear-gradient(45deg, #1784c9 0%, #0d60af 100%);
	background: -webkit-linear-gradient(45deg, #1784c9 0%, #0d60af 100%);
	background: linear-gradient(45deg, #1784c9 0%, #0d60af 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1784c9', endColorstr='#0d60af', GradientType=1 );
}
.ft-bottom .flinks dd a {
	display: block;
	float: left;
	width: 25%;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.ft-bottom .flinks dd a:hover {
	text-decoration: underline;
}
.ft-bottom .flinks dl:hover dt a:after {
	transform: rotate(180deg);
}
.ft-bottom .flinks dl:hover dd {
	display: block;
}
 @media(max-width:1200px) {
.footer {
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
}
.ft-inner {
	padding: 30px 10px;
}
.ft-inner .ft-tel {
	float: none;
	display: inline-block;
	padding: 0;
	background: none;
}
.ft-inner .ft-menu {
	display: none;
}
.ft-bottom {
	height: auto;
	line-height: 25px;
}
.ft-bottom .copyright {
	float: none;
	width: 100%;
}
.ft-bottom .copyright span {
	margin: 0 5px;
}
.ft-bottom .flinks {
	display: none;
}
}
/*--end footer--*/















































































/*视频*/















.vjs-icon-placeholder {
	color: #fff;
}
#my-video {
	width: 100%;
	height: auto
}
.company_video {
	padding: 54px 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%) 0% 0% / cover;
}
.company_video .company_row1 {
	padding: 0 0 40px 0
}
.company_video .company_row1 a {
	font-size: 40px;
	color: #333;
	line-height: 50px;
	text-align: center;
	display: block;
	background: url(../images/company_video_row1.png) no-repeat center 15px;
}
.company_video .company_row1 a .en {
	font-size: 15px;
	display: block;
	line-height: 30px;
	color: #999
}
.company_video .page {
	box-shadow: rgba(0, 0, 0, 0.4) 0px 35px 28px -23px;
	overflow: hidden;
	border-radius: 12px;
}
.svgfr {
	top: 5%;
	right: 4.4%;
	position: absolute;
}


.proxiala .qhk .ri .ri_sanji .conk.on {
    transition-delay: 0.5s;
}