/**************************************/

/*************[公用start]**************/

/**************************************/


@font-face {
	font-family: 'Roboto';
	src: url(../font/Roboto-Light-10.ttf);
	font-weight: 100;
}

@font-face {
	font-family: 'Roboto';
	src: url(../font/Roboto-Regular-14.ttf);
	font-weight: 200;
}

@font-face {
	font-family: 'Roboto';
	src: url(../font/Roboto-Medium-12.ttf);
	font-weight: 400;
}

@font-face {
	font-family: 'Roboto';
	src: url(../font/Roboto-Bold-3.ttf);
	font-weight: 600;
}

@font-face {
	font-family: 'Swis';
	src: url(../font/Swis721 Cn BT Bold Italic.ttf);
	font-weight: 800;
}




body {

	overflow-x: hidden;
	font-family: "Roboto";
	font-weight: 100;
	font-size: 16px;

}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

div.clear {

	clear: both;

	height: 0;

	width: 0;

}



input,
textarea,
select,
a:focus {

	outline: none;

}



a {

	text-decoration: none;

	color: inherit;

	cursor: pointer;

}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

img {

	border: 0;

	/*	width: 100%;*/

	max-width: 100%;

}





div.wp {

	width: 1640;
	/*主要内容区尺寸大小，每次制作前更新！！！ */

	margin: 0 auto;

}

div.wp2 {

	padding: 0 140px;

}

.fl {

	float: left;

}



.fr {

	float: right;

}



.tran {

	transition: all .3s ease-out 0s;

}









/*图片中心放大代码区域*/



.img-box {
	/*图片盒子类名*/



	overflow: hidden;

}



.img-box img {

	transition: .3s;

	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	/* ueco 时间曲线*/

	width: 100%;

	max-width: 100%;

}



.img-box:hover img {

	/*图片中心放大代码*/

	-webkit-transform: scale(1.1);

	-ms-transform: scale(1.1);

	-o-transform: scale(1.1);

	transform: scale(1.1);

}





.imgbox_a {

	position: relative;

	padding-bottom: 100%;

	overflow: hidden;

	display: block;

}



.imgbox_a>img {

	position: absolute;

	left: 0;

	top: 0;

	width: 100% !important;

	height: 100% !important;

}

.imgbox_hover>img {

	/* ueco 鏃堕棿鏇茬嚎*/

	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */

	-webkit-transition: .3s;

	-moz-transition: .3s;

	-ms-transition: .3s;

	-o-transition: .3s;

	transition: .3s;



}

.imgbox_hover:hover>img {

	-webkit-transform: scale(1.1);

	-ms-transform: scale(1.1);

	-o-transform: scale(1.1);

	transform: scale(1.1);

}



/*图片中心放大代码区域*/







/**************************************/

/************[公用over]****************/

/**************************************/



/*header-start*/

/**************************************************************/

#header {
}

.header-top {
	height: 97px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 32px;
	padding-right: 32px;
}

.header-logo {
	width: 580px;
}

.header-top-r {
	display: flex;
	align-items: center;
}

.header-search {
	overflow: hidden;
	width: 375px;
	height: 46px;
	border: 1px solid #CCCCCC;
	position: relative;
	padding-right: 50px;
	padding-left: 10px;
	box-sizing: border-box;
}

.header-search input[name="searchText"] {
	width: 327px;
	height: 46px;
	border: none;
}

.header-search input[name="searchText"]::placeholder {

	font-style: italic;
}

.header-search input[name="searchButton"] {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 46px;
	border: 1px solid #0039c1;
	border: none;
	background: url(../images/search.png) no-repeat center #0039c1;
}

.header-top-link,.login,.language {
	margin-left: 20px;
	text-align: center;
	cursor:pointer;
}

.header-top-link a img,.login img,.language img {
	display: block;
	margin: 0px auto;
}

.header-top-link a span,.login span,.language span {
	font-size: 16px;
	font-weight: 100;
	color: #0039c1;
}
.language{
	height: 100%;
	position: relative;
}
.language .other-language{
	display: none;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left:-60px;
	z-index: 99;
	padding-top: 56px;

}
.language:hover .other-language{
	display: block;
}
.language .other-language ul{
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: 0px 0px 6px #bababa;
	border-radius: 5px;
	background: #fff;
	width: 120px;
}
.language .other-language ul li a{
	height: 38px;
	line-height: 38px;
}
.language .other-language ul li a:hover{
	color: #0039C1;
	font-weight: 200;
}

.header-nav {
	background: #003dcf;
	display: flex;
	justify-content: center;
}

.header-nav ul li {
	float: left;
	text-align: center;
}

.header-nav ul li a {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	margin: 0px 32px;
	font-weight: 100;
	display: block;
}

.header-nav ul li a:hover {
	color: #fff;
	font-weight: 400;
	border-top: 2px solid #fff;
}

#header_sj {
	display: none;
}

.banner {
	text-align: center;
}

.home-about {
	overflow: hidden;
}

.home-padding-top {
	padding-top: 60px;
}

.home-padding-bottom {
	padding-bottom: 60px;
}

.home-tit {
	font-size: 52px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
}

.home-about-con {
	font-size: 18px;
	line-height: 28px;
}

.home-more {
	text-align: center;
	margin-top: 32px;
}

.home-more a {
	margin: 0px auto;
	display: block;
	width: 154px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	font-weight: 200;
	color: #204ebb;
	border: 1px solid #0039C1;
}

.home-more a:hover {
	background-color: #0039C1;
	color: #fff;
}

.box2 {
	padding-bottom: 84px;
}

.home-serve-one {
	height: 536px;
	background: url(../images/pro-bj-list1.png) no-repeat bottom center;
	background-size: contain;
}

.home-serve-two {
	height: 536px;
	background: url(../images/pro-bj-list2.png) no-repeat bottom center;
	background-size: contain;
	margin-top: 56px;
}

.home-serve-inf {
	width: 600px;
	padding-top: 64px;
	text-align: left;
}

.home-serve-inf h1 {
	font-size: 42px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}

.home-serve-inf h2 {
	font-weight: 100;
	font-size: 32px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 16px;
}

.home-serve-inf h3 {
	font-weight: 100;
	font-size: 20px;
	line-height: 28px;
}

.home-serve-inf .home-more a {
	margin: 0px;
}

.serve-inf-r {
	text-align: right;
}

.serve-inf-r .home-more a {
	float: right;
}

.box3 {
	background: #ebf1f6;
}

.home-tit h1 {
	font-weight: 100;
	font-size: 20px;
}

.home-tit h1 a {
	color: #0039c1;
	margin-left: 14px;
	padding-right: 16px;
	position: relative;
}

.home-tit h1 a:hover {
	font-weight: 200;
}

.home-tit h1 a::before {
	content: ">";
	position: absolute;
	right: 50%;
	margin-right: -60px;
}

.home-pro-con {
	margin-right: -64px;
	overflow: hidden;
	padding-top: 42px;
}

.home-pro-con ul li {
	width: 33.333%;
	padding-right: 64px;
	float: left;
	box-sizing: border-box;
}

.home-pro-con ul li a {
	display: block;
	background: #fff;
	overflow: hidden;
}

.home-pro-con ul li a .imgbox_a {
	padding-bottom: 72.99%;
}

.home-pro-con ul li a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.home-pro-con ul li a:hover h1 {
	color: #003dcf;
}

.home-pro-inf {
	overflow: hidden;
	border-top: 1px solid #dde3e8;
}

.home-pro-inf {
	padding: 20px;
}

.home-pro-inf h1 {
    height: 60px;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
	word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-pro-inf h2 {
	font-size: 16px;
	font-weight: 100;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.box4 {
	height: 523px;
	background: url(../images/message-bj.jpg) no-repeat center top;
}

.home-message {
	padding-top: 110px;
}

.home-message>h1 {
	font-size: 34px;
	font-weight: 200;
	text-transform: uppercase;
	text-align: center;
	color: #fff;

}

.home-message-inf {
	width: 932px;
	height: 76px;
	background: #fff;
	margin: 32px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-message-inf input[name="messagename"] {
	width: 174px;
	border: none;
	padding-left: 10px;
	border-right: 1px solid #e8e8e8;
	height: 50px;
}

.home-message-inf input[name="messageaddress"] {
	flex-grow: 1;
	border: none;
	padding-left: 20px;
	height: 50px;
}

.home-message-inf input[name="messagebutton"] {
	height: 100%;
	width: 190px;
	text-align: center;
	background: #12b4a6;
	color: #fff;
	border: none;
	font-size: 20px;
	font-weight: 200;
}

.home-message>h2 {
	font-size: 22px;
	font-weight: 100;
	text-align: center;
	color: #fff;
	margin-bottom: 32px;
}


.home-news-con {
	margin-right: -64px;
	overflow: hidden;
	padding-top: 42px;
}

.home-news-con ul li {
	width: 33.333%;
	padding-right: 64px;
	float: left;
	box-sizing: border-box;
}

.home-news-con ul li a {
	display: block;
	background: #fff;
	overflow: hidden;
}

.home-news-con ul li a .imgbox_a {
	padding-bottom: 56.47%;
}

.home-news-inf {
	overflow: hidden;
	padding: 20px;
	border: 1px solid #e8e8e8;
}

.home-news-inf h1 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 10px;
}

.home-news-inf h2 {
	font-size: 16px;
	font-weight: 100;
	line-height: 26px;
	text-align: left;
	margin-bottom: 8px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.home-news-inf span {
	color: #0039c1;
	padding-right: 16px;
	position: relative;
	font-weight: 200;
}

.home-news-inf span::before {
	content: ">";
	position: absolute;
	right: 0px;
}

.home-news-con ul li a:hover img {
	/*图片中心放大代码*/
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.home-news-con ul li a:hover h1 {
	color: #003dcf;
}

#footer {
	background: url(../images/footer-bj.jpg) no-repeat left top #272ca8;
}

.footer-top {
	padding-bottom: 32px;
}

.footer-inf {
	display: flex;
	justify-content: space-between;
}

.footer-menu dl {
	float: left;
	margin-right: 142px;
}

.footer-menu dt {
	font-size: 20px;
	color: #fff;
	margin-bottom: 16px;
}

.footer-menu dd {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}

.footer-menu dd a:hover {
	font-weight: 400;
}

.footer-follow-us h1 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 16px;
}

.footer-follow-list a {
	margin-right: 16px;
}

.footer-follow-list a:last-child {
	margin-right: 0px;
}

.footer-follow-us h2 {
	font-size: 26px;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 32px;
	font-weight: 200;
}

.footer-follow-us h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 100;
}

.foot-pay h1 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 16px;
}

.foot-pay-list ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -12px;
}

.foot-pay-list ul li {
	width: 12.5%;
	padding-right: 12px;
}

.foot-pay-list ul li a {
	display: block;
	background: #fff;
	text-align: center;
	margin-bottom: 12px;
	position: relative;
	height: 64px;
}

.foot-pay-list ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer-down {
	border-top: 1px solid #a2b0f0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

/*********************7*****************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2 {
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}

.nav-2 {
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 900;

}

.nav-2>ul>li {

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 8px;
	right: 14px;
}

.jiaspan.cur {
	background-image: url(../images/jian.png);

}

.nav-2>ul>li:first-child {
	/*border-top: 0;*/
}

.nav-2>ul>li>a {

	padding: 12px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color: #333;
	font-family: "anb";
	text-transform: uppercase;

}

.nav-2>ul>li>ul {
	padding-bottom: 10px;
	display: none;
}

.nav-2>ul>li>ul>li>a {
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color: #666;
}

/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form {
	padding: 10px;
	position: relative;
}

.nav-2-form input[type="image"] {
	position: absolute;
	right: 19px;
	top: 17px;
	width: 18px;

}

.nav-2-form .form-control {
	padding-right: 50px;
}

.logo-2 {
	font-size: 0;
	width: 318px;
	margin-left: 15px;
	margin-top: 18px;
}

.logo-2 img {
	display: block;
	padding-top: 0px;
}

.menu2 {
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}

.menu2 li {
	cursor: pointer;
	margin-left: 15px;
	float: right;
	margin-top: 24px;
}

.menu2 li+li {
	margin-top: 21px;
}

.menu2 li img {
	/*vertical-align: middle;*/
}

.chenggao {
	display: none;
	height: 75px;
}

#nav-2-heidi {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}

.nav-2-form {
	padding-bottom: 20px;
}

.nav-2-form .form-control {
	height: 42px;
	line-height: 42px;
}

.nav-2-form input[type="image"] {
	top: 22px;
}


/********[二级公共]**********/
.ej-banner {
	text-align: center;
	height: 424px;
}

.ej-banner img {
	height: 100%;
}

.ej-menu-box {
	padding-top: 32px;
	padding-bottom: 32px;
}

.ej-menu-box ul {
	display: flex;
	align-items: center;
}

.ej-menu-box ul li {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	position: relative;
}

.ej-menu-box ul li::before {
	content: "|";
	position: absolute;
	right: 0px;
	font-size: 16px;
	color: #003dcf;
}

.ej-menu-box ul li:first-child {
	padding-left: 0px;
}

.ej-menu-box ul li:last-child {
	padding-right: 0px;
}

.ej-menu-box ul li:last-child::before {
	content: "";
	position: absolute;
	right: 0px;
	font-size: 16px;
}

.ej-menu-box ul li a {
	float: left;
	display: block;
	color: #003dcf;
	font-weight: 200;
}

/********[产品页面]**********/

.ej-box-con {
	padding-bottom: 62px;
}

.ej-pro-tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ej-pro-tit span {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}

.ej-pro-tit a {
	color: #0039c1;
	padding-right: 16px;
	position: relative;
	font-weight: 200;
}

.ej-pro-tit a::before {
	content: ">";
	position: absolute;
	right: 0px;
}

.ej-pro-list {
	padding-top: 42px;
}

.ej-pro-list:first-child {
	padding-top: 0px;
}


.pro-list-main {
	margin-right: -64px;
	overflow: hidden;
	padding-top: 22px;
}

.pro-list-main ul li {
	width: 33.333%;
	padding-right: 64px;
	float: left;
	box-sizing: border-box;
}

.pro-list-main ul li a {
	display: block;
	background: #fff;
	overflow: hidden;
	border: 1px solid #dde3e8;
}

.pro-list-main ul li a .imgbox_a {
	padding-bottom: 72.99%;
}

.pro-list-main ul li a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.pro-list-main ul li a:hover h1 {
	color: #003dcf;
}



/********[产品列表]**********/

.product-box {
	overflow: hidden;
}

.ej-pro-main {
	padding-top: 32px;
}

.ej-pro-menu {
	width: 300px;
	margin-right: 40px;
	display: block;
}

.ej-pro-menu>ul>li {
	margin-bottom: 10px;
}

.ej-pro-menu>ul>li span {
	display: block;
	line-height: 54px;
	color: #000;
	padding-left: 20px;
	cursor: pointer;
	background: url(../images/jt-b-down.png) no-repeat 270px center #f7f7f7;
}
.ej-pro-menu>ul>li span:hover{
	background: #003dcf;
	color: #fff;
	background: url(../images/jt-w-down.png) no-repeat 270px center #003dcf;
}
.ej-pro-menu>ul>li span.active{
	color: #fff;
	background: url(../images/jt-w-up.png) no-repeat 270px center #003dcf;
}
.ej-pro-menu>ul>li .cur{
	display: block;
}
.ej-pro-menu>ul>li ul {
	color: #000000;
	background: #fff;
	display: none;
}

.ej-pro-menu>ul>li>ul {
	padding-top: 5px;
	padding-left: 30px;
}

.ej-pro-menu>ul>li>ul>li {
	line-height: 35px;
}

.ej-pro-menu>ul>li>ul>li a {
	color: #666;
	font-weight: 100;
}
.ej-pro-menu>ul>li>ul>li a.active{
	color: #003dcf;
	font-weight: 200;
}
.ej-pro-menu>ul>li>ul>li a:hover {
	color: #003dcf;
	font-weight: 200;
}

.product-list-main {
	overflow: hidden;
}

.product-list {
	margin-right: -32px;
	overflow: hidden;
}

.product-list ul li {
	width: 33.333%;
	padding-right: 32px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.product-list ul li a {
	display: block;
	background: #fff;
	overflow: hidden;
	border: 1px solid #dde3e8;
}

.product-list ul li a .imgbox_a {
	padding-bottom: 72.99%;
}

.product-list ul li a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.product-list ul li a:hover h1 {
	color: #003dcf;
}

.page {
	border-top: 1px solid #dee4e9;
	padding-top: 32px;
}

.page ul {
	display: table;
	margin: 0px auto;
}

.page ul li {
	display: table-cell;
}

.page ul li a {
	display: block;
	padding: 5px 14px;
	border: 1px solid #dee4e9;
	margin: 0px 5px;
}

.page ul li a:hover {
	background: #0b519c;
	color: #fff;
	border: 1px solid #0b519c;
}

/********[支持]**********/
.suppor-box {
	padding: 0px 40px;
	overflow: hidden;
}

.suppor-box ul {
	margin-right: -42px;
}

.suppor-box ul li {
	width: 33.33%;
	padding-right: 42px;
	float: left;
	margin-bottom: 30px;
}

.suppor-box ul li a {
	display: block;
	background: #fff;
	width: 242px;
	height: 242px;
	padding: 15%;
	text-align: center;
	background: url(../images/suppor-bj.png) no-repeat center;
	background-size: 100%;
	margin: 0px auto;
	box-sizing: unset;
}

.suppor-box ul li.cur a {
	display: block;
	background: #fff;
	width: 242px;
	height: 242px;
	padding: 15%;
	text-align: center;
	background: url(../images/suppor-bj-h.png) no-repeat center;
	background-size: 100%;
	margin: 0px auto;
	box-sizing: unset;
}

.suppor-box ul li.cur a img {
	width: 273px;
	height: 77px;
	margin: 72px auto 0px;
}

.suppor-box ul li a img {
	display: block;
	margin: 32px auto 0px;
	width: 132px;
	height: 132px;
}

.suppor-box ul li a span {
	font-size: 20px;
	font-weight: 200;
	color: #003dcf;
}

.suppor-box ul li a:hover {
	background: url(../images/suppor-bj-h.png) no-repeat center;
	background-size: 100%;
}

.suppor-box ul li a:hover span {
	font-size: 20px;
	color: #fff;
}

.suppor-box ul li a .suppor-tb img+img {
	display: none;
}

.suppor-box ul li a:hover .suppor-tb img+img {
	display: block;
}

.suppor-box ul li a:hover .suppor-tb img {
	display: none;
}



/********[支持内容]**********/

.suppor-con-box {
	overflow: hidden;
}

.suppor-inf-box {
	border: 1px solid #dde3e8;
	overflow: hidden;
	padding: 25px 35px;
	min-height: 500px;
	overflow-y: auto;
}

.suppro-con-tit {
	font-size: 30px;
	font-weight: 400;
	padding-bottom: 12px;
}

.suppro-con-main {
	overflow: hidden;
	margin-right: -30px;
}

.suppro-con-main ul li {
	padding-right: 30px;
	width: 50%;
	float: left;
	margin-bottom: 32px;
}

.suppro-con-main ul li .suppro-pay-box {
	border: 1px solid #dde3e8;
	padding: 25px 20px;
}

.suppro-con-main ul li .suppro-pay-name {
	display: flex;
	align-items: center;
}

.suppro-con-main ul li .suppro-pay-name img {
	padding-right: 10px;
}

.suppro-con-main ul li h2 {
	font-size: 16px;
	font-weight: 100;
	line-height: 28px;
	margin-bottom: 15px;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.suppro-con-main ul li h3 {
	font-size: 16px;
	font-weight: 200;
}

.suppro-con-main ul li h3 a {
	color: #003dcf;
	margin-left: 5px;
}

.compare-con {
	border: 1px solid #dee4e9;
	;
}

.compare-con ul li {
	display: flex;
	align-items: center;
}

.compare-con ul li:first-child span {
	width: 25%;
	height: 80px;
	overflow: auto;
	line-height: 24px;
	display: block;
	background-color: #000000;
	color: #fff;
	padding: 15px 15px 0px;
	text-align: left;
}

.compare-con ul li span {
	width: 25%;
	height: 50px;
	line-height: 50px;
	display: block;
	background-color: #fff;
	color: #494949;
	text-align: center;
	border-right: 1px solid #dee4e9;
	border-bottom: 1px solid #dee4e9;
}

.compare-con ul li span:last-child {
	border-right: none;
}

.compare-con ul li:last-child span {
	border-bottom: none;
}



/********[关于我们]**********/

.about-banner {
	margin-top: 42px;
}

.about-banner .swiper-container {
	height: 530px;
	text-align: center;
}

.team-list {
	margin-right: -54px;
	overflow: hidden;
	padding-top: 42px;
}

.team-list ul li {
	width: 25%;
	padding-right: 54px;
}

.team-list ul li a .imgbox_a {
	padding-bottom: 107.83%;
}




/********[产品详情]**********/

.product-pic-box{
	width: 500px;
	overflow: hidden;
	margin-right: 52px;
	position: relative;
	border: 1px solid #e0e5ea;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 0px;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
	border: 8px solid #e0e5ea;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-name-inf{
	overflow: hidden;
}
.product-name-inf h1{
	font-size: 32px;
	line-height: 42px;
	font-weight: 100;
	color: #333;
	padding-bottom: 32px;
}
.product-list-count{
	border-top:1px solid #e0e5ea;
	padding-top: 20px;
	padding-bottom: 20px;
}
.product-list-tit{
	font-size: 20px;
	font-weight: 200;
	padding-bottom: 20px;
}
.product-list-con ul{
	display: flex;
	flex-wrap: wrap;
}
.product-list-con ul li{
	margin-bottom: 10px;
}
.product-list-con ul li a{
	display: block;
	border: 1px solid #e0e5ea;
	padding: 5px 10px;
	margin-right: 8px;
	text-align: center;
	font-size: 15px;
}
.product-list-con ul li a:hover{
	background:#003dcf;
	color: #fff;
	border: 1px solid #003dcf;
}
.product-inf-menu{
	background: #f4f4f4;
}

.product-show-inf{
	padding-top: 42px;
}
.product-inf-menu{
	padding: 30px 0px;
}
.product-inf-menu a{
	font-weight: 200;
	margin-right: 20px;
	font-size: 18px;
}

.product-show-tit{
	border-bottom: 1px solid #e0e5ea;
	font-size: 32px;
	color: #003dcf;
	padding-bottom: 15px;
	padding-top: 15px;
}
.product-show-main{
	overflow: hidden;
	
}
.product-show-main h1{
	font-size: 18px;
	line-height: 28px;
	padding-top: 22px;
	padding-bottom: 22px;
	font-weight: 200;
}
.product-show-table{
	border: 1px solid #e0e5ea;
}
.product-show-table ul li{
	display: flex;
	align-items: center;
	
}

.product-show-table ul li span{
	width:396px;
	height: 54px;
	line-height: 54px;
	background: #e9edf0;
	color: #333;
	padding-left: 20px;
	border-bottom: 1px solid #fff;
}
.product-show-table ul li span:last-child{
	flex-grow: 1;
	background: #fff;
	border-bottom: 1px solid #e0e5ea;
}
.product-show-table ul li:last-child span{
	border-bottom: none;
}



/********[新闻列表]**********/
.news-main{
	padding-top: 0px;
}
.news-main ul li{
	margin-bottom: 42px;
}



.team-list-box {
	margin-right: -54px;
	overflow: hidden;
	padding-top: 0px;
}

.team-list-box ul li {
	width: 25%;
	padding-right: 54px;
	margin-bottom: 42px;
}

.team-list-box ul li a .imgbox_a {
	padding-bottom: 107.83%;
}



/********[新闻内容]**********/
.news-inf-content h1{
	font-size: 48px;
	text-align: center;
	font-weight: 200;
	padding-bottom:24px;
}
.news-inf-content h2{
	font-size: 18px;
	line-height: 28px;
	font-weight: 100;
	color: #333;
	margin-bottom: 24px;
}



/*登录*/

.dengl_box{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    top: 0px;
    display: none;
}
.dengl_bj{
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 12;
	transition: .8s;	
}

.dengl{
	width: 620px;
	padding-bottom: 30px;
	margin: 0px auto;
	background-color: #fff;
	position: absolute;
	z-index: 13;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.dengl_tit{
	height:64px;
	background-color: #003dcf;
	line-height:64px;
	font-size: 24px;
	font-weight: bolder;
	color: #fff;
	text-align: center;
}
.login-close{
	position: absolute;
	width: 36px;
	height: 36px;
	right: 10px;
	top: 0px;
	z-index: 14;
}
.dengl ul{
	padding: 0px 32px;
}
.dengl ul li{
	overflow: hidden;
	margin-top: 15px;
}
.dengl span{
	display: block;
	font-size: 18px;
	padding-bottom: 5px;
}
.dengl_t{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
}
.dengl_b_box{
	text-align: center;
	margin-top: 30px;
}
.dengl_b{
	width: 242px;
	height: 56px;
	line-height: 56px;
	background: #006fcf;
	color: #fff;
	border: none;
	font-size: 22px;
	font-weight: 200;
}


/*支持*/
.suppro-con-inf h1{
	font-size: 26px;
	line-height: 1.75;
	margin-bottom: 10px;
}
.suppro-con-inf h2{
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
}
.suppro-con-table table tr td{
	padding-top: 12px;
	padding-bottom: 12px;
}
.suppro-con-table table tr td input{
	height: 42px;
}
.suppro-con-table table tr td button.btn-color{
	background: #5d7f8a;
	color: #fff;
	border: none;
	outline: none;
	height: 40px;
	padding-right: 15px;
	padding-left: 15px;
}
.fileBox{   
    width: 135px;        
    height: 35px;
    position: relative;
    overflow: hidden;
}

.suppro-con-table table tr td input[type="file"]{
	width: 135px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
	font-size: 0;    
}
.file-btn{
	width: 135px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #e2e2e2;
	background-color: #efefef;
	color: #ffffff;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	color: #000;
}
