@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

@-webkit-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,10%, 0);
		transform: translate3d(0, 10%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-moz-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,10%, 0);
		-moz-transform: translate3d(0, 10%, 0);
		     transform: translate3d(0, 10%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		     transform: none
	}
}

@-o-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,10%, 0);
		transform: translate3d(0, 10%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-o-transform: none;
		   transform: none
	}
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,10%, 0);
		-moz-transform: translate3d(0, 10%, 0);
		     transform: translate3d(0, 10%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		  -o-transform: none;
		     transform: none
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	-moz-animation-name: fadeInUp2;
	  -o-animation-name: fadeInUp2;
	     animation-name: fadeInUp2
}

.contain{
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
.header{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 96;
	background-color: #ffffff;
}
.header1{
	overflow: hidden;
}
.logo{
	margin-top: 20px;
	float: left;
	font-size: 0;
	max-width: 450px;
}
.language{
	float: right;
	font-size: 14px;
	color: #333333;
	line-height: 112px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.language a{
	margin: 0 5px;
	color: #333333;
}
.nav{
	float: right;
}
.nav ul li{
	list-style-type: none;
	float: left;
	line-height: 112px;
	margin-right: 40px;
	font-size: 16px;
}
.nav ul li a{
	color: #333333;
}
.nav ul li.on a{
	border-bottom: 2px solid #005193;
	display: inline-block;
	padding: 16px 0;
	line-height: 1;
	color: #005193;
}
.nav ul li:hover a{
	border-bottom: 2px solid #005193;
	display: inline-block;
	padding: 16px 0;
	line-height: 1;
	color: #005193;
}
.banner {
    margin-top: 115px;
}
.banner1{
	font-size: 0;
	position: relative;
	text-align: center;
}
.banner2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: left;
}
.banner3{
	font-size: 50px;
	color: #fff;
	line-height: 65px;
}
.banner4{
	margin-top: 24px;
	font-size: 24px;
	color: #ffffff;
	line-height: 40px;
}
.banner .swiper-pagination-bullet{
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0 10px;
}
.banner .swiper-pagination-bullet-active{
	background-color: #fff;
}
.about{
	background: url(../img/about_bg.jpg) center no-repeat;
	padding: 120px 0 110px;
}
.about1{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.about2{
	width: 59.5%;
	font-size: 0;
}
.about3{
	width: 36%;
}
.about4{
	font-size: 38px;
	color: #005395;
	font-weight: bold;
}
.about5{
	margin-top: 6px;
	font-size: 22px;
	color: #333333;
}
.about6{
	margin-top: 20px;
	font-size: 18px;
	color: #999999;
}
.about6 span{
	margin-right: 30px;
}
.about7{
	margin-top: 24px;
	font-size: 18px;
	color: #333333;
	line-height: 35px;
	text-align: justify;
}
.about8{
	margin-top: 24px;
}
.about8 a{
	display: inline-block;
	width: 118px;
	height: 40px;
	border: 1px solid #065797;
	border-radius: 20px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #005395;
}
.product{
	background: url(../img/product_bg.png) center no-repeat;
	padding: 100px 0 80px;
}
.product1{
	font-size: 38px;
	color: #005395;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.product2{
	margin-top: 16px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.product3{
	margin-top: 45px;
}
.product3 ul{
	overflow: hidden;
}
.product3 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 75px)/4);
	margin-right: 25px;
	border-radius: 16px 0 16px 0;
	background: url(../img/product_bg1.png) #254365 no-repeat;
	background-position: left bottom;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product3 ul li:nth-child(4n){
	margin-right: 0;
}
.product5{
	font-size: 0;
	text-align: center;
}
.product6{
	margin-top: 12px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.product7{
	margin-top: 36px;
	text-align: center;
}
.product7 a{
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.3);
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 20px;
}
.product3 ul li:hover{
	background: url(../img/product_bg1.png) #248539 no-repeat;
	background-position: left bottom;
}
.product3 ul li:hover .product7 a{
	border: 1px solid #ffffff;
}
.apply{
	padding: 90px 0 72px;
}
.apply1{
	width: 90%;
	max-width: 1673px;
	margin: 40px auto 0;
}
.apply2{
	font-size: 0;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.apply2 img{
	width: 100%;
}
.apply3{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .45);
	padding: 0 40px;
	transition: all .5s;
}
.apply4{
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 52px;
}
.apply5{
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
	height: 0;
	transition: all .5s;
}
.apply2:hover .apply3{
	background-color: rgba(0, 83, 149, .86);
	padding: 40px 40px 30px;
}
.apply2:hover .apply5{
	height: auto;
}
.apply6{
	margin-top: 50px;
	text-align: center;
	font-size: 0;
}
.apply6 a{
	display: inline-block;
	padding: 0 14px;
	position: relative;
}
.apply6 a:first-child::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #cccccc;
}
.a_img1{
	display: none;
}
.apply6 a:hover .a_img{
	display: none;
}
.apply6 a:hover .a_img1{
	display: inline-block;
}
.news{
	background: url(../img/news_bg.png) center no-repeat;
	padding: 100px 0 90px;
}
.news1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news3{
	font-size: 38px;
	color: #005395;
	font-weight: bold;
	line-height: 1;
}
.news4{
	margin-top: 16px;
	font-size: 20px;
	color: #333333;
	line-height: 1;
}
.news5 a{
	display: inline-block;
	width: 118px;
	height: 40px;
	border: 1px solid #065797;
	border-radius: 20px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #005395;
}
.news6{
	margin-top: 50px;
	overflow: hidden;
}
.news7{
	float: left;
	width: 49%;
}
.news7a{
	font-size: 0;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.news7a img{
	width: 100%;
}
.news7b{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	background-image: linear-gradient(to top,#000000,rgba(0,0,0,0));
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 80px;
	padding: 0 150px 0 32px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.swiper-env{
	position: relative;
}
.pagination-box{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 150px;
	height: 80px;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-env-pagination{
	position: relative;
	width: auto !important;
	display: inline-block;
	bottom: auto !important;
	left: auto !important;
}
.swiper-num{
	margin-left: 10px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
}
.active-index{
	font-size: 30px;
}
.pagination-box .swiper-pagination-bullet{
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.59);
}
.pagination-box .swiper-pagination-bullet-active{
	background-color: #fff;
}

.news8{
	float: right;
	width: 49%;
}
.news9{
	margin-top: 30px;
	padding: 0 12px 24px;
	border-bottom: 1px solid #e8e8e8;
}
.news10{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.news11{
	margin-top: 16px;
	font-size: 14px;
	color: #999999;
}
.news11 img{
	vertical-align: middle;
}
.news11 a{
	float: right;
	color: #005395;
}
.footer{
	background-color: #102d45;
	padding: 70px 0 0;
}
.footer1{
	display: flex;
	justify-content: space-between;
}
.footer2{
	font-size: 0;
}
.footer3{
	font-size: 16px;
}
.footer3a a{
	color: #ffffff;
}
.footer3b{
	margin-top: 16px;
	font-size: 14px;
}
.footer3b a{
	margin-top: 6px;
	display: block;
	color: rgba(255, 255, 255, 0.6);
}
.footer3b a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.footer4a{
	font-size: 0;
}
.footer4b{
	margin-top: 15px;
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
}
.footer4c{
	margin-top: 10px;
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
}
.beian{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 90px;
	margin-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}
.beian a{
	color: rgba(255, 255, 255, 0.4);
}
.header_m{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 96;
	background-color: #ffffff;
}

.header_m1{
	overflow: hidden;
}
.logo_m{
	/*width: 40%;*/
	float: left;
	margin: 13px 6px;
}
.logo_m img{
	height: 32px;
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
	height: 40px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.main{
	padding: 32px 0 80px;
}
.address{
	font-size: 14px;
	color: #999999;
	display: flex;
	align-items: center;
}
.address a{
	color: #999999;
	margin: 0 5px;
}
.inAbout{
	margin-top: 70px;
	zoom: 1;
}
.inAbout:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.inAboutLeft{
	float: left;
	width: 220px;
}
.inAboutLeft1{
	background-color: #f5f5f5;
	border-radius: 9px;
	border-left: 5px solid #005193;
	padding-left: 39px;
	height: 58px;
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-bottom: 29px;
}
.inAboutLeft1 a{
	color: #333333;
}
.inAboutLeft1 span{
	display: inline-block;
	font-size: 0;
	width: 30px;
	text-align: center;
	margin-right: 10px;
}
.ab_img1{
	display: none;
}
.inAboutLeft1.on{
	border-left: 5px solid #009966;
	background-color: #005193;
}
.inAboutLeft1.on a{
	color: #fff;
}
.inAboutLeft1.on .ab_img{
	display: none;
}
.inAboutLeft1.on .ab_img1{
	display: inline-block;
}
.inAboutLeft1:hover{
	border-left: 5px solid #009966;
	background-color: #005193;
}
.inAboutLeft1:hover a{
	color: #fff;
}
.inAboutLeft1:hover .ab_img{
	display: none;
}
.inAboutLeft1:hover .ab_img1{
	display: inline-block;
}
.inAboutRight{
	float: right;
	width: calc(100% - 270px);
	zoom: 1;
}
.inAboutRight:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.inAboutRight1{
	float: left;
	width: 490px;
}
.inAboutRight2{
	font-size: 34px;
	color: #005193;
}
.inAboutRight3{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	margin-top: 30px;
}
.inAboutRight4{
	float: right;
	font-size: 0;
}
.honor ul{
	overflow: hidden;
}
.honor ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 72px)/3);
	margin-right: 36px;
	border: 1px solid #e6e6e6;
	border-bottom: 12px solid #e6e6e6;
	padding: 20px 25px 10px;
	border-radius: 12px;
	margin-bottom: 50px;
}
.honor ul li:nth-child(3n){
	margin-right: 0;
}
.honor1{
	font-size: 0;
	text-align: center;
}
.honor2{
	margin-top: 10px;
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.culture ul li{
	list-style-type: none;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 50px;
	margin-bottom: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.culture ul li:nth-child(2n){
	flex-direction: row;
}
.culture1{
	font-size: 0;
	width: 550px;
}
.culture2{
	width: 433px;
}
.culture3{
	font-size: 34px;
	color: #005193;
}
.culture4{
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 35px;
}
.inPro{
	font-size: 30px;
	color: #333333;
	line-height: 1;
}
.inPro1{
	margin-top: 30px;
	border-radius: 5px 5px 0 0;
	border-top: 5px solid #005193;
	padding: 0 30px;
	background-color: #f7f7f7;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inPro2{
	width: 310px;
	font-size: 16px;
	color: #999999;
	text-align: center;
	padding-right: 30px;
}
.inPro3{
	flex: 1;
	font-size: 16px;
	color: #999999;
	padding-right: 100px;
	text-align: center;
}
.inPro4{
	padding: 0 30px;
	height: 72px;
	border-bottom: 1px solid #ebebeb;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inPro5{
	width: 310px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding-right: 30px;
}
.inPro6{
	flex: 1;
	font-size: 16px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inPro6 span{
    text-align: center;
	flex: 1;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inPro6 a{
	float: right;
	display: inline-block;
	width: 100px;
	text-align: right;
	color: #005193;
	text-decoration: underline;
}
.proDeta{
	margin-top: 50px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #ebebeb;
}
.proDeta span{ 
	display: inline-block;
	position: relative;
	padding-bottom: 16px;
}
.proDeta span::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 41px;
	height: 3px;
	background-color: #005193;
}
.proDeta1{
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	margin-top: 20px;
}
.tech{
	font-size: 38px;
	color: #005395;
	text-align: center;
	font-weight: bold;
}
.tech1{
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	color: #333333;
	text-align: center;
}
.tech2{
	margin-top: 80px;
	padding-bottom: 80px;
	margin-bottom: -80px;
}
.tech2 ul li{
	list-style-type: none;
	position: relative;
	font-size: 0;
	margin-top: 80px;
}
.tech2 ul li:first-child{
	margin-top: 0;
}
.tech2 ul li:nth-child(2n){
	text-align: right;
}
.tech2 ul li>img{
	width: 550px;
}
.tech3{
	width: 550px;
	/*height: 100%;*/
	background-color: #fff;
	z-index: 6;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	/*bottom: -79px;*/
	border-radius: 15px;
	border: 1px solid #cccccc;
	padding: 40px 50px 30px;
}
.tech4{
	margin-top: 16px;
	width: 36px;
	height: 4px;
	background-color: #276da5;
	border-radius: 2px;
}
.tech5{
	font-size: 28px;
	color: #333333;
}
.tech6{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-top: 20px;
	text-align: justify;
}
.tech2 ul li:nth-child(2n) .tech3{
	right: auto;
	left: 0;
	text-align: left;
}
.techDeta{
	margin-bottom: -40px;
}
.techDeta ul{
	overflow: hidden;
}
.techDeta ul li{
	list-style-type: none;
	/*float: left;*/
	/*width: calc((100% - 54px)/3);*/
	margin-right: 27px;
	margin-bottom: 40px;
	overflow: hidden;
	/*background: url(../img/te_bg.png) no-repeat;*/
	/*background-size: 100% 100%;*/
	/*padding: 60px 50px 30px;*/
}
/*.techDeta ul li:nth-child(3n){*/
/*	margin-right: 0;*/
/*}*/
.techDeta1{
	font-size: 0;
	float: left;
	text-align: center;
	width: 150px;
}
.techDeta_d{
    float: left;
    width: calc(100% - 180px);
    margin-left: 30px;
}
.techDeta2{
	/*margin-top: 20px;*/
	font-size: 20px;
	/*text-align: center;*/
	color: #333333;
	font-weight: bold;
	line-height: 1;
}
.techDeta3{
    margin-top: 16px;
	/*margin: 16px auto 0;*/
	width: 30px;
	height: 5px;
	border-radius: 2px;
	background-color: #005193;
}
.techDeta4{
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	/*height: 75px;*/
}
.nMain{
	padding: 32px 0 80px;
	background-color: #f7f7f7;
}
.inNews ul li{
	list-style-type: none;
	background-color: #fff;
	margin-top: 36px;
	border-radius: 9px;
	padding: 28px 28px 28px 40px;
}
.inNews ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inNews1{
	width: 140px;
	border-right: 1px solid #e1e1e1;
	padding: 6px 0;
	margin-right: 32px;
}
.inNews2{
	font-size: 38px;
	color: #005193;
	font-weight: bold;
	line-height: 1;
}
.inNews3{
	margin-top: 16px;
	font-size: 14px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
}
.inNews4{
	margin-top: 16px;
	font-size: 0;
}
.n_img1{
	display: none;
}
.inNews5{
	flex: 1;
}
.inNews6{
	font-size: 24px;
	color: #333333;
}
.inNews7{
	margin-top: 16px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inNews8{
	font-size: 0;
	margin-left: 40px;
}
.inNews ul li:hover{
	box-shadow: 0 0 15px #f1f1f1;
}
.inNews ul li:hover .inNews1{
	border-right: 1px solid #09741d;
}
.inNews ul li:hover .inNews2{
	color: #09741d;
}
.inNews ul li:hover .n_img{
	display: none;
}
.inNews ul li:hover .n_img1{
	display: block;
}
.page{
	margin-top: 70px;
	text-align: center;
}
.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 29px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	font-size: 14px;
	color: #666666;
	margin: 0 3px;
}
.page a.on{
	background-color: #005193;
	border: 1px solid #005193;
	color: #ffffff;
}
.newsDeta{
	margin-top: 30px;
	overflow: hidden;
}
.newsLeft{
	float: left;
	width: calc(100% - 325px);
}
.newsLeft1{
	background-color: #fff;
	padding: 40px 40px 32px 32px;
	border-radius: 10px;
}
.newsLeft2{
	font-size: 30px;
	color: #333333;
	line-height: 1;
}
.newsLeft3{
	margin-top: 20px;
	font-size: 14px;
	color: #999999;
	padding-bottom: 40px;
	border-bottom: 1px solid #e9e9e9;
}
.newsLeft3 span{
	margin-right: 20px;
	display: inline-flex;
	align-items: center;
}
.newsLeft3 span img{
	margin-right: 6px;
}
.newsLeft4{
	margin-top: 24px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.sxp{
	margin-top: 30px;
}
.sxp a{
	display: block;
	margin-top: 20px;
	font-size: 14px;
	color: #999999;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.sxp a span{
	display: inline-block;
	width: 72px;
	height: 30px;
	background: url(../img/sxp.png) no-repeat;
	background-size: 100% 100%;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	padding-left: 10px;
	margin-right: 10px;
}
.newsRight{
	float: right;
	width: 300px;
	background-color: #ffffff;
	padding: 30px 16px;
	border-radius: 10px;
}
.newsRight1{
	padding: 0 10px;
}
.newsRight1 span{
	position: relative;
	line-height: 1;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	z-index: 3;
}
.newsRight1 code{
	position: relative;
}
.newsRight1 span::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 7px;
	border-radius: 3px;
	background-color: #96b7d3;
}
.newsRight2{
	margin-top: 36px;
}
.newsRight2 ul li{
	list-style-type: none;
	margin-top: 16px;
	padding: 0 10px 20px;
	border-bottom: 1px solid #ebebeb;
}
.newsRight2 ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newsRight3{
	font-size: 0;
	width: 107px;
	margin-right: 12px;
}
.newsRight4{
	flex: 1;
}
.newsRight5{
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsRight6{
	margin-top: 9px;
	font-size: 14px;
	color: #999999;
}
.source{
	margin-top: 50px;
	overflow: hidden;
}
.source1{
	float: right;
	font-size: 0;
	width: 620px;
}
.source2{
	float: left;
	width: 564px;
}
.source3{
	padding-left: 63px;
	font-size: 36px;
	color: #005193;
	font-weight: bold;
	line-height: 1;
}
.source4{
	margin: 20px 0 0 63px;
	width: 60px;
	height: 4px;
	background-color: #005193;
	border-radius: 2px;
}
.source5{
	margin-top: 50px;
	position: relative;
	padding: 0 80px 0 63px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	text-align: justify;
}
.syh{
	position: absolute;
	left: 0;
	top: 0;
}
.xyh{
	position: absolute;
	right: 0;
	bottom: 0;
}
.empor{
	background-color: #f7f7f7;
	padding: 80px 0 55px;
}
.empor1{
	font-size: 36px;
	color: #005193;
	text-align: center;
	line-height: 1;
	font-weight: bold;
}
.empor2{
	margin-top: 36px;
}
.empor2 ul li{
	margin-top: 30px;
	list-style-type: none;
	background-color: #ffffff;
	padding: 30px 50px 30px 30px;
}
.empor3{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.empor4{
	display: flex;
	align-items: center;
}
.empor4 span{
	display: flex;
	align-items: center;
	font-size: 26px;
	color: #333333;
}
.empor4 span img{
	margin-right: 9px;
}
.empor4 code{
	display: inline-block;
	background-color: #e9f1ee;
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
	border-radius: 13px;
	margin-left: 10px;
	font-size: 14px;
	color: #005193;
}
.empor5{
	font-size: 14px;
	color: #999999;
}
.empor6{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.empor7{
	margin-top: 16px;
	flex: 1;
}
.empor8{
	font-size: 14px;
	color: #999999;
}
.empor9{
	margin-top: 16px;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.empor10{
	margin-left: 30px;
}
.empor10 a{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #005193;
	width: 145px;
	height: 44px;
	border-radius: 22px;
}
.empor10 a span{
	font-size: 16px;
	color: #ffffff;
	text-decoration: underline;
	margin-left: 8px;
}
.inContact{
	margin-top: 36px;
	overflow: hidden;
}
.conLeft{
	float: left;
	width: 494px;
	margin-top: 40px;
}
.conLeft ul li{
	margin-top: 80px;
}
.conLeft ul li:first-child{
	margin-top: 0;
}
.conLeft1{
	font-size: 24px;
	color: #005294;
	line-height: 1;
}
.conLeft2{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.conLeft3{
	width: 50%;
}
.conLeft4{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
}
.conLeft4 img{
	margin-right: 6px;
}
.conLeft5{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
}
.conRight{
	float: right;
	width: 728px;
	padding: 50px 0 50px 79px;
	border-left: 1px solid #e9e9e9;
}
.conRight1{
	font-size: 30px;
	line-height: 1;
	color: #005294;
}
.conRight2{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.conRight3{
	width: 301px;
}
.conRight4{
	padding: 0 12px;
	font-size: 16px;
	color: #333333;
	display: flex;
	align-items: center;
}
.conRight4 img{
	margin-right: 7px;
}
.conRight5{
	margin-top: 10px;
}
.conRight5 input{
	padding: 0 12px;
	font-size: 16px;
	height: 45px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.conRight6{
	margin-top: 30px;
	padding: 0 12px;
	font-size: 16px;
	color: #333333;
	display: flex;
	align-items: center;
}
.conRight6 img{
	margin-right: 7px;
}
.conRight7{
	margin-top: 16px;
}
.conRight7 textarea{
	width: 100%;
	font-size: 16px;
	border: 1px solid #e0e0e0;
	border-radius: 9px;
	padding: 16px 12px;
	height: 125px;
	resize: none;
}
.conRight8{
	margin-top: 36px;
	text-align: center;
}
.conRight8 input{
	width: 240px;
	height: 56px;
	background-color: #005294;
	border-radius: 28px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.wap{
    display: none;
}

