body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }   
body { background:#ffffff; color:#333; font-size:14px; font-family: 'PingFang SC', "微软雅黑",'Arial Regular', Verdana, Helvetica, sans-serif; }   
td,th,caption { font-size:14px;}
a { color:#333; text-decoration:none; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s;}   
a:hover { text-decoration:none; transition: .3s all;-webkit-transition: .3s all;-moz-transition: .3s all;-o-transition: .3s all;}   
img { border:none; }   
ol,ul,li { list-style:none; }   
input, textarea, select, button { font:14px 'PingFang SC', "微软雅黑", 'Arial Regular', Verdana,Helvetica,Arial,sans-serif; }   
table { border-collapse:collapse; }   
html {overflow-y: scroll;}   

a,button{cursor:pointer;}
input,textarea,button{outline: none;}
textarea{resize:none;}

.clearfix:after{clear:both;content:""; display:block; visibility:hidden; height:0;overflow: hidden;}	
.fl{float: left;}
.fr{float: right;}
.show{display:block !important;}
.hide{display: none !important;}

.container{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

/*公共头部*/
.h-zw{height: 96px;}
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 96px;
	background: #ffd900;
}
.header .container{
	overflow: inherit;
}
.header .logo{
	line-height: 96px;
}
.header .logo a{
	display: block;
}
.header .logo img{
	vertical-align: top;
	margin-top: 13px;
}
.header .nav{
	width: auto;
}
.header .nav ul li{
	float: left;
	margin: 0 16px;
}
.header .nav ul li:last-child{
	display: none;
}
.header .nav ul li a{
	display: block;
	padding: 0 4px;
	line-height: 96px;
	color: #002870;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.header .nav ul li.active a:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 2px;
	background: #012668;
}
.header .app{
	display: inline-block;
	width: 134px;
	line-height: 46px;
	text-align: center;
	border: 1px solid #002870;
	border-radius: 25px;
	margin-top: 24px;
	margin-left: 20px;	
}
.header .app img{
	vertical-align: top;
	margin-top: 13px;
	margin-right: 7px;
}
.header .app:hover{
	box-shadow: 0 0 8px #002870;
}

.footer{
	width: 100%;
	background: #3e3a39;
	padding-top: 30px;
}
.footer .f-nav{
	width: 100%;
	margin-bottom: 15px;
}
.footer .f-nav ul{
	display: flex;
	justify-content: center;
}
.footer .f-nav ul li{
	line-height: 16px;
	color: rgba(250,250,250,.6);
	font-size: 14px;
	padding: 0 11px;
	border-right: 1px solid rgba(250,250,250,.6);
}
.footer .f-nav ul li a{
	color: rgba(250,250,250,.6);
	font-size: 14px;
}
.footer .f-nav ul li a:hover{
	color: rgba(250,250,250,1);
}
.footer .f-nav ul li:first-child{
	padding: 0;
	border: 0;
}
.footer .f-nav ul li:last-child{
	border: 0;
}
.footer .f-xx{
	text-align: center;
	line-height: 18px;
	margin-bottom: 26px;
}
.footer .f-xx span{
	color: rgba(250,250,250,.6);
	font-size: 14px;
	margin: 0 20px;
}
.footer .copyright{
	color: rgba(250,250,250,.2);
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	border-top: 1px solid #524e4d;
}
.footer .copyright a{
	color: rgba(250,250,250,.2);
	font-size: 14px;
}
.footer .copyright a:hover{
	color: rgba(250,250,250,1);
}

.right{
	position: fixed;
	bottom: 5%;
	right: 0;
	z-index: 10;
	width: 65px;
}
.right ul li{
	display: block;
	width: 100%;
	height: 65px;
	background-color: #002870;
	margin-top: 4px;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	position: relative;
	z-index: 5;
}
.right ul li a{
	display: block;
	height: 65px;
}
.right ul li:hover{
	background-color: #ffd900;
}
.right ul li.goTop{
	background-image: url(../img/right1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.right ul li.telPhone{
	background-image: url(../img/right2.png);
	background-repeat: no-repeat;
	background-position: center;
}
.right ul li.qq{
	background-image: url(../img/right3.png);
	background-repeat: no-repeat;
	background-position: center;
}
.right ul li.ewm{
	background-image: url(../img/right4.png);
	background-repeat: no-repeat;
	background-position: center;
}
.right .telNum{
	background-color: #ffd900;
	position: absolute;
	top: 73px;
	right: -160px;
	z-index: 1;
	width: 160px;
	padding-left: 10px;
	box-sizing: border-box;
	line-height: 65px;
	color: #fff;
	font-size: 18px;
}
.right .ewmBox{
	background-color: #ffd900;
	position: absolute;
	bottom: 0;
	right: 69px;
	z-index: 1;
	width: 160px;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: none;
}
.right .ewmBox img{
	display: block;
	width: 140px;
	margin-bottom: 10px;
}


/*首页*/
.banner{
	width: 100%;
}
.banner .swiper-slide{
	width: 100%;
	height: 704px;
}
.banner .swiper-pagination{
	bottom: 30px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	width: 40px;
	height: 6px;
	border-radius: 3px;
	background: #fff;
	opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #ffd900;
}

.in-title{
	width: 100%;
	text-align: center;
}
.in-title p{
	height: 42px;
	line-height: 42px;
	color: #333333;
	font-size: 34px;
	margin-bottom: 8px;
}
.in-title p span{
	display: inline-block;
	line-height: 30px;
	background: #ffd900;
	font-size: 18px;
	padding: 0 5px;
	border-radius: 4px;
	vertical-align: top;
	margin-top: 6px;
	margin-left: 10px;
}
.in-title div{
	width: 42px;
	height: 3px;
	background: #002870;
	margin: 0 auto;
	vertical-align: top;
}

.in-a{
	width: 100%;
	padding: 75px 0 80px;
}
.in-a .ia-box{
	margin-top: 60px;
	padding: 0 50px;
	position: relative;
}
.in-a .ia-box .swiper-slide{
	text-align: center;
	height: 150px;
}
.in-a .ia-box .swiper-slide a{
	display: block;
	height: 150px;
	background: #f5f5f5;
	padding-top: 30px;
	box-sizing: border-box;
}
.in-a .ia-box .swiper-slide p{
	line-height: 20px;
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
}
.in-a .ia-box .swiper-button-prev{
	background: url(../img/icon-prev.png) no-repeat center;
}
.in-a .ia-box .swiper-button-next{
	background: url(../img/icon-next.png) no-repeat center;
}

.in-b{
	width: 100%;
	background: #f5f5f5;
}
.in-b .container{
	padding: 50px 0 78px;
	overflow: initial;
}
.in-b .ib-box{
	margin-top: 60px;
	margin-bottom: 42px;
}
.in-b .ib-box ul li{
	float: left;
	width: 374px;
	background: #fff;
	margin-right: 39px;
	box-shadow: 0 0 0 #eee;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.in-b .ib-box ul li:nth-of-type(3n + 0){
	margin-right: 0;
}
.in-b .ib-box ul li:hover{
	box-shadow: 0 0 20px #ddd;
}
.in-b .ib-box ul li a{
	display: block;
}
.in-b .ib-box ul li img{
	display: block;
	width: 100%;
	height: 250px;
}
.in-b .ib-box ul li .text{
	padding: 28px 19px;
}
.in-b .ib-box ul li .text .title{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 18px;
	margin-bottom: 12px;
}
.in-b .ib-box ul li .text .abstract{
	height: 48px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	margin-bottom: 18px;
}
.in-b .ib-box ul li .text .time{
	line-height: 14px;
	color: #999999;
	font-size: 14px;
}

.more{
	width: 100%;
	text-align: center;
}
.more a{
	display: inline-block;
	vertical-align: top;
	width: 208px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border-radius: 25px;
	background: #002870;
	border: 1px solid #002870;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 16px;
}
.more.moreWhite a{
	background: #fff;
	color: #002870;
}
.more a:hover{
	box-shadow: 0 0 10px #333;
}

.in-c{
	width: 100%;
}
.in-c .container{
	padding: 75px 72px 55px;
}
.in-c .ic-box{
	margin-top: 52px;
	margin-bottom: 40px;
}

.in-d{
	width: 100%;
}
.in-d .container{
	padding: 55px 0;
	overflow: initial;
}
.in-d .id-box{
	margin-top: 60px;
}
.in-d .id-box ul li{
	float: left;
	width: 280px;
	margin-right: 26.5px;
	margin-bottom: 32px;
	box-shadow: 0 0 0 #eee;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.in-d .id-box ul li:nth-of-type(4n + 0){
	margin-right: 0;
}
.in-d .id-box ul li:hover{
	box-shadow: 0 0 20px #ddd;
}
.in-d .id-box ul li a{
	display: block;
}
.in-d .id-box ul li img{
	display: block;
	width: 100%;
	height: 186px;
}
.in-d .id-box ul li .text{
	padding: 18px 10px 0;
}
.in-d .id-box ul li .text .title{
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 26px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/icon2.png) no-repeat left center;
	margin-bottom: 14px;
}
.in-d .id-box ul li .text .tel{
	line-height: 22px;
	color: #666666;
	font-size: 14px;
}
.in-d .id-box ul li .text .address{
	height: 44px;
	line-height: 22px;
	color: #666666;
	font-size: 14px;
}


.pubBanner{
	width: 100%;
	height: 300px;
}



.lp-left {
	width: 220px;
	min-height: 400px;
	box-shadow: 0 0 20px #ddd;
	background-color: #ffffff;
	padding-bottom: 15px;
	box-sizing: border-box;
	position:relative;
	left: 0;
	top:-30px;
	z-index: 9;
}
.pl-title {
	font-size: 28px;
	color: #333333;
	line-height: 30px;
	padding-left: 30px;
	padding-top: 30px;
}
.pl-eng {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	padding-left: 30px;
	margin-top: 8px;
}
.pl-nav {
	margin-top: 42px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.pl-nav li {
	width: 200px;
	height: 60px;
	margin-bottom: 12px;
}
.pl-nav li a {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 60px;
	padding-left: 20px;
}
.pl-nav li span {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	margin-top: 19px;
	margin-right: 10px;
	background: url(../img/icon5.png)no-repeat;
	background-size: 100% 100%;
}
.pl-nav .on {
	background-color: #ffd900;
}
.pl-nav .on span {
	background: url(../img/icon6.png)no-repeat;
	background-size: 100% 100%;
}
.lp-right {
	width: 940px;
}
.d_mbx {
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 64px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.d_mbx img {
	width: 14px;
	height: 14px;
	margin-right: 2px;
	vertical-align: middle;
	margin-top: -3px;
}
.d_mbx a {
	font-size: 14px;
	color: #666666;
	margin: 0 4px;
}
.d_mbx span {
	color: #002870;
	margin: 0 4px;
}
.d_listlb {
	width: 100%;
	margin-bottom: 40px;
}
.d_listlb li {
	width: 100%;
	height: 200px;
	background-color: #ffffff;
	margin-bottom: 10px;
	padding: 20px;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	overflow: hidden;
}
.d_listlb li a{
	display: block;
}
.d_listlb li .d_tp {
	width: 240px;
	height: 160px;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-position	:center;
	float: left;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.d_listlb li .d_tp:hover{
	background-size: 120% 120%;
}
.d_listlb li .d_wz {
	width: 630px;
	height: 160px;
	float: right;
}
.d_listlb li .d_wz p:nth-of-type(1) {
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	font-weight: bold;
	padding-top: 18px;
	margin-bottom: 24px;
	overflow : hidden; /* 溢出隐藏 */
    text-overflow: ellipsis; /* 溢出省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    word-break: break-all;  /* 内容自动换行 */
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.d_listlb li .d_wz p:nth-of-type(1):hover{
	color: #ffd900;
}
.d_listlb li .d_wz p:nth-of-type(2) {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	min-height: 48px;
	overflow : hidden; /* 溢出隐藏 */
    text-overflow: ellipsis; /* 溢出省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    word-break: break-all;  /* 内容自动换行 */
}
.d_listlb li .d_wz p:nth-of-type(3) {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 18px;
}
.pagination {
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 59px;
}
.pagination li {
	margin: 0 3px;
}
.pagination li a,.pagination li span {
	display: block;
	height: 32px;
	padding: 0 12px;
	font-size: 14px;
	color: #666666;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.pagination li a {
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
}
.pagination li span {
	background-color: #002870;
	border: 1px solid #002870;
	color: #ffffff;
}

.d_detammx {
	width: 100%;
	line-height: 54px;
	border-radius: 10px;
	background-color: #ffd900;
	position:relative;
	left: 0;
	top: -20px;
}
.d_detammx img {
	width: 14px;
    height: 14px;
    margin-right: 2px;
    margin-left: 20px;
    vertical-align: middle;
    margin-top: -3px;
}
.d_detammx a {
	font-size: 14px;
    color: #666666;
    margin: 0 4px;
}
.d_detammx span {
	color: #333333;
    margin: 0 4px;
}
.d_details .d_bt {
	font-size: 26px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	margin-top: 37px;
}
.d_details .d_sj {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 19px;
}
.d_detanr {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.d_detanr img {
	max-width: 100% !important;
}
.d_fy {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
	-webkit-transform: skew(-10deg); /* for Chrome||Safari */
	-ms-transform: skew(-10deg); /* for IE */
	-moz-transform:skew(-10deg);/* for Firefox */
	-o-transform:skew(-10deg);/* for Opera */
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 8px;
	margin-bottom: 73px;
}
.d_fy a {
	font-size: 14px;
	color: #999999;
}
.d_fy a:hover{
	color: #002870;
}

.server{
	width: 100%;
}
.server li{
	float: left;
	width: 23%;
	margin-right: 2.6%;
	background: #fff;
	margin-bottom: 25px;
	text-align: center;
}
.server li:nth-of-type(4n + 0){
	margin-right: 0;
}
.server li a{
	display: block;
	padding: 45px 0;
}
.server li a:hover{
	box-shadow: 0 0 10px #333;
}
.server li a img{
	width: 50px;
	height: 50px;
}

.store{
	width: 100%;
}
.store li{
	float: left;
	width: 32.3%;
	margin-right: 1.5%;
	background: #fff;
	margin-bottom: 15px;
}
.store li:nth-of-type(3n + 0){
	margin-right: 0;
}
.store li a{
	display: block;
}
.store li a:hover{
	box-shadow: 0 0 10px #333;
}
.store li img{
	display: block;
	width: 100%;
}
.store li .text{
	padding: 15px 10px 10px;
}
.store li .text .title{
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 26px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/icon2.png) no-repeat left center;
	margin-bottom: 14px;
}
.store li .text .tel{
	line-height: 22px;
	color: #666666;
	font-size: 14px;
}
.store li .text .address{
	height: 44px;
	line-height: 22px;
	color: #666666;
	font-size: 14px;
}

.lp-left .pl-type{
	margin-top: 42px;
	padding: 0 10px;
}
.lp-left .pl-type>li{
	margin-bottom: 12px;
}
.lp-left .pl-type>li>a{
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	padding-left: 20px;
	background: url(../img/icon5.png) no-repeat 96% center;
}
.lp-left .pl-type>li>ul{
	display: none;
}
.lp-left .pl-type>li>ul>li>a{
	display: block;
	line-height: 40px;
	padding-left: 35px;
}
.lp-left .pl-type>li>ul>li>ul{
	display: none;
}
.lp-left .pl-type>li>ul>li>ul>li>a{
	display: block;
	line-height: 40px;
	padding-left: 50px;
}
.lp-left .pl-type>li>ul>li.on>ul>li.on>a{
	background-color: #ffd900;
}
.lp-left .pl-type>li.on>ul{
	display: block;
}
.lp-left .pl-type>li.on>ul>li.on>ul{
	display: block;
}







