@charset "utf-8";
.inner {
	margin: 0 auto;
	width: 85%;
	min-width: 1200px;
}

.index00 {
	padding: 10px 0 30px;
}
.index00 ul {
	margin: 30px auto;
	width: 1200px;
}
.index00 li {
	width: 20%;
	float: left;
	color: #444;
	font-size: 16px;
	text-align: center
}
.index00 li img {
	margin: 0 auto 10px;
	display: block;
}
.index00 .btn a {
	margin: 0 auto;
	padding: 10px 0;
	display: block;
	width: 180px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: #FF5C00;
}

.index01 {
	margin: 0 0 80px;
}

.index01 .chanpin {
	width: 25%;
	float: left;
	background: #F6F6F6
}

.index01 .chanpin .title {
	padding: 34px 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background: #FF5C00 url(../images/icon02.png) no-repeat 38px center;
	background-size: 30px 30px;
}

.index01 .chanpin ul {
	margin: 0 auto;
}

.index01 .chanpin li {
}

.index01 .chanpin li a {
	padding: 20px 30px;
	display: block;
	color: #666;
	font-size: 17px;
	position: relative;
	background: url(../images/icon03.png) no-repeat 90% center;
	background-size: 15px 15px;
	border-bottom: 1px dotted rgba(0,0,0,.1);
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.index01 .chanpin li a:hover {
	background-position: 95% center;
}

.index01 .chanpin li a:before {
	width: 0;
	height: 1px;
	position: absolute;
	left:0;
	bottom: 0;
	content: "";
	background: #FF9600;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.index01 .chanpin li.on a:before,
.index01 .chanpin li a:hover:before {
	width: 100%;
}

.index01 .neirong {
	width: 72%;
	float: right;
}

.index01 .neirong .tou  {
	margin-bottom: 30px;
}

.index01 .neirong .tou .tu {
	width: 300px;
	float: left;
}

.index01 .neirong .tou .tu img {
	width: 100%;
}

.index01 .neirong .tou .wenzi {
	padding: 10px 0 0 320px;
}

.index01 .neirong .tou .wenzi .t1 {
	margin-bottom: 15px;
	font-size: 34px;
}

.index01 .neirong .tou .wenzi .t2 {
	color: #666;
	font-size: 15px;
}

.index01 .neirong .tou .wenzi .btn  {
	margin-top: 40px;
}

.index01 .neirong .tou .wenzi .btn a {
	margin-right: 20px;
	padding: 10px 0;
	width: 150px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 3px;
	background: #FF5C00;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}

.index01 .neirong .tou .wenzi .btn a:hover {
	background: #0090FF;
}

.index01 .neirong ul {
	margin: 0 -9px;
}

.tongyong li {
	margin: 0 1% 20px;
	width: 31.33%;
	float: left;
}


.tongyong li a {
	display: block;
	background: #fff;
}
.tongyong li a .tu {
	overflow: hidden;
}
.tongyong li a .tu img {
	width: 100%;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
.tongyong01 li a .tu img {
	height: 230px;
	object-fit: cover;
	object-position: center center;
}
.tongyong li a:hover .tu img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.tongyong02 li a .tu img {
	height: 230px;
}
.tongyong li a p {
	padding: 15px;
	color: #333;
	font-size: 17px;
}
.tongyong li a .more {
	position: relative;
	font_radio: 1;
	display-radio: 1;
	margin: 0 15px
}
.tongyong li a .more span {
	line-height: normal;
	color: 666;
	position: relative;
	z-index: 5;
	display: inline-block;
	transition: all 0.5s;
	font-size: 16px;
	transition: all 0.5s;
	line-height: 30px
}
.tongyong li:hover .more span {
	color: #fff
}
.tongyong li .more:before {
	content: "";
	background: #0090FF;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 500px;
	height: 30px;
	width: 30px;
	opacity: 0.5;
	transition: all 0.5s
}
.tongyong li:hover .more:before {
	opacity: 1;
	width: 120px
}
.tongyong li:hover .more:before i {
 margin-right:10px;
 margin-left:10px;
 color:#fff
}
.tongyong li .more i {
	width: 30px;
	height: 30px;
	display: inline-flex;
	font-size: 18px;
	color: #fff;
	font-style: normal;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	transition: all 0.5s
}

.comList li a {
	display: block;
	position: relative;
	background: #eee;
}

.comList li a .photo {
	overflow: hidden;
}

.comList li a img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.comList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.comList li a p {
	padding: 15px;
	color: #000;
	font-size: 16px;
	position: relative;
}

.comList li a p span {
	padding: 3px 0;
	width: 80px;
	display: block;
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 15px;
	text-align: center;
	background: #0090FF;
	border-radius: 20px;
}

.comList li a .pop {
	margin-left: -65px;
	padding-top: 40px;
	width: 130px;
	height: 130px;
	position: absolute;
	left: 50%;
	top: 18%;
	color: #fff;
	font-size: 20px;
	opacity: 0;
	text-align: center;
	background: rgba(0,144,255,.8);
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.comList li a:hover .pop {
	opacity: 1;
}

.comList li a .pop span {
	display: block;
}

.index02 {
	padding: 60px 0 80px;
	background: url(../images/about_bg.jpg) no-repeat center center;
	background-size: cover;
}

.index02 .left {
	margin-right: 3%;
	width: 18%;
	float: left;
}

.index02 .left li {
	padding: 40px 0;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px dotted #fff;
}

.index02 .left li span {
	display: block;
	font-size: 40px;
}

.index02 .tu {
	width: 30%;
	float: left;
	overflow: hidden;
	border-radius: 15px;
}

.index02 .tu img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: center center;
}

.index02 .right {
	padding-top: 20px;
	width: 45%;
	float: right;
}

.index02 .right h3 {
	margin-bottom: 30px;
	color: #333;
	font-size: 30px;
}

.index02 .right h3 span {
	display: block;
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

.index02 .right p {
	margin-bottom: 15px;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
}

.index02 .right .link a {
	padding: 10px 0;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #FF7701;
	border-radius: 5px;
}

.index03 {
	padding: 50px 0;
}

.mySwiper02 {
	padding-bottom: 50px !important;
	width: 100%;
}

.mySwiper02 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mySwiper02 .swiper-slide img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
}


.dianhua {
	padding: 10px 20px;
	font-size: 17px;
	text-align: left;
	background: url(../images/tele0.png) no-repeat left center;
	border-bottom: 1px solid #eee;
}

.index04 {
	padding: 60px 0 0;
	background: url(../images/youshi_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

.index04.index041 {
	padding: 0 0 60px;
	background: none;
}

.index04 .ys01 {
	margin-bottom: 30px;
}

.index04 .ys01 li {
	width: 20%;
	float: left;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.index04 .ys01 li img {
	width: 60px;
}

.index04 .ys01 li span {
	margin-top: 10px;
	display: block;
}

.index04 .ys02 li {
	margin: 0 2%;
	width: 21%;
	float: left;
	overflow: hidden;
	position: relative;
	border-radius: 0 0 0 40px;
	transform-style: preserve-3d;  
    -webkit-transform-style: preserve-3d;  
    -ms-transform-style: preserve-3d;  
    -moz-transform-style: preserve-3d;  
    transition: 0.5s;  
    -webkit-transition: 0.5s;  
    -ms-transition: 0.5s;  
    -moz-transition: 0.5s;  
}

.index04 .ys02 li:hover {
	transform: translateZ(30px) rotateY(360deg) scale(1.1);  
    -webkit-transform: translateZ(30px) rotateY(360deg) scale(1.1);  
    -ms-transform: translateZ(30px) rotateY(360deg) scale(1.1);  
    -moz-transform: translateZ(30px) rotateY(360deg) scale(1.1);  
}

.index04 .ys02 li .bg {
	height: 450px;
}

.index04 .ys02 li .bg img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	object-position: center center;
}

.index04 .ys02 li .icon {
	padding: 100px 0 20px;
	text-align: center;
}

.index04 .ys02 li .wenzi {
	padding: 0 20px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	box-sizing: border-box;
}

.index04 .ys02 li .t1 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

.index04 .ys02 li .t2 {
	color: #fff;
	font-size: 15px;
	overflow: hidden;
}



.index6 {
	padding: 70px 0 0;
}

.index6 .pic {
	margin-bottom: 40px;
}

.index6 .pic img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: center center;
}

.index6 .click li {
	position: relative;
	border-left: 1px #ddd solid;
	text-align: center;
	padding: 30px 10px;
	cursor: pointer;
	float: left;
	width: 16.66%;
	box-sizing: border-box;
}
.index6 .click li a {
	padding: 10px 10px;
	display: block;
}

.index6 .click li:last-child {
	border-right: 1px #ddd solid;
}
.index6 .click li em {
	display: table;
	margin: 0 auto 10px;
	width: 42px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: 2px 0px;/* background-color: #ddd; */
	transition: all .4s ease-in-out;
}
.index6 .click li h4 {
	color: #232323;
	font-size: 16px;
}
.index6 .click li:after {
	opacity: 0;
	content: "";
	position: absolute;
	left: 50%;
	top: -10px;
	z-index: -1;
	margin-left: -10px;
	border: 12px solid transparent;
	border-bottom-color: #ff5c00;
}
.index6 .click .on {
	background: #ff5c00;
}
.index6 .click .on:after {
	opacity: 1;
	top: -24px;
}
.index6 .click .on em {
	background-position: 2px -36px;
}
.index6 .click .on h4 {
	color: #fff
}
.index6 .click li.x1 em {
	background-image: url(../images/ApplyIco01.png);
}
.index6 .click li.x2 em {
	background-image: url(../images/ApplyIco02.png);
}
.index6 .click li.x3 em {
	background-image: url(../images/ApplyIco05.png);
}
.index6 .click li.x4 em {
	background-image: url(../images/ApplyIco06.png);
}
.index6 .click li.x5 em {
	background-image: url(../images/ApplyIco07.png);
}
.index6 .click li.x6 em {
	background-image: url(../images/ApplyIco03.png);
}
.index6 .click li.x7 em {
	background-image: url(../images/ApplyIco07.png);
}
.index6 .click li.x8 em {
	background-image: url(../images/ApplyIco08.png);
}



.index7 {
	padding: 70px 0;
	background: url(../images/news_bg.jpg) no-repeat center center;
	background-size: cover;
}

.newsRight {
	overflow: hidden;
}

.newsRight dl {
	padding: 20px;
	width: 31.33%;
	float: left;
	background: #fff;
	margin-bottom: 20px;
	margin: 30px 1%;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	box-sizing: border-box;
}

.newsRight dl dd {
	padding: 0 0 10px;
}

.newsRight dl dd a h4 {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #262626;
	overflow: hidden;
}

.newsRight dl dd a span {
	overflow: hidden;
	display: block;
	font-size: 16px;
	color: #797979;
	line-height: 24px;
}

.newsRight dl dd a em {
	margin-top: 5px;
	display: block;
	color: #797979;
	font-size: 15px;
}

.newsRight dl:hover h4 {
	color: #fff
}

.newsRight dl:hover span {
	color: #fff
}

.newsRight dl:hover  dd a em {
	color: #fff
}

.newsRight dl:hover {
	background: #0076DE
}

.newsRight img {
	margin-bottom: 20px;
	width: 100%;
}


/* neiye */
#nyba {
	margin-bottom: 50px;
	height: 550px;
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,0.3);
	background-image: url(../images/neibanner.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
}
#nyba h2 {
	text-transform: uppercase;
	margin-top: 12%;
	text-align: center;
	font-size: 50px;
	color: #fff;
}
#nyba h2 span {
	display: block;
	font-size: 20px;
	font-weight: 200;
}

.gaid {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
}

.gaid .sub {
	margin: 0 auto;
	padding: 15px 0;
	width: 90%;
	color: #fff;
	font-size: 16px;
	min-width: 1200px;
}

.gaid a {
	color: #fff;
}

.gaid i {
	margin-right: 15px;
	color: #fff;
}

.neiyejieshao {
	margin-bottom: 0;
}

.neiyejieshao .photo {
	margin-top: 30px;
}

.neiyejieshao .photo img {
	width: 100%;
}

.neiyejieshao .left h2 {
	color: #333;
	font-size: 30px;
	text-align: center;
}

.neiyejieshao .left h2 span {
	color: #0090FF;
}

.neiyejieshao .left p {
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	text-indent: 2em;
}

.neiyejieshao .left .name {
	margin-bottom: 30px;
	padding-bottom: 15px;
	color: #333;
	font-size: 35px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	text-indent: 0;
	text-align: center;
}


.qiyewenhua {
	padding: 60px 0;
	background: #F5F5F5;
}

.qiyewenhua ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto ;
	width: 90%;
	min-width: 1200px;
}

.qiyewenhua li {
	width: 23%;
	height: 15rem;
	border: 1px solid #fff;
	border-radius: 1.5rem;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	transition: ease-out .5s;
}

.qiyewenhua li.active {
	width: 31.25%;
}

.qiyewenhua li .about3_li2 {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	padding-bottom: .2rem;
	transition: ease-out .36s;
	box-sizing: border-box;
}

.qiyewenhua li .about3_li2 img {
	width: 2.5rem;
	margin-bottom: .6rem;
}

.qiyewenhua li .about3_li2 {
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 2.1rem 2rem;
	transition: ease-out .5s;
}

.qiyewenhua li .about3_li2>img {
	width: 1.8rem;
}

.qiyewenhua li .about3_li2 div {
	font-size: 1.8rem;
	color: #2D6FAC;
	margin-top: 1rem;
}

.qiyewenhua li .about3_li2 p {
	font-size: 1.2rem;
	line-height: 1.42;
	color: #333;
	margin-top: .8rem;
}

.qiyewenhua li .about3_li2 i {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
}

.qiyewenhua li .about3_li2 i img {
	width: 100%;
}

.neidaohang {
	margin-bottom: 30px;
}

.neidaohang li {
	margin: 0 0.5% 20px;
	width: 11.5%;
	float: left;
}

.neidaohang li a {
	padding: 10px 0;
	display: block;
	font-size: 16px;
	color: #333;
	text-align:center;
	border: 1px solid #ccc;
	transition: ease-in-out 300ms;
}

.neidaohang li a:hover {
	color: #fff;
	background-color: #FF7701;
}

.xiangqing {
	margin-bottom: 50px;
}
	
.xiangqing .left {
	padding: 10px;
	width: 48%;
	float:left;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.xiangqing .left img {
	width: 100%;
}

.xiangqing .right {
	padding-top: 30px;
	width: 48%;
	float: right;
}

.xiangqing .right .title {
	margin-bottom: 20px;
	color: #333;
	font-size: 32px;
	font-weight: bold;
}

.xiangqing .right .tt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #666;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}

.xiangqing .right .btn {
}

.xiangqing .right .btn li {
	margin: 0 20px 0 0;
	display: inline;
}

.xiangqing .right .btn li a {
	padding: 10px 0;
	width: 150px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #FF7701;
}

.xiangqing .right .tel {
	margin: 30px 0 50px;
	color: #666;
	font-size: 16px;
}

.xiangqing .right .tel span {
	padding-left: 35px;
	display: block;
	color: #d40000;
	font-size: 35px;
	font-weight: bold;
	background: url(../images/tel_icon.png) no-repeat left center;
	background-size: 30px 30px;
}

.erxiangqing  {
	margin-bottom: 80px;
}

.erxiangqing .title{
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

.erxiangqing .title span {
	padding: 10px 0;
	display: block;
	width: 150px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #FF7701;
}

.erxiangqing .info {
	color: #333;
	font-size: 16px;
}

.erxiangqing .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 100%;
}

.erxiangqing .info video {
	margin: 0 auto 20px;
	display: block;
	width: 600px;
	height: 450px;
}

.compagelist {
	padding: 10px;
	margin-top: 40px;
	display: flex;
	background: #F5F5F5;
	justify-content: space-between;
}

.compagelist li {
	max-width: 49%;
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}

.compagelist a {
	color: rgba(153, 153, 153, 1);
}

.compagelist a:hover {
	color: rgba(212, 48, 48, 1);
}

.listnews li:not(:last-child) {
	border-bottom: 1px solid rgba(227, 227, 227, 1);
}

.listnews a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}

.listnews .photo {
	width: 33%;
}

.listnews .photo img {
	width: 100%;
}

.listnews .txtbox {
	width: 64%;
	position: relative;
}

.listnews .time {
	font-size: 20px;
	margin-bottom: 10px;
}

.listnews .link {
	padding-right: 42px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
	background: url(../images/img27.png) no-repeat right center;
	background-size: 36px auto;
}

.listnews h3 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}

.listnews p {
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}

.listnews a:hover h3 {
	color: rgba(24, 102, 180, 1);
}

.listnews a:hover .link {
	color: rgba(24, 102, 180, 1);
	background: url(../images/img28.png) no-repeat right center;
	background-size: 36px auto;
}

.conysd {
	margin: 60px auto 80px;
	width: 90%;
	min-width: 1200px;
}

.contactul {
	margin-bottom: 40px;
}

.contactul li {
	padding: 40px 20px;
	width: 25%;
	height: 168px;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}

.contactul li:nth-child(1),
.contactul li:nth-child(2) {
}
.contactul li:first-child {
	border-left: none;
}

.contactul li .icon {
	float: left;
}

.contactul li .icon img {
	width: 70px;
}

.contactul li .text {
	padding-left: 90px;
	color: #333;
	font-size: 17px;
	line-height: 1.7;
}

.map {
	width: 100%;
	height: 340px;
	border: 1px solid #ccc;
}

