* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body,
html {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #666;
	font: 14px/1.8 "Microsoft Yahei", verdana;
	-webkit-font-smoothing: antialiased;
}

body{
	overflow-x: hidden;	
}

a,
img {
	border: 0;
	text-decoration: none;
	outline: none;
}
img {
	max-width:100%;
	max-height:100%;
}
a{
	color:#666;
}
p {
	margin-top: 0
}

button {
	padding: 0;
	border: 1px solid #A9B1B3;
	background-color: transparent;
}

button:focus {
	outline: 0
}

a,
i,
img,
p,
span,
ul,
li,
input,
button {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	/* Firefox 4 */
	-webkit-transition: all 0.3s;
	/* Safari 鍜� Chrome */
	-o-transition: all 0.3s;
	/* Opera */
}

.noTs {
	transition: all 0s;
	-moz-transition: all 0s;
	/* Firefox 4 */
	-webkit-transition: all 0s;
	/* Safari 鍜� Chrome */
	-o-transition: all 0s;
	/* Opera */
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

div.menu{
	display: none;
}

.top_main {
	position: fixed;
	z-index: 100;
	top: 0;
	width: 100%;
	height: 60px;
	background: rgba(255,2555,255,1);
	border-bottom: 1px solid #ebebeb;
}
.top_main .top_content{
	width: 1200px;
	margin: 0 auto;
}

.top_main span.logo_all {
	display: block;
	float: left;
	margin: 10px 0;
	width: 460px;
	height: 40px;
	background: url(../images/eslinkLogoAll.png) no-repeat 0 0/contain;
}

.top_main .logo_left,.top_main .logo_center,.top_main .logo_right{
		display: inline-block;
		margin: 10px;
}
.top_main .logo_left {
	width: 100px;
	height: 40px;
	left: 50px;
    background: url(../images/eslinkLogoLeft.svg) no-repeat center/contain;
}
.top_main .logo_center {
	width: 1px;
	height: 40px;
	left: 170px;
	background: url(../images/eslinkLogoCenter.png) no-repeat 0 0/contain;
	opacity: 1;
}
.top_main .logo_right {
	width: 300px;
	height: 30px;
	left: 190px;
	top: 10px;
	background: url(../images/eslinkLogoText.png) no-repeat 0 0/contain;
	transition-duration: 1s;
}


.top_main ul,.top_main a.downLoad,.top_main span.navLine{
	float: right;
}
.top_main span.navLine{
	display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #aaa;
	margin: 15px 20px;
    border-right: 1px solid #eee;
    width: 1px;
    height: 30px;
    line-height: 30px;
}
	
.top_main ul>li{
	display: block;
	float: left;
}

.top_main ul>li a{
	display: block;
	padding: 0 25px;
	box-sizing: border-box;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #666;
	text-align: center;
	border-top: 3px solid transparent;
}

.top_main ul>li a.active{
	background-color: rgba(34, 146, 255, 0.05);
	border-top: 3px solid #2292ff;
}
.top_main ul>li a:hover{
	background-color: rgba(34, 146, 255, 0.1);
	border-top: 3px solid #2292ff;
	color: #2292ff;
}

.top_main a.downLoad{
	display: block;
    box-sizing: content-box;
    border-radius: 30px;
    border: 1px solid #2292ff;
    padding: 0 24px;
    margin: 14px 0px;
    background-color: transparent;
    color: #666;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.top_main a.downLoad:hover{
	border: 1px solid #20bdfe!important;
    color: #fff!important;
    background: #20bdfe!important;
    background: -moz-linear-gradient(left, #20bdfe 0%, #20bdfe 100%)!important;
    background: -webkit-gradient(linear, left center, right center, from(#20bdfe), to(#20bdfe))!important;
    background: -webkit-linear-gradient(left, #20bdfe 0%,#20bdfe 100%)!important;
    background: -o-linear-gradient(left, #20bdfe 0%,#20bdfe 100%)!important;
    background: -ms-linear-gradient(left, #20bdfe 0%,#20bdfe 100%)!important;
    background: linear-gradient(to right, #20bdfe 0%,#20bdfe 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20bdfe', endColorstr='#20bdfe',GradientType=1 )!important;
}

.copyright {
	margin-top: 100px;
	padding: 40px 0;
	border-top: 1px solid #ebebeb;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.copyright a,
.copyright span {
	margin: 0 7px;
	font-size: 12px;
}

.top_table{
	position: fixed;
    top: 60px;
    z-index: 99;
    width: 100%;
    background: #f8f8f8;
}
.top_table ul.top_content{
	margin: 0 auto;
	width: 1200px;
    height: 50px;
    line-height: 50px;
}
.top_table ul.top_content li{
	float: left;
	display: block;
	width: 25%;
	text-align: center;
}
.top_table li a{
	position: relative;
	display: block;
	box-sizing: border-box;
	background-color: transparent;
    border-bottom: 2px solid transparent;
	height: 50px;
    color: #333;
}
.top_table li a:hover,.top_table li a.active{
	background-color: rgba(34, 146, 255, 0.05);
    border-bottom: 2px solid #2292ff;
}
.top_table li a i{
	position: absolute;
	top: 0;
	left: 50px;
	width: 50px;
	height: 50px;
	background: transparent url(../images/contentTopTableIcon.png) no-repeat 0 0;
}
/* .top_table li.liIntercom a i{background-position: 0 0;}
.top_table li.liMedia a i{background-position: -50px 0;}
.top_table li.lidispatch a i{background-position: -100px 0;}
.top_table li.liTerminal a i{background-position: -150px 0;}
.top_table li.liEnergy a i{background-position: -200px 0;}
.top_table li.liGovernment a i{background-position: -250px 0;}
.top_table li.liBank a i{background-position: -300px 0;}
.top_table li.liPolicy a i{background-position: -350px 0;}
.top_table li.liProtocol a i{background-position: -400px 0;}
.top_table li.liRegion a i{background-position: -450px 0;}
.top_table li.liConsultation a i{background-position: -500px 0;} */

/* .top_table li.liIntercom a:hover i,.top_table li.liIntercom a.active i{
	background-position: 0 -50px;
}
.top_table li.liMedia a:hover i,.top_table li.liMedia a.active i{
	background-position: -50px -50px;
}
.top_table li.lidispatch a:hover i,.top_table li.lidispatch a.active i{
	background-position: -100px -50px;
}
.top_table li.liTerminal a:hover i,.top_table li.liTerminal a.active i{
	background-position: -150px -50px;
}
.top_table li.liEnergy a:hover i,.top_table li.liEnergy a.active i{
	background-position: -200px -50px;
}
.top_table li.liGovernment a:hover i,.top_table li.liGovernment a.active i{
	background-position: -250px -50px;
}
.top_table li.liBank a:hover i,.top_table li.liBank a.active i{
	background-position: -300px -50px;
}
.top_table li.liPolicy a:hover i,.top_table li.liPolicy a.active i{
	background-position: -350px -50px;
}
.top_table li.liProtocol a:hover i,.top_table li.liProtocol a.active i{
	background-position: -400px -50px;
}
.top_table li.liRegion a:hover i,.top_table li.liRegion a.active i{
	background-position: -450px -50px;
}
.top_table li.liConsultation a:hover i,.top_table li.liConsultation a.active i{
	background-position: -500px -50px;
} */

.top_table li a:hover i,.top_table li a.active i{
	background-position: 0 -50px!important;
}

/*eslink_product*/
.eslink_product{
	position: relative;
}
.eslink_product .content_box>div{
	padding-top:110px;
	width: 1200px;
	margin: 0 auto;
}
.eslink_product .content_box>div .header{
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.eslink_product .content_box>div .header h3{
	color: #333;
	font-size: 30px;
	line-height: 60px;
    font-weight: normal;
}
/*left&right*/
.eslink_product .content{
	position: relative;
}
.eslink_product .content_left{
	position: relative;
	float: left;
}
.eslink_product .content_left ul li{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}
.eslink_product .content_left ul li.active{
	opacity: 1;
}
.eslink_product .content_left ul li div{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.eslink_product .content_right{
	float: right;
}
.eslink_product .content_right ul li{
	display: block;
	margin-bottom:20px;
}
.eslink_product .content_right ul li a{
	display: block;
	position: relative;
	padding: 15px 40px 15px 80px;
	border: 2px solid transparent;
	cursor: pointer;
}
.eslink_product .content_right ul li a:hover,.eslink_product .content_right ul li a.active{
	border: 2px solid #2292ff;
	cursor: pointer;
}
.eslink_product .content_right ul li p{
	font-size: 24px;
}
.eslink_product .content_right ul li i{
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -18px;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.eslink_product .content_right ul li a:hover i,
.eslink_product .content_right ul li a:active i{
	background-position: center bottom;
}

/*intercom*/
.eslink_product .intercom .content_left ul{
	width: 600px;
	height: 500px;
}
.eslink_product .intercom .content_right ul{
	width: 550px;
}

/*interface*/
.eslink_product .interface .content ul.picture li{
	display: block;
	margin-top: 20px;
	width: 1200px;
}
.eslink_product .interface .content>span{
	display: block;
    border-top: 8px solid #fafafa;
}
.eslink_product .interface .content ul.grey{
	background-color: #eff5f5;
}
.eslink_product .interface .content ul.grey li{
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	width: 25%;
	text-align: center;
}
.eslink_product .interface .content ul.grey li p{
	font-size: 20px;
}
.eslink_product .interface .content ul.grey li span{
}
.eslink_product .interface .content ul.grey li i{
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/*media*/
.eslink_product .media .content_leftImg{
	position: relative;
	float: left;
	width: 400px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.eslink_product .media .content_rightList{
	float: left;
	width: 670px;
	margin: 50px 0 0 130px;
}
.eslink_product .media .content_rightList ul{
}
.eslink_product .media .content_rightList ul li{
	float: left;
	width: 295px;
	margin-right: 40px;
	margin-bottom: 40px;
}
.eslink_product .media .content_rightList ul li i{
	display: block;
	float: left;
	margin-top: 6px;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.eslink_product .media .content_rightList ul li div.right{
	float: left;
	width: 220px;
	margin-left: 15px;
}

.eslink_product .media .content_rightList ul li div.right p{
	font-size: 18px;
}
.eslink_product .media .content_rightList ul li div.right span{
	display: block;
    font-size: 12px;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
}

.eslink_product .media .content_rightImg{
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 348px;
	height: 286px;
	background: transparent url(../images/contentProductMediaRight.png) no-repeat 0 0;
}

/*dispatch*/
.eslink_product .dispatch{
	width: 100%!important;
	margin-top: 100px!important;
	padding-bottom: 100px;
	background: #2292ff;
    background: -moz-linear-gradient(left, #2292ff 0%, #20bdfe 100%);
    background: -webkit-gradient(linear, left center, right center, from(#2292ff), to(#20bdfe));
    background: -webkit-linear-gradient(left, #2292ff 0%,#20bdfe 100%);
    background: -o-linear-gradient(left, #2292ff 0%,#20bdfe 100%);
    background: -ms-linear-gradient(left, #2292ff 0%,#20bdfe 100%);
    background: linear-gradient(to right, #2292ff 0%,#20bdfe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2292ff', endColorstr='#ff20bdfe',GradientType=1);
}
.eslink_product .dispatch>div{
	width: 1200px;
    margin: 0 auto;
}
.eslink_product .dispatch .header,.eslink_product .dispatch .header h3{
	color: #fff!important;
}

.eslink_product .dispatch .content_left{
	float: right;
}
.eslink_product .dispatch .content_right{
	float: left;
}
.eslink_product .dispatch .content_left ul{
	width: 720px;
	height: 420px;
}
.eslink_product .dispatch .content_right ul{
	width: 470px;
}
.eslink_product .dispatch .content_left ul li{
	background: transparent url(../images/contentProductDispatchLeft.png) no-repeat 0 0/contain
}
.eslink_product .dispatch .content_left ul li div{
	width: 524px;
    height: 296px;
    margin-top: 55px;
    margin-left: 98px;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.eslink_product .dispatch .content_right ul li a p,.eslink_product .dispatch .content_right ul li a span{
	color:#fff;
}

.eslink_product .dispatch .content_right ul li a:hover, .eslink_product .dispatch .content_right ul li a.active{
	border: 2px solid rgba(255,255,255,0.5);
}

.eslink_product .content_right ul li i.tableArrow{
	display: none;
}

.eslink_product .content_box .terminal>.headertTerminal h3{
    padding: 0;
	margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 140px;
    line-height: 32px;
    background: #000;
}
   
.eslink_product .content_box .terminal .content li{
    float: left;
    padding: 10px;
    box-sizing: border-box;
    width: 33.33333333%;
    height:230px;
}
.eslink_product .content_box .terminal .content li>div{
    padding: 10px;
    border: 3px solid #20bdfe;
    border-radius: 2px;
    box-sizing: border-box;
    width: 100%;
    height:100%;
    background-color: rgba(34, 146, 255,0.05);
}
.eslink_product .content_box .terminal .content li i{
	width:32%;
	height:100%;
	float:left;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.eslink_product .content_box .terminal .content li .terminal_right{
	width:68%;
	height:100%;
	float: right;
	padding-left: 10px;
    box-sizing: border-box;
}
.eslink_product .content_box .terminal .content li .terminal_right>h4{
	font-size: 16px;
    line-height: 40px;
    border-bottom: 1px dashed rgba(34, 146, 255,0.5);
}
.eslink_product .content_box .terminal .content li .terminal_right .terminal_info{
	margin-top: 10px;
    height: 130px;
    overflow-y: auto;
}
.eslink_product .content_box .terminal .content li .terminal_right .terminal_info>p{
/* 	white-space: nowrap!important;
    overflow: hidden;
    text-overflow: ellipsis; */
}

/*eslink_solution*/
.eslink_solution .content_box>ul{
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top:110px;
	width: 100%;
	
}
.eslink_solution .content_box ul.content_box_ul>li{
	display: none;
	/* position: absolute;
	top: 0; */
	opacity: 0;
	z-index: 1;
	width: 100%;
}
.eslink_solution .content_box ul.content_box_ul>li.active{
	z-index: 2;
	opacity: 1;
	display: block;
}
.eslink_solution .content_box ul.content_box_ul>li .header{
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.eslink_solution .content_box ul.content_box_ul>li .header h3{
	color: #333;
	font-size: 30px;
	line-height: 60px;
    font-weight: normal;
}

.eslink_solution ul.content_box_ul>li .header{
	width: 1000px;
}
.eslink_solution ul.content_box_ul>li .header .head_logo{
	margin: 0 auto;
	width: 176px;
	height: 166px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.eslink_solution ul.content_box_ul>li .header span{
	display: block;
	margin-top: 45px;
	font-size: 20px;
	color: #333;
}
.eslink_solution ul.content_box_ul>li .header a{
	display: block;
	margin: 25px auto 0 auto;
	padding: 12px 40px;
	border-radius:50px;
	width: 200px;
	font-size: 18px;
	color: #fff;
	background: #2292ff;
    background: -moz-linear-gradient(left, #2292ff 0%, #20bdfe 100%);
    background: -webkit-gradient(linear, left center, right center, from(#2292ff), to(#20bdfe));
    background: -webkit-linear-gradient(left, #2292ff 0%,#20bdfe 100%);
    background: -o-linear-gradient(left, #2292ff 0%,#20bdfe 100%);
    background: -ms-linear-gradient(left, #2292ff 0%,#20bdfe 100%);
    background: linear-gradient(to right, #2292ff 0%,#20bdfe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2292ff', endColorstr='#ff20bdfe',GradientType=1 );
}
.eslink_solution ul.content_box_ul li .header a:hover{
	background: #20bdfe;
    background: -moz-linear-gradient(left, #20bdfe 0%, #20bdfe 100%);
    background: -webkit-gradient(linear, left center, right center, from(#20bdfe), to(#20bdfe));
    background: -webkit-linear-gradient(left, #20bdfe 0%,#20bdfe 100%);
    background: -o-linear-gradient(left, #20bdfe 0%,#20bdfe 100%);
    background: -ms-linear-gradient(left, #20bdfe 0%,#20bdfe 100%);
    background: linear-gradient(to right, #20bdfe 0%,#20bdfe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff20bdfe', endColorstr='#ff20bdfe',GradientType=1 );
}

.eslink_solution ul.content_box_ul>li .content{
	margin-top: 20px;
	width: 100%;
}
.eslink_solution ul.content_box_ul>li .content ul.overall_introduction{
	width: 1200px;
	margin: 0 auto;
}
.eslink_solution ul.content_box_ul>li .content ul.overall_introduction>li{
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 20px 40px;
	height: 300px;
	width: 33.333333%;
	color:#fff;
	background: #2292ff;
	background: -moz-linear-gradient(left, #2292ff 0%, #20bdfe 100%);
    background: -webkit-gradient(linear, left center, right center, from(#2292ff), to(#20bdfe));
    background: -webkit-linear-gradient(left, #2292ff 0%,#20bdfe 100%);
    background: -o-linear-gradient(left, #2292ff 0%,#20bdfe 100%);
    background: -ms-linear-gradient(left, #2292ff 0%,#20bdfe 100%);
    background: linear-gradient(to right, #2292ff 0%,#20bdfe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2292ff', endColorstr='#ff20bdfe',GradientType=1 );
}

.eslink_solution ul.content_box_ul>li .content ul.overall_introduction>li h4{
	font-size: 22px;
	line-height: 50px;
	text-align: center;
}
.eslink_solution ul.content_box_ul>li .content ul.overall_introduction>li p{
	font-size: 18px;
	text-indent:2em;
}

.eslink_solution ul.content_box_ul>li .content div.details{
	background-color: #f5f5f5;
	margin-top: 100px;
}
.eslink_solution ul.content_box_ul>li .content div.details>div{
	width: 1200px;
	box-sizing: border-box;
	padding:100px 0;
	margin: 0 auto;
	position: relative;
	overflow-y: hidden;
}
.eslink_solution ul.content_box_ul>li .content div.details span.details_header{
	position: absolute;
	top:-50px;
	left: 50%;
	display: block;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 150px;
	border-radius:50px;
	background-color: #FFFFFF;
}

.eslink_solution ul.content_box_ul>li .content div.details ul li{
	position: relative;
	color: #fff;
	box-sizing: border-box;
	float: left;
	width: 50%;
	height: 280px;
	background-color: rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.eslink_solution ul.content_box_ul>li .content div.details ul li span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.eslink_solution ul.content_box_ul>li .content div.details ul li div{
	box-sizing: border-box;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 40px
}
/* .eslink_solution ul.content_box_ul>li .content div.details ul li:first-child{
	background-image: url(../images/contentSolutionDetailsBg1.jpg);
}
.eslink_solution ul.content_box_ul>li .content div.details ul li:nth-child(2){
	background-image: url(../images/contentSolutionDetailsBg2.jpg);
}
.eslink_solution ul.content_box_ul>li .content div.details ul li:nth-child(3){
	background-image: url(../images/contentSolutionDetailsBg3.jpg);
}
.eslink_solution ul.content_box_ul>li .content div.details ul li:nth-child(4){
	background-image: url(../images/contentSolutionDetailsBg4.jpg);
} */



.eslink_solution ul.content_box_ul>li .content div.details ul li h4{
	display: inline-block;
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 60px;
	border-bottom: 2px solid #fff;
}


.eslink_solution .copyright {
    margin-top: 0;
}



/*eslink_agent*/
.eslink_agent .content_box>div{
	padding-top:110px;
	width: 1200px;
	margin: 0 auto;
}
.eslink_agent .content_box>div .header{
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.eslink_agent .content_box>div .header h3{
	color: #333;
	font-size: 30px;
	line-height: 60px;
    font-weight: normal;
}

.eslink_agent .policy .content{
	margin: 0 auto;
	width: 1000px;
}
.eslink_agent .policy .content ul li{
	border-bottom: 1px dashed #AAAAAA;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.eslink_agent .policy .content h4{
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 4px solid #00becd;
}

.eslink_agent .protocol .content{
	box-sizing: border-box;
	padding: 50px;
	width: 100%;
	background: #2292ff;
    background: -moz-linear-gradient(left, #2292ff 0%, #20bdfe 100%);
    background: -webkit-gradient(linear, left center, right center, from(#2292ff), to(#20bdfe));
    background: -webkit-linear-gradient(left, #2292ff 0%,#20bdfe 100%);
    background: -o-linear-gradient(left, #2292ff 0%,#20bdfe 100%);
    background: -ms-linear-gradient(left, #2292ff 0%,#20bdfe 100%);
    background: linear-gradient(to right, #2292ff 0%,#20bdfe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2292ff', endColorstr='#ff20bdfe',GradientType=1);
}
.eslink_agent .protocol .content p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

/*content_contact*/
.eslink_agent .content_contact{
	margin:  0 auto;
	width: 800px;
	height: 644px;
	background: transparent url(../images/contentAgentContact1.png) no-repeat;
}

.eslink_agent .content_contact_message{
	position: relative;
	margin:  0 auto;
	width: 1200px;
	height: 500px;
	margin-top: 50px;
}
.eslink_agent .content_contact_message>span,
.eslink_agent .content_contact_message>div{
	display: block;
	position: absolute;
}
.eslink_agent .content_contact_message>span{
	top: -80px;
	left: -80px;
	width: 160px;
	height: 160px;
	background: transparent url(../images/contentAgentContactMessageCircle.png) no-repeat 50% 50% /contain;
}
.eslink_agent .content_contact_message>div{
	background-color: #FFFFFF;
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
	width: 620px;
	padding: 50px 70px;
	box-sizing: border-box;
}
.eslink_agent .content_contact_message>div.form{
	top: 0;
	left: 0;
}
.eslink_agent .content_contact_message>div.form input,
.eslink_agent .content_contact_message>div.form textarea{
	display: block;
	width: 100%;
}
.eslink_agent .content_contact_message>div.form input.info,
.eslink_agent .content_contact_message>div.form textarea{
	margin-bottom: 20px;
	height: 44px;
	line-height: 44px;
	background-color: #f4f4f4;
	border: 0;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 0 20px;
	font-family: "寰蒋闆呴粦";
}
.eslink_agent .content_contact_message>div.form textarea{
	padding: 20px;
	resize:none;
	height: auto;
	line-height: 30px;
}
.eslink_agent .content_contact_message>div.form input.submit{
	float: right;
	width: 100px;
	height: 40px;
	border: 1px solid #2292ff;
	background-color: rgba(34, 146, 255,0.2);
	border-radius:50px;
}
.eslink_agent .content_contact_message>div.form input.submit:hover{
	cursor: pointer;
	background-color: #2292ff;
	border: 1px solid #2292ff;
	color: #fff;
}

.eslink_agent .content_contact_message>div.text{
	top: 50px;
	right: 0;
	padding: 30px 70px;
}


.eslink_agent .content_contact_message>div .header{
	width: 100%;
	padding: 0;
	font-size: 20px;
	margin-bottom: 40px;
}
.eslink_agent .content_contact_message>div.text .left{
	float: left;
}
.eslink_agent .content_contact_message>div.text .right{
	float: right;
}

.eslink_agent .content_contact_message>div.text .right>div{
	margin-bottom: 10px;
}
.eslink_agent .content_contact_message>div.text .right img{
	display: block;
	width: 100px;
	height: 100px;
}
.eslink_agent .content_contact_message>div.text .right p{
	text-align: center;
	line-height: 30px;
}


.eslink_agent .content_contact_message>div.text .left li{
	display: block;
	margin-bottom: 50px;
}

.eslink_agent .content_contact_message>div.text .left li i{
	display: inline-block;
	width: 30px;
	height: 30px;
	background:  transparent url(../images/contentAgentContactMessage.png) no-repeat;
}
.eslink_agent .content_contact_message>div.text .left li:first-child i{
	background-position: 0 0;
}
.eslink_agent .content_contact_message>div.text .left li:nth-child(2) i{
	background-position: -30px 0;
}
.eslink_agent .content_contact_message>div.text .left li:nth-child(3) i{
	background-position: -60px 0;
}
.eslink_agent .content_contact_message>div.text .left li div{
	display: inline-block;
	margin-left: 30px;
}

.eslink_agent .content_contact_message>div.text .left li p{
	font-size: 16px;
	color: #333;
}