*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
}
body{
	min-width:1200px;
	max-width:1920px;
	overflow-x:hidden;
	font:12px/1.5em "microsoft yahei";color:#656565;background:#fff;
}
ul,li{
	list-style:none;
}
img{
	border:none;
	outline:none;
}
a{
	text-decoration: none;
	color:#565656;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
}
.line_1{
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}
.line_2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}


.page{text-align:left;margin:10px auto; padding-bottom:20px;display:inline; color:#303030;}
.page_turner {padding:20px 0px 0px 1px;float:left;clear:both;}
.page_turner a, .page_turner span {float:left;display:block;border:1px solid #303030;padding:5px;margin-left:4px; line-height:14px;}
.page_turner a:link, .page_turner a:visited { text-decoration:none; }
.page_turner a:hover, .page_turner a.c {background:#303030; color:#fff;}

.page1{float:right;text-align:left;margin:10px 30px;display:inline;}
.page1_turner {padding:4px 0px 0px 1px;float:left;clear:both;}
.page1_turner a, .page_turner span {float:left;display:block;border:1px solid #303030;padding:5px;margin-left:4px; line-height:14px;}
.page1_turner a:link, .page_turner a:visited { text-decoration:none; }
.page1_turner a:hover, .page_turner a.c {background:#303030; color:#fff;}

/*header*/
header{
	width:1400px;
	height:100px;
	margin:0 auto;
	display: flex;
	align-items: center;
}
.top2{
	height: 100%;
}
.navwrap{
	width: 730px;
	height: 100%;
	margin-left:97px;
}
.navwrap::after{
	content:"";
	display: block;
	clear: both;
}
.navwrap li{
	height:100%;
	float:left;
	margin-right:60px;
	position: relative;
}
.navwrap li > a{
	line-height: 100px;
	font-size:16px;
	color:#545454;
}
.navwrap > li:last-child{
	margin:0;
}
.navwrap li.on > a{
	font-weight: bold;
	color:#413386;
}
.navwrap li::after{
	content: "";
	display: none;
	width:64px;
	height:2px;
	background-color:#413386;
	position: absolute;
	bottom:25px;
	left:0;
	right: 0;
}
.navwrap li.on::after{
	display: block;
}
.nav_2{
	position: absolute;
	top:100px;
	left:-15px;
	width:220px;
	z-index:99;
	background-color: #fff;
	display: none;
}
.nav_2 a{
	display: block;
	width:100%;
	height:54px;
	padding-left:15px;
	line-height:54px;
	border-bottom: 1px solid #e5e5e5;
	font-size:14px;
	color:#666;
}
.nav_2 a:last-child{
	border-bottom:4px solid #413386;
}
.nav_2 a:hover{
	background-color:#413386;
	color:#fff;
}
.navwrap li:hover > a{
	font-weight: bold;
	color:#413386;
}
.navwrap li:hover .nav_2{
	display: block;
}
.navwrap li:hover::after{
	display: block;
}
.top3{
	font-size:16px;
	color:#413386;
	font-weight: bold;
	padding-left:31px;
	margin-left:auto;
	background:url(../images/icon_tel.png) left center no-repeat;
}


/*footer*/
footer{
	width:100%;
	height:400px;
	max-width: 1920px;
	margin:0 auto;
	background-color: #374b98;
	min-width:1400px;
}
.ft_top{
	width:1400px;
	height: 319px;
	margin:0 auto;
	display: flex;
	align-items: flex-start;
}
.ft_l{
	width:802px;
	display: flex;
	align-items: flex-start;
}
.ftitem{
	width:20%;
	text-align: center;
	padding-top:67px;
}
.ftitem h5,.ft_r h5{
	font-size:16px;
	color:#ffffff;
	margin-bottom:25px;
	line-height:26px;
}
.ftitem a,.ft_r p{
	display: block;
	font-size:13px;
	color:#ffffff;
	line-height:33px;
}
.ft_r{
	width:598px;
	padding-top:67px;
	display: flex;
	align-items: flex-start;
	background:url(../images/code.png) right 83px top 91px no-repeat;
}
.ft_r::before{
	content:"";
	display: block;
	width:1px;
	height:160px;
	background-color:#5565a2;
	margin-right:85px;
}
.ft_end{
	height:81px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top:1px solid #41549d;
}
.ft_end p{
	font-size:13px;
	color:#ffffff;
}


/*index*/
#container{
	width:100%;
	max-width:1920px;
	margin:0 auto;
}
.index1{
	width:1400px;
	height:230px;
	margin:0 auto;
	display: flex;
	align-items: center;
}
.index1item{
	width:25%;
	height:100%;
	text-align: center;
	position: relative;
	padding-top:82px;
}
.index1item:nth-child(-n+3)::after{
	content:"";
	display: block;
	height:88px;
	width:2px;
	background-color:#e3e3e3;
	position:absolute;
	top:50%;
	right:0;
	transform: translateY(-50%);
}
.index1item h5{
	font-size:40px;
	color:#333333;
	line-height:1;
	margin-bottom:9px;
}
.index1item p{
	font-size:14px;
	color:#898989;
	line-height:1;
}
.index2wrap{
	width:100%;
	height:600px;
	background:url(../images/bg_about.png) center bottom no-repeat;
	background-color: #fafafa;
}
.index2{
	width: 1400px;
	height:100%;
	margin:0 auto;
	display: flex;
	align-items: flex-start;
	background: url(../images/bg_about_word.png) left center no-repeat;
}
.index2_l{
	width:750px;
	padding-left:130px;
	padding-top:99px;
}
.index2_r{
	width:550px;
	height:360px;
	background-color:#413386;
	position: relative;
	margin-left:auto;
	margin-top:126px;
}
.index2_l h4{
	font-size:40px;
	color:#413386;
	line-height:1;
}
.index2_l h4::after{
	content:"";
	display: block;
	width:100px;
	height:4px;
	margin-top:25px;
	background-color:#413386;
}
.i2l_content{
	padding-top:37px;
}
.i2l_content p{
	font-size:14px;
	color:#545454;
	line-height: 32px;
	text-indent: 2em;
}
.index2more{
	display: block;
	width:160px;
	height:50px;
	margin-top:52px;
	border-radius:4px;
	background-color: #413386;
	text-align: center;
	line-height: 50px;
	font-size:16px;
	color:#ffffff;
	font-weight: bold;
}
.videowrap{
	width:100%;
	height:100%;
	position: absolute;
	left:-30px;
	bottom:26px;
}
.videowrap video{
	width:100%;
	height:100%;
	object-fit: fill;
}
.videowrap iframe{
	width:100%;
	height:100%;
}
.index3{
	width:1400px;
	height:800px;
	margin:0 auto;
	padding-top:95px;
}
#swiper_case{
	margin-top:40px;
}
.caseslide{
	overflow: hidden;
	position:relative;
	padding:0 19px;
}
.caseslide:nth-child(3n){
	width:330px !important;
	height:450px;
}
.caseslide:nth-child(3n+1){
	width:330px !important;
	height:450px;
}
.caseslide:nth-child(3n+2){
	width:720px !important;
	height:450px;
}
.caseslide img{
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
}
.caseinfo{
	position: absolute;
	z-index:9;
	width:100%;
	padding:0 19px;
	bottom:19px;
	left:0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.caseinfo span{
	font-size:23px;
	color:#ffffff;
}
.caseinfo a{
	padding-right:21px;
	font-size:14px;
	color:#ffffff;
	background:url(../images/icon_case.png) right center no-repeat;
}
.casearrow{
	width:100%;
	height:40px;
	margin-top:30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.casearr_l span{
	display: inline-block;
	width:40px;
	height:40px;
	background-color: #171b23;
	margin-right: 10px;
	cursor: pointer;
}
.case_l{
	background:url(../images/icon_arrow_l.png) center center no-repeat;
}
.case_r{
	background:url(../images/icon_arrow_r.png) center center no-repeat;
}
.casemore{
	width: 140px;
	height:40px;
	background-color: #413386;
	cursor: pointer;
	text-align: center;
	font-size:16px;
	color:#ffffff;
	line-height:40px;
	font-weight: bold;
}


.index4wrap{
	width:100%;
	height:754px;
	background-color: #f5f5f5;
}
.index4{
	width:1400px;
	height:100%;
	margin:0 auto;
	padding-top:75px;
}
.indextitle{
	text-align: center;
}
.indextitle h3{
	font-size:40px;
	color:#413386;
	line-height:1;
	margin-bottom:17px;
}
.indextitle p{
	font-size:14px;
	color:#666666;
	font-weight: bold;
	line-height:1;
}
#swiper_news{
	margin-top:47px;
}
#swiper_news img{
	vertical-align: top;
}
.newslide{
	padding-bottom:10px;
	border-bottom:4px solid #e6e6e6;
}
.newslide:hover{
	border-color:#413386;
}
.newslide > div:first-child{
	width:450px;
	height:300px;
	overflow: hidden;
}
.newslide .title{
	display: block;
	width:100%;
	margin:40px 0 34px;
	font-size:16px;
	color:#333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.in_content{
	height:48px;
}
.in_content p{
	font-size:14px;
	color:#666666;
	line-height:26px;
}
.in_info{
	margin-top:36px;
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.in_info span,.in_info a{
	font-size:12px;
	color:#666666;
	line-height: 1;
}
.in_info a{
	padding-right:33px;
	background:url(../images/icon_news.png) right center no-repeat;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}




/*innerpage:;*/
.innerpage{
	width:1400px;
	margin:60px auto 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.pageleft{
	width:272px;
	border-top:5px solid #0156b3;
}
.pageright{
	width:1090px;
}
.list_title{
	width:100%;
	height:50px;
	text-align:left;
	padding-left:14px;
	background-color:#f5f5f5;
}
.list_title h1{
	color:#333333;
	font-size:16px;
	line-height:50px;
}
.pageleft > ul{
	width:100%;
	background-color:#f5f5f5;
}
.pageleft > ul > li{
	
}
.pageleft > ul > li > a{
	display:block;
	font-size:14px;
	color:#333333;
	line-height:50px;
	width:272px;
	height:50px;
	text-align:left;
	padding-left:40px;
}
.pageleft > ul > li > a:hover{
	background-color:#0156b3;
	color:#fff;
	font-weight:bold;
}
.liston > a{
	background-color:#0156b3;
	color:#fff !important;
	font-weight:bold;
}
.prolist{
	display:none;
	padding-bottom:15px;
	padding-left:50px;
}
.prolist li a{
	line-height:25px;
}
.contactbox{
	background-color:#f5f5f5;
	margin-top:10px;
}
.contactbox > p:nth-child(1){
	font-size:16px;
	color:#4c4c4c;
	line-height:56px;
	text-align:center;
	border-bottom:1px solid #e6e6e6;
}
.innercodewrap{
	width:272px;
	height:203px;
	display:flex;
	display:-webkit-flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	padding:15px 0;
}
.inner_intro{
	width:272px;
	height:120px;
	background-color:#e6e6e6;
	display:flex;
	display:-webkit-flex;
	flex-direction: column;
	text-align:center;
	justify-content: space-around;
	padding:13px 0;
}
.inner_intro p{
	font-size:14px;
	color:#333333;
}
.pageright .content{
	line-height:1.8;
}
.pageright .content p{
	line-height:1.8;
}

/*news.asp*/
.news{
	height:220px;
	padding:30px 0;
	border-bottom:#e6e6e6 1px solid;
}
.news:first-child{
	height:190px;
	padding:0 0 30px;
}
.news:after{
	content:"";
	display:block;
	clear:both;
}
.news img{
	float:left;
	max-width:240px;
}
.newsright{
	float:right;
	width:815px;
	height:160px;
	padding-top:10px;
}
.newsright p:nth-child(1){
	font-size:18px;
	color:#333333;
	margin-bottom:32px;
	font-weight:bold;
}
.newsright p:nth-child(1) span{
	font-weight:normal;
	float:right;
	font-size:14px;
}
.newsright p:nth-child(2){
	font-size:14px;
	color:#333333;
	line-height:22px;
	margin-bottom:15px;
}
.newsright a:nth-child(3){
	display:block;
	width:100px;
	height:25px;
	background-color:#f2f2f2;
	text-align:center;
	line-height:25px;
	font-size:14px;
	color:#656565;
	cursor:pointer;
}
/*new.asp*/
.content p.artical_title{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.artical_info{
	width:100%;
	background-color:#999;
	text-align:center;
	color:#fff;
	line-height:28px;
	height:28px;
	margin-top:15px;
	margin-bottom:15px;
}
.artical_content{
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom:1px dashed #393939;
}
.artical_others{
	margin-bottom:15px;
}
.backlist{
	background-color:#999;
	color:#fff !important;
	padding:5px 10px;
}
/*products.asp*/
ul.lists{
	width:100%;
}
ul.lists li{
	float:left;
	width:440px;
	margin-bottom:15px;
	text-align:center;
}
ul.lists li:nth-child(3n+2){
	margin:0 40px;
}
ul.lists li div{
	overflow:hidden;
}
ul.lists li div a{
	display:block;
	width:100%;
	overflow:hidden;
	text-align: center;
}
ul.lists li p{
	background-color:#f2f2f2;
	font-size:14px;
	line-height:40px !important;
	text-align:center !important;
	color:#656565;
}
ul.lists img{
	width:100%;
}

/*message*/
.msgwrap{
	margin:25px auto;
	padding:15px;
	border:1px solid #CCCCCC;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.msg_left{
	width:520px;
	float:left;
}
.msg_right{
	width:280px;
	float:right;
}
.msg_left > form > div{
	margin-bottom:22px;
}
.msg_left > form > div > span{
	display:inline-block;
	width:90px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
.msg_left > form > div > input[type="text"]{
	width:365px;
	height:30px;
}
.pro2_titlewrap{
	width:100%;
	max-width:1920px;
	margin:.0 auto;
	height:70px;
	background-color:#4158a9;
}
.pro2_title{
	width:1400px;
	height:70px;
	margin:0 auto;
}
.pro2_title li{
	float:left;
}
.pro2_title li a{
	display:block;
	padding:0 73px;
	line-height:70px;
	font-size:14px;
	color:#ffffff;
}
.pro2_title li a:hover{
	color:#4158a9 !important;
	background-color:#ffffff;
	font-weight:bold;
}
.pro2_titleon a{
	color:#4158a9 !important;
	background-color:#ffffff;
	font-weight:bold;
}
.container{
	width:1400px;
	margin:0 auto;
	padding:25px 0;
}
.container::after{
	content:"";
	display: block;
	clear: both;
}
.newswrap{
	padding:30px 0;
	border-bottom:1px solid #e6e6e6;
}
.newswrap > div:nth-child(1){
	float:left;
	width:360px;
	height:245px;
	overflow:hidden;
}
.newswrap > div:nth-child(1) img{
	width:100%;
}
.newswrap > div:nth-child(2){
	float:right;
	width:980px;
}
.newstitle{
	/*margin-bottom:20px;*/
}
.newstitle h4{
	font-size:18px;
	color:#545454;
	line-height:38px;
	float:left;
}
.newstitle span{
	line-height:38px;
	font-size:14px;
	color:#666666;
	float:right;
}
.newscontent{
	height:96px;
	padding-top:14px;
}
.newscontent p{
	font-size:14px;
	color:#666666;
	line-height:28px;
	text-align:justify;
}
.newsmore{
	display: block;
	width:100px;
	height:26px;
	line-height:26px;
	text-align: center;
	font-size:12px;
	color:#545454;
	background-color:#f2f2f2;
}
