body{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.ccbox{
	clear: both;
	width: 100%;
	height: 0;
}
/*状态栏*/
/*状态栏*/
.nav-top{
	background-color: #F1F2F5;
	min-width: 1200px;
	height: 40px;
	color: #999;font-size: 13px;
}
.nav-top span{
	line-height: 40px;
}
.nav-top p{
	margin-bottom: 0;
	float: right;
	margin-top: 11px;
}
.nav-top p a{
	color: #999;
	margin: 0 3px;
}
/*logo栏*/
.logo-box{
	height: 131px;
}
.logo-f{
	float: right;
	margin-top: 40px;
}
.logo-f img{
	float: left;
	margin-right: 20px;
	width: 46px;
}
.logo-f p{
	margin: 0;
	width: 250px;
}
.logo-box a{margin-top: 20px;display: inline-block;}
.logo-box a img{width: 590px;}
.logo-tex p{
	margin: 0;
	margin-top: 64px;
	float: left;
}
.logo-box p{
	font-size: 15px;
	color: #888;
}
.logo-box span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: black;
}
/*导航栏*/
.nav>li>a {
    display: inline-block;
    padding: 10px 28px;
}
.navbar-default {
    background-color: #015acc;
    border: none;
}

.navbar-default .navbar-toggle {
    border-color: #015acc;
}
.navbar {
    min-height: 60px;
    margin-bottom: 0;
}
.nav>li {
    color: white;font-size: 14px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-default .navbar-nav>li>a {
    color: white;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}
.navbar-nav {
    margin-top: 10px;
}
.nav_ss form{
	position: relative;
	width: 230px;
	height: 34px;
	border-radius: 20px;
	background-color: white;font-size: 13px;
	text-align: left;overflow: hidden;margin-top: 3px;
}
.nav_ss form input[type=text]{
	padding-left: 18px;
	width: 75%;
	height: 100%;
	outline: none;
	border: none;
}
.nav_ss form input[type=submit]{
	width: 25%;
	background: url(../images/nav_ss.png) no-repeat center center;
	height: 100%;
	background-size: 20px 18px;
	border: none;
	outline: none;
	background-color: transparent;
	position: absolute;
	right: 0;
	top: 0;
}
.nav>.nav_ss{color: #333;float: right;}
.navbar-nav {
    width: 97%;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #B7C4FC;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    border-color: rgba(255,255,255,.5);
    background-color: transparent;
    color: white;
}
/*轮播*/
.carousel-inner {
    min-width: 1200px;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 2px solid white;
    margin: 1px 4px;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px 4px;
    background-color: white;
}
.carousel-inner>.item{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: auto;
}
/*服务范围*/
.infu{
	padding-top: 70px;
}
.ind_til{
	text-align: center;
	margin-bottom: 45px;
}
.ind_til h5{
	font-size: 14px;
	color: #999999;
	padding: 0;
	margin: 0;
}
.ind_til div{
	font-size: 48px;
	margin-bottom: 4px;
}
.ind_til div span{
	color: #152C89;
}
.ind_til>span{
	display: block;
	height: 1px;
	width: 92px;
	background-color: #B7B7B7;
	margin: 0 auto 18px;
}
.ind_til p{
	width: 551px;
	font-size: 16px;
	color: #777;
	margin: 0 auto;
	line-height: 32px;
}
.infu_ul ul li{
	float: left;
	margin-left: 12px;
	margin-bottom: 15px;
	width: 291px;
	height: 279px;
	border-radius: 9px;
	transition: all .4s;
	text-align: center;
	overflow: hidden;
	border: 1px dashed #E0E0E0;
}
.infu_ul ul li:nth-of-type(4n+1){
	margin-left: 0;
}
.infu_ul ul li a{display: block;padding-top: 66px;}
.infu_ul ul li:hover{
	background: url(../images/inser_sbj.png) no-repeat center center;
	background-size: cover;
	border: none;
}
.infu_m{
	width: 68px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto 18px;
}
.infu_m img{display: none;max-width: 100%;max-height: 100%;}
.infu_m img:first-of-type{display: block;}
.infu_ul ul li:hover .infu_m img{
	display: none;
}
.infu_ul ul li:hover .infu_m img:last-of-type{
	display: block;
}
.infu_t p{
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-bottom: 8px;transition: all .4s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.infu_t span{
	display: block;
	margin: 0 auto 12px;
	width: 50px;
	height: 1px;
	background-color: #152C89;transition: all .4s;
}
.infu_t div{color: #999;width: 215px;margin: 0 auto;transition: all .4s;}
.infu_ul ul li:hover span{background-color: white;}
.infu_ul ul li:hover div{color: #CECECE;}
.infu_ul ul li:hover p{color: white;}
/*定制流程*/
.incus{
	padding: 310px 0 170px;
	min-width: 1200px;
	background: url(../images/incus_bj.png) no-repeat center center;
	height: 1082px;
}
.incus_m{
	margin-top:70px;
	text-align: center;
}
.incus_m img{
	max-width: 100%;
}
/*服务案例*/
.incase{
	background: url(../images/inca_bj.jpg) no-repeat bottom;
	background-size: 100% 723px;
	height: 960px;
	padding-bottom: 60px;
}
.incase_ul{margin-top: 70px;}
.incase_ul ul li{
	width: 387px;
	height: 251px;
	float: left;margin-left: 19px;
	margin-top: 21px;
	position: relative;transition: all .4s;overflow: hidden;
}
.incase_ul ul li:nth-of-type(3n+1){margin-left: 0;}
.incase_ul ul li a>img{
	width: 100%;
	height: 307px;
}
.inca_t{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;height: auto;
	background-color: rgba(21,44,137,.8);
	text-align: center;transition: all .6s;
}
.inca_t div{
	font-size: 16px;
	color: white;
	padding: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;transition: all .4s;
}
.inca_t img{display: none;width: 44px;height: 11px;margin: 0 auto;transition: all .4s;}
.incase_ul ul li:hover{
	-webkit-transform: translateY(-28px) scaleY(1.2);
	-moz-transform: translateY(-28px) scaleY(1.2);
	-ms-transform: translateY(-28px) scaleY(1.2);
	-o-transform: translateY(-28px) scaleY(1.2);
	transform: translateY(-28px) scaleY(1.2);	
}
.incase_ul ul li:nth-of-type(n+4):hover{
	margin-top: 80px;
}
.incase_ul ul li:hover .inca_t{
	height: 100%;
	padding-top: 86px;
}
.incase_ul ul li:hover .inca_t img{display: block;margin-top: 26px;}
.inca_mo{
	text-align: center;
	margin-top: 60px;
}
.inca_mo a{color: white;background-color: #C4142A;padding: 15px 50px;}
/*走进言信*/
.inabo{
	background: url(../images/inabo_bj.jpg) no-repeat center center;
	padding: 90px 0;
	height: 800px;
}
.inabo_b{
	margin-top: 70px;
}
.inabo_l{
	width: 825px;
	float: left;
}
.inabo_r{
	width: 321px;
	height: 354px;
	float: right;
}
.inabo_r img{
	width: 100%;
	height: 100%;
}
.inabo_l>p{
	margin-bottom: 38px;
	color: #545454;
	line-height: 30px;
	text-align: justify;
}
.inabo_l ul li{
	float: left;
	width: 95px;
	margin-right: 50px;
	text-align: center;
}
.inabo_l ul li div{
	width: 95px;
	height: 95px;
	border:1px dashed #CDCDCD;
	border-radius: 50%;
	padding: 5px;transition: all .4s;
	margin-bottom: 8px;
}
.inabo_l ul li div p{
	margin: 0;
	background-color: #E8E8E8;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;transition: all .4s;
	justify-content: center;
	align-items: center;
}
.inabo_l ul li div p img{display: none;}
.inabo_l ul li div p img:first-of-type{display: block;}
.inabo_l ul li span{
	display: block;
	font-size: 16px;color: #333;
}
.inabo_l ul li:hover div{
	border-color: #152C89;
}
.inabo_l ul li:hover div p{
	background-color: #152C89;
}
.inabo_l ul li:hover div p img{display: none;}
.inabo_l ul li:hover div p img:last-of-type{display: block;}
/*新闻法规*/
.ind_bot{
	padding: 0px 0 50px;
	background-color: #F8F9FB;
}
.innews{
	max-width: 1360px;
	min-width: 1200px;
	background-color: white;
	padding: 0px 0 30px;
	margin: 0 auto;
}
.innews_b{
	width: 600px;
	border-right: 1px solid #EBEBEB;
	padding-right: 60px;float: left;
	
}
.ind_btil{border-bottom: 1px solid #EBEBEB;    padding-bottom: 40px;
    margin-bottom: 40px;}
.ind_btil div{
	display: inline-block;
}
.ind_btil div span{
	font-size: 20px;
}
.ind_btil div a{
	margin-left: 10px;
	font-size: 20px;
	color: #666;
}
.ind_btil div a:hover{
	color: #152C89;
}
.ind_btil P{
	float: right;
	font-size: 20px;font-weight: bold;
}
.ind_btil P small{
	display: block;font-size: 12px;text-align: right;
}
.innews_t img{
	width: 220px;
	height: 136px;
	float: left;
}
.innews_tt div{
	float: right;
	padding: 25px 20px 0;
	background-color: #152C89;
	height: 136px;
	width: 319px;
}
.innews_tt div h4{
	display: block;
	margin: 0 0 18px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: white;
}
.innews_tt div p{
	color: white;
	font-size: 13px;
    line-height: 20px;
    height: 30px;
    overflow: hidden;
}
.innews_tt div i{
	display: block;
	text-align: right;
	color: white;
	font-size: 14px;
}
.innews_tb{margin-top: 35px;}
.innews_tb ul li{
	margin-bottom: 15px;
}
.innews_tb ul li span{
	color: #D5D5D5;
	float: right;
}
.innews_tb ul li p{
	margin: 0;
	color: #333;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 440px;
}
.innews_tb ul li:hover p{
	color: #152C89;
}
.innews_tb ul li:hover span{
	color: #152C89;
}
.inwb_ul ul li{
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 42px;min-height: 88px;
}
.inwb_ul ul li a{
	display: block;
	padding-bottom: 40px;
}
.inwb_ul ul li img{
	width: 71px;
	height: 70px;
	float: left;
}
.inwb_ul ul li div{
	margin-left: 80px;
	color: #666;
}
.inwb_ul ul li div p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 8px;
}
.inwd_b{
	width: 600px;
	padding-left: 60px;
	float: right;
}
/*荣誉留言*/
.inry{
	max-width: 1360px;
	min-width: 1200px;
	background-color: white;
	padding: 86px 0 50px;
	margin: 80px auto 0;
}
.inry_b{
	width: 600px;
	border-right: 1px solid #EBEBEB;
	padding-right: 58px;float: left;
	padding-left: 58px;
}
.inry_til{
	margin-bottom: 42px;
}
.inry_til p{
	font-size: 14px;
	color: #A2A2A2;
	margin: 0;
}
.inry_til div{
	font-size: 37px;
}
.inry_til div span{
	color: #152C89;
}
.inry_sw {
      width: 100%;
      height: 380px;
}
.inry_sw .swiper-slide ul li{
	margin-bottom: 64px;
}
.inry_sw .swiper-slide ul li img{
	width: 199px;
	height: 142px;
	float: left;
}
.inry_sw .swiper-slide ul li div{
	margin-left: 210px;
	padding-top: 18px;
}
.inry_sw .swiper-slide ul li div span{
	font-size: 16px;
	color: #333333;
	margin-bottom: 18px;
	display: block;
}
.inry_sw .swiper-slide ul li div p{
	color: #999999;
	line-height: 22px;
	margin: 0;
}
.inry_sw .swiper-pagination-bullet-active {
    background: #152C89;
}
.inly_b{
	padding: 0 42px;float: right;
	width: 600px;
}
.inly_b>img{
	width: 100%;
	margin-bottom: 25px;
}
.inry_til>span{
	font-size: 14px;
	color: #A7A7A7;
}
.inly_b .inry_til>div{display: inline-block;}
.inly_b form div {margin-bottom: 12px;}
.inly_b form div input[type=text]{
	border: none;height: 36px;
	border-bottom: 1px solid #DEDEDE;
	width: 243px;
	padding-left: 10px;
}
.inly_b form div input:last-of-type{
	margin-left: 20px;
}
.inly_b form textarea{
	border: none;
	border-bottom: 1px solid #DEDEDE;
	padding-left: 10px;
	width: 100%;
	height: 56px;margin-bottom: 12px;
}
.inly_b form div input[type=submit]{
	color: white;
	background-color: #333333;
	padding: 10px 88px;
    border: none;
    display: inline-block;
    float: right;
    margin-right: 42px;
}
.inly_b form div p{width: 240px;border-bottom: 1px solid #DEDEDE;height: 36px;position: relative;
display: inline-block;}
.inly_b form div p input[type=text]{
	width: 150px;position: absolute;
	left: 0;
	top: 0;
	border: none;display: inline-block;
	    height: 35px;margin: 0;
}
.inly_b form div p img{
	width: 76px;
	float: right;
}
.ind_m{
	margin-top: 70px;
	text-align: center;
}
.ind_m img{
	max-width: 100%;
}
/*脚部*/
footer{
	background: url(../images/foot_bj.jpg) no-repeat center center;
	height: 345px;
	padding-top: 75px;
}
.foot_t{
	border-bottom: 1px solid #42549F;position: relative;
	padding-bottom: 25px;
}
.foot_l{
	position: absolute;
	left: 0;
	top: 0;
}
.foot_r{float: right;}
.foot_til{font-size: 18px;color: white;margin-bottom: 20px;}
.foot_til span{
	height: 20px;
	width: 6px;
	display: inline-block;
	background-color: white;
	margin-right: 10px;
}
.foot_l ul li{
	margin-bottom: 20px;
	font-size: 16px;
	color: white;
}
.foot_l ul li span{display: inline-block;width: 13px;height: 17px;text-align: center;
line-height: 17px;margin-right: 6px;}
.foot_l ul li span img{
	max-width: 100%;
	max-height: 100%;
}
.foot_r ul{
	margin-bottom: 32px;
	color: white;
}
.foot_r ul li{
	display: inline-block;
	border-right: 1px solid white;font-size: 16px;
}
.foot_r ul li:first-of-type{border: none;}
.foot_r ul li a{
	color: white;font-size: 14px;
	padding: 0 28px
}
.foot_r ul li a:hover{color: #A0B2FF;}
.foot_erwei{text-align: right;}
.foot_erwei div{
	display: inline-block;margin-left: 36px;
}
.foot_erwei div p{
	width: 75px;
	height: 75px;
	margin: 0 auto 6px;
	border: 1px solid #8B96C0;
}
.foot_erwei div p img{width: 100%;height: 100%;}
.foot_erwei div span{
	text-align: center;
	display: block;color: white;
}
.foot_b{font-size: 13px;color: white;padding: 35px 0;}
.foot_b a{color: #fff;}
/*关于我们页面*/
.oth_top{
	background-repeat: no-repeat;
	background-size: cover;
	height: 379px;
	min-width: 1200px;
	background-position: center;
	position: relative;
}
.oth_top div{
	position: absolute;
	width: 1200px;
	bottom: 0;
	left: calc(50% - 600px);
	background-color: rgba(29,32,137,.88);
	padding: 20px 30px;
	font-size: 15px;
	color: white;
}
.oth_top div img{
	width: 17px;
	height: 21px;
	margin-right: 10px;
	position: relative;
    bottom: 2px;
}
.oth_boxo{
	background: url(../images/oth_bjo.jpg) no-repeat center center;
	padding: 115px 0 60px;
}
.oth-menu{
	margin-bottom: 70px;text-align: center;
}
.oth-menu ul li{
	display: inline-block;
	margin: 0 6px;
}
.oth-menu ul li a{
	display: block;
	color: #333;font-size: 16px;
	border: 1px solid #EDEDED;
	padding: 10px 35px;transition: all .3s;
}
.oth-menu ul .oth_act a{
	background-color: #152C89;
	color: white;
}
.oth-menu ul li:hover a{
	background-color: #152C89;
	color: white;
}
.abo_b{padding-left: 102px;}
.abo_b img{
	width: 505px;
	height: 428px;
	float: right;
	margin-left: 70px;
	margin-bottom: 36px;
}
.abo_b p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 30px;
	text-align: justify;
}

/*联系我们*/
.cont_t ul li{
	width: 374px;
	height: 98px;
	background: url(../images/cont_sbj.png) no-repeat center center;
	float: left;
}
.cont_t ul li:not(:first-child){margin-left: 39px;}
.cont_t ul li p{
	width: 90px;
	height: 90px;border-radius: 50%;
	margin: 0;
	background-color: #152C89;
	line-height: 90px;
	text-align: center;
	float: left;
}
.cont_t ul li p img{
	max-width: 100%;
	max-height: 100%;
}
.cont_t ul li div{
	margin-left: 115px;
	font-size: 16px;
	color: #666;
	padding-top: 25px;
}
.cont_t ul li div h4{
	display: block;
	color: #333;
	font-size: 16px;
	margin: 0 0 10px
}
.cont_map{
	margin-top: 60px;
	width: 100%;
	height: 585px;
	border: 1px solid #DFDFDF;
}
.cont_map img{
	width: 100%;
	height: 100%;
}

/*产品页*/
.oth_boxt{
	padding: 84px 0 80px;
	background-color: #FCFCFC;
}
.pro_l{
	float: left;
	width: 326px;position: relative;
}
.pro_l div{
	background-color: #152C89;
	line-height: 94px;
	text-align: center;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.pro_l ul{
	background-color: white;
	border: 1px solid #EEEEEE;
}
.pro_l ul li a{
	display: block;
	padding: 15px 10px 15px 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666666;
	font-size: 16px;
	border-bottom: 1px dashed #EEEEEE;
}
.pro_l ul .pro_act a{
	color: #152C89;
}
.pro_l ul li a:hover{
	color: #152C89;
}
.pro_l ul li:last-of-type{
	padding: 22px 0 0;
}
.pro_l ul li:last-of-type a img{
	width: 100%;
	height: 187px;
}
.pro_r{
	float: right;
	width: 814px;
}
.pro_r>ul li{
	margin-bottom: 25px;
}
.pro_r>ul li a{
	display: block;
	background-color:white;
	border: 1px solid #E7E7E7;
	padding: 21px;
	padding-right: 35px;
}
.pro_r>ul li img{
	width: 283px;
	height: 212px;
	float: left;
}
.pro_t{
	min-height: 212px;
	margin-left: 314px;
	padding-top: 20px;
}
.pro_t div{
	margin-bottom: 16px;
	color: #333;
	font-size: 24px;
}
.pro_t p{
	color: #666;
	margin-bottom: 35px;
}
.pro_t span{
	display: inline-block;
	padding: 10px 28px;
	background-color: #152C89;
	color: white;
}
.pro_r>ul li a:hover .pro_t div{
	color: #152C89;
}
.fenye{margin-top: 50px;text-align: center;}
.fenye ul li{
	display: inline-block;margin: 0 1px;
}
.fenye ul li a{
	display: block;
	color: #656565;
	padding: 4px 10px;
	border: 1px solid #E2E2E2;
}
.fenye ul li a:hover{
	background-color: #004899;
	color: white;
}
.fenye ul .fy_act a{
	background-color: #004899;
	color: white;
	border-color: #004899;
}
.pro_lebtn{
	position: absolute;
	right: -40px;
	top: 100px;
	height: 50px;
	width: 40px;
	background-color: #152C89;
	text-align: center;
	line-height: 50px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.pro_lebtn img{
	max-width: 100%;
	max-height: 100%;
	transition: all 0.4s;
}

/*新闻页面*/
.news-box>ul li{
	border-bottom: 1px solid #E1E1E1;
	padding: 0 0 36px;
    margin-bottom: 42px;
}
.news-box>ul li:last-of-type{border: none;}
.news-img{
	width: 184px;
	height: 114px;
	float: left;
	transition: all 0.4s;
}
.news-img img{
	width: 100%;
	height: 100%;
}
.news-tex{
	margin-left: 220px;
	padding-top: 16px;
}
.news-imp{
	width: 578px;
	display: inline-block;
}
.news-imp span{
	display: block;
	font-weight: bold;
	color: black;
	font-size: 16px;
	margin-bottom: 15px;
}
.news-imp p{
	color: #999;
	line-height: 24px;
}
.news-tt{
	float: right;
	margin-top: 15px;text-align: right;
}
.news-tt p{
	margin-bottom: 20px;font-size: 28px;color: #999;
}
.news-tt img{
	width: 44px;height: 11px;
}
.news-box>ul li:hover .news-imp span{
	color: #00499B;
}
.news-box>ul li:hover .news-tt p{
	color: #00499B;
}
.news-box>ul li:hover .news-img{
	box-shadow: 2px 2px 10px 1px #999;
}
/*新闻内页*/
.newsdes-text{
	width: 100%;
}
.newsde-til{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsde-til span{
	display: block;
	width: 57px;
	height: 3px;
	margin-top: 15px;
	background-color: #2F318B;
	margin-left: auto;
	margin-right: auto;
}
.news-tilbot{
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid gainsboro;
    padding-bottom: 18px;
}
.newsdes-text>.news-tilbot a{
	color: #2F318B;
}
.newsde-text{
	margin-bottom: 40px;
}
.newsde-text p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 20px;
	text-align: justify;
}
.newsde-text p span{
	display: block;
	font-weight: bold;
}
.newde-img{
	text-align: center;
}
.newde-img img{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.jumptil{
	margin-bottom: 30px;
}
.jumptil span{
	display: block;
	margin-bottom: 12px;
	font-size: 15.5px;
}
.jumptil span a{
	color: #666666;
}
.jumptil span a:hover{
	color: #2F318B;
}
.move-newsde{
	padding: 20px 25px;
	border: 1px solid #CCCCCC;
	margin-bottom: 25px;
}
.moven-til{
	border-left: 3px solid #2F318B;
	padding: 3px 8px;
	font-size: 20px;
	margin-bottom: 18px;
}
.moven-text{
	border-top: 1px solid #CCCCCC;
	padding-top: 25px;
	display: flex;
}
.moven-text ul{
	min-width: 500px;
	margin-right: 30px;
	color: #2F318B;
	line-height: 28px;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
}
.moven-text ul li{
	width: 50%;
	float: left;
}
.moven-text ul li a{
	color: #666666;
	font-size: 15.5px;
}

.peo-box{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}
.peo-box span{
	display: block;
	color: black;
	font-weight: bold;
}
.peo-box p{
	margin-bottom: 25px;
}
.peo-box div{
	text-align: center;
	margin-bottom: 30px;
}
.peo-box div img{
	max-width: 100%;
}
.thebottom-jump>div {
	margin-top: 40px;
	border-top: 1px solid gainsboro;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.thebottom-jump>div>a {
	font-size: 15px;
	color: #999999;
	line-height: 35px;
	border: 1px solid gainsboro;
	text-align: center;
	margin-top: 40px;
	padding: 3px 15px;
}
.thebottom-jump>div>a>div {
	height: 30px;
	line-height: 30px;
}
.thebottom-jump>div>a:hover {
	background-color: #152C89;
	color: white;
}
.peo-box ul li {
	font-size: 16px;
	color: #666666;
}

.thecase-box{
	background-color: white;
	padding: 40px;
}
.thecase-box ul li{
	border-bottom: 1px solid #EEEEEE;
}
.thecase-box ul li a{
	color: #333;
	padding: 18px 0 16px;
	display: block;
}
.thecase-box ul li p{
	margin: 0;
	max-width: 740px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 15px;
}
.thecase-box ul li span{
	float: right;
	display: block;
	font-size: 14px;
}
.thecase-box ul li:hover p{
	color: #3582BF;
}

/*案例*/
.case-box>ul li{
	float: left;
	width: 280px;
	margin-bottom: 45px;
	margin-left: 26px;
}
.case-box>ul li:nth-of-type(4n+1){
	margin-left: 0;
}
.case-box>ul li p{
	width: 100%;
	height: 222px;
	overflow: hidden;
}
.case-box>ul li p img{
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.case-box>ul li div{
	font-size: 16px;
	color: #545454;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case-box>ul li a:hover div{
	color: #034493;
}
.case-box>ul li a:hover p img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}







.wz a{color: #fff;}
.case-box{height: auto;
    overflow: hidden;}

#playBox {
				width: 100%;
				height: 796px;
				margin: 0 auto;
				background: #333;
				position: relative;
				overflow: hidden;
			}
			
			#playBox .oUlplay {
				width: 99999px;
				position: absolute;
				left: 0;
				top: 0;
			}
			
			#playBox .oUlplay li {
				float: left;
			}
			
			#playBox .smalltitle {
				width: 500px;
				height: 10px;
				position: absolute;
				bottom: 30px;left: 40%;
				z-index: 10
			}
			
			#playBox .smalltitle ul {
				width: 120px;
				margin: 0 auto;
			}
			#playBox .oUlplay li{text-align: center;}
			#playBox .oUlplay img{max-width: 100%;}			
			#playBox .smalltitle ul li {
				width: 10px;
				height: 10px;
				margin: 0 5px;
				border-radius: 10px;
				background: #ffffff;
				float: left;
				overflow: hidden;
				cursor: pointer;
			}
			
			#playBox .smalltitle .thistitle {
				background: #69aaec;
			}
			
			#playBox .pre {
				cursor: pointer;
				width: 25px;
				height: 45px;
				position: absolute;
				top: 150px;
				left: 10px;
				z-index: 10;
				text-align: center
			}
			
			#playBox .next {
				cursor: pointer;
				width: 25px;
				height: 45px;
				position: absolute;
				top: 150px;
				right: 10px;
				z-index: 10;
				text-align: center
			}