html{min-width: 1200px; width: 100%;}
body{font-size: 14px; background: #fff; font-family: "思源黑体 CN","Microsoft Yahei","Arial",Verdana,Arial,sans-serif; line-height: 1.4; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .4s ease; cursor: pointer;}
a:hover{color: #20549E!important;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;font-size: 14px;}

.clearfix{zoom: 1;}
.clearfix:after{content: "."; *zoom: 1; display: block; visibility: hidden; overflow: hidden; height: 0; clear: both;}
.container{width: 1400px; margin: 0 auto;position: relative;}
.w1400{width: 1400px; margin: 0 auto;position: relative;}

.fl{float: left;}
.fr{float: right;}













/************** header start *************/
.header_zw{display: block;height: 100px;}
.header{
	height: 120px;
	box-sizing: border-box;
	background-color: #fff;
	/* position: fixed;
	top: 0;
	left: 0; */
	width: 100%;
	z-index: 9999999;
	transition: .6s;
}
.header .logo{
	margin-top: 28px;
}

.header .nav ul>li{
	float: left;
	margin: 0 20px;
	position: relative;
	height: 120px;
	line-height: 120px;
}
.header .nav ul>li a{
	font-size: 17px;
}
.header .nav ul>li.active>a{
	color: #20549E;
	font-weight: bold;
}

.subnav {width:200px;background:#ffffff;font-size:12px;text-align:left;position:absolute;left:-65px;top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 16px -4px rgba(0,0,0,.3);margin-top:20px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;z-index:44;}
.subnav ol {padding:12px 0;}
.subnav ol li{width: 100%;margin: 0 !important;}
.subnav a {transition: .3s; padding: 0 10px;box-sizing: border-box; width: 100%; display:block;height:50px;line-height:50px;color:#333;font-size: 15px !important;text-align: center;}
.subnav a:hover {background:#20549E;color:#fff!important;}
.nav ul > li:hover .subnav {height:auto;opacity:1;visibility:visible;margin-top:0;}


.header .nav ul>li>a{
	position: relative;
	display: block;
}
.header .nav ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 40px;
	left: 0;
	display: block;
	width: 0%;
	height: 2px;
	background: #20549E;
	transition: .3s;
	opacity: 0;
}
.header .nav ul>li.active>a::after,.header .nav ul>li:hover>a::after{
	width: 100%;
	opacity: 1;
}
.header.active{
	background-color: #fff !important;
}

.header_top{
	background: #F5F5F5;
	height: 40px;
	line-height: 40px;
}
.header_top span{
	font-size: 14px;
	color: #777;
}
.header_top .a_box a{
	font-size: 14px;
	color: #777;
	margin: 0 10px;
	position: relative;
	display: block;
	float: left;
}
.header_top .a_box a+a::after{
	content: "";
	display: block;
	height: 15px;
	width: 1px;
	background: #777;
	position: absolute;
	left: -10px;
	top: 12px;
}
.header_top .wechat_box{
	position: relative;
	margin: 6px 10px 0 5px;
	z-index: 9999;
}
.header_top .wechat_box i{
	display: block;
	height: 25px;
	width: 25px;
	background: url(../images/wechat.png) no-repeat;
	background-position: center !important;
}
.header_top .wechat_box .wechat{
	position: absolute;
	width: 100px;
	top: 50px;
	left: -35px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	cursor: pointer;
}
.header_top .wechat_box .wechat img{width: 100%;}
.header_top .wechat_box:hover .wechat{
	opacity: 1;
	visibility: visible;
	height: auto;
	top: 40px;
}
.header_top .phone{
	background: url(../images/phone1.png) no-repeat;
	background-position: left 8px;
	padding-left: 30px;
}
.header_top .phone p{font-size: 20px;font-weight: bold;color: #20549E;}
/************** header end *************/




/***************************** banner start ******************************/

.swiper-container_banner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide {
	/* 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;
	overflow: hidden;
}
.banner .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #fff;
	opacity: 1;
	transition: .3s;
	margin: 0 2.5px !important;
}
.banner .swiper-pagination-bullet-active{
	width: 37px;
}
/***************************** banner end ******************************/



.ind_tit{
	text-align: center;
	padding: 40px 0 20px 0;
}
.ind_tit strong{
	font-size: 41px;
	color: #333;
	position: relative;
	padding-bottom: 25px;
	display: block;
}
.ind_tit strong span{
	font-size: 41px;
	color: #20549E;
}
.ind_tit strong::after{content: "";display: block;height: 2px;width: 80px;background: #20549E;position: absolute;bottom: 12px;left: 50%;transform: translateX(-50%);}
.ind_tit strong::before{content: "";display: block;height: 1px;width: 480px;background: #ccc;position: absolute;bottom: 12px;left: 50%;transform: translateX(-50%);}
.ind_tit p{font-size: 18px;color: #777777;}







/***************************** sec1 start ******************************/
.sec1{padding-bottom: 60px;}
.pro_sel{
	text-align: center;
}
.pro_sel li{
	display: inline-block;
	height: 65px;
	line-height: 65px;
	margin-bottom: 18px;
}
.pro_sel li a{
	font-size: 18px;
	color: #666;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 8px;
	min-width: 245px;
	text-align: center;	
	background: #f5f5f5;
	display: block;
}
.pro_sel li a:hover,.pro_sel li.active a{
	background: #20549E;
	color: #fff !important;
}



.sel_pro_box{
	float: left;
	width: 34%;
}
.sel_pro{
	width: calc(50% - 5px);
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #F0F0F0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	transition: .3s;
}
.sel_pro:nth-of-type(2n){
	margin-right: 0;
}
.sel_pro .img{overflow: hidden;}
.sel_pro .img img{width: 100%;}

.sel_pro p{
	position: absolute;
	bottom: -48px;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: rgba(32, 84, 158, .88);
	font-size: 18px;
	color: #fff;
	transition: .3s;
}
.sel_pro.active{
	border: 2px solid #20549E;
}
.sel_pro.active p{
	bottom: 0;
}

.pro_list_box{margin-top: 15px;}
.pro_list{height: 0;visibility: hidden;overflow: hidden;opacity: 0;transition: .3s;}
.pro_list.active{height: auto;visibility: visible;opacity: 1;}
.pro_desc_box{
	float: left;
	width: 66%;
	box-sizing: border-box;
	padding-left: 30px;
	position: relative;
}
.pro_desc{height: 0;visibility: hidden;overflow: hidden;opacity: 0;transition: .3s;}
.pro_desc.active{height: auto;visibility: visible;opacity: 1;}
.pro_desc_box .info{
	float: left;
	width: calc(100% - 543px);
	background: #20549E url(../images/sec1_bg.png) no-repeat;
	background-position: bottom right;
	height: 543px;
	box-sizing: border-box;
	padding: 70px 50px 10px 50px;
}
.pro_desc_box .info strong{
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	height: 50px;
	display: block;
}
.pro_desc_box .info .pro_ys{margin: 30px 0;}
.pro_desc_box .info .pro_ys span{
	display: block;
	float: left;
	width: 33.3%;
	height: 50px;
	background: #fff;
	line-height: 50px;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #20549E;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: #333;
}
.pro_desc_box .info .desc p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
	height: 104px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.pro_desc_box .info a{
	display: block;
	height: 30px;
	line-height: 30px;
	width: 80px;
	border: 2px solid #fff;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: relative;
	margin-top: 40px;
}
.pro_desc_box .info a::after{
	content: "";
	display: block;
	height: 2px;
	width: 55px;
	background: #fff;
	position: absolute;
	right: -55px;
	top: 13px;
}
.pro_desc_box .info a:hover{
	background-color: #fff;
}
.pro_desc_box .info .phone_box{
	margin-top: 30px;
}
.pro_desc_box .info .phone_box p{
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 22px;
	background: url(../images/phone2.png) no-repeat;
	background-position: left center;
	margin-bottom: 3px;
}
.pro_desc_box .info .phone_box span{
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.pro_desc_box .img{
	float: right;
	width: 543px;
	background: #F0F0F0;
}
.pro_desc_box .img img{width: 100%;}
/***************************** sec1 end ******************************/






/***************************** sec2 start ******************************/
.sec2{
	background: url(../images/sec2_bg.jpg) no-repeat;
	background-position: center !important;
	background-size: cover !important;
	padding-bottom: 40px;
}
.tedian_pro{
	width: 901px; 
	margin: 0 auto;
	background: url(../images/tedian_pro_bg.png) no-repeat;
}

.tedian_box{
	position: relative;
}
.td_box{
	position: absolute;
}
.td_box .img{
	float: left;
	height: 143px;
	width: 143px;
	border-radius: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border: 4px solid #20549E;
	position: relative;
	z-index: 99;
}
.td_box .img img{
	width: 100%;
}
.td_box .desc{
	height: 110px;
	box-sizing: border-box;
	border: 4px solid #e2e2e2;
	background: #fff;
	width: 270px;
	float: left;
	margin-left: -30px;
	margin-top: 20px;
	position: relative;
	z-index: 90;
	padding: 10px 5px 0 35px;
	transition: .3s;
}
.td_box .desc p{
	font-size: 24px;
	font-weight: bold;
	color: #20549E;
	transition: .3s;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	height: 33px;
}
.td_box .desc span{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 23px;
	transition: .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	height: 46px;
}
.td_box:hover .desc{
	background: #20549E;
}
.td_box:hover .desc p{color: #fff;}
.td_box:hover .desc span{color: #fff;}


.td_box1{top: 0%;left: 5%;}
.td_box2{top: 33%;left: 2%;}
.td_box3{top: 66%;left: 5%;}
.td_box4{top: 0%;right: 5%;}
.td_box5{top: 33%;right: 2%;}
.td_box6{top: 66%;right: 5%;}

.td_right .img{
	float: right;
}
.td_right .desc{
	padding: 10px 35px 0 15px;
	margin-left: 0;
	margin-right: -30px;
}
/***************************** sec2 end ******************************/






/***************************** sec3 start ******************************/
.sec3{
	box-sizing: border-box;
	padding-bottom: 70px;
}
.ind_tit2{
	padding: 70px 0 50px 0;
}
.ind_tit2 strong{
	font-size: 41px;
	font-weight: bold;
	color: #333;
}
.ind_tit2 strong span{
	font-size: 41px;
	font-weight: bold;
	color: #20549E;
}
.ind_tit2 p{
	font-size: 22px;
	color: #777777;
}
.jjfa{
	float: left;
}
.jjfa+.jjfa{
	margin-left: 80px;
}
.jjfa p{
	height: 100px;
	line-height: 100px;
	font-size: 100px;
	color: #0C59A9;
	font-weight: bold;
	position: relative;
}
.jjfa p sup{
	line-height: 37px;
	font-size: 37px;
	color: #535353;
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 10px;
}
.jjfa p sub{	
	font-size: 16px;
	color: #535353;
	font-weight: normal;
	position: relative;
	top: -25px;
	left: -10px;
}
.jjfa p i{
	font-size: 30px;
	color: #0C59A9;
	position: absolute;
	left: 43%;
	top: 0%;
	font-weight: normal;
}
.jjfa4 p sub{
	left: 0;
}
.jjfa span{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #535353;
	margin-top: 4px;
}

.case_list{
	margin-top: 70px;
}
.case_item {
	float: left;
	width: 12.5%;
	background: #eee;
	box-sizing: border-box;
	padding: 60px 0 45px 0;
	transition: .3s;
	z-index: 1000;
	position: relative;
}
.case_item:nth-of-type(2n){
	background: #fbfbfb;
}
.case_item .icon{
	display: block;
	height: 56px;
	width: 60px;
	background-position: center !important;
	margin: 0 auto;
	transition: .3s;
}
.case_item .icon1{background: url(../images/cs1.png) no-repeat;}
.case_item .icon2{background: url(../images/cs2.png) no-repeat;}
.case_item .icon3{background: url(../images/cs3.png) no-repeat;}
.case_item .icon4{background: url(../images/cs4.png) no-repeat;}
.case_item .icon5{background: url(../images/cs5.png) no-repeat;}
.case_item .icon6{background: url(../images/cs6.png) no-repeat;}

.case_item .tit{
	margin: 0 auto;
	width: 52px;
	height: 235px;
	margin-top: 25px;
}
.case_item p{
	font-size: 28px;
	color: #535353;
	line-height: 28px;
	display: block;
	width: 28px;
	float: left;
	transition: .3s;
}
.case_item span{
	writing-mode: vertical-lr;
	color: #777777;
	font-size: 14px;
	margin-top: 3px;
	margin-left: 3px;
	transition: .3s;
}
.case_item a{
	display: block;
	width: 110px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	transition: .3s;
}
.case_item:hover{
	background: #20549E;
}
.case_item:hover p,.case_item:hover span{color: #fff;}
.case_item:hover a{border: 1px solid #fff;color: #fff !important;}
.case_item:hover .icon1{background: url(../images/cs11.png) no-repeat;}
.case_item:hover .icon2{background: url(../images/cs22.png) no-repeat;}
.case_item:hover .icon3{background: url(../images/cs33.png) no-repeat;}
.case_item:hover .icon4{background: url(../images/cs44.png) no-repeat;}
.case_item:hover .icon5{background: url(../images/cs55.png) no-repeat;}
.case_item:hover .icon6{background: url(../images/cs66.png) no-repeat;}

.case_item a:hover{
	background: #fff;
	color: #20549E !important;
}


.case_more{
	float: left;
	width: 25%;
	background: url(../images/case_bg.jpg) no-repeat #e9e9e9;
	height: 465px;
	padding: 60px 0 45px 60px;
	background-position: right bottom;
	box-sizing: border-box;
	position: relative;
	z-index: 100px;
}
.case_more p{
	background: #20549E;
	width: 140px;
	height: 110px;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 28px 22px;
}
.case_more span{
	font-size: 38px;
	font-weight: bold;
	color: #0C59A9;
	text-transform: uppercase;
	font-family: Source Han Serif CN;
	margin-top: 10px;
	display: block;
}
.case_more a{
	display: block;
	width: 52px;
	height: 52px;
	background: url(../images/right.png) no-repeat;
	background-position: center !important;
	margin-top: 30px;
}
.case_more a:hover{
	margin-left: 20px;
}
.case_more::after{
	content: "";
	display: block;
	height: 325px;
	width: 641px;
	background: url(../images/case_pro.png) no-repeat;
	position: absolute;
	top: -280px;
	left: -260px;
	z-index: 100;
}
/***************************** sec3 end ******************************/






/***************************** sec4 start ******************************/
.sec4{background: #f5f5f5;padding-top: 20px;}
.sec4 .bdv_tabCon{
    padding-top: 46px;
    overflow: hidden;
}
.sec4 .hd {
    font-size: 0;
    text-align: center;
    width: 100%;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 13px 28px 0px rgba(187, 187, 187, 0.68);
    position: absolute;
    left: 0;
    top: -42px;
    z-index: 22;
}
.sec4 .hd .item{
    font-size: 22px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: #222222;
    border-right: 1px solid #BDBDBD;
    height: 90px;
    float: left;
    box-sizing: border-box;
    width: 20%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    position: relative;
    cursor: pointer;
}
.sec4 .hd .item:nth-child(5){
    border-right: 0;
}
.sec4 .hd .item span{
    font-size: 22px;
	display: block;
	float: left;
	box-sizing: border-box;
	padding-left: 15px;
	width: calc(100% - 80px);
	text-align: left;
    /* padding-left: 44px; */
    position: relative;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap; 
	height: 90px;
	line-height: 90px;
}
.sec4 .hd .item.active,
.sec4 .hd .item:hover {
    background-color: #0C59A9;
    color: #ffffff;
    border-right: 1px solid #0C59A9;
}
.sec4 .hd .tender{
	height: 50px;
	width: 50px;
	float: left;
	position: relative;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
	margin-top: 22px;
	margin-left: 30px;
}
.sec4 .tender img {
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
}
.sec4 .tender img.img1 {
    opacity: 1;
    visibility: visible;
}
.sec4 .tender img.img2 {
    opacity: 0;
    visibility: hidden;
}
.sec4 .item:hover .tender .img1,
.sec4 .item.active .tender .img1 {
    opacity: 0;
    visibility: hidden;
}
.sec4 .item:hover .tender .img2,
.sec4 .item.active .tender .img2 {
    opacity: 1;
    visibility: visible;
}
.sec4 .bdv_desc{
   width: 100%; 
    height: 235px;
    background: #20549E;
}
.sec4 .contact_btn {
    margin-top: 72px;
}
.sec4 .contact_btn a{
    display: block;
}
.sec4 .contact_btn a.about{
    width: 188px;
    height: 57px;
    background: #fff;
    font-size: 18px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: #20549E;
    text-align: center;
    line-height: 57px;
    transition: all .9s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.sec4 .contact_btn a.about:hover{
    background-color: #ffffff;
    color: #20549E;
}
.sec4 .contact_btn a.contact{
    box-sizing: border-box;
    width: 188px;
    height: 58px;
    border: 1px solid #FFFFFF;
    font-size: 18px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 58px;
    border-top: 0;
    transition: all .9s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.sec4 .contact_btn a.contact:hover{
    background: #0C59A9;
    border-color: #0C59A9;
    color: #ffffff !important;
}
.sec4 .contact_tel{
    margin-right: 68px;
    margin-top: 92px;
}
.sec4 .contact_tel b{ 
    font-size: 36px;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: #FFFFFF;
}
.sec4 .contact_tel span{
    font-size: 16px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-bottom: 3px;
}
.sec4 .contact_tel span img{
    margin-right: 8px;
    vertical-align: middle;
}
.sec4 .num{ 
    font-size: 40px;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: #FFFFFF;
}
.sec4 .bd .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 30px;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.sec4 .bd .text{
    font-size: 14px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.sec4 .bd .left{
    width: calc(100% - 540px);
    margin-top: 34px;
}
.sec4 .bd .right{
	width: 540px;
}
.sec4 .bdv_item .img{
    width: 100%;
    overflow: hidden;
}
.sec4 .bdv_item .img img{
    width: 100%;
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    overflow: hidden;
}
.sec4 .bdv_item:hover .img img{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}
/***************************** sec4 end ******************************/






/***************************** sec5 start ******************************/
.sec5{
	padding-bottom: 60px;
}
.sec5 .lb_box{
	box-sizing: border-box;
	padding: 0px 100px;
	position: relative;
	margin-top: 10px;
}
.sec5 .swiper-container_do {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 0;
}
.sec5 .swiper-slide {
  /* 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;
  transition: 300ms;
  transform: scale(0.9);
}
.sec5 .swiper-slide-active,.sec5 .swiper-slide-duplicate-active{
  transform: scale(1);
  box-shadow: 0px 0px 10px #8c8383;
}



.do_item .img{
	overflow: hidden;
}
.do_item .img img{
	transition: .6s;
	width: 100%;
}

.do_item .desc{
	background: #F0F0F0;
	box-sizing: border-box;
	padding: 22px 26px;
	transition: .3s;
}
.do_item .desc i{
	width: 104px;
	height: 104px;
	position: relative;
	float: left;
}
.do_item .desc i img{
	width: 100%;
}
.do_item .desc .img1,.do_item .desc .img2{position: absolute;top: 0;left: 0;}
.do_item .desc .img1{visibility: visible;height: auto;overflow: hidden;transition: .6s;opacity: 1;}
.do_item .desc .img2{visibility: hidden;height: 0;overflow: hidden;transition: .6s;opacity: 0;}
.do_item:hover .desc .img1{visibility: hidden;height: 0;overflow: hidden;transition: .6s;opacity: 0;}
.do_item:hover .desc .img2{visibility: visible;height: auto;overflow: hidden;transition: .6s;opacity: 1;}
.do_item:hover .desc {background: #20549E;}
.do_item:hover .desc .info p,.do_item:hover .desc .info span{color: #fff;}
.do_item .desc .info{
	width: calc(100% - 104px);
	float: left;
	box-sizing: border-box;
	padding-left: 17px;
}
.do_item .desc .info p{
	font-size: 27px;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	transition: .3s;
}
.do_item .desc .info span{
	font-size: 16px;
	color: #777777;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	overflow: hidden;
	line-height: 25px;
	height: 75px;
	transition: .3s;
}

.do_item:hover .img img{
	transform: scale(1.1);
}


.sec5 .swiper-button-next,.sec5 .swiper-button-prev{
	height: 97px;
	width: 53px;
	background-position: center !important;
	margin-top: -48px;
}
.sec5 .swiper-button-next{
	background: url(../images/r.png) no-repeat;
	right: 30px;
}
.sec5 .swiper-button-prev{
	background: url(../images/l.png) no-repeat;
	left: 30px;
}
/***************************** sec5 end ******************************/






/***************************** sec6 start ******************************/
.sec6{
	background: url(../images/sec6_bg.jpg)no-repeat;
	background-position: center !important;
	background-size: cover !important;
	padding: 20px 0 70px 0;
}

.al_sel_box{text-align: center;margin-top: 10px;}
.al_sel{
	display: inline-block;
	width: 210px;
	background: #fff;
	text-align: left;
	height: 65px;
	line-height: 65px;
	box-sizing: border-box;
	padding: 0 5px 0px 10px;
}
.al_sel+.al_sel{
	margin-left: 8px;
}
.al_sel span{
	font-size: 18px;
	color: #333333;
	display: block;
	width: calc(100% - 50px);
	box-sizing: border-box;
	padding-left: 10px;
	float: left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.al_sel .icon{
	display: block;
	float: left;
	height: 50px;
	width: 50px;
	margin-top: 13px;
}
.al_sel .icon1{background: url(../images/al1.png) no-repeat;}
.al_sel .icon2{background: url(../images/al2.png) no-repeat;}
.al_sel .icon3{background: url(../images/al3.png) no-repeat;}
.al_sel .icon4{background: url(../images/al4.png) no-repeat;}
.al_sel .icon5{background: url(../images/al5.png) no-repeat;}
.al_sel .icon6{background: url(../images/al6.png) no-repeat;}


.al_sel.active{background: #20549E;}
.al_sel.active span{color: #fff;}
.al_sel.active .icon1{background: url(../images/al11.png) no-repeat;}
.al_sel.active .icon2{background: url(../images/al22.png) no-repeat;}
.al_sel.active .icon3{background: url(../images/al33.png) no-repeat;}
.al_sel.active .icon4{background: url(../images/al44.png) no-repeat;}
.al_sel.active .icon5{background: url(../images/al55.png) no-repeat;}
.al_sel.active .icon6{background: url(../images/al66.png) no-repeat;}

.al_lb_box{
	margin-top: 35px;
}
.al_lb{
	position: relative;
	box-sizing: border-box;
	padding: 0 110px;
	display: none;
}
.al_lb.active{
	display: block;
}
.swiper-container_al {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-container_al .swiper-slide {
  /* 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;
}
.al_lb .swiper-button-prev,.al_lb .swiper-button-next{height: 97px;width: 53px;background-position: center !important;margin-top: -48px;}
.al_lb .swiper-button-prev{background: url(../images/l2.png) no-repeat;left: 20px;}
.al_lb .swiper-button-next{background: url(../images/r2.png) no-repeat;right: 20px;}




.al_item{width: 100%;}
.al_item .img{overflow: hidden;}
.al_item .img img{width: 100%;transition: .6s;}
.al_item p{height: 72px;line-height: 72px;background: #0C59A9;text-align: center;color: #fff;font-size: 21px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing: border-box;padding: 0 10px;}

.al_item:hover img{transform: scale(1.1);}
/***************************** sec6 end ******************************/






/***************************** sec7 start ******************************/
.sec7{
	padding-top: 20px;
	padding-bottom: 55px;
}
.ab_box{position: relative;}
.ab_box .a_box{
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 55px 45px 0 35px;
	height: 100%;
}
.ab_box .a_box .desc{
	height: 340px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:10;
}
.ab_box .a_box .desc p{
	font-size: 16px;
	color: #333;
	line-height: 34px;
}
.ab_box .a_box .desc p span{
	font-size: 16px;
	font-weight: bold;
	color: #20549E;
}
.ab_box .a_box .desc p a{
	font-size: 16px;
	color: #20549E;
}
.number_box{
	margin-top: 20px;
}
.num_item{
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
}
.num_item+.num_item::after{
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	background: #ccc;
	position: absolute;
	top: 0;
	left: 0;
}
.num_item p i{
	font-size: 52px;
	line-height: 52px;
	font-weight: bold;
	color: #0C59A9;
}
.num_item p sub{
	font-size: 16px;
	line-height: 16px;
	color: #323232;
	font-weight: 400;
	position: relative;
	top: -10px;
}
.num_item span{
	font-size: 18px;	
	color: #333333;
	line-height: 36px;
}


.ab_box .b_box{
	float: right;
	width: 50%;
}
.ab_box .b_box img{
	width: 100%;
}
/***************************** sec7 end ******************************/




/***************************** sec8 start ******************************/
.sec8{
	background: #0C59A9;
	box-sizing: border-box;
	padding-bottom: 50px;
}
.ind_tit3{
	text-align: center;
	padding: 50px 0 30px 0;
}
.ind_tit3 p{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.ind_tit3 span{
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	opacity: .5;
}
.sec8 .ind_tit3 span{font-size: 24px;}
.ind_lx{text-align: center;}
.ind_lx form{display: inline-block;}
.ind_lx .int{
	height: 44px;
	width: 200px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
	color: #777;
	display: block;
	float: left;
	margin-right: 10px;
	background-position: calc(100% - 10px) 12px  !important;
}
.ind_lx .int4{
	width: 360px;
}

.ind_lx .btn{
	width: 200px;
	background: #333;
	display: block;
	float: left;
	height: 44px;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: .3s;
}
.ind_lx .int1{background: url(../images/ly1.png) no-repeat #fff;}
.ind_lx .int2{background: url(../images/ly2.png) no-repeat #fff;}
.ind_lx .int3{background: url(../images/ly3.png) no-repeat #fff;}
.ind_lx .int4{background: url(../images/ly4.png) no-repeat #fff;}

/* .ind_lx .btn:hover{background: #fff;color: #DA251D;} */

.lx_phone{
	text-align: center;
	margin-top: 35px;
}
.lx_phone .phone{
	display: inline-block;
	line-height: 60px;
}
.lx_phone .phone img{
	display: block;
	float: left;
	margin-top: 1px;
}
.lx_phone .phone span{
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0 10px 0 10px;
}
.lx_phone .phone b{
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 800;
	line-height: 60px;	
	display: block;
	float: left;
}
.lx{
	height: 46px;
	line-height: 46px;
	width: 190px;
	text-align: center;
	background: #fff;
	font-size: 18px;
	color: #0C59A9;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}
/***************************** sec8 end ******************************/




/***************************** sec9 start ******************************/

.index-news {padding:70px 0 66px;overflow:hidden;}
.news-ilist {width:63.57%;}
.news-slist {width:36.43%;}
.index-news .news-title {margin:0 10px 20px;}
.index-news .news-title span {color:#333333;font-weight:bold;font-size:24px;}
.index-news .news-title a {font-size:16px;color:#999999;line-height: 33px;}
.index-news .ind-news-ibox .item {padding-bottom:14px;background-color:#ffffff;cursor:pointer;}
.index-news .ind-news-ibox .pic {width:100%;overflow:hidden;padding:9px 9px 0 9px;box-sizing:border-box;}
.index-news .ind-news-ibox .pic a {display:block;}
.index-news .ind-news-ibox .pic img {width: 100%; transition:transform .6s;-webkit-transition:transform .6s;-moz-transition:transform .6s;-ms-transition:transform .6s;-o-transition:transform .6s;}
.index-news .ind-news-ibox .item:hover .pic img {transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);}
.index-news .ind-news-ibox .item:hover .tit a {color:#234893;transition:color 1s;-webkit-transition:color 1s;-moz-transition:color 1s;-ms-transition:color 1s;-o-transition:color 1s;}
.index-news .news-desc-ibox {padding:0 26px;}
.index-news .news-desc-ibox .tit a {display:block;font-size:18px;font-weight: bold; color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index-news .news-desc-ibox .time {font-size:14px;color:#666;}
.index-news .news-desc-ibox .text {font-size:14px;color:#666666;overflow:hidden;display:-webkit-box !important;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:48px;line-height:24px;}
.index-news .news-recommend-list {height:240px;background-color:#ffffff;}
.index-news .news-recommend-list .news-item a {height:57px;line-height:57px;margin:0 20px;display:block;border-top:1px solid #EEEEEE;font-size:16px;color:#000;box-sizing:border-box;padding:0 8px;}
.index-news .news-tit {float:left;text-align:left;width:calc(100% - 100px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 15px;color: #666;}
.index-news .news-time {float:left;font-size:14px;color:#666666;width: 100px;}


.index-news .news-desc-ibox .tit{float: left;width: calc(100% - 90px);line-height: 50px;}
.index-news .news-desc-ibox .time{float: left; width: 90px;line-height: 50px;}

.sec9{
	background: #f5f5f5;
}
.nn_box{
	width: 490px;
	float: left;
}
.nn_box2{
	width: calc(100% - 1040px);
}
.nn_box+.nn_box{
	margin-left: 30px;
}



.wd_list{
	background: #fff;
	box-sizing: border-box;
	padding: 16px 0;
}
.wd_item{
	box-sizing: border-box;
	padding: 10px 45px 20px 65px;
	position: relative;
	margin: 12px 0 12px 0;
}
.wd_item a{position: relative;display: block;}
.wd_item p{
	font-size: 14px;
	color: #333333;
	font-family: Microsoft YaHei;
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	margin-bottom: 8px;
	transition: .3s;
}
.wd_item i{
	background: url(../images/wd.png);
	height: 18px;
	width: 19px;
	display: block;
	position: absolute;
	top: 2px;
	left: -30px;
}
.wd_item span{
	display: block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #777777;
	line-height: 22px;
	height: 44px;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
	position: relative;
}
.wd_item b{
	display: block;
	height: 1px;
	width: 100%;
	background: rgb(239,239,239);
	position: absolute;
	bottom: -20px;
	left: 0;
}

.wd_item:hover p{
	color: #20549E;
}
.news-item:hover .news-tit{
	color: #20549E;
}
/***************************** sec9 end ******************************/




/***************************** footer start ******************************/
.footer{
	background-color: #212121;
}
.foot1{
	box-sizing: border-box;
	padding: 50px 0 0 0;
}

.ft_nav{
	width: 860px;
	float: left;
}
.ft_more{
	float: right;
	width: 350px;
}
.ft_nav dl{
	float: left;
	width: 25%;
	margin-bottom: 25px;
}
.ft_nav dl dt{
	font-size: 17px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.ft_nav dl dd{
	line-height: 30px;
}
.ft_nav dl dd a{
	color: #FFFFFF;
	opacity: 0.5;
	font-family: "microsoft yahei";
}


.ft_more h6{
	font-size: 17px;
	color: #FFFFFF;
}
.ft_more .address{
	margin-top: 15px;
	margin-left: 10px;
	position: relative;
	margin-bottom: 25px;
}
.ft_more .address::after{
	content: "";
	display: block;
	height: 16px;
	width: 16px;
	background: url(../images/address.png) no-repeat;
	position: absolute;
	top: 7px;
	left: -20px;
}
.ft_more .address p{
	color: #fff;
	opacity: .5;
	font-family: "microsoft yahei";
	line-height: 30px;
}
.ft_more .ewm{
	float: left;
	width: 110px;
}
.ft_more .ewm img{
	width: 100%;
}
.ft_more .ewm p{font-size: 14px;color: #fff;font-family: "microsoft yahei";opacity: .5;text-align: center;line-height: 30px;}
.ft_more .phone{
	float: left;
	width: calc(100% - 110px);
	box-sizing: border-box;
	padding-left: 15px;
}
.ft_more .phone p{font-size: 14px;color: #fff;font-family: "microsoft yahei";opacity: .5;}
.ft_more .phone span{font-size: 28px;font-weight: bold;color: #fff;font-family: "microsoft yahei";display: block;}

.foot2{
	height: 81px;
	line-height: 80px;
}
.foot2 .w1400{
	box-sizing: border-box;
	border-top: 1px solid rgba(255,255,255,.5);
}
.foot2 a,.foot2 span{color: #fff;font-size: 14px;opacity: .5;font-family: "microsoft yahei"}


.footer a:hover{opacity: 1;color: #fff !important;}

/***************************** footer end ******************************/





@media screen and (max-width:1650px) {
	.container{width: 1400px;}
	.pro_desc_box .info{height: 476px;width: calc(100% - 476px);padding: 35px 50px 10px 50px;}
	.pro_desc_box .img{width: 476px;}
	.pro_desc_box .info .pro_ys{margin: 25px 0;}
	.pro_desc_box .info a{margin-top: 30px;}
	.ab_box .a_box .desc{height: 275px;-webkit-line-clamp:8;}
	.header .nav ul>li{margin: 0 15px;}
}
@media screen and (max-width:1500px) {
	.container,.w1400{width: 1180px;}
	.header .nav ul>li{margin: 0 7px;}
	.pro_desc_box .info{height: 400px;width: calc(100% - 400px);}
	.pro_desc_box .img{width: 400px;}
	.pro_desc_box .info .desc p{-webkit-line-clamp:3;height:78px}
	.pro_desc_box .info .pro_ys{margin: 15px 0;}
	.pro_desc_box .info a,.pro_desc_box .info .phone_box{margin-top: 20px;}
	
	.tedian_pro{}
	.tedian_pro img{width: 100%;}
	
	.td_box1{top: 0%;left: 2%;}
	.td_box2{top: 33%;left: 0%;}
	.td_box3{top: 66%;left: 2%;}
	.td_box4{top: 0%;right: 2%;}
	.td_box5{top: 33%;right: 0%;}
	.td_box6{top: 66%;right: 2%;}
	
	.jjfa p{font-size: 60px;height: 60px;line-height: 60px;}
	.jjfa p sup{top: 0;}
	.jjfa p sub{top: -10px;}
	.jjfa p i{font-size: 20px;left: 38%;}
	.case_more{padding: 60px 0 45px 40px;}
	.sec4 .bd .right{width: 510px;}
	.sec4 .contact_tel{margin-right: 37px;}
	.al_sel{width: 194px;}
	.al_sel+.al_sel{margin: 0;}
	.ab_box .a_box .desc{height: 210px;-webkit-line-clamp:6;}
	.num_item p i{font-size: 38px;line-height: 38px;}
	.ind_lx .int{width: 195px;}
	.ind_lx .int4{width: 350px;}
	.nn_box{width: 370px;}
	.nn_box2{width: 380px;}
	.wd_item{padding: 10px 45px 10px 65px;}
	.wd_list{padding: 10px 0;}
	.ft_nav{width: 800px;}
	
	.sec5 .lb_box{padding: 0 65px;}
	.sec5 .swiper-button-prev{left: 0;}
	.sec5 .swiper-button-next{right: 0;}
	.al_lb {padding: 0 75px;}
	.al_lb .swiper-button-prev{left: 0;}
	.al_lb .swiper-button-next{right: 0;}
	.case_more::after{
		background-size: 100% !important;
		width: 500px;
		height: 260px;
		top: -250px;
		left: -250px;
	}
}


/*内页面包*/
.nyby {
    height: 165px;
    display: flex;
    align-items: center;
}

.nyby_txt {
    width: 100%;
    text-align: center;
}

.nyby_txth {
    font-size: 68px;
    color: #20549E;
    text-transform: uppercase;
    font-family: 'BEBAS';
}

.nyby_txtp {
    font-size: 30px;
    color: #333333;
}
.khflbox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.khflboxdw {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 60px;
    background-color: #f1f1f1;
    z-index: -1;
}

.khflbox .khflbox_item {
    background-color: #f1f1f1;
    width: 20%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 4px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
}

.khflbox .khflbox_item:hover {
    background-color: #20549E;
    color: #fff !important;
}

.khflbox .khflbox_item.on {
    background-color: #20549E;
    color: #fff;
}
.nymbxbox {
    height: 71px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    line-height: 70px;
}

.nymbxbox_l {
    width: 87%;
    display: flex;
    overflow: auto;
}

.nymbxbox_l .iconweizhi {
    font-size: 24px;
    color: #9c9d9e;
}

.nymbxbox_l span {
    font-size: 15px;
    color: #999999;
    margin: 0 5px;
    flex-shrink: 0;
}

.nymbxbox_l a {
    font-size: 15px;
    color: #999999;
    padding: 0 8px;
    flex-shrink: 0;
}

.nymbxbox_l i {
    margin-top: 2px;
    font-size: 14px;
    color: #999999;
}

.nymbxbox_r {
    width: 13%;
}

.nymbxbox_r .nymbxbox_rfh {
    display: block;
    height: 42px;
    background-color: #e9e9e9;
    line-height: 42px;
    text-align: center;
}

.nymbxbox_rfh i {
    font-size: 20px;
    /* color: #111111; */
    margin-right: 10px;
}

.nymbxbox_rfh span {
    font-size: 15px;
    /* color: #333333; */
}

/*分页**/
.pagesDiv {clear:both;width:100%;margin:0 auto;line-height:25px;padding:10px 0px 10px 0px;}

.pages {height:30px;color:#666666;margin-top:5px;text-align:center;}

.pages a:link,.pages a:visited {color:#666666;}

.pages a,.pages a:link {text-decoration:none;padding:2px 5px;border:1px solid #DDDDDD;background:#FFFFFF;margin:0px 2px;font-size:12px;color:#666666;text-align:center;}

.pages a:hover {background:#FB9007;color:#FFFFFF;border:1px solid #E61636;text-decoration:none;text-align:center;padding:2px 5px;}

.pages .cpb {font-weight:bold;color:#FFFFFF;background:#FB9007;border:1px solid #E61636;text-align:center;margin:0px 2px;padding:2px 5px;}

.pages .intext {width:30px;border:1px solid #7F9DB9;height:19px;line-height:19px;}

.pagination {text-align:center;}

.pagination li {display:inline-block;color:#333333;height:30px;line-height:30px;margin:0px 5px 0px 0px;vertical-align:middle;}

.pagination li a {float:left;display:block;height:25px;line-height:25px;padding:0 10px;font-size:13px;border:1px solid #dddddd;color:#555555;text-decoration:none;}

.pagination li a:hover {background:#FB9007;color:#ffffff;}

.pagination li a.thisclass {background:#FB9007;color:#ffffff;border:1px solid #E61636;cursor:default;}

.pagination li a.thisclass:hover {background:#FB9007;color:#ffffff;border:1px solid #E61636;cursor:default;}

.pagination li .pageinfo {line-height:21px;padding:12px 10px 12px 16px;color:#999999;}

.pagination li .pageinfo strong {color:#555555;font-weight:normal;}

.pagination table {text-align:center;margin:10px 0px 0px 25%;}

.pagination table td {padding:0px 2px;}

#pages {padding:14px 0 40px 0;text-align:right;}

#pages a {display:inline-block;height:30px;line-height:30px;background:#ffffff;border:1px solid #e3e3e3;text-align:center;color:#333333;padding:0 14px;}

#pages a.a1 {background:url('../images/pages.png') no-repeat 0 5px;padding:0 5px;}

#pages a:hover {background:#f1f1f1;color:#000000;text-decoration:none;}

#pages span {display:inline-block;height:30px;padding:0 14px;line-height:30px;background:#20549E;border:1px solid #20549E;color:#ffffff;text-align:center;}

#pages .noPage {display:inline-block;height:22px;line-height:22px;background:url('../images/titlebg.png') repeat-x 0 -55px;border:1px solid #e3e3e3;text-align:center;color:#a4a4a4;}


.swiper-container-testcp p{
	display: block;
}

.bg_ov {
    width: 100%;
    overflow: auto;
    margin: 15px 0;
}

.bg_ov table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}

.bg_ov table tr:nth-child(odd) {
    background-color: rgb(226 237 252);
}

.bg_ov table td {
    border: solid 2px #d5dce8;
    padding: 4px;
    /* line-height: 24px; */
    font-size: 15px;
    letter-spacing: 1px;
}

.bg_ov table tr:first-child {
    background-color: #20549eb8;
    color: #fff;
    /*font-weight: bold;*/
}

.bg_ov table tr td:first-child{
	white-space: nowrap;
}

.swiper-container-testcp:hover{
	cursor:grab;
}


    .cpxqbox_rcsct p{
        color: #666;
        font-size: 15px;
        margin-bottom: 15px;
        /* padding-left: 65px; */
    }

.cpxqbox_rcsct {
	overflow-y: scroll;
}

.keinews p:not(:first-child){
	margin-top: 15px;
}
.keinews p{
	text-indent: 3%;
}


.tptc_item h4{
    font-size: 20px;
    margin: 5px 0;
}
.tptc_item p{
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.jianmargin{
	margin-bottom: -80px;
}
@media screen and (max-width: 1200px){
	.jianmargin{
		margin-bottom: 0;
	}
}

.content_biaoti>p{
	margin-top: 10px;
}

.content_biaoti ul{

}

.content_biaoti ul li{
	margin-left: 2%;
	margin-bottom: 4px;
}



.header_top .container,.header .container{width: 1600px!important;}
@media screen and (max-width: 1650px){
    .header_top .container,.header .container{width: 1400px!important;}
}
@media screen and (max-width: 1500px){
    .header_top .container,.header .container{width: 1180px!important;}
	.tedian_pro{box-sizing: border-box;padding: 20px 50px 20px 20px;}
	.td_box{zoom: .85;}
}

.fanrqbox_rbox img{
	max-width: 100%;
}