/*内容居中*/
.box_middle{display:-webkit-box; -webkit-box-orient:horizontal; -webkit-box-pack:center; -webkit-box-align:center; display:-moz-box; -moz-box-orient:horizontal; -moz-box-pack:center; -moz-box-align:center; display:-o-box; -o-box-orient:horizontal; -o-box-pack:center; -o-box-align:center; display:-ms-box; -ms-box-orient:horizontal; -ms-box-pack:center; -ms-box-align:center; display:box; box-orient:horizontal; box-pack:center; box-align:center;}

.mrnone{margin-right:0px !important;}

.cw1440{max-width:1440px; margin:auto;}
.h750{display:block;}
.s750{display:none;}

@media only screen and (max-width: 1280px){
	[body]{min-width:inherit;}

}

.ddzhuanti{display:none;}
@media only screen and (max-width: 750px){
	.ddzhuanti{display:block;}
}

@-webkit-keyframes bounce-up {
	25% {-webkit-transform: translateY(2px);}
	50%, 100% {-webkit-transform: translateY(0);}
	75% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce-up {
	25% {transform: translateY(2px);}
	50%, 100% {transform: translateY(0);}
	75% {transform: translateY(-4px);}
}
.animate-bounce-up{-webkit-animation: bounce-up 1.5s linear infinite;animation: bounce-up 1.5s linear infinite;}
.animate-bounce-up2{-webkit-animation: bounce-up 2.5s linear infinite;animation: bounce-up 2.5s linear infinite;}
.animate-bounce-up3{-webkit-animation: bounce-up 3.5s linear infinite;animation: bounce-up 3.5s linear infinite;}

#dd-about .title{color:#4092c2; font-size:30px; height:30px; line-height:30px; padding:96px 0px 48px 0px; font-weight:bold;}
#dd-about .list{background:url(../images/dd5.jpg) repeat-x; padding-top:64px;}
#dd-about .l-one{margin-bottom:80px;}
#dd-about .l-one .ltitle{color:#24314e; font-size:28px; height:28px; line-height:28px;}
#dd-about .l-one .ol{background:#4092c2; width:40px; height:2px; left:15px; top:25px; z-index:2;}
#dd-about .l-one .en{color:rgba(28,15,129,0.03); font-size:174px; height:174px; line-height:174px; z-index:1; left:-15px;}
#dd-about .l-one .cn{color:rgba(36,49,78,0.7); font-size:16px; left:15px; top:40px; z-index:2; line-height:2;}
#dd-about .l-one .left{width:43.33%; padding-top:1%;}
#dd-about .l-one .left2{width:35.33%; padding-left:8%;}
#dd-about .l-one .left2 .en , #dd-about .l-one .left2 .cn , #dd-about .l-one .left2 .ol{left:0px;}
#dd-about .l-one .right{width:56.67%; z-index:3;}
#dd-about .list2{display:none;}

#dd-about .l-one:nth-child(2) .left2{min-height: 600px;}

@media only screen and (max-width: 1920px){
	#dd-about .ltitle{margin-top:15px; margin-bottom:10px;}
}
@media only screen and (max-width: 750px){
	#dd-about .ltitle{margin-bottom:20px;}
	#dd-about .title{text-align:center; padding:36px 0px; font-size:32px;}
	#dd-about .list{background:none; padding-top:0px;}
	#dd-about .list2{display:block;}
	#dd-about .l-one{margin-bottom:28px;}
	#dd-about .l-one .right{width:100%;}
	#dd-about .l-one .left{width:100%; padding-top:0%;}
	#dd-about .l-one .en{left:0px; height:auto; line-height:80px; font-size:80px; margin-bottom:28px;}
	#dd-about .l-one .cn{left:0px; top:25px; font-size:18px; position:relative;}
	#dd-about .l-one .ol{left:0px; top:10px;}
	#dd-about .l-one span{font-size:16px !important;}
}


#history{padding-bottom:100px; overflow:hidden;}
#history .title .t1{width:22.5%;}
#history .title .t2{color:#4092c2; font-size:30px; height:30px; line-height:30px; padding:90px 0px 60px 0px;}
#history .conts .left{writing-mode:tb-rl; width:17.5%; padding-right:5%; color:#4092c2; font-size:62px; font-weight:bold;}
#history .conts .right{width:77.5%;}
#history .conts .right .date{color:#343434; font-size:24px; font-weight:bold; margin-bottom:2%;}
#history .conts .right .bif{color:#818181; font-size:18px; line-height:1.6; margin-bottom:4%;}
#history .conts .bottom{height:1px; background:#dadde1; margin-top:65px; position:absolute; left:-9000px; z-index:9;}
#history .conts .bottom.fixed{position:fixed;}
#history .conts .bottom ul:before{position:absolute;left:-999px;right:-999px;top:-60px;bottom:-130px;background:#fff;content:'';}
#history .conts .bottom ul:after{position:absolute;left:-999px;right:-999px;top:50%;border-top:1px solid #dadde1;content:'';}
#history .conts .bottom li{width:53px; height:30px; text-align:center; position:relative; z-index:1; margin-top:19px; color:#999999; font-size:14px; margin-left:78px; cursor:pointer; z-index:2;}
#history .conts .bottom li:after{content:""; width:11px; height:11px; border:#999999 1px solid; background:#fff; border-radius:50%; position:absolute; left:20px; top:-25px;}
#history .conts .bottom li:before{content:""; width:1px; height:60px; background:#4092c2; position:absolute; left:26px; top:-85px; opacity:0;}
#history .conts .bottom li:hover , #history .conts .bottom li.cur{color:#4092c2; font-size:24px;}
#history .conts .bottom li:hover::after , #history .conts .bottom li.cur::after{border:#4092c2 1px solid; background:#4092c2;}
#history .conts .bottom li:hover::before , #history .conts .bottom li.cur::before{opacity:1;}
@media only screen and (max-width: 750px){
	/* #history .conts .left , #history .title .t1{display:none;}
	#history .conts .right , #history .title .t2{width:100%;}
	#history .title .t2{text-align:center; padding:36px 0px; font-size:32px; font-weight:bold;} */
	#history .title .t1{width:17%;}
	#history .conts .left{width:20%;}
	#history .conts .right{width:75%;}
	#history .conts .right .date{font-size:28px;}
	#history .conts .right .bif{font-size:14px;}
	#history .conts .bottom{display:none;}
}

#ddtitle .d1{color:#333333; font-size:30px; font-weight:bold;}
#ddtitle .d2{width:110px; height:2px; background:#4092c2; margin:10px auto 15px auto;}
.t-title{color:#333333; font-size:24px; margin-top:60px; margin-bottom:10px;}
.ltitle{color:#666666; line-height:1.6; margin-top:20px; margin-bottom:40px;}
#ddmore{width:188px; height:38px; line-height:38px; display:block; margin:20px auto 0px auto; border:#dfe7f6 1px solid; border-radius:19px; color:rgba(0,0,0,.8); font-size:13px; font-weight:bold;}
#ddmore:hover{background:#4092c2; color:#fff; border:#4092c2 1px solid;}
@media only screen and (max-width: 750px){
	.t-title{margin-top:36px; font-size:22px;}
	.t-img{ width: 30px;}
	.ltitle{font-size:14px; padding:0 15px;}
	#ddmore{background:#4092c2; color:#fff; border:#4092c2 1px solid; font-size:20px; height:46px; line-height:46px; border-radius:23px;}
}


#ddmovie{width:100%; height:500px; /*background:url(../images/nn1.jpg) center / cover;*/ overflow:hidden;}
#ddmovie .name{font-size:36px; color:#fff; font-weight:bold;}
#ddmovie a{font-size:16px; color:rgba(0,0,0,.8); display:block; width:190px; height:40px; line-height:40px; background:#fff; margin:20px auto 0px auto; border-radius:20px; font-weight:bold;}
#ddmovie[video1]{padding-top:38%; height:auto; background:#000; overflow:hidden;}
#ddmovie[video1] video{top:-19%; position:relative;}
#ddmovie[video2] video{top:-150px; position:relative;}
#ddmovie [bg]{background:rgba(0,0,0,.6);}
@media only screen and (max-width: 750px){
	#ddmovie{height:300px;}
	#ddmovie[video1]{height:auto;}

	#ddmovie[video2]{padding-top:38%; height:auto;}
	#ddmovie[video2] video{top:-19%;}
}


#dd1-one{width:100%; height:470px;}
#dd1-one .ddcanvas{height:470px; z-index:1; position:absolute; left:0px; top:0px; width:100%;}
#dd1-one .cont{z-index:3; padding-top:90px;}
#dd1-one .cont .ltitle{color:#666666; margin-bottom:40px;}
#dd1-one .btm .list{width:30%; margin-right:5%;}
#dd1-one .btm .list:last-child{margin-right:0%;}
#dd1-one .btm .list .img{width:82px;}
#dd1-one .btm .list .r{width:70%; margin-left:6%;}
#dd1-one .btm .list .r .name{color:#333333; font-size:18px; font-weight:600; margin-bottom:30px;}
#dd1-one .btm .list .r .bif{color:#333333; line-height:1.8;}
#dd1-two{width:100%; background:url(../images/dy10.png) #f0f4fb repeat-x; padding:90px 0px;}
#dd1-two .btm{padding-bottom:15px;}
#dd1-two .btm .list{width:18.5%; padding:0 2.5%; margin-right:2%; background:#fff; height:270px; margin-bottom:2%; box-shadow:#ecf0f7 0px 10px 5px 0px;}
#dd1-two .btm .list:last-child{margin-right:0%;}
#dd1-two .btm .img{width:108px; height:108px; background:url(../images/dy7.png); overflow:hidden; border-radius:50%; margin:34px auto 15px auto;}
#dd1-two .btm .name{color:#333333; font-size:18px; font-weight:bold; margin-bottom:5px;}
#dd1-two .btm .bif{color:#666666;}
#dd1-two .down{background:#fff; padding-top:27px; margin-bottom:40px;}
#dd1-two .down .dlist{display:inline-block; margin:0% 2.5%;}
#dd1-two .down .dlist .dimg{width:108px; height:108px; background:url(../images/dy7.png); overflow:hidden; border-radius:50%; margin:0px auto 17px auto;}
#dd1-two .down .dlist .name{color:#333333; font-size:18px; font-weight:600;}
#dd1-two .down .down-cont{height:70px; line-height:70px; color:#666666;}
#dd1-two .lowerdd .olist{width:32.5%; margin-right:1.25%; background:#fff; height:202px;  margin-bottom:2%; box-shadow:#ecf0f7 0px 15px 5px 0px;}
#dd1-two .lowerdd .olist .oimg{width:108px; height:108px; background:url(../images/dy7.png); overflow:hidden; border-radius:50%; margin-right:20px; display:inline-block;}
#dd1-two .lowerdd .olist .or{width:55%;}
#dd1-two .lowerdd .olist .or .oname{color:#333333; font-size:18px; font-weight:600; margin-bottom:8px;}
#dd1-two .lowerdd .olist .or .obif{color:#666666; line-height:1.2; font-size:14px;}
@media only screen and (max-width: 750px){
	#dd1-one , #dd1-one .ddcanvas{height:100%;}
	#dd1-one .cont{padding-top:36px;}
	#dd1-one .btm .list{width:100%; margin-bottom:0%; margin-bottom:5%;}
	#dd1-one .btm .list .r{width:82%;}
	#dd1-one .btm .list .r .name{margin-bottom:15px; font-size:26px;}
	#dd1-one .btm .list .r .bif{font-size:22px;}
	#dd1-two{padding:36px 0px;}
	#dd1-two .lowerdd .olist{width:100%; margin-right:0%; height:140px;}
	#dd1-two .lowerdd .olist .or{width:76%;}
	#dd1-two .lowerdd .olist .or .oname{font-size:28px;}
	#dd1-two .lowerdd .olist .or .obif{font-size:24px;}	
	#dd1-two .btm .list{width:43%; margin:1%; height:350px;}
	#dd1-two .btm .name{font-size:28px;}
	#dd1-two .btm .bif{font-size:24px;}
	#dd1-two .down .dlist{width:50%; margin:0% 0% 2% 0%; float:left;}
	#dd1-two .down .dlist .name{font-size:24px;}
	#dd1-two .down .down-cont{font-size:22px; line-height:1.6; height:auto; padding:0% 3%; margin:2% auto 3% auto;}
}


#dd2-one{width:100%;}
#dd2-one .ddcanvas{z-index:1; position:absolute; left:0px; top:0px; width:100%;}
#dd2-one .cont{z-index:3; padding-top:90px;}
#dd2-one .cont .ltitle{color:#666666; margin-bottom:40px;}
#dd2-one .btm{z-index:5;}
#dd2-two{width:100%; background:url(../images/dy10.png) #f0f4fb repeat-x; padding:90px 0px;}
#dd2-two .btm{padding-bottom:15px;}
#dd2-two .btm .list{width:18.5%; padding:0 2.5%; margin-right:2%; background:#fff; height:270px; margin-bottom:2%; box-shadow:#ecf0f7 0px 10px 5px 0px;}
#dd2-two .btm .list:last-child{margin-right:0%;}
#dd2-two .btm .img{width:108px; height:108px; background:url(../images/dy7.png); overflow:hidden; border-radius:50%; margin:34px auto 15px auto;}
#dd2-two .btm .name{color:#333333; font-size:18px; font-weight:bold; margin-bottom:5px;}
#dd2-two .btm .bif{color:#666666;}
#dd2-two .down{background:#fff; padding-top:27px; margin-bottom:40px;}
#dd2-two .down .dlist{display:inline-block; margin:0% 2.5%;}
#dd2-two .down .dlist .dimg{width:108px; height:108px; background:url(../images/dy7.png); overflow:hidden; border-radius:50%; margin:0px auto 17px auto;}
#dd2-two .down .dlist .name{color:#333333; font-size:18px; font-weight:600;}
#dd2-two .down .down-cont{height:70px; line-height:70px; color:#666666;}
#dd2-two .lowerdd .olist{width:32.5%; margin-right:1.25%; background:#fff; height:202px;  margin-bottom:2%; box-shadow:#ecf0f7 0px 15px 5px 0px;}
#dd2-two .lowerdd .olist .oimg{width:108px; height:108px; background:url(../images/dy7.png); overflow:hidden; border-radius:50%; margin-right:20px; display:inline-block;}
#dd2-two .lowerdd .olist .or{width:55%;}
#dd2-two .lowerdd .olist .or .oname{color:#333333; font-size:18px; font-weight:600; margin-bottom:8px;}
#dd2-two .lowerdd .olist .or .obif{color:#666666; line-height:1.2; font-size:14px;}
@media only screen and (max-width: 750px){
	#dd2-one .cont{padding-top:36px;}
	#dd2-two{padding:36px 0px;}
	#dd2-two .lowerdd .olist{width:100%; margin-right:0%; height:140px;}
	#dd2-two .lowerdd .olist .or{width:76%;}
	#dd2-two .lowerdd .olist .or .oname{font-size:28px;}
	#dd2-two .lowerdd .olist .or .obif{font-size:24px;}	
	#dd2-two .btm .list{width:43%; margin:1%; height:350px;}
	#dd2-two .btm .name{font-size:28px;}
	#dd2-two .btm .bif{font-size:24px;}
}


#dd3-one{width:100%; height:628px;}
#dd3-one .ddcanvas{height:628px; z-index:1; position:absolute; left:0px; top:0px; width:100%;}
#dd3-one .cont{z-index:3; padding-top:90px;}
#dd3-one .cont .ltitle{color:#666666; margin-bottom:40px;}
#dd3-one .btm .list{width:40%; margin-bottom:5%;}
#dd3-one .btm .list .img{width:90px;}
#dd3-one .btm .list .r{width:70%; margin-left:6%;}
#dd3-one .btm .list .r .name{color:#333333; font-size:18px; font-weight:600; margin-bottom:20px;}
#dd3-one .btm .list .r .bif{color:#333333; line-height:1.5;}
#dd3-two{width:100%; /*background:url(../images/dy10.png) #f0f4fb repeat-x;*/ background:#f0f4fb; padding:90px 0px;}
#dd3-two .btm{padding-bottom:15px;}
#dd3-two .btm .list{width:18.5%; padding:0 2.5%; margin-right:2%; background:#fff; height:270px; margin-bottom:2%; box-shadow:#ecf0f7 0px 10px 5px 0px;}
#dd3-two .btm .list:last-child{margin-right:0%;}
#dd3-two .btm .img{width:108px; height:108px; background:url(../images/dy7.png); overflow:hidden; border-radius:50%; margin:34px auto 15px auto;}
#dd3-two .btm .name{color:#333333; font-size:18px; font-weight:bold; margin-bottom:5px;}
#dd3-two .btm .bif{color:#666666;}
#dd3-two .down{background:#fff; padding-top:27px; margin-bottom:40px;}
#dd3-two .down .dlist{display:inline-block; margin:0% 2.5%;}
#dd3-two .down .dlist .dimg{width:108px; height:108px; background:url(../images/dy7.png); overflow:hidden; border-radius:50%; margin:0px auto 17px auto;}
#dd3-two .down .dlist .name{color:#333333; font-size:18px; font-weight:600;}
#dd3-two .down .down-cont{height:70px; line-height:70px; color:#666666;}
#dd3-two .lowerdd .olist{width:32.5%; margin-right:1.25%; background:#fff; height:202px;  margin-bottom:2%; box-shadow:#ecf0f7 0px 15px 5px 0px;}
#dd3-two .lowerdd .olist .oimg{width:108px; height:108px; background:url(../images/dy7.png); overflow:hidden; border-radius:50%; margin-right:20px; display:inline-block;}
#dd3-two .lowerdd .olist .or{width:55%;}
#dd3-two .lowerdd .olist .or .oname{color:#333333; font-size:18px; font-weight:600; margin-bottom:8px;}
#dd3-two .lowerdd .olist .or .obif{color:#666666; line-height:1.5em; font-size:14px;}
@media only screen and (max-width: 750px){
	#ddtitle .d1{ font-size: 22px;}
	#dd3-one , #dd3-one .ddcanvas{height:100%;}
	#dd3-one .cont{padding-top:36px;}
	#dd3-one .btm .list{width:100%; margin-bottom: 30px;}
	#dd3-one .btm .list .img{width:60px;}
	#dd3-one .btm .list .r{width:68%;}
	#dd3-one .btm .list .r .name{margin-bottom:10px; font-size:15px;}
	#dd3-one .btm .list .r .bif{font-size:14px;}
	#dd3-two{padding:36px 0px;}
	#dd3-two .lowerdd .olist{width:48%; margin:1%; height:220px; padding:20px 0;}
	#dd3-two .lowerdd .olist .oimg{ margin-right: 0;}
	#dd3-two .lowerdd .olist .or{width:76%; text-align: center;vertical-align: top; margin-top:20px;}
	#dd3-two .lowerdd .olist .or .oname{font-size:16px;}
	#dd3-two .lowerdd .olist .or .obif{font-size:14px;}	
	#dd3-two .lowerdd .olist1{height:260px;}
	#dd3-two .lowerdd .olist2{height:320px;}
	#dd3-two .btm .list{width:43%; margin:1%; height:370px;}
	#dd3-two .btm .name{font-size:18px;}
	#dd3-two .btm .bif{font-size:14px;}
}


#dd-feedback{width:100%; height:935px; background:url(../images/feedback.jpg) #f6f6f6 center top repeat-x;}
#dd-feedback .left{margin-top:50px;}
#dd-feedback .left .f1{color:#fff; font-size:28px; font-weight:bold; line-height:1.6;}
#dd-feedback .left .f2{color:#fff; font-size:18px; margin-top:20px;}
#dd-feedback .left .f3{color:rgba(255,255,255,.6); line-height:1.6; margin-top:5px;}
#dd-feedback .left .f3 b{font-size:16px;}
#dd-feedback .right{width:458px; background:#fff; border-radius:5px; margin-top:62px; padding-bottom:40px; box-shadow:rgba(0,0,0,.1) 0px 10px 10px 5px;}
#dd-feedback .top{color:#666666; line-height:1.8; border-bottom:#eff3fa 1px solid; padding:30px 0px;}
#dd-feedback .text{width:338px; margin:0px auto; border-bottom:#eff3fa 1px solid; height:50px; line-height:50px; margin-top:16px; font-size:18px;}
#dd-feedback .text input{width:100%; border:none; height:50px; line-height:50px; font-size:16px;}
#dd-feedback .text span{color:#4092c2; font-size:16px; left:-15px; top:2px;}
#dd-feedback .text select{-webkit-appearance:none; -moz-appearance:none; appearance:none; background:url(../images/xb.jpg) no-repeat right; width:120px; text-align:right; padding-right:10px; height:46px; line-height:46px; margin-bottom:4px; font-size:16px;}
#dd-feedback .radio{height:50px; line-height:50px; font-size:16px; margin-top:20px;}
#dd-feedback .sub{width:190px; height:40px; line-height:40px; margin:20px auto 40px auto; border-radius:20px; background:#4092c2; cursor:pointer; font-size:13px; color:rgba(255,255,255,.8);}
#dd-feedback .copywriting{color:#999999; line-height:1.6;}
#dd-feedback font , #dd-feedback .dq{color:#333333; font-size:16px;}
@media only screen and (max-width: 980px){
	#dd-feedback .left{width:40%;}
}
@media only screen and (max-width: 750px){
	#dd-feedback{height:auto;}
	#dd-feedback .top , #dd-feedback font , #dd-feedback .dq , #dd-feedback .text select{font-size:24px;}
	#dd-feedback .left{width:100%; float:none; margin-top:28px;}
	#dd-feedback .left .f2{margin-top:24px;}
	#dd-feedback .left .f3{font-size:20px;}
	#dd-feedback .right{width:100%; float:none; height:auto; margin:28px auto; padding:10px 0px 28px 0px;}
	#dd-feedback .text{width:86%; margin-top:0px; height:100px; line-height:100px;}
	#dd-feedback .text input{height:100px; line-height:100px; font-size:24px;}
	#dd-feedback .sub{margin:28px auto; font-size:20px;}
	#dd-feedback .copywriting{font-size:20px;}
}


#header_mobile_hidden{height: 70px;display: none;}
#header_mobile{display: none;height: 70px;z-index: 1000;width: 100%;position: fixed;left: 0;top: 0;right: 0;border-bottom: solid 1px #ededed;background: #fff;}
#header_mobile .menu-trg {position: absolute;right: 3%;top: 0;}
#header_mobile .menu-trg [tel]{line-height:70px; margin-right:26px;}
#header_mobile .menu-trg [en]{line-height:70px; margin-right:26px; padding:0 9px; color:#4092c2; font-size:35px; opacity:.7;}
#header_mobile .menu-trg .icon-menu{background: url(../images/mobilenav.png)no-repeat center;}
#header_mobile .menu-trg .trg {display: block;width: 25px;height: 25px;background-size: 100%;margin-top: 24px;}
.side-menu {position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 1000;transform: translateX(100%);-webkit-transform: translateX(100%);transition-property: transform;-webkit-transition-property: -webkit-transform;transition-duration: 0.5s;-webkit-transition-duration: 0.5s;}


.side-menu .inner {position: absolute;right: 0;top: 0;width: 100%;height: 100%;background: #fff;color: #0b57ac;overflow-x: hidden;overflow-y: auto;border: solid 1px #ededed;}
.side-menu .inner a {color: #0b57ac;}
.side-menu .hd {padding: 0 15px;height: 70px;border-bottom: 1px solid #ededed;line-height: 48px;overflow: hidden;display: -webkit-flex;display: flex;align-items: center;-webkit-align-items: center;justify-content: space-between;-webkit-justify-content: space-between;}
.side-menu .hd .icon-user:before {margin-right: 5px;font-size: 18px;}
.side-menu .hd .icon-fork:before {top: 0;font-size: 18px;}
.side-menu .hd .icon-user{text-overflow: ellipsis;white-space: nowrap;max-width: 65%;overflow: hidden;}
.side-menu .hd .msg{margin-right: auto;margin-left: 6px;}
.side-menu .hd .msg img{max-width: 20px;}
.side-menu .hd .icon-fork{width: 25px;height: 25px;background: url(../images/mobileclose.png)no-repeat center;background-size: 100%;}
.side-menu ul > li a {display: block;text-align:left;line-height: 70px;font-size: 16px;}
.side-menu ul > li {border-bottom: 1px solid #ededed; padding:0% 3%; position:relative;}
.side-menu.show {transform: translateX(0);-webkit-transform: translateX(0);}
.side-menu ul .xxx:after{content:"+"; position:absolute; right:20px; top:15px; font-size:28px;}
.side-menu ul .xxx .xla{padding:0% 4%; display:none;}
.side-menu ul .xxx .xla a{line-height:60px;}
.side-menu ul .xxx.cur{height:auto; padding-bottom:15px;}
.side-menu ul .xxx.cur::after{content:"-"; position:absolute; right:20px; top:15px; font-size:28px;}
.side-menu ul .xxx.cur .xla{display:block;}

#header_mobile .left{width: 60%;margin-top: 5px; margin-left:0;}
#header_mobile .left a{display: inline-block;}
#header_mobile .left img{height:60px;}
#mobile_drak{width: 100%;height: 100%;position: fixed;left: 0;right: 0;top: 0;background: rgba(0,0,0,0.5);z-index: 999;display: none;}
#header_mobile .menu-trg .side-menu .lan{text-align: center;margin-top: 20px;}
#header_mobile .menu-trg .side-menu .lan .a{display: inline-block;font-size: 18px;cursor: pointer;color: #0b57ac;}
#header_mobile .menu-trg .side-menu .lan{text-align: center;margin-top: 30px;}
#header_mobile .menu-trg .side-menu .lan .a{display: inline-block;font-size: 18px;cursor: pointer;color: #ea5707;}
#header_mobile .menu-trg .side-menu .lan a{margin: 0 5px;display: inline-block;}
#header_mobile .search{width: 94%;margin: 0 auto;margin-top: 15px;text-align: center;}
#header_mobile .search form{display: inline-block;text-align: center;}
#header_mobile .search .text{width: auto;}


.menuon{border-bottom:#d1d1d1 1px solid !important}
.menuon .right .header-btn{border-left:#d1d1d1 1px solid !important;}


@media only screen and (max-width: 980px){
	#header_mobile , #header_mobile_hidden{display:block;}
  	#header-blank , #header{display:none;}
	.side-menu ul > li a{font-size:20px; line-height:70px;}
}

#ff1 div{margin-top:12px;}
#ff1 .wz{font-size:16px; color:#4092c2;}
#ff1 .my{font-size:16px; color:#4092c2;}
#ff1 .ma{font-size:24px; color:#4092c2;}
#ff3{font-size:24px; color:#4092c2;}

@keyframes scale{
	0%{transform:scale(1)}
	50%,75%{transform:scale(3)}
	78%,100%{opacity:0}
}
#ind-partner-2 .v1:before{content:''; display:block; position:absolute; left:-2px; top:-2px; width:12px; height:12px; border-radius:50%; opacity:.7; background:#4092c2; animation:scale 2s infinite cubic-bezier(0,0,.49,1.02); animation-delay:100ms;}
#ind-partner-2 .v2:before{content:''; display:block; position:absolute; left:-2px; top:-2px; width:12px; height:12px; border-radius:50%; opacity:.7; background:#4092c2; animation:scale 2s infinite cubic-bezier(0,0,.49,1.02); animation-delay:500ms;}
#ind-partner-2 .v3:before{content:''; display:block; position:absolute; left:-2px; top:-2px; width:12px; height:12px; border-radius:50%; opacity:.7; background:#4092c2; animation:scale 2s infinite cubic-bezier(0,0,.49,1.02); animation-delay:900ms;}
#ind-partner-2 .v4:before{content:''; display:block; position:absolute; left:-2px; top:-2px; width:12px; height:12px; border-radius:50%; opacity:.7; background:#4092c2; animation:scale 2s infinite cubic-bezier(0,0,.49,1.02); animation-delay:1300ms;}
#ind-partner-2 .v5:before{content:''; display:block; position:absolute; left:-2px; top:-2px; width:12px; height:12px; border-radius:50%; opacity:.7; background:#4092c2; animation:scale 2s infinite cubic-bezier(0,0,.49,1.02); animation-delay:1700ms;}
#ind-partner-2 .v6:before{content:''; display:block; position:absolute; left:-2px; top:-2px; width:12px; height:12px; border-radius:50%; opacity:.7; background:#4092c2; animation:scale 2s infinite cubic-bezier(0,0,.49,1.02); animation-delay:2050ms;}

#dy-feedback-nav{padding-top:50px; background:#1553f6;}
#dy-feedback-nav [tab]>*[a]{padding:0 30px; height:50px; cursor:pointer; position:relative; text-align:center; border-right:40px solid transparent;}
#dy-feedback-nav [tab]>*[a]:last-child{border-right:none;}
#dy-feedback-nav [tab]>* [txt]{line-height:50px; display:block; position:absolute; background:#2f75ff; font-size:16px; color:#fff; bottom:0; right:0; left:0;}
#dy-feedback-nav [tab]>*.cur{font-size:24px; padding:0 50px;}
#dy-feedback-nav [tab]>*.cur [txt]{color:#2b2b2b; font-size:24px; background:#f0f2f8; line-height:70px; font-weight:bold;}


#dy-feedback{width:100%; height:855px; padding-top:80px; background:#f6f6f6 url(../images/jj1.jpg) no-repeat center top;}
#dy-feedback .left{/*width:45.83333%;*/ left:0px; z-index:5;}
#dy-feedback .left .topbox{min-height:500px;}
#dy-feedback .left .d1{color:#ffffff; font-size:28px; line-height:1.6;}
#dy-feedback .left .d2{color:#ffffff; font-size:18px; margin-top:32px;}
#dy-feedback .left .d6{background:#f5f5f5; width:407px; height:50px;}
#dy-feedback .left .d6 .d{color:red !important;}
#dy-feedback .left .d6 .d6_0{width:153px; height:50px; line-height:50px; float:left; margin-left:20px;}
#dy-feedback .left .d6 .d6_1{width:213px; height:50px; line-height:50px; float:left; margin-left:20px;}
#dy-feedback .left .d6 .d6_2{width:184px; height:50px; line-height:50px; float:left; margin-left:20px;}
#dy-feedback .left .d6 .d6_0 input{width:100px; text-indent:2px; height:50px; line-height:50px;}
#dy-feedback .left .d6 .d6_1 input{width:160px; text-indent:2px; height:50px; line-height:50px;}
#dy-feedback .left .d6 .d6_2 input{width:110px; text-indent:2px; height:50px; line-height:50px;}
#dy-feedback .left .d6 font{color:#000000; font-size:14px;} 
#dy-feedback .left .d3{height:50px; margin-top:30px;}
#dy-feedback .left .d3 label{background:#f5f5f5; width:138px; height:50px; line-height:50px; margin-left:10px; font-size:16px; color:#4092c2; cursor:pointer;}
#dy-feedback .left .d4{color:#ffffff; font-size:16px; margin-top:20px; height:16px; line-height:16px;}
#dy-feedback .left .d5{color:#666666; font-size:16px; line-height:1.8; margin-top:30px;}
#dy-feedback .left .d5 span{font-size:14px;}
#dy-feedback .right{/*width:54.16667%;*/ right:0px; z-index:4;}
#dy-feedback .ggg{position:absolute; left:0px; bottom:-300px; width:650px; height:460px;}
#dy-feedback .qrcode{width:29%; top:10.8%; right:29.5%; /*background:#fff;*/ border-radius:3px;}
#dy-feedback .qrcode:before{content:''; display:block; padding-top:100%;}
#dy-feedback .dy-img{display:none;}
@media only screen and (max-width: 1100px){
	#dy-feedback .right{width:53%;}
}
@media only screen and (max-width: 1024px){
	#dy-feedback{height:740px;}
	#dy-feedback .left{width:60%;}
	#dy-feedback .left .d1{font-size:24px;}
	#dy-feedback .right{width:53%;}
}
@media only screen and (max-width: 990px){
	#dy-feedback{padding-top:60px; height:780px;}
	#dy-feedback .left{width:65%;}
	#dy-feedback .right{width:48%;}
}
@media only screen and (max-width: 910px){
	#dy-feedback .left .d3 label{width:108px;}
}
@media only screen and (max-width: 750px){
	#dy-feedback{padding:36px 0px 0px 0px; height:auto;}
	#dy-feedback .left{width:100%; position:static; left:0px;}
	#dy-feedback .left .d1{font-size:30px;}
	#dy-feedback .left .d2{font-size:24px;}
	#dy-feedback .left .d3 label{width:138px;}
	#dy-feedback .left .d4 , #dy-feedback .left .span{font-size:24px;}
	#dy-feedback .left .d6{width:500px;}
	#dy-feedback .left .d6 div{font-size:20px; /*width:215px;*/}
	#dy-feedback .left .d6 .d6_0{width:183px;}
	#dy-feedback .left .d6 .d6_1{width:263px;}
	#dy-feedback .left .d6 .d6_1 input{width:193px;}
	#dy-feedback .left .d6 font , #dy-feedback .left .d3 label{font-size:20px;}
	#dy-feedback .left .d6 div input{font-size:20px; /*width:145px;*/}
	#dy-feedback .left .d5{margin-top:60px; margin-bottom:36px; font-size:24px;}
	#dy-feedback .left .d5 span{font-size:20px;}
	#dy-feedback .right{display:none;}
	#dy-feedback .dy-img{display:block; background:#4092c2; padding-bottom:55px;}


	#dy-feedback{height:1420px; background-color:#4092c2;}

	#dy-feedback-nav [tab]{padding:0 3% 0;}
	#dy-feedback-nav [tab]>*[a]{height:56px;}
	#dy-feedback-nav [tab]>* [txt]{font-size:18px;}
	#dy-feedback-nav [tab]>*.cur{font-size:23px; padding:0 30px;}
	#dy-feedback-nav [tab]>*.cur [txt]{font-size:23px; line-height:60px;}
	#dy-feedback-nav [tab] [un-tab]:after{content:''; width:20px; display:block; height:1px;}
}

#dd-banner{width:100%;}
#dd-banner .left{width:41.667%; margin-right:7.333%;}
#dd-banner .left .t0{margin-bottom:25px;}
#dd-banner .left .t1{font-size:30px; color:#24314e; margin-bottom:25px;}
#dd-banner .left .t2{font-size:18px; color:#4092c2; margin-bottom:15px;}
#dd-banner .left .t3{font-size:14px; color:#333333; line-height:25px; margin-bottom:40px; height:100px; overflow:hidden;}
#dd-banner .left .t4{font-size:30px; color:#24314e; display:block; background:#4092c2; color:#fff; font-size:14px; width:190px; height:40px; line-height:40px; border-radius:20px;}
#dd-banner .left .t5{font-size:16px; margin-bottom:15px;}
#dd-banner .left .t5 img{margin-bottom:5px;}
#dd-banner .left .t6 , #dd-banner .left .t8{margin-bottom:10px;}
#dd-banner .right{width:50%;}
#dd-banner.dd_1{background:url(../images/ddbanner.jpg) center top; padding:85px 0%;}
#dd-banner.dd_2{background:url(../images/ddbanner2.png) center top; padding:50px 0%;}
#dd-banner.dd_3{background:url(../images/ddbanner3.png) center top; padding:65px 0%;}
#dd-banner.dd_4{background:url(../images/ddbanner4.png) center top; padding:75px 0%;}
@media only screen and (max-width: 1680px){
	#dd-banner .left .t3 , #dd-banner .left .t4{font-size:16px;}
}

@media only screen and (max-width: 750px){
	.h750{display:none;}
	.s750{display:block;}

	#dd-banner .left{ width: 100%; margin: 0;}

	.mrnone{margin-right: 1% !important;}
}