.dt_hxyw{
	width: 1280px;
	margin: 0 auto 55px;
}
.dt_hxyw h3{
	margin-left: 185px;
	font-size: 36px;
	color: #0a2240;
	margin-bottom:36px ;
	margin-top: 59px;
}
.dt_hxyw p{
	width: 910px;
	font-size: 14px;
	color: #333333;
	margin-left: 185px;
	line-height: 18px;
}
.dt_hxyw p:nth-child(2){
	text-indent: 15px;
}
.dt_hxyw p+p{
	margin-top: 10px;
}

.dt_box_tu{
	width: 100%;
	height: 600px;
	background-color: #edeef0;
	overflow: hidden;
}
.dt_box_tu h3{
	width: 1280px;
	margin: 60px auto 60px;
	padding-left: 186px;
	font-size: 36px;
	line-height: 36px;
	color: #0a2240;
}
.dt_lunbo{
	width: 100%;
	height: 350px;
	margin: 0 auto 76px;
	/*margin-bottom: 76px;*/
}

    .swiper-container {
        width: 100%;
        height: 350px;
        margin: 20px auto;
    }
    .swiper-slide {
    	width: 600px !important;
        /*text-align: center;*/
        font-size: 18px;
        background: #fff;
        width: 60%;
		margin-right: 100px !important;
        /* 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;*/
    }
    .swiper-slide:nth-child(2n) {
        width: 40%;
    }
    .swiper-slide:nth-child(3n) {
        width: 20%;
    }
    
.dt_box_why{
	width: 1016px;
	margin: 0 auto;
}
.dt_box_why dl{
	float: left;
	width: 179px;
	margin-bottom: 40px;
}
.dt_box_why dl+dl{
	margin-left: 99px;
}
.dt_box_why h3{
	font-size: 36px;
	line-height: 36px;
	color: #0a2240;
	margin: 60px 0 82px 54px;
}
.dt_why_list{
	margin: 0 auto;
	overflow: hidden;
}
.dt_why_list dt{
	width: 80px;
	margin: 0 auto;
	text-align: center;
}
.dt_why_list dt img{

	text-align: center;
	margin: 0 auto;
}
.dt_why_list dd{
	
}
.dt_why_list dd h6{
	text-align: center;
	margin: 30px 0 20px;
	font-size: 20px;
	line-height: 20px;
	color: #0a2240;
}
.dt_why_list dd p{
	height: 70px;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	text-align: center;
}
.dt_box_animatate{
	width: 1280px;
	height: 430px;
	margin: 0 auto;
	overflow: hidden;
}
.list1{
	width: 33.3%;
	height: 120px;
	float: left;
	text-align: center;
	transform: translateY(0);
    opacity: 1;
        display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    padding-left: 0;
        transition: transform .45s cubic-bezier(.4,0,0,1),opacity .15s cubic-bezier(.4,0,0,1),-webkit-transform .45s cubic-bezier(.4,0,0,1);
}
.list1+.list1{
	/*margin-left: 216px;*/
}
.c-action-link_label {
	position: relative;
	display: block;
	-webkit-transition: -webkit-transform .45s cubic-bezier(.4,0,0,1);
	transition: -webkit-transform .45s cubic-bezier(.4,0,0,1);
	transition: transform .45s cubic-bezier(.4,0,0,1);
	transition: transform .45s cubic-bezier(.4,0,0,1),-webkit-transform .45s cubic-bezier(.4,0,0,1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.c-action-link_image {
	position: absolute;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.4,0,0,1);
	transition: -webkit-transform .6s cubic-bezier(.4,0,0,1);
	transition: transform .6s cubic-bezier(.4,0,0,1);
	transition: transform .6s cubic-bezier(.4,0,0,1),-webkit-transform .6s cubic-bezier(.4,0,0,1);
	pointer-events: none;
}
.c-action-link_image {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(25%,25%);
		transform: translate(25%,25%);
		-ms-transform: translate(25%,25%);
	}

	.c-action-link:hover .c-action-link_image {
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}

	.c-action-link:hover .c-action-link_image.-under {
		opacity: 1;
		-webkit-transition-delay: 0s,.15s;
		transition-delay: 0s,.15s;
	}

	.is-ie .c-action-link:hover .c-action-link_image:not(.-under) {
		opacity: 1;
		-webkit-transition-delay: 0s,0s;
		transition-delay: 0s,0s;
	}

	.o-layout_item:nth-child(1):hover .c-action-link:hover .c-action-link_image {
		-webkit-transform: translate(-65%,-40%);
		transform: translate(-65%,-40%);
		-ms-transform: translate(-65%,-40%);
	}

	.c-action-link_image.-under {
		opacity: 0;
		-webkit-transition: opacity .15s cubic-bezier(.4,0,0,1) 20ms,-webkit-transform .6s cubic-bezier(.4,0,0,1);
		transition: opacity .15s cubic-bezier(.4,0,0,1) 20ms,-webkit-transform .6s cubic-bezier(.4,0,0,1);
		transition: transform .6s cubic-bezier(.4,0,0,1),opacity .15s cubic-bezier(.4,0,0,1) 20ms;
		transition: transform .6s cubic-bezier(.4,0,0,1),opacity .15s cubic-bezier(.4,0,0,1) 20ms,-webkit-transform .6s cubic-bezier(.4,0,0,1);
	}

	.is-ie .c-action-link_image:not(.-under) {
		opacity: 0;
		-webkit-transition: opacity .15s cubic-bezier(.4,0,0,1) .45s,-webkit-transform .6s cubic-bezier(.4,0,0,1);
		transition: opacity .15s cubic-bezier(.4,0,0,1) .45s,-webkit-transform .6s cubic-bezier(.4,0,0,1);
		transition: transform .6s cubic-bezier(.4,0,0,1),opacity .15s cubic-bezier(.4,0,0,1) .45s;
		transition: transform .6s cubic-bezier(.4,0,0,1),opacity .15s cubic-bezier(.4,0,0,1) .45s,-webkit-transform .6s cubic-bezier(.4,0,0,1);
	}
	
.c-action-link_circle {
	overflow: hidden;
	background-color: #bd965c;
}
.c-action-link:hover .c-action-link_circle {
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(30% at 50% 50%);
}

.is-ie .c-action-link:hover .c-action-link_circle::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1);
}
.c-action-link_image {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(25%,25%);
		transform: translate(25%,25%);
		-ms-transform: translate(25%,25%);
	}

	.c-action-link:hover .c-action-link_image {
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}

	.c-action-link:hover .c-action-link_image.-under {
		opacity: 1;
		-webkit-transition-delay: 0s,.15s;
		transition-delay: 0s,.15s;
	}

	.is-ie .c-action-link:hover .c-action-link_image:not(.-under) {
		opacity: 1;
		-webkit-transition-delay: 0s,0s;
		transition-delay: 0s,0s;
	}

	.o-layout_item:nth-child(1):hover .c-action-link:hover .c-action-link_image {
		-webkit-transform: translate(-65%,-40%);
		transform: translate(-65%,-40%);
		-ms-transform: translate(-65%,-40%);
	}

	.c-action-link_image.-under {
		opacity: 0;
		-webkit-transition: opacity .15s cubic-bezier(.4,0,0,1) 20ms,-webkit-transform .6s cubic-bezier(.4,0,0,1);
		transition: opacity .15s cubic-bezier(.4,0,0,1) 20ms,-webkit-transform .6s cubic-bezier(.4,0,0,1);
		transition: transform .6s cubic-bezier(.4,0,0,1),opacity .15s cubic-bezier(.4,0,0,1) 20ms;
		transition: transform .6s cubic-bezier(.4,0,0,1),opacity .15s cubic-bezier(.4,0,0,1) 20ms,-webkit-transform .6s cubic-bezier(.4,0,0,1);
	}

	.is-ie .c-action-link_image:not(.-under) {
		opacity: 0;
		-webkit-transition: opacity .15s cubic-bezier(.4,0,0,1) .45s,-webkit-transform .6s cubic-bezier(.4,0,0,1);
		transition: opacity .15s cubic-bezier(.4,0,0,1) .45s,-webkit-transform .6s cubic-bezier(.4,0,0,1);
		transition: transform .6s cubic-bezier(.4,0,0,1),opacity .15s cubic-bezier(.4,0,0,1) .45s;
		transition: transform .6s cubic-bezier(.4,0,0,1),opacity .15s cubic-bezier(.4,0,0,1) .45s,-webkit-transform .6s cubic-bezier(.4,0,0,1);
	}
	
.c-action-link {
    position: relative;
    display: inline-block;
    font-family: Graphik,sans-serif;
    font-weight: 700;
    text-align: center;
  	font-size: 24px;
  	
	color: #0a2240;
}
.c-action-link_circle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-clip-path .45s cubic-bezier(.4,0,0,1);
    transition: -webkit-clip-path .45s cubic-bezier(.4,0,0,1);
    transition: clip-path .45s cubic-bezier(.4,0,0,1);
    transition: clip-path .45s cubic-bezier(.4,0,0,1),-webkit-clip-path .45s cubic-bezier(.4,0,0,1);
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
}
.c-action-link_icon {
    margin-bottom: 20px;
}
.c-action-link_icon {
    display: inline-block;
    padding-top: 0px;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 1px solid #bd965c;
    border-radius: 50%;
    line-height: 120px;
}
.c-action-link {
    padding-top: 126px;
    width: 400px;
    height: 400px;
}
.c-action-link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #e22632;
    content: "";
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,0,1);
    transition: -webkit-transform .3s cubic-bezier(.4,0,0,1);
    transition: transform .3s cubic-bezier(.4,0,0,1);
    transition: transform .3s cubic-bezier(.4,0,0,1),-webkit-transform .3s cubic-bezier(.4,0,0,1);
    -webkit-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
}
.c-action-link_icon img{
	display: inline-block;
	/*margin: 30px 0;*/
	text-align: center;
	
}
.dt_box_hezuo{
	width: 100%;
	height: 246px;
	background-color: #edeef0;
}
.dt_box_hezuo_con{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.dt_box_hezuo_left{
	float: left;
	overflow: hidden;
}
.dt_box_hezuo_left h3{
	font-size: 32px;
	line-height: 32px;
	color: #0a2240;
	margin: 40px 0 20px;
}
.dt_box_hezuo_left h6{
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	margin-bottom: 20px;
}
.dt_touxiang{
	overflow: hidden;
}
.dt_touxiang_left{
	float: left;
}
.dt_touxiang_right h5{
	font-size: 24px;
	line-height: 24px;
	color: #0a2240;
	margin-bottom: 10px;
}
.dt_touxiang_right{
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}
.dt_touxiang_right p{
	font-size: 16px;
	line-height: 16px;
	color: #666666;
}
.dt_lx_input p{
	width: 170px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #b5b5b5;
	float: left;
	/*line-height: 40px;*/
	padding-left: 10px;
}
.dt_lx_input p input{
	border: none;
	outline: none;
	background: none;
	width: 100%;
	height: 100%;
	font-size: 14px;
}
.dt_lx_input p+p{
	margin-left: 28px;
}
.dt_lx_input{
	overflow: hidden;
		margin: 40px 0 20px;
}
.dt_box_hezuo_right{
	float: right;
}
.dt_lx_select p{
	width: 100%;
	height: 40px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #b5b5b5;
	float: left;
	/*line-height: 40px;*/
	/*padding-left: 10px;*/
}
.dt_lx_select p input{
	border: none;
	outline: none;
	background: none;
	width: 100%;
	height: 100%;
	font-size: 14px;
}
.dt_lx_select p+p{
	margin-left: 28px;
}
.dt_lx_select{
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}
.dt_lx_select select{
	border: none;
	outline: none;
	background: none;
	width: 100%;
	height: 100%;
	color: #666;
	font-size: 14px;
	padding-left: 10px;
	appearance:none;
-moz-appearance:none;
-webkit-appearance:none;

/*在选择框的最右侧中间显示小箭头图片*/
background: url(/img/dsp/6-3.png) no-repeat scroll 98% center transparent;
}
.dt_lx_select option{
	/*width: 100%;*/
}
.dt_lx_btn{
	width: 110px;
	height: 36px;
	background-color: #0a2240;
	border-radius: 18px;
	font-size: 18px;
	line-height: 36px;
	color: #fefeff;
	text-align: center;
	cursor: pointer;
}







/**/
.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	/*background:#eee;*/
	white-space:nowrap;
}

/*.str_wrap.str_active {
	background:#f1f1f1;
}*/
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	
	max-width:none !important;	
}
.str4 li {
				display: inline-block;
				padding-top: 20px;
				padding-bottom: 20px;
				margin: 0 50px;
			}
.pingjia{
    width: 600px;
    height: 350px;
    background-color: #fff;
    box-shadow: 0px 0px 38px 2px rgba(0, 0, 0, 0.1);
    
}
.pingjia-box {
    width: 500px;
    /*height: 260px;*/
    margin: 0px auto;
    overflow: hidden;
}
.pingjia .pingjia-box h4 {
    margin:49px 0 29px;
    font-size: 24px;
    color: #333;
    line-height: 24px;
}
.pingjia-user {
    overflow: hidden;
}
.pingjia-user .pingjia-user-img{
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 21px;
}
.pingjia-user .pingjia-user-name {
    float: left;
}
.pingjia .pingjia-box .dt_ping_p{
	display: block;
    color: #666;
    font-size: 16px;
    margin-bottom: 60px;
    line-height: 25px;
    height: 90px;

}
.pingjia-box .pingjia-user h6 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.pingjia-box .pingjia-user p {
    font-size: 14px;
    color: #666;
    margin: 8px 0 0 0;
}