
/*首页*/
.layout {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
}
.wrap{
	margin: 0 auto;
	width: 1320px;
}
.header {
	background: #4a7ebe;
}
.header .logo {
	float: left;width: 102px;height: 29px;margin-top: 16px;
}
.header .logo a {
	display: block;width: 100%;height: 100%;
}
.header .logo img {
	display: block;width: 100%;height: 100%;
}
.header .naver {
	float: right;margin-right: 80px;
}
.header .naver ul {
	overflow: hidden;
}
.header .naver li {
	float: left;margin-left: 55px;
}
.header .naver li a {
	display: block;font-size: 16px;
	line-height: 60px;color: rgba(255,255,255,0.9);
	transition: all 0.3s;
}
.header .naver li a:hover {
	color: rgba(255,255,255,1);
}
.banner {
	height: 740px;
}

.banner .text {
	margin: 0px auto ;
	padding-top: 104px;
	text-align: center;
}
.banner .text h2 {
	font-size: 60px;line-height: 88px;color: #fff;
}
.banner .text p {
	font-size: 26px;line-height: 76px;color: #fff;
}
.banner .text ul {
	text-align: center;margin: 66px auto 0;
}
.banner .text li {
	display: inline-block;margin: 0 26px;
}
.banner .text li a {
	display: block;height: 60px;width: 160px;border-radius: 30px;
	background: #fff;overflow: hidden;text-align: center;transition: all 0.3s;
}
.banner .text li a:hover {
	background: #f2f1f1;
}
.banner .text li a span {
	display: inline-block;text-align: center;padding-right: 30px;
	background: url(/dgweb/icon1.png) no-repeat right center;
	font-size: 20px;line-height: 60px;color: #4a7ebe;
}
.introduce {
	padding: 36px 0 66px;
}
.title {
	text-align: center;
}
.title h2 {
	font-size: 40px;line-height: 62px;color: #000000;
}
.title p {
	font-size: 20px;line-height: 40px;color: #888888;
}
.introduce .list ul {
	overflow: hidden;margin: 40px auto 0;
}
.introduce .list ul li {
	float: left;width: 250px;padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 280px;
}
.introduce .list ul li:nth-child(3n) {
	margin-right: 0;
}
.introduce .list ul li .icon {
	width: 180px;height: 180px;border-radius: 50%;overflow: hidden;margin: 0 auto;
}
.introduce .list ul li .icon img {
	display: block;width: 100%;height: 100%;
}
.introduce .list ul li .tet {
	margin: 10px auto 0;text-align: center;
}
.introduce .list ul li .tet h2 {
	font-size: 30px;line-height: 48px;color: #000;
}
.introduce .list ul li .tet p {
	font-size: 16px;line-height: 26px;color: #888888;margin-top: 6px;height: 134px;overflow: hidden;
}
.project {
	background: #eeeeee;padding: 34px 0 15px;
}
.project .list ul{
	margin: 50px auto 0;overflow: hidden;
}
.project .list ul li {
	float: left;width: calc((100% - 62px)/4);margin-right: 20px;margin-bottom: 40px;
	box-shadow: 0 0 8px 1px #dee7eb;
	background: #fff;border-radius: 4px;overflow: hidden;
}
.project .list ul li:nth-child(4n) {
	margin-right: 0;
}
.project .list ul li a {
	display: block;overflow: hidden;
	padding: 20px 10px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s;
}
.project .list ul li a:hover {
	background: #f8f6f6;
}
.project .list ul li .txt {
	float: left;width: 180px;
}
.project .list ul li .txt h3 {
	font-size: 20px;line-height: 38px;color: #000;font-weight: bold;
}
.project .list ul li .txt h6 {
	font-size: 12px;line-height: 20px;color: #888888;height: 40px;overflow: hidden;
}
.project .list ul li .ico {
	float: right;height: 78px;width: 68px;position: relative;
}
.project .list ul li .ico img {
	display: block;max-height: 100%;max-width: 100%;
	position: absolute;left: 0;right: 0;margin: 0 auto;
	top: 50%;transform: translateY(-50%);
}
.effect {
	padding: 40px 0 60px;
}
.effect .list ul {
	margin: 28px auto 0;overflow: hidden;
}
.effect .list ul li {
	float: left;width: calc((100% - 62px)/3);margin-right: 30px;
	border: 1px solid #eeeeee;height: 740px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.effect .list ul li:nth-child(3n) {
	margin-right: 0;
}
.effect .list ul li img {
	display: block;width: 100%;height: 100%;
}
.hang_app {
	padding: 50px 0 140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.hang_app .cen {
	margin: 74px auto 0;
}
.hang_app .cen .wx {
	float: left;width: 50%;
}
.hang_app .cen .wx .imgs {
	float: right;margin-right: 105px;width: 270px;
}
.hang_app .cen .wx .imgs .img {
	width: 100%;height: 270px;background: #FFFFFF;border-radius: 5px;
}
.hang_app .cen .wx .imgs .img img {
	display: block;width: 100%;height: 100%;
}
.hang_app .cen .wx .imgs h6 {
	font-size: 20px;line-height: 48px;color: #fff;text-align: center;margin-top: 3px;
}
.hang_app .cen .xiazai {
	float: right;width: 46%;
}
.hang_app .cen .xiazai ul {
	padding-top: 50px;
}
.hang_app .cen .xiazai ul li {
	height: 60px;width: 300px;margin-bottom: 60px;border-radius: 30px;
	background: #fff;overflow: hidden;transition: all 0.3s;
}
.hang_app .cen .xiazai ul li:hover {
	background: #f9f9f9;
}
.hang_app .cen .xiazai ul li a {
	display: block;font-size: 20px;line-height: 60px;color: #4a7ebe;text-align: center;
}
.hang_app .cen .xiazai ul li span {
	display: inline-block;padding-left: 45px;background: url(../images/icon2.png) no-repeat left center;
}
.hang_app .cen .xiazai ul li:nth-child(2) span {
	background: url(../images/icon3.png) no-repeat left center;
}
.hang_app .cen .xiazai ul li:nth-child(2) {
	margin-bottom: 0;
}
.hang_app .title p,
.hang_app .title h2 {
	color: #fff;
}
.agent_list {
	padding: 140px 0 100px;
}
.agent_list ul {
	
}
.agent_list li {
	float: left;width: calc((100% - 60px)/2);margin-right: 0;position: relative;
	border-radius: 3px;background: url(/dgweb/img1.jpg) no-repeat center/cover;
	padding: 60px 40px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.agent_list li:nth-child(2n) {
	float: right;
}
.agent_list li h2 {
	position: absolute;left: 0;right: 0;top: -40px;margin: 0 auto;background: #4a7ebe;text-align: center;
	font-size: 40px;line-height: 80px;width: 320px;border-radius: 40px;font-weight: bold;color: #fff;
}
.agent_list li .imgs {
	margin: 20px auto 0;
}
.agent_list li .imgs .img {
	margin: 0 auto;width: 115px;height: 117px;
}
.agent_list li .imgs .img img {
	display: block;width: 100%;height: 100%;
}
.agent_list li .imgs h3 {
	margin: 12px auto 0;font-size: 30px;line-height: 40px;color: #fff;text-align: center;
}
.agent_list li .imgs p {
	font-size: 16px;line-height: 26px;color: #fff;text-align: center;padding-bottom: 25px;border-bottom: 1px solid #fff;margin-bottom: 25px;
}
.agent_list li .list {
	margin-bottom: 10px;
}
.agent_list li .list h3 {
	text-align: center;font-size: 30px;line-height: 34px;color: #fff;
}
.agent_list li .list dl {
	padding-left: 106px;overflow: hidden;
}
.agent_list li .list dl dd {
	float: left;width: calc((100% - 22px)/2);overflow: hidden;
}
.agent_list li .list dl dd:nth-child(2n) {
	float: right;
}
.agent_list li .list dl dd .icon {
	float: left;position: relative;height: 50px;width: 30px;
}
.agent_list li .list dl dd .icon img {
	position: absolute;z-index: 11;display: block;
	left: 0;right: 0;margin: 0 auto;top: 50%;transform: translateY(-50%);
}
.agent_list li .list dl dd p {
	float: left;margin-left: 6px;
	font-size: 16px;line-height: 50px;color: #fff;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.agent_list li .opening {
	display: block;margin: 15px auto 0;
	line-height: 60px;width: 160px;border-radius: 30px;
	overflow: hidden;background: #fff;text-align: center;
	font-size: 20px;color: #4a7ebe;transition: all 0.3s;
}
.agent_list li .opening:hover {
	background: #f9f9f9;
}
.help_center {
	padding: 26px 0 56px;background: #eeeeee;
}
.help_center .cen {
	margin: 0 auto 0;
}
.help_center .cen .lts {
	float: left;width: 47%;
}
.help_center .cen .lts .list h3 {
	font-size: 20px;line-height: 50px;color: #000;
	padding-left: 10px;margin-left: 12px;position: relative;
}
.help_center .cen .lts .list h3:before {
	position: absolute;z-index: 11;left: 0;top: 50%;transform: translateY(-50%);
	content: "";height: 21px;width: 3px;background: #0376f7;
}
.help_center .cen .lts .list ul {
	padding-left: 10px;
}
.help_center .cen .lts .list li {
	font-size: 14px;line-height: 26px;color: #888888;
}
.help_center .cen .lts .list {
	margin: 24px 0;
}
.help_center .cen .lts .more {
	background: url(/dgweb/f24.png) no-repeat center/cover;width: 160px;line-height: 60px;
	border-radius: 30px;overflow: hidden;display: block;text-align: center;font-size: 20px;color: #fff;
}
.help_center .cen .lts .more span {
	display: inline-block;padding-right: 30px;font-size: 20px;
	background: url(/dgweb/icon1.png) no-repeat right center;
}
.help_center .cen .imgs {
	float: right;width: 44%;height: 485px;
	margin-top: 8px;
}
.help_center .cen .imgs img {
	display: block;width: 100%;height: 100%;
}
.time_info {
	padding: 52px 0 75px;
}
.time_info ul {
	margin: 42px auto 0;overflow: hidden;
}
.time_info ul li {
	float: left;width: calc((100% - 55px)/2);
}
.time_info ul li:nth-child(2n) {
	float: right;
}
.time_info ul li .img {
	width: 100%;height: 186px;border-radius: 3px;overflow: hidden;
}
.time_info ul li .img img {
	display: block;width: 100%;height: 100%;
}
.time_info ul li dl {
	margin-top: 15px;
}
.time_info ul li dl dt {
	font-size: 20px;line-height: 50px;color: #000;
	padding-left: 10px;position: relative;
}
.time_info ul li dl dt:before {
	position: absolute;z-index: 11;left: 0;top: 50%;transform: translateY(-50%);
	content: "";height: 21px;width: 3px;background: #0376f7;
}
.time_info ul li dl dd {
	font-size: 14px;line-height: 26px;color: #888888;
}
.sign_in {
	background: #eeeeee;padding: 40px 0;
}
.sign_in ul {
	text-align: center;margin: 0 27px;
}
.sign_in ul li {
	display: inline-block;vertical-align: top;margin: 0 30px;
}
.sign_in ul li h4 {
	font-size: 30px;line-height: 60px;color: #888888;
}
.sign_in ul li .btn {
	width: 160px;line-height: 60px;background: url(/dgweb/f24.png) no-repeat center/cover;
	border-radius: 30px;overflow: hidden;text-align: center;display: block;font-size: 20px;color: #fff;
}
.sign_in ul li .btn span {
	display: inline-block;padding-right: 30px;background: url(../images/icon25.png) no-repeat right center;
	font-size: 20px;
}
.footer {
	padding: 40px 0 60px;background: #2e3038;
}
.footer .wrap dl {
	display: inline-block;margin: 0 30px;width: 220px;vertical-align: top;
}
.footer .wrap dl dt {
	font-size: 16px;line-height: 32px;color: #fff;margin-bottom: 15px;
}
.footer .wrap dl dd {
	font-size: 12px;line-height: 24px;color: #eeeeee;
	height: 72px;overflow: hidden;cursor: pointer;
}
.footer .wrap dl dd span{
	color: #ccc;
}
.footer_in {
	background: #000;
}
.footer_in ul {
	text-align: center;
}
.footer_in li {
	display: block;margin: 0 55px;
}
.footer_in li a {
	font-size: 12px;line-height: 40px;color: #eeeeee;transition: all 0.3s;
}
.footer_in li a:hover {
	color: #fff;
}

.qm_app .img{
	width: 200px;height: 200px;margin: 0 auto;
}
.qm_app .title h2{
	color: #333;margin-top: 30px;
}
.qm_app .title p{
	color: #333;margin-top: 30px;
}
.qm_app .cen .xiazai ul li:hover,
.qm_app .cen .xiazai ul li{
	background: #4a7ebe;
}
.qm_app .cen .xiazai ul li a{
	color: #FFFFFF;
}
.qm_app .cen .xiazai ul li span{
	background: url(../images/icon2-1.png) left center no-repeat;
}
.qm_app .cen .xiazai ul li:nth-child(2n) span{
	background: url(../images/icon3-1.png) left center no-repeat;
}
.qm_app .cen .wx .imgs h6{
	color: #333;
}
.del_text{
	padding: 50px 0 140px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;font-size:16px !important;
	line-height: 1.7 !important;
	color: #333 !important;
}
.qm_list li{
	width:auto;
}
.qm_list li .list dl dd{
	width: 50%;
}
.qm_list li .list dl{
	padding-left: 320px;padding-top: 40px;
}




