#footer {
	min-height: 380px;
	background: #2e2e2e;
}

#footer footer {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#footer footer a {
	color: #fff;
}

#footer footer .foot-content {
	min-height: 220px;
	border-bottom: 2px solid #565656;
	margin-top: 50px;
}

#footer footer .foot-content div span {
	display: block;
	text-align: center;
	margin-top: 10px;
}

#footer footer .foot-content .col-left {
	float: left;
	width: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding-right: 30px;
}

#footer footer .foot-content .col-right {
	float: left;
	width: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

#footer footer .foot-content ul {
	padding: 0;
}

#footer footer .foot-content li {
	color: #fff;
	line-height: 40px;
	text-align: center;
}

#footer footer .foot-content li:first-child {
	font-size: 22px;
	margin-bottom: 15px;
}

#footer footer p.foot-bt {
	margin-top: 35px;
}

#footer footer p {
	text-align: center;
	color: #fff;
}

.zj-footer {
	background: #2e2e2e;
	padding-top: 15px;
}

.zj-footer p {
	text-align: center;
	color: #fff;
}

.zj-footer p a {
	color: #fff;
}

#right_tools {
	position: fixed;
	right: -230px;
	top: 0;
	height: 100%;
	z-index: 3000;
	color: #fff;
}

#right_tools .main {
	height: 100%;
	background: rgba(33, 42, 51, 0.8);
	width: 230px;
	position: relative;
	border-top: 1px solid rgba(33, 42, 51, 0.8);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#right_tools .main .cos_module {
	max-height: 100%;
	overflow-y: auto;
}

#right_tools .main .cos_module::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #9f9f9f;
	border-radius: 10px;
}

#right_tools .main .cos_module::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

#right_tools .main .cos_module::-webkit-scrollbar-thumb {
	background-color: rgba(33, 42, 51, 0.8);
	border-radius: 10px;
}

#right_tools .main .cos_module ul {
	padding: 0 15px;
}

#right_tools .main .cos_module ul a {
	color: #fff;
}

#right_tools .main .tool_nav {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -60px;
	margin: auto;
	width: 60px;
	height: 464px;
	/* background:rgba(0,0,0,0.6); */
	padding: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#right_tools .main .tool_nav.en-tool_nav {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -80px;
	margin: auto;
	width: 80px;
	height: 464px;
	/* background:rgba(0,0,0,0.6); */
	padding: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#right_tools .main .tool_nav .tool_btn {
	width: 10px;
	height: 50px;
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tool_roate {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#right_tools .main .tool_nav .tool_btn i {
	display: inline-block;
	width: 22px;
	height: 50px;
	cursor: pointer;
}

#right_tools .main .user_info {
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #6a7279;
}

#right_tools .main .user_info img {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	margin: 25px auto 10px;
}

#right_tools .main .user_info .user_name {
	display: block;
	text-align: center;
}

#right_tools .main .tool_nav li {
	height: 52px;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 99;
	background: rgba(0, 0, 0, 0.6);
}

#right_tools .main .tool_nav li:hover {
	background: rgba(0, 0, 0, 0.7);
}

#right_tools .main .tool_nav li:hover .new-tool-tit {
	display: block;
	z-index: 99;
}

#right_tools .main .tool_nav li .new-tool-tit {
	position: absolute;
	left: -120px;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	height: 52px;
	width: 120px;
	text-align: center;
	display: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#right_tools .main .tool_nav li .new-tool-tel {
	line-height: 1;
	height: auto;
	width: 168px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	line-height: 26px;
	left: -168px;
	padding: 2px 5px 10px 16px;
}
#right_tools .main .tool_nav li .new-tool-tel.en-new-tool-tel {
	line-height: 1;
	height: auto;
	width: 198px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	line-height: 26px;
	left: -198px;
	padding: 2px 5px 10px 16px;
}

#right_tools .main .tool_nav li .new-tool-tel h4 {
	line-height: 38px;
	height: 36px;
	font-size: 14px;
	border-bottom: 1px dashed #fff;
	margin: 0;
	margin-bottom: 5px;
}

#right_tools .main .tool_nav li.ly {
	line-height: 1;
	background-color: #d9292c;
}

#right_tools .main .tool_nav li.ly img {
	margin: 8px 0 4px;
	-webkit-animation: lun 0.8s infinite ease;
	animation: lun 0.8s infinite ease;
}

@-webkit-keyframes lun {
	10% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes lun {
	10% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

#right_tools .main .tool_nav li .tool_title {
	width: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 8px;
	height: 24px;
	line-height: 24px;
	display: block;
	position: absolute;
	left: -200px;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: right;
	display: none;
}

#right_tools .main .tool_nav li .tool_title p {
	display: inline-block;
	background: rgba(33, 42, 51, 0.8);
	padding: 0 8px;
	position: relative;
	border-radius: 4px;
}

#right_tools .main .tool_nav li .tool_title p:before {
	position: absolute;
	right: -8px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 8px solid rgba(33, 42, 51, 0.8);
	border-bottom: 6px solid transparent;
}

#right_tools .main .tool_nav li span.call {
	width: 230px;
	height: 125px;
	left: -235px;
}

#right_tools .main .tool_nav li span.call div.call_main {
	width: 100%;
	height: 100%;
	background: rgba(33, 42, 51, 0.8);
	position: relative;
	border-radius: 4px;
	text-align: left;
}

#right_tools .main .tool_nav li span.call div.call_main h2 {
	height: 26px;
	font-size: 14px;
	background: #313538;
	line-height: 26px;
	text-indent: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#right_tools .main .tool_nav li span.call div.call_main div {
	text-indent: 10px;
	line-height: 32px;
	margin-top: -5px;
}

#right_tools .main .tool_nav li span.call div.call_main div .iconfont {
	margin-right: 5px;
}

#right_tools .main .tool_nav li span.call div.call_main:before {
	position: absolute;
	right: -8px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 8px solid rgba(33, 42, 51, 0.8);
	border-bottom: 6px solid transparent;
}

#right_tools .main .tool_nav li:hover>i {
	color: #3fcfee;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#right_tools .main .tool_nav li:hover>.tool_title {
	display: block;
}

#right_tools .main .tool_nav li i {
	display: block;
	font-size: 26px;
	line-height: 55px;
}

#right_tools .main .tool_nav li:first-child {
	height: 76px;
	overflow: hidden;
	font-size: 12px;
}
#right_tools .main .tool_nav.en-tool_nav li:first-child {
	height: 85px;
	overflow: hidden;
	font-size: 12px;
}

#right_tools .main .tool_nav li.dayi {
	border-top: 1px dotted #fff;
	height: 80px;
	overflow: hidden;
	font-size: 12px;
}

#right_tools .main .tool_nav li.dayi i {
	line-height: 34px;
	margin-top: 15px;
	margin-bottom: 3px;
}

#right_tools .main .tool_nav li.tlnav_active {
	background: rgba(0, 0, 0, 0.7);
}

#right_tools .main .tool_nav li.tlnav_active i {
	color: #3fcfee;
}

/* 我的学习中心 */

#right_tools .main .cos_module .tp_hot {
	display: block;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

#right_tools .my_center .center-list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}

#right_tools .my_center .center-list .cos_name {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	border-radius: 10px;
	background: #3fcfee;
	margin-bottom: 10px;
}

#right_tools .my_center .center-list li {
	border-bottom: 1px dashed #fff;
	overflow: hidden;
	margin-bottom: 20px;
}

#right_tools .my_center .center-list .cos_name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#right_tools .my_center .center-list .cos_name span {
	display: inline-block;
	font-size: 12px;
	margin-top: 2px;
}

#right_tools .my_center .center-list .cos_name .bt_name {
	margin-top: 0px;
	margin-left: 2px;
	width: 150px;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#right_tools .my_center .center-list li a {
	max-width: 200px;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	height: 24px;
	line-height: 24px;
	margin: 10px 0;
	font-size: 12px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	position: relative;
}

#right_tools .my_center .center-list li a:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #00acca;
}

#right_tools .my_center .center-list li a:hover {
	color: #60e6fd;
}

/* 我的考试/作业 */

#right_tools .my_job .job_type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

#right_tools .my_job .job_type a {
	display: block;
	width: 52px;
	height: 22px;
	background: #32abc5;
	color: #fff;
	text-align: center;
	line-height: 22px;
	border-radius: 5px;
	margin: 0 10px;
}

#right_tools .my_job .job_type a.type_active {
	background: #3fcfee;
}

#right_tools .my_job .job_list li a {
	display: block;
	width: 176px;
	height: 70px;
	margin: 0 auto 20px;
	background: #fff;
	color: #222;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid #fff;
}

#right_tools .my_job .job_list li a:before {
	content: '';
	position: absolute;
	top: -45px;
	left: -20px;
	width: 60px;
	height: 120px;
	background: #353030;
	-webkit-transform: rotate(42deg);
	transform: rotate(42deg);
	z-index: 1;
}

#right_tools .my_job .job_list li a:hover:before {
	background: #3fcfee;
}

#right_tools .my_job .job_list li a .jt-1 {
	margin: 10px 0 10px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#right_tools .my_job .job_list li a .jt-1 i {
	display: block;
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 10;
}

#right_tools .my_job .job_list li a .jt-1 span {
	margin-left: 55px;
}

#right_tools .my_job .job_list li a .jt-2 {
	text-align: right;
}

#right_tools .my_job .job_list li a .jt-1 i {
	color: #fff;
}

#right_tools .my_job .job_list li a .jt-2 i {
	color: #e35a5a;
}

#right_tools .my_job .job_list li a .jt-2 .jtime {
	margin: 0 5px 0 15px;
}

/* 我的课程 */

#right_tools .main .my_course {
	overflow-y: auto;
}

#right_tools .main .my_course .course_list {
	padding: 0 25px;
}

#right_tools .main .my_course .my_course_type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0;
}

#right_tools .main .my_course .my_course_type span {
	display: inline-block;
	width: 52px;
	height: 22px;
	margin: 0 15px;
	border-radius: 5px;
	background: #32abc5;
	text-align: center;
	line-height: 22px;
	cursor: pointer;
}

#right_tools .main span.type_active {
	background: #3fcfee !important;
}

#right_tools .main .my_course .course_list {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

#right_tools .main .my_course .course_list li {
	margin-bottom: 10px;
	overflow: hidden;
}

#right_tools .main .my_course .course_list li img {
	display: block;
	margin: 20px auto 10px;
}

#right_tools .main .my_course .course_list li p {
	text-align: center;
	margin: 5px 0;
}

#right_tools .main .my_course .course_list li .tp_icon {
	margin-top: 10px;
}

#right_tools .main .my_course .course_list li .tp_icon i {
	font-size: 20px;
}

#right_tools .main .my_course .course_list li .tp_icon i.mlt {
	margin-left: 10px;
}

/* 我的通知 */

#right_tools .main .tool_nav .my_mesg {
	position: relative;
}

#right_tools .main .tool_nav .my_mesg span {
	display: block;
	height: 16px;
	width: 16px;
	line-height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
	border-radius: 100%;
	background: #3fcfee;
	color: #fff;
}

#right_tools .mesage_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0;
	border-bottom: 1px dashed #fff;
	font-size: 12px;
}

#right_tools .mesage_list li i {
	display: block;
	margin-right: 10px;
	margin-top: -4px;
	font-size: 18px;
}

#right_tools .main .mesage_list li a {
	color: #3fcfee;
}

/*返回顶部*/

#return_top {
	width: 48px !important;
	height: 48px !important;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	cursor: pointer;
	-webkit-transform: translate(0, 25px);
	transform: translate(0, 25px);
	text-align: center;
	line-height: 48px !important;
	margin-left: 6px;
}

#return_top .iconfont {
	font-size: 28px !important;
}

/*@media screen and (max-width: 1080px) {
	#footer footer,#footer footer .foot-content .col-left,#footer footer .foot-content .col-right{
		width:100%;
		padding:0;
	}
	#footer footer .foot-content .col-right{
		padding-bottom:20px;
	}
}*/

@media screen and (max-width: 1080px) {
	#footer footer,
	#footer footer .foot-content .col-left,
	#footer footer .foot-content .col-right {
		width: 100%;
		padding: 0;
	}
	#footer footer .foot-content {
		margin-top: 25px;
	}
	#footer footer .foot-content li {
		line-height: 32px;
		font-size: 14px;
	}
	#footer footer .foot-content li:first-child {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#footer footer .foot-content .col-right {
		padding-bottom: 20px;
	}
	#footer footer .foot-content .col-right div {
		width: 26%;
	}
	#footer footer .foot-content .col-right div img {
		width: 100%;
		height: auto;
	}
}

#tip {
	position: absolute;
	right: 0;
	top: 10%;
	z-index: 88;
	font-size: 12px !important;
	color: #fff;
	height: 18px;
	line-height: 18px !important;
	min-width: 18px;
	padding: 0 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	text-align: center;
	font-style: normal;
	background: #e83d2c;
}

#right_tools #return_top img {
	margin: 0;
}

#right_tools .main .tool_nav_no li {
	height: 76px;
	line-height: 1;
}

#right_tools .main .tool_nav_no.en-tool_nav li {
	height: 85px;
	line-height: 1;
}

#right_tools .main .tool_nav_no li p {
	font-size: 12px;
}

#right_tools .main .tool_nav_no li>img {
	margin: 10px 0 5px 0;
}

#right_tools .main .tool_nav_no li .new-tool-tit {
	min-height: 76px;
	left: -140px;
	width: 140px;
}

#right_tools .main .tool_nav_no .slide-tel .new-tool-tit {
	line-height: 76px;
	font-size: 18px;
}

#right_tools .main .tool_nav_no .slide-download .new-tool-tit {
	height: 290px;
	top: -229px;
	position: relative;
	overflow: hidden;
}

#right_tools .tool_nav_no .slide-download .new-tool-tit:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 42px;
	height: 4px;
	background-color: #666;
	border-radius: 2px;
	opacity: 0.6;
}

#right_tools .tool_nav_no .slide-download .new-tool-tit:after {
	content: '';
	position: absolute;
	bottom: 7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 26px;
	height: 26px;
	border-radius: 50%;
	opacity: 0.6;
	background-color: #666666;
}

.slide-download-tit {
	background: #fff;
	width: 120px;
	height: 227px;
	margin-left: 10px;
	margin-top: 23px;
}

#down-inphone {
	margin: 12px 0;
}

.right-tools-ques {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
	width: 560px;
	background-color: #ffffff;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px -1px rgba(0, 0, 0, .4);
	box-shadow: 0 0 10px -1px rgba(0, 0, 0, .4);
	padding-bottom: 36px;
	display: none;
}

.right-tools-quesBox {
	padding: 0 38px 0 28px;
}

.right-tools-quesBox h3 {
	font-size: 16px;
	color: #c41b1e;
}

.right-tools-quesBox h3 span {
	font-size: 14px;
}

.right-tools-quesBox ul,
.right-tools-quesBox h3 {
	margin: 0;
	padding: 0;
}

.right-tools-quesBox h3 {
	margin: 28px 0 14px 0;
}

.right-tools-quesBox .right-tools-quesBox-rd li {
	float: left;
	margin-right: 50px;
	margin-bottom: 21px;
}

.right-tools-quesBox .right-tools-quesBox-rd li:nth-child(4) {
	margin-right: 0;
}

.right-tools-quesBox .right-tools-quesBox-rd {
	margin-left: 16px;
}

.right-tools-quesBox .right-tools-quesBox-rd li>div {
	position: relative;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
}

.right-tools-quesBox .right-tools-quesBox-rd li div input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	vertical-align: middle;
	-webkit-appearance: radio;
}

.right-tools-quesBox .right-tools-quesBox-rd li label {
	font-size: 14px;
	color: #666;
	line-height: 1;
	vertical-align: middle;
	margin-bottom: 0;
}

.right-tools-quesBox .right-tools-h32 {
	margin-top: 0;
}

.right-tools-quesBox textarea {
	margin-left: 10px;
	width: 480px;
	height: 120px;
	color: #999999;
	padding: 14px 12px 0;
	outline: none;
	border-color: #999;
}

.right-tools-uploadBox {
	text-align: center;
	margin-top: 18px;
}

.right-tools-uploadBox button {
	width: 160px;
	height: 30px;
	border-radius: 15px;
	border: solid 1px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	margin: 0 12px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.right-tools-uploadBox a {
	width: 160px;
	height: 30px;
	border-radius: 15px;
	border: solid 1px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	margin: 0 12px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.right-tools-uploadBox .tools-Img-submit {
	background-color: #c41b1e;
	color: #fff;
}

.right-tools-downloadImg {
	position: relative;
	text-align: right;
	color: #c41b1e;
	margin-top: 5px;
	cursor: pointer;
	margin-bottom: 10px;
	overflow: hidden;
	left: 385px;
	width: 100px;
}

.right-tools-help-block {
	height: 24px;
	position: absolute;
}

.right-tools-downloadImg input {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.right-tools-downloadImg>img {
	vertical-align: middle;
}

.right-tools-downloadImg span {
	vertical-align: middle;
}

.tools-addImg {
	display: none;
}

.tools-addImg input {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
}

.tools-addImg:hover {
	border-color: #c41b1e;
}

.tools-addImg::before,
.tools-addImg::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tools-addImg::before {
	width: 3px;
	height: 40px;
	background: #999;
}

.tools-addImg::after {
	width: 40px;
	height: 3px;
	background: #999;
}

.right-tools-allPh ul {
	overflow: hidden;
	width: auto;
	display: inline;
}

.right-tools-allPh ul li {
	float: left;
	width: 124px;
	height: 124px;
	border: 1px solid #c0ccda;
	border-radius: 6px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.right-tools-allPh ul li:nth-child(n) {
	margin-right: 40px;
}

.right-tools-allPh ul li:nth-child(3n) {
	margin-right: 0px;
}

.right-tools-allPh ul li div {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, .8);
	text-align: center;
}

.right-tools-allPh ul li:hover div {
	display: block;
}

.right-tools-allPh ul li div img {
	padding: 0 20px;
}

.tools-addImg {
	position: relative;
	width: 125px;
	height: 125px;
	border: 1px dashed #c0ccda;
	border-radius: 6px;
	cursor: pointer;
	overflow: hidden;
}

.right-tools-allPh {
	margin-left: 24px;
}

.right-tools-allPh ul li>img {
	width: 100%;
	height: 100%;
}

.right-tools-allPh>div {
	float: left;
}

.right-tools-imgCover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	display: none;
}

.right-tools-imgCover .right-tools-imgCover-body {
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	width: 90%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 20px 15px 15px;
	text-align: center;
}

#right-tools-img {
	max-width: 100%;
	width: 100%;
	max-height: 570px;
}

.right-tools-imgCover .right-tools-imgCover-close {
	position: absolute;
	font-size: 20px;
	line-height: 30px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	cursor: pointer;
	right: 0px;
	top: 0;
	-webkit-transform: translate(18px, -18px);
	transform: translate(18px, -18px);
}

.slide-feedback1 {
	height: 76px !important;
}

.slide-feedback1 img {
	width: 30px;
}

.slide-feedback1 p {
	line-height: 1;
	font-size: 12px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.es-w1200 {
	max-width: 1154px;
	width: 100%;
	margin: 0 auto;
}

#es-footer {
	background-color: #333;
	color: #fff;
	font-size: 14px;
}

#es-footer ul,
#es-footer ol {
	margin: 0;
	padding: 0;
}

#es-footer a {
	color: #fff;
	font-size: 14px;
}

#es-footer .friendly-wrap {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	line-height: 54px;
	padding-left: 94px;
}

.friendly-name {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

.friendly-slider-wrap {
	position: relative;
	padding: 0 40px;
}

#es-footer .friendly-wrap .es-swiper-prev,
#es-footer .friendly-wrap .es-swiper-next {
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 99;
	text-align: center;
}

#es-footer .friendly-wrap .es-swiper-prev {
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#es-footer .friendly-wrap .es-swiper-next {
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#es-footer .friendly-links li {
	width: auto;
}

#es-footer .friendly-links a {
	display: block;
	padding: 0 26px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	color: #cccccc;
	font-size: 12px;
}

#es-footer .es-footer-con>div {
	float: left;
}

#es-footer .footer-con-l {
	padding-top: 28px;
}

#es-footer .footer-con-l dl {
	float: left;
	text-align: center;
	position: relative;
	width: 280px;
}

#es-footer .footer-con-l dl::after {
	position: absolute;
	content: '';
	height: 142px;
	width: 1px;
	background: #fff;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#es-footer .footer-con-l dl:nth-child(1) {
	width:auto;
	padding: 0 72px 0 8px;
}

#es-footer .footer-con-l dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 1;
}

#es-footer .footer-con-l dd {
	font-size: 14px;
	line-height: 28px;
}

#es-footer .footer-con-r {
	margin-left: 78px;
	margin-top: 48px;
}

#es-footer .footer-con-r li {
	float: left;
	margin-left: 40px;
}

#es-footer .footer-con-r li p {
	line-height: 1;
	margin-top: 28px;
	text-align: center;
}

#es-footer .out-footer-swiper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #8d8d8d;
	line-height: 48px;
}

#es-footer .out-footer-swiper .footer-swiper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	cursor: pointer;
	margin-left: 20px;
	overflow: hidden;
}

#es-footer .out-footer-swiper .footer-swiper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#es-footer .out-footer-swiper .footer-swiper li {
	width: auto !important;
	margin-right: 100px;
	white-space: nowrap;
}

#es-footer .es-wrapCont {
	border-top: 1px solid #8d8d8d;
	border-bottom: 1px solid #8d8d8d;
}

#es-footer .es-wrapCont ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px 0;
}

#es-footer .es-wrapCont ul li {
	position: relative;
	padding: 0 10px;
	font-size: 12px;
	color: #999;
}

#es-footer .es-wrapCont ul li a {
	line-height: 26px;
	color: #999999;
	font-size: 12px;
}

#es-footer .es-wrapCont ul li img {
	margin-right: 14px;
	vertical-align: middle;
}

#es-footer .es-wrapCont ul li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 1px;
	height: 18px;
	background-color: #cdcaca;
}

#es-footer .es-wrapCont ul li:last-child::before {
	display: none;
}

@media (max-width: 1200px) {
	#es-footer .friendly-wrap {
		padding-left: 70px;
	}
	#es-footer .friendly-name {
		width: 70px;
		text-align: center;
	}
	#es-footer .es-wrapCont ul {
		display: block;
	}
	#es-footer .es-wrapCont ul li {
		float: left;
		padding: 0 10px;
		text-align: center;
		width: 100%;
		line-height: 24px;
	}
	#es-footer .es-wrapCont ul li img {
		margin-right: 6px;
	}
	#es-footer .es-wrapCont ul li::before {
		display: none;
	}
	#es-footer .es-wrapCont ul .last-link {
		width: 33.33%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
	}
	#es-footer .footer-con-l dl:nth-child(n) {
		width: 33.33%;
	}
	#es-footer .footer-con-l dl:nth-child(1) {
		padding: 0;
	}
	#es-footer .footer-con-l dl:last-child::after {
		display: none;
	}
	#es-footer .es-footer-con>div {
		width: 100%;
	}
	#es-footer .es-footer-con>div dt {
		font-size: 16px;
	}
	#es-footer .footer-con-r {
		margin: 0;
		margin-top: 14px;
	}
	#es-footer .footer-con-r li {
		margin: 0;
		width: 33.33%;
		text-align: center;
	}
	#es-footer .footer-con-r li p {
		margin: 12px 0 16px;
	}
}

@media (max-width: 768px) {
	#es-footer .friendly-links a {
		padding: 0 10px;
	}
	#es-footer .out-footer-swiper .footer-swiper {
		margin: 0;
	}
	#es-footer .out-footer-swiper {
		display: block;
		padding: 10px;
		line-height: 24px;
	}
	#es-footer .es-wrapCont ul .last-link {
		width: 33.33%;
	}
	#es-footer .es-wrapCont ul .es-wrapCont-two {
		width: 50%;
		text-align: left;
	}
	#es-footer .es-wrapCont ul .es-wrapCont-two-l {
		text-align: right;
	}
}

@media (max-width: 320px) {
	#es-footer .es-wrapCont ul .last-link {
		width: 30%;
	}
	#es-footer .es-wrapCont ul .last-first-link {
		width: 40%;
	}
}

@media (max-width: 1400px) {
	#es-footer .es-wrapCont ul li {
		padding: 0 10px;
	}
}