﻿
body, html {
	width: 100%;
	height: 100%;
	font: 14px Arial, "微软雅黑";
	font-family:Arial, "微软雅黑";
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	color:#232323;
	background-color:#f7f7f7 }
body {
	overflow-x: hidden }
img {
	float: none;
	max-width: 100% ;
	height:auto
}
.clearfix:after {
	clear: both;
	display: block;
	content: '' }
.clearfix {
	zoom: 1 }
.show {
	display:block
}
.hide {
	display:none
}
.text-outside-line {
	position: relative;
	display: inline-block;
}
.text-outside-line::before,.text-outside-line::after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	width: 99%;
	display: block;
	border-bottom: 1px solid;
	right: 100%;
	opacity: .15;
}
.text-outside-line::before {
	right:100%;
	margin-right: 25px;
}
.text-outside-line::after {
	left:100%;
	margin-left: 25px;
}
.close {
	width:48px;
	height:48px;
}
.close .b {
	}
.close .b div {
	background-color:#fff
}
.bx-helper,.sliderArrow {
	display:none
}
.item_bg {
	height:100%;
	width:1000%;
}
.bx-wrapper .bx-controls-direction a:hover {
	background: rgba(0,0,0,.8);
}
.module {
	position:relative;
	z-index:1;
}
.module.bgParallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed }
.module_container {
	margin: 0 auto;
	padding:60px 0px;
	max-width: 1170px;
}
html[class*=agent-mobile] .module_container {
	overflow:hidden
}
.postbody .module_container,.module_container .module_container {
	padding-top:0;
	padding-bottom:0
}
.service{ background:#f3f8f8;    padding-bottom: 60px;}
.service .module_container{    padding: 60px 0px 80px;}

.module_container.wide {
	max-width:none;
	padding-right: 0px;
	padding-left: 0px;
}
.container_header {
	padding-bottom:40px;
	text-align: center;
	font-size: 24px;
	max-width:560px;
	margin:0 auto }
.container_header .title {
	color: #232323 }
.container_header .xian{     display: block;
    background: #0952a1;
    width: 40px;
    height: 2px;
    margin: 8px auto;}
.container_header .subtitle {
	color: #939393;
	font-size: 14px;
	margin-top:10px }
.module_container .more {
	padding: 8px 50px;
	background: transparent;
	border:#ddd 1px solid;
	transition: all ease-out .3s;
	text-decoration:none;
	color: #232323;
	border-radius: 50px;
	display: inline-block;
}
.module_container .more.hide {
	display:none
}
.module_container .more:after {
	margin-left:10px;
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
}
.agent-desktop .module_container .more.white:hover {
	background: #232323;
	border-color:#232323;
	color:#fff
}
.module_container .more.black {
	background: #ffffff;
	border-color: #ffffff;
	color: #232323;
}
.agent-desktop .module_container .more.black:hover {
	background:none;
	color:#fff
}
.row {
	zoom:1
}
.row:after {
	content: "";
	display: block;
	clear: both;
}
.row[class*=gutter] {
	margin:0 -10px
}
.row.gutter20 {
	margin:0 -20px
}
.row > [class*=col-] {
	float:left
}
.row[class*=gutter] > [class*=col-] {
	box-sizing:border-box;
	padding:0 10px;
}
.row.gutter20 > [class*=col-] {
	padding:0 20px;
}
.col-100 {
	width:100%
}
.col-80 {
	width:80%
}
.col-66 {
	width:66.666%
}
.col-60 {
	width:60%
}
.col-50 {
	width:50%;
}
.col-40 {
	width:40%
}
.col-33 {
	width:33.333%
}
.col-25 {
	width:25%
}
.col-20 {
	width:20%
}
.col-16 {
	width:16.666%
}
.col-100 .description {
	max-width:800px;
	margin:0 auto
}
@keyframes rotate-forever {
	0% {
	transform: rotate(0deg);
}
100% {
	transform: rotate(360deg);
}
}.loading {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:999;
	display:flex;
	align-items:center;
	justify-content:center;
	display:none
}
.loading.show {
	display:flex
}
.loading .spinner {
	animation-duration: 0.7s;
	animation-iteration-count: infinite;
	animation-name: rotate-forever;
	animation-timing-function: linear;
	height: 30px;
	width: 30px;
	border: 4px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.7;
	box-sizing: border-box;
}
#banner {
	background-color:#eef2f5
}
#banner img {
	max-width:100%;
	display:block;
	margin:0 auto
}
.postbody img {
	float: none;
	margin: 0 auto;
	margin-bottom: 0px;
	height: auto;
	max-width: 100% }
.pageEditor .row.gutter {
	margin:0 -20px
}
.pageEditor .row.gutter > [class*=col-] {
	box-sizing:border-box;
	padding:0 20px;
}
.agent-mobile .pageEditor iframe {
	max-width:100vw;
	max-height:100vw
}
.richtext {
	color: #6f6f6f;
	line-height: 24px;
	font-size: 13px;
}
.richtext a {
	text-decoration: underline }
.agent-desktop .richtext a:hover {
	color:#00C0FF
}
.richtext hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border:none;
	border-top: 1px dotted #d3d3d3;
	word-wrap: break-word;
	word-break: normal;
}
#pages {
	padding: 20px 0 60px;
	height: 24px;
	text-align: center }
#pages span {
	display: inline-block;
	margin: 0 10px;
	color: #222;
	line-height: 28px }
#pages a {
	display: inline-block;
	margin-right: 5px;
	width: 26px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	line-height: 24px;
	transition: all .2s ease-out }
#pages a:after {
	display: block;
	margin: 2px auto;
	width: 0;
	height: 1px;
	background-color: #d4d4d4;
	content: "" }
#pages a.active {
	color: #7e7e7e }
#pages a.active:after,.agent-desktop #pages a:hover:after {
	width: 10px }
	
	
	
	
#indexPage .mcustomize {
    background-color: #fff;padding-bottom: 56px;
}
#indexPage .module {
    position: relative;
    overflow: hidden;
}
.agent-pc #indexPage .mcustomize.tlir .module_container, .agent-pc #indexPage .mcustomize.tril .module_container {
    padding-bottom: 180px;
}

.mcustomize.tlir .container_content .contentbody, .mcustomize.tril .container_content .contentbody {
  width: 670px;
    margin-top: 150px;
}
.mcustomize.tlir .contentbody {
    float: left;
}
.mcustomize.tlir .container_content .contentbody .wrapper .header, .mcustomize.tril .container_content .contentbody .wrapper .header {
    position: absolute;
    top: 0;
    padding: 62px 0 50px;
}
.mcustomize .container_content .contentbody .wrapper .header {
    font-size: 26px;
    line-height: 30px;
}
.mcustomize .container_content .contentbody .wrapper .header .subtitle {
    font-size: 16px;
    line-height: 30px;
}
.mcustomize.tlir .container_content .contentbody .wrapper .description p, .mcustomize.tril .container_content .contentbody .wrapper .description p {
    line-height:34px;
}
.mcustomize.tlir .container_content .contentbody .wrapper .description a, .mcustomize.tril .container_content .contentbody .wrapper .description a {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 30px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    background: 0 0;
    transition: all .36s ease;
}
.mcustomize.tlir .container_content .mediabody, .mcustomize.tril .container_content .mediabody {
    margin-top: 130px;    float: right;
}
.mcustomize .mediabody>a {
    display: inline-block;
}
.mcustomize.tlir .container_content .mediabody a .image {
    border: none;
}
.mcustomize.tlir .container_content .mediabody a .image, .mcustomize.tril .container_content .mediabody a .image {
    width: 467px;
    height: 326px;
    border: 5px solid #fff;
}

.mcounter .module_container .container_content {
       position: relative;
    height: 140px;
    background: #f3f8f8;
    border-radius: 10px;
    margin-top: 48px;
}
#indexPage .module #contactlist:before, #indexPage .module .container_content:before {
    clear: both;
    display: table;
    content: "";
}
.mcounter ul.content_list {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 0;
}
.mcounter ul.content_list li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.mcounter ul.content_list li p {
    text-align: center;
    font-size: 14px;
}
#indexPage .mcounter ul.content_list li .counterDX {
    color: #555;
}
#indexPage .mcounter ul.content_list li .counterDX {
    font-size: 50px;
}
.mcounter ul.content_list li p.number .counterDX {
    font-size: 54px;
    font-family: helveticaneuethn,Arial;
    text-align: center;
    margin-top: 15px;
}
.mcounter ul.content_list li p.number .unit {
    font-size: 14px;
    vertical-align: top;
}
#indexPage .mcounter ul.content_list li .title {
      font-size: 16px;
    text-align: center;
    line-height: 30px;
}
.mcounter ul.content_list li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 45px;
    background-color: #ebebeb;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


	
	
	
	
.container_category {
	position: relative;
	z-index: 3;
	width: 100%;
	text-align: center ;
	margin-bottom:40px;
}
.container_category a {
	position: relative;
	display: inline-block;
	margin: 0px 25px;
	color: #6f6f6f;
	transition: all .3s ease-out 0s;
	font-size: 13px;
}
.container_category a:after {
	position: absolute;
	left:0;
	bottom:-10px;
	width: 100%;
	height: 1px;
	background-color: #232323;
	content: '';
	opacity:0;
	transition: all .3s ease-out 0s;
}
.container_category a.active,.agent-desktop .container_category a:hover {
	color: #232323 }
.container_category a.active:after,.agent-desktop .container_category a:hover:after {
	opacity:1;
	bottom:-4px;
}


.lcbody.prev .lcitem.top {
	transform:translateZ(0px) rotate(-45deg);
}
.lcbody.prev .lcitem.bottom {
	transform:translate3d(0px,10px,0) rotate(45deg);
}
.lcbody.next .lcitem.top {
	transform:translateZ(0px) rotate(45deg);
}
.lcbody.next .lcitem.bottom {
	transform:translate3d(0px,10px,0) rotate(-45deg);
}

#sitecontent {
	padding-top:100px;
}
.slider {
	margin:0
}
.slider ul {
	font-size:0
}
.slider .bx-wrapper {
	max-width:100% !important
}
.slider .row.gutter {
	margin-left:0;
	margin-right:0px
}
.slider .bx-wrapper .row.gutter > [class*=col-] {
	padding-left:0;
	padding-right:0;
}
.slider .bx-wrapper .bx-controls-direction a.bx-prev {
	left:0px
}
.slider .bx-wrapper .bx-controls-direction a.bx-next {
	right:0px
}
.slider .bx-wrapper .bx-pager {
	bottom: -40px;
}
.slider .bx-wrapper .bx-controls-direction a {
	border-radius:0
}
.agent-desktop .slider .bx-wrapper .bx-pager.bx-default-pager a:hover,.slider .bx-wrapper .bx-pager.bx-default-pager a.active,.slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
	border: #939393 1px solid;
	background-color:#939393
}
#indexPage #topSlider .module_container {
	padding:0
}
#indexPage #topSlider .bx-wrapper .bx-pager {
	height: 20px;
}
#indexPage #topSlider .bx-wrapper .bx-pager a {
	display: block;
	margin: 0 5px;
	width: 30px;
	height: 10px;
	outline: 0 }
#indexPage #topSlider .bx-wrapper .bx-pager a div.progress {
	margin-top: 4px;
	width: 100%;
	height: 1px;
	background-color: #555 }
#indexPage #topSlider .bx-wrapper .bx-pager a.active div.mask {
	width: 100% }
#indexPage #topSlider .bx-wrapper .bx-pager a div.mask {
	width: 0;
	height: 100%;
	background-color: #fff }
#indexPage #topSlider .bx-wrapper .bx-pager a div.auto.mask {
	width: 0 }
#indexPage #topSlider {
	position: relative;
	display: block;
}
#indexPage #topSlider, #indexPage #topSlider ul.content_list {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#indexPage #topSlider ul li div.item_bg.image img {
	display:none
}
#indexPage #topSlider ul li .wrapper {
	width:1170px;
	height: 100%;
	display: table;
	position: absolute;
	left: 0;
	right:0;
	top: 0;
	margin:0 auto }
#indexPage #topSlider ul li .wrapper .description {
	display: table-cell;
	vertical-align: middle;
	padding:100px 0px
}
#indexPage #topSlider ul li .wrapper .description.tl {
	vertical-align:top;
	text-align:left
}
#indexPage #topSlider ul li .wrapper .description.tc {
	vertical-align:top;
	text-align:center
}
#indexPage #topSlider ul li .wrapper .description.tr {
	vertical-align:top;
	text-align:right
}
#indexPage #topSlider ul li .wrapper .description.ml {
	vertical-align:middle;
	text-align:left
}
#indexPage #topSlider ul li .wrapper .description.mc {
	vertical-align:middle;
	text-align:center
}
#indexPage #topSlider ul li .wrapper .description.mr {
	vertical-align:middle;
	text-align:right
}
#indexPage #topSlider ul li .wrapper .description.bl {
	vertical-align:bottom;
	text-align:left
}
#indexPage #topSlider ul li .wrapper .description.bc {
	vertical-align:bottom;
	text-align:center
}
#indexPage #topSlider ul li .wrapper .description.br {
	vertical-align:bottom;
	text-align:right
}
#indexPage #topSlider ul li .wrapper .description .title {
	font-size:36px;
	line-height:1.1
}
#indexPage #topSlider ul li .wrapper .description .subtitle {
	color: #939393;
	font-size: 14px;
	margin-top: 10px;
}
#indexPage #topSlider ul li .wrapper .description .more {
	margin-top:35px
}
#indexPage #topSlider ul li div.item_bg.image {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#indexPage #topSlider ul li a.full {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0
}
.mlist .content_wrapper:not(.masonry) .content_list .item_block .item_img {
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:none ;
	display:block;
	position:relative;
	overflow:hidden;
}
.mlist .content_wrapper.masonry .content_list .item_block .item_img {
	background-image:none !important;
	padding-bottom:0
}
.mlist .content_wrapper:not(.masonry) .content_list .item_block .item_img img {
	display:none
}
.mlist.search #search_header {
	margin-bottom:40px
}
.mlist.search #search_header #search_form {
	height:36px;
	max-width:450px
}
.mlist.search #search_header #search_form a {
	height:36px;
	width:36px;
	float:right;
	display:block
}
.mlist.search #search_header #search_form a i {
	margin-left:10px;
	margin-top:10px;
	font-size:16px
}
.mlist.search #search_header #search_form div {
	height: 16px;
	display: block;
	border: 1px solid #d9d9d9;
	padding: 9px 10px;
	margin-right:45px
}
.mlist.search #search_header #search_form div input {
	height:16px;
	width:100%;
	line-height:16px;
}
.mlist.search #search_header #search_result {
	margin-top:30px;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	color: #333333;
	background: #ededed;
	font-size: 16px;
}
.mlist.search .content_list .item_block {
	border-bottom:#e9e9e9 1px dotted;
	padding-bottom:25px;
	margin-bottom:25px
}
.mlist.search .content_list .item_block .title {
	font-size:15px
}
.mlist.search .content_list .item_block .searchvalue {
	color:#ff0000
}
.mlist.search .content_list .item_block .item_wrapper .description {
	font-size: 13px;
	color: #939393;
	line-height: 24px;
	margin-top:14px
}
.mlist.search .content_list .item_block .item_wrapper .description a.moren {
	margin-left:10px;
	color:#5f5d5d;
	text-decoration:underline
}
.module.mcounter ul.content_list li div {
	border-right: 1px solid #e9e9e9 }
.module.mcounter ul.content_list li:last-child div {
	border-right:none
}
.module.mcounter ul.content_list li p {
	color: #b3b3b3;
	text-align: center;
	font-size: 14px }
.module.mcounter ul.content_list li p.number .counterDX {
	margin-top: 15px;
	color: #666;
	text-align: center;
	font-size: 54px;
	font-family: HELVETICANEUELTPRO-THEX, Arial }
.module.mcounter ul.content_list li p.number .unit {
	font-size: 14px;
	vertical-align:25px;
	margin-left:8px }
.module.mcustomize .module_container {
	padding-top:0;
	padding-bottom:0;position: relative;
}
.module.mcustomize .content_list.flex {
	display:flex;
	align-items:center
}
.module.mcustomize .content_list.flex.flex-start {
	align-items:flex-start
}
.module.mcustomize .content_list .image img {
	margin: 0 auto;
	display:block
}
.module.mcustomize .content_list .description {
	line-height:24px
}
.module.mcustomize .content_list.flex .custitem > .wrapper >.description {
	padding:80px;
}
.module.mcustomize .content_list.flex .custitem > .wrapper >.mlist {
	padding:80px;
}
.module.mcustomize .content_list.flex .custitem > .wrapper >.mlist .container_header {
	max-width:none
}
.module.mcustomize .content_list .custitem:nth-of-type(1) {
	animation-name: fadeInLeft;
}
.module.mcustomize .content_list .custitem:nth-of-type(2) {
	animation-name: fadeInRight;
}
.module.yyform .form_item {
	margin-bottom:30px;
}
.module.yyform .form_content {
	padding: 18px 25px;
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
	transition:all ease-in-out .2s
}
.module.yyform .form_content.focus {
	border-color: #585858;
}
.module.yyform .form_content.error {
	border-color: #ee2323;
}
.module.yyform .form_content .form_content_item {
	width:100%;
	max-width:100%;
	outline:0;
	resize:none
}
.module.yyform .codeContent .form_content {
	float:left;
	padding-top:10px;
	padding-bottom:10px
}
.module.yyform .codeContent .codeimg {
	float:left;
	margin:2px 10px 0 10px;
	cursor:pointer
}
.module.yyform .form_item_submit {
	margin-bottom:60px
}
.module.yyform .form_submit {
	cursor:pointer;
	border-radius:0
}
.module.yyform .module_container .more.white {
	border-color:#232323
}
.agent-desktop .module.yyform .form_submit.more.white:hover input {
	color:#fff
}
.tags a {
	font-size: 12px;
	padding: 3px 8px;
	border: 1px solid #d9d9d9;
	margin: 0 8px 8px 0;
	display: inline-block;
	color: #232323;
	line-height: 18px;
	transition:all ease-in-out .2s;
	border-radius:3px;
	background-color:#fff
}
.agent-desktop .tags a:hover {
	background: #232323;
	color: #fff;
	border-color: #232323;
}
#rshares {
	position: fixed;
	right: 0;
	bottom: 22px;
	z-index: 99;
	height: 124px;
}
#rshares a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #ddd;
	box-sizing:border-box }
#rshares a, #rshares a i {
	color: #999;
	transition: all .3s ease-out 0s }
#rshares a.sweibo i {
	margin-top:12px;
}
#rshares a i.fa.fa-mobile {
	margin-top: 6px;
	font-size: 24px }
.agent-desktop #rshares a:hover {
	z-index: 1;
}
.agent-desktop #rshares a:hover i {
	color:#2e2e2e
}
#rshares a.sweixin {
	top: -1px }
#rshares a#gotop {
	margin-top: -2px;
	font-size: 22px }
#rshares a#gotop i {
	margin-top: 6px }
#fixed_weixin .fixed-container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -110px;
	padding: 20px 20px 0;
	width: 220px;
	height: auto;
	background: #fff }
#fixed_weixin .fixed-container div {
	height: 220px }
#fixed_weixin .fixed-container p {
	height: 40px;
	color: #000;
	text-align: center;
	font-size: 14px;
	line-height: 40px }
#fixed_mp .fixed-container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -149px;
	margin-left: -129px;
	width: 258px;
	height: 298px;
	background: #fff }
#fixed_mp .fixed-container p {
	padding: 0 20px;
	color: #000;
	text-align: center;
	font-size: 14px }
#online_open {
	position: fixed;
	bottom: 145px;
	z-index: 99;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #999;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	cursor: pointer;
	right:0;
	box-sizing:border-box
}
#online_open i {
	margin-top:10px;
	color: #999;
	transition: all .3s ease-out 0s }
.agent-desktop #online_open:hover i {
	color:#2e2e2e
}
#online_lx {
	position: fixed;
	right: -200px;
	bottom: 188px;
	z-index: 99999;
	width: 180px;
	height: auto;
	background-color: #fff;
	box-shadow: 0 5px 9px rgba(4, 0, 0, .17) }
#olx_head {
	padding: 20px;
	height: 1pc;
	background: #2e2e2e;
	color: #fff;
	font-size: 14px;
	line-height: 1pc }
#olx_head i {
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s }
.agent-desktop #olx_head i:hover {
	color: #fff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform: rotate(90deg) }
#olx_qq li a {
	display: block;
	padding: 9pt 30px;
	height: 18px;
	border-bottom: 1px solid #fff;
	background-color: #f8f8f8;
	color: #888;
	font-size: 9pt;
	line-height: 18px;
	transition: all ease-out .3s }
#olx_qq li a i {
	margin-right: 18px;
	color: #666;
	vertical-align: middle;
	font-size: 1pc;
	transition: all ease-out .3s }
.agent-desktop #olx_qq li a:hover {
	background: #eee;
	color: #666 }
.agent-desktop #olx_qq li a:hover i {
	color: #2e2e2e }
#olx_tel {
	padding: 20px 30px }
#olx_tel div {
	margin-bottom: 10px;
	height: 14px;
	color: #999;
	line-height: 14px }
#olx_tel div i {
	margin-right: 20px;
	vertical-align: middle;
	font-size: 18px }
#olx_tel p {
	color: #666;
	font-size: 1pc;
	font-family: HELVETICANEUELTPRO-THEX;
	line-height: 18px }

.show {
	display: block;
}
.popup {
	display: block;
}
.popup .fixed-container {
	position: absolute;
	background:#ffffff;
	width:100%;
	height:100%
}
.popup .fixed-container.center {
	left:50%;
	top:50%;
}
.popup .closeBtn {
	position:absolute;
	right:10px;
	top:10px;
	z-index:2;
	cursor:pointer;
	width:48px;
	height:48px;
}
.popup .closeBtn:after {
	width:40px;
	height:40px;
	background-color:rgba(255,255,255,.2);
	border-radius:20px;
	position:absolute;
	left:4px;
	top:4px;
	content:'';
	transition:all ease-out .2s }
.agent-desktop .popup .closeBtn:hover:after {
	background-color:rgba(255,255,255,.4);
}
.popup .closeBtn .lcitem .rect {
	background-color:#fff;
}


@media screen and (max-width: 769px){
.service {
    padding: 20px 0px 30px;
}
.container_content{ padding:0px 15px;}
.mcustomize.tlir .container_content .contentbody .wrapper .header, .mcustomize.tril .container_content .contentbody .wrapper .header {
    position: absolute;
    top: 0;
    padding: 40px 0 30px;
}
.mcustomize.tlir .container_content .contentbody, .mcustomize.tril .container_content .contentbody {
    margin-top: 118px;width: auto; 
}
.mcustomize.tlir .container_content .mediabody, .mcustomize.tril .container_content .mediabody {
   margin-top:0px;
    float: none; border:none; 
}
.mcounter .module_container .container_content {
    margin-top: 25px;    height: 110px;
    padding: 0px;
}
#indexPage .mcounter ul.content_list li .counterDX {
    font-size: 20px;
}
#indexPage .mcounter ul.content_list li .title {
    font-size: 14px;

}
.module.mcounter ul.content_list li {
    margin-bottom: 0px; 
}
#indexPage .mcustomize {
    padding-bottom: 36px;
}
.news{    padding: 32px 0px;}
.imagelink { padding: 32px 0px;}
#footer #flinks .f_nav{ display:none;}\
#footer #flinks .row.gutter {
    display: block;
}
}
