/* index */
header{
	padding: 28px 0;
}
.logo{
	width: 147px;
	height: 62px;
	background: url(/templets/dexin/images/logo.png) no-repeat;
	background-size: 100%;
	margin-right: 71px;
	margin-left: 30px;
}
.menu{
	width: 695px;
}
.menu ul li{
	float: left;
	width: 105px;
	margin: 0 5px;
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.menu ul li a{
	font-size: 16px;
	color: #474747;
}
.menu ul li:hover .menu_a{
	color: #EE5836;
}
.menu ol{
	background: #EE5836;
	position: absolute;
	left: -8px;
	top: 100%;
	width: 180px;
	display: none;
	z-index: 10;
}
.menu ol li{
	float: none;
	width: 180px;
	padding: 10px;
	position: static;
	margin: 0;
	border: 1px solid #EE5836;
	text-align: left;
}
.menu ol li:hover{
	background-color: #FFFFFF;
}
.menu ol li a{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
}
.menu ol li:hover a{
	color: #EE5836
}
.menu ol li:hover i{
	background: url(/templets/dexin/images/sanjiao_on.png) no-repeat;
}
.menu i{
	width: 5px;
	height: 9px;
	background: url(/templets/dexin/images/sanjiao.png) no-repeat;
	display: inline-block;
	margin-right: 10px;
}
.menu ul li:hover ol{
	display: block;
}
.menu .on a{
	color: #EE5836;
}
.language{
	padding-top: 19px;
}
.language a:nth-child(1){
	font-size: 16px;
	color: #474747;
	margin-right: 14px;
}
.language a:nth-child(2){
	font-size: 14px;
	color: #474747;
	margin-right: 24px;
}
.language .on{
	padding: 3px 12px;
	color: #FFFFFF!important;
	background-color: #EE5836;
	border-radius:13px;
}
.contact_us a{
	font-size: 16px;
	color: #474747;
	line-height: 58px;
}
.weichat{
	width: 32px;
	height: 32px;
	background: url(/templets/dexin/images/weixin.png);
	background-size: 100%;
	margin-top: 12px;
	position: relative;
	margin-left: 26px;
	z-index: 10;
}
.weichat img{
	position: absolute;
	bottom: -240px;
	right: 0;
	width: 220px;
	height: 220px;
	display: none;
}

/*首页banner轮播图*/
.pc-slide {
	width: 100%;
	margin: 0 auto;
}
.view .swiper-container {
	width: 100%;
}
.view img{
	width: 100%;
	min-width: 970px;
}
.preview {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.preview .swiper-pagination {
	position: static;
	display: inline-block;
}
.preview .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin-right: 15px;
}
.preview .yinying{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.preview .swiper-pagination-bullet-active .yinying{
	background-color: rgba(0, 0, 0, 0.2);
}

/*首页图片轮播*/
.lunbo {
  	width: 1200px;
  	margin-top: 50px!important;
  	margin: auto;
  	position: relative;
}
.lunbo .swiper-container{
	margin: 0 31px;
}
.index_h2{
	font-size:36px;
	color:#EE5836;
	font-weight: bold;
	line-height: 31px;
}
.lb_list{
	margin-top: 21px;
}
.lb_con {
  	background: #F1F1F1;
  	width: 220px!important;
  	height: 267px!important;
  	margin-right: 8px;
}
.lb_l{
	width: 24px!important;
	height: 178px!important;
	background: url(/templets/dexin/images/left.png);
	background-size: 100%!important;
	left: -5px;
    top: 66px!important;
}
.lb_l:hover{
	background: url(/templets/dexin/images/left_on.png);
}
.lb_r{
	width: 24px!important;
	height: 178px!important;
	background: url(/templets/dexin/images/right.png);
	background-size: 100%!important;
	right: 0;
    top: 66px!important;
}
.lb_r:hover{
	background: url(/templets/dexin/images/right_on.png);
}
.lb_con h3{
	font-size:16px;
	color:#333333;
	line-height:16px;
	margin-top: 25px;
	border-left: 3px solid #EE5836;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    font-weight: bold;
}
.lb_con span{
	font-size:12px;
	color:#A4A4A4;
	line-height:27px;
	margin-left: 9px;
	display: block;
}
.lb_con img{
	width: 220px;
	height: 206px;
	margin-top: 13px;
}
.lb_con:hover{
	box-shadow: 1px 1px 10px 0 rgba(46,61,73,.2);
	transition: all .3s ease;
	margin-top: -6px;
}
.lb_con:hover h3{
	color: #EE5836;
}
.lb_con:hover span{
	color: #EF846E;
}
.whoweare{
	text-align: center;
	margin-top: 42px;
}
.whoweare h3{
	font-size:30px;
	color:#353535;
	margin: 32px 0;
}
.whoweare p{
	font-size:18px;
	color:#999999;
	line-height:30px;
}
.who_more{
	margin: 53px 0;
}
.whoweare a{
	background:#EE5836;
	border-radius:4px;
	font-size:16px;
	color:#FFFFFF;
	padding: 14px 32px;
	border: 1px solid #EE5836;
}
.who_more a:hover{
	background:#FFFFFF;
	color:#EE5836;
}
.videoshow{
	margin-bottom: 53px;
}
.video{
	position: relative;
	margin-top: 19px;
}
.video img{
	width: 573px;
	height: 313px;
}
.bofang{
	width: 104px;
	height: 104px;
	background: url(/templets/dexin/images/bofang.png)no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.customers{
	width: 560px;
	position: relative;
}
.customers .swiper-pagination{
	top: 8px;
	right: 2px;
}
.customers .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin-left: 6px;
}
.bg-banner1 li{
	float: left;
	width: 140px;
	height: 78px;
}
.bg-banner1 li img{
	width: 140px;
	height: 78px;
}
.lunbo-1{
	margin-top: 19px!important;
}
footer{
	background-color: #EE5836;
	color: #FFFFFF;
	padding: 54px 0 45px 0;
}
footer h3{
	font-size:20px;
	line-height: 20px;
}
.foot_l{
	width: 400px;
	margin-left: 37px;
}
.en .foot_l{
	width: 550px;
}
.foot_p{
	margin-top: 27px;
}
.foot_p p{
	font-size:17px;
	line-height:34px;
	float: left;
	margin-left: 10px;
}
.foot_p label{
	font-size:17px;
	line-height:34px;
	float: left;
}
.en .foot_p label{
	font-size: 16px;
	line-height:28px;
}
.en .foot_p p{
	width: 410px;
	font-size: 16px;
	line-height: 28px;
	word-wrap:break-word;
}
.foot_c{
	width: 140px;
	text-align: center;
	position: relative;
}
.foot_ewm{
	width: 220px;
	height: 220px;
	border: 1px solid #EE5836;
	position: absolute;
	bottom: -3px;
    right: -175px;
	display: none;
}
.foot_ewm img{
	width: 100%!important;
	height: 100%!important;
	margin: 0!important;
}
.en .foot_c{
	width: 114px;
}
.en .foot_ewm{
	right: -205px;
}
.ewm{
	width: 103px;
	height: 100px;
	margin-top: 27px;
	cursor: pointer;
}
.foot_r{
	width: 300px;
	margin-left: 40px;
	text-align: center;
}
.en .foot_r{
	width: 200px;
	margin-left: 0;
	margin-right: 60px;
}
.foot_r_box div{
	display: inline-block;
	text-align: center;
	padding-top: 40px;
	vertical-align: top;
}
.foot_r_box div:nth-child(1){
	margin-right: 22px;
}
.foot_r img{
	width: 64px;
	height: 60px;
}
.foot_r a span{
	font-size:15px;
	color: #FFFFFF;
	display: block;
	margin-top: 8px;
}
.foot_map{
	width: 60px;
	text-align: center;
}
.foot_map img{
	width: 25px;
	height: 35px;
	margin-top: 62px;
}

/* index_article */
.main_banner{
	width: 100%;
	position: relative;
}
.main_banner img{
	width: 100%;
	min-width: 970px;
}
.main_menu{
	position: absolute;
	top: 30%;
	left: 16%;
}
.main_menu ul li{
	margin-left: 138px;
}
.main_menu ul li a{
	font-size: 20px;
	/*font-size:1.5vw;*/
	line-height: 42px;
	/*line-height:3vw;*/
	color: #d0761a;
}
.main_menu ul .on{
	background:rgba(255,255,255,0.3);
	padding: 0 35px;
	margin: 0;
}
.main_menu ul .on a{
	font-size: 30px;
	/*font-size:2vw;*/
	line-height: 53px;
	/*line-height: 4vw;*/
}
.main_con{
	width: 1200px;
	margin: 70px auto;
}

/* gcjs */
.gcjs_con{
	margin-bottom: 25px;
}
.gcjs_tit h2{
	font-size:36px;
	font-weight: bold;
	display: inline;
}
.gcjs_tit i{
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-left: 33px;
	cursor: pointer;
}
.gcjs_down{
	background: url(/templets/dexin/images/gc_down.png) no-repeat;
	background-size: 100%;
}
.gcjs_down:hover{
	background: url(/templets/dexin/images/gc_down_on.png) no-repeat;
	background-size: 100%;
}
.gcjs_right{
	background: url(/templets/dexin/images/gc_right.png) no-repeat;
	background-size: 100%;
}
.gcjs_right:hover{
	background: url(/templets/dexin/images/gc_right_on.png) no-repeat;
	background-size: 100%;
}
.gcjs_list{
	width: 1111px;
	margin: 0 auto;
	margin-top: 41px;
}
.gcjs_list p{
	font-size:22px;
	margin-bottom: 27px;
}
.gcjs_list ul li{
	width: 543px;
	height: 441px;
	float: left;
}
.gcjs_list ul li img{
	width: 543px;
	height: 268px;
}
.gcjs_li_tit{
	margin-top: 39px;
}
.gcjs_li_tit h3{
	font-size: 22px;
	line-height: 22px;
}
.gcjs_li_tit i{
	width: 18px;
	height: 19px;
	background: url(/templets/dexin/images/heisanjiao.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	margin-right: 10px;
}
.gcjs_li_tit p{
	font-size: 16px;
	line-height: 27px;
	margin-top: 21px;
	margin-left: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.gcjs_list ul li:nth-child(odd){
	margin-right: 25px;
}

/* cpjs */
.cpjs_pp{
	padding-top: 40px;
}
.cpjs_pp ul li{
	float: left;
	margin-right: 21px;
}
.cpjs_pp ul li img{
	width: 115px;
	height: 115px;
	border-radius: 50%;
	border: 1px solid #7D7D7D;
	margin-top: 47px;
	cursor: pointer;
}
.cpjs_pp ul .on{
	margin-right: 32px;
}
.cpjs_pp ul .on img{
	width: 209px;
	height: 209px;
	border: 1px solid #EE5836;
	margin: 0;
}
.cpjs_cplist{
	margin-top: -50px;
}
.cpjs_art{
	margin: 80px 0;
}

/* cplist */
.cp_con{
	background: #FFFFFF;
}
.cplist_xl {
  	background: #F1F1F1;
  	width: 220px!important;
  	height: 178px!important;
  	padding-top: 25px;
  	margin-right: 55px;
  	margin-top: 28px;
}
.cplist_xl h3{
	font-size:16px;
	color:#333333;
	line-height:16px;
	border-left: 3px solid #EE5836;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    font-weight: bold;
}
.cplist_xl span{
	font-size:12px;
	color:#A4A4A4;
	line-height:27px;
	margin-left: 9px;
	display: block;
}
.cplist_xl img{
	width: 220px;
	height: 97px;
	margin-top: 13px;
}
.return{
	padding-top: 178px;
}
.return a{
	display: block;
	width: 167px;
	height: 31px;
	background-color: #ee5836;
	text-align: center;
	line-height: 31px;
	font-size: 16px;
	color: #FFFFFF;
}
.cpjs_jj{
	margin: 80px 0;
}
.cplist{
	margin-top: 94px;
	padding-bottom: 113px;
}
.xiahuaxian{
	width: 145px;
	border-bottom: 1px solid #EE5836;
	margin-bottom: 12px;
	line-height: 40px;
}
.cplist_cp{
	padding: 0 35px;
	position: relative;
}
.cplist_cp ul{
	flex-wrap: wrap;
}
.cplist_cp ul .on{
	margin-bottom: 456px;
}
.cplist_cp ul .on .cplist_pic img{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transition: all .3s ease;
	filter: url(drop-shadow.svg#drop-shadow);
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,.3));
}
.cplist_pic{
	width: 188px;
	height: 266px;
	-webkit-display:flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center; 
}
.cplist_pic img{
	height: 190px;
}
.cplist_tit{
	text-align: center;
}
.cplist_tit span{
	display: block;
}
.cplist_tit span:nth-child(1){
	font-size: 17px;
}
.cplist_tit span:nth-child(2){
	font-size: 15px;
	line-height: 32px;
	color: #A4A4A4;
}
.cplist_xq{
	width: 1113px;
	height: 424px;
	margin-top: 20px;
	border: 1px solid #EE5836;
	position: absolute;
	top: auto;
    left: 50%;
    transform: translate(-50%,0%);
    zoom: 1;
    overflow: hidden;
}
.cplist_more{
	position: absolute;
	right: 29px;
	bottom: 29px;
	font-size:14px;
}
.cplist_more a{
	color: #1B58B3;
}

/* dtbd */
.dtbd_list{
	padding: 32px 0;
	text-align: center;
}
.dtbd_list ul li{
	width: 281px;
	height: 327px;
	float: left;
	margin: 30px 9px;
	box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
	background-color: #FFFFFF;
	transition: all .3s ease;
}
.dtbd_list ul li:hover{
	box-shadow: 2px 4px 8px 0 rgba(46,61,73,.2);
}
.dtbd_list span{
	color: #646464;
}
.dtbd_date span{
	font-size: 14px;
	line-height: 60px;
}
.dtbd_list img{
	width: 281px;
	height: 166px;
}
.dtbd_tit{
	margin-top: 6px;
}
.dtbd_tit span{
	display: block;
	font-size: 16px;
	line-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dtbd_tit a{
	color: #1B58B3;
	font-size: 14px;
}

/* zhbd */
.zhbd_list{
	padding: 54px 0;
}
.zhbd_list h2{
	font-size: 20px;
	color: #EE5836;
	margin-top: 35px;
}
.zhbd_list ul li{
	width: 100%;
	height: 166px;
	margin-top: 35px;
	box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
	background-color: #FFFFFF;
	text-align: center;
	transition: all .3s ease;
}
.zhbd_list ul li:hover{
	box-shadow: 2px 4px 8px 0 rgba(46,61,73,.2);
}
.zhbd_list span{
	color: #646464;
	line-height: 166px;
	display: block;
	margin-left: 10px;
}
.zhbd_date{
	width: 179px;
}
.zhbd_date span{
	font-size: 14px;
}
.zhbd_list img{
	width: 384px;
	height: 166px;
}
.zhbd_tit{
	width: 384px;
}
.zhbd_tit span{
	font-size: 20px;
}
.zhbd_list a{
	color: #1B58B3;
	font-size: 14px;
	line-height: 166px;
}

/* zyfz */
.zyfz_top{
	width: 100%;
	height: 100%;
	background: url(/templets/dexin/images/zy_tu1.png)no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding-top: 93px;
	padding-bottom: 26%
}
.zyfz_top span{
	font-size: 30px;
	color: #545E69;
	line-height:72px;
}
.zyfz_con{
	padding: 45px 0;
}
.zyfz_list{
	margin: 92px auto;
	position: relative;
}
.zyfz_lb{
	height: 500px;
	padding: 0 17px;
}
.zyfz_lb h2{
	text-align: center;
}
.zyfz_lb_list{
	margin-top: 81px;
}
.zyfz_lb_con{
	width: 208px!important;
	height: 346px!important;
	margin: 0 40px;
	box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
	transition: all .3s ease;
}
.zyfz_lb_con:hover{
	box-shadow: 2px 4px 8px 0 rgba(46,61,73,.2);
}
.zyfz_lb_r{
	width: 23px!important;
	height: 44px!important;
	background: url(/templets/dexin/images/zy_right.png);
	background-size: 100%;
	right: 0;
	top: 281px!important;
}
.zyfz_lb_l{
	width: 23px!important;
	height: 44px!important;
	background: url(/templets/dexin/images/zy_left.png);
	background-size: 100%;
	left: 0;
	top: 281px!important;
}
.zyfz_lb_img{
	border-bottom: 1px solid #D1D3D3;
	text-align: center;
	padding: 16px 0;
}
.zyfz_lb_img img{
	width: 116px;
	height: 120px;
}
.zyfz_lb_tit{
	padding: 36px 24px;
}
.zyfz_lb_tit h3{
	font-size: 24px;
	color: #78C9DE;
	text-align: center;
}
.zyfz_lb_tit p{
	font-size: 16px;
	color: #999999;
	line-height: 22px;
	margin-top: 34px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.zyfz_bot{
	margin: 115px 0;
	font-size: 24px;
	color: #010101;
}
.zyfz_bot span{
	text-decoration: underline;
}
.zyfz_bot a{
	text-decoration: underline;
}

/* yyfa */
.zhbd_sp{
	text-align: center;
	margin-bottom: 114px;
}
.zhbd_sp h2{
	font-size: 25px;
	color: #EE5836;
	margin: 47px 0;
	text-align: center;
}
.zhbd_sp ul{
	display: inline-block;
}
.zhbd_sp ul li{
	float: left;
}
.zhbd_kp{
	width: 315px;
	height: 362px;
	margin: 28px;
	padding: 0 20px;
	box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
	transition: all .3s ease;
}
.zhbd_kp:hover{
	box-shadow: 2px 4px 8px 0 rgba(46,61,73,.2);
}
.zhbd_kp img{
	width: 132px;
	height: 132px;
	border-right: 50%;
	margin-top: 88px;
}
.zhbd_kp h3{
	font-size: 20px;
	margin-top: 45px;
	margin-bottom: 27px;
}
.zhbd_kp span{
	font-size: 16px;
	display: block;
}