@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_d0qx0aqzgsi.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_d0qx0aqzgsi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_d0qx0aqzgsi.woff2') format('woff2'),
  url('//at.alicdn.com/t/webfont_d0qx0aqzgsi.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_d0qx0aqzgsi.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_d0qx0aqzgsi.svg#NotoSansHans-Black') format('svg'); /* iOS 4.1- */
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px
}
::-webkit-scrollbar-track {
  width: 5px;
  background-color: #f9f9f9
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #0045AA 80%, #AF0069 20%);

  background-clip: padding-box;
  min-height: 100px
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    color: #666;
}
body, button, input, select, textarea {
    font: 14px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 18px; /* 18px / 12px = 1.5 */
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4, h5, h6 {
    font-size: 100%;
}
address, cite, dfn, em, var {
    font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
    font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
    list-style: none;
}
/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: #666
}
a:hover {
    text-decoration: none;
    color: #213C71
}
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after {
    content: '';
}
.imgimg{max-width: 100%;}
.width100 {
    width: 100%;
    overflow: hidden;
}
.mp0 {
    padding: 0 0rem;
    overflow: hidden;
}
.mp2 {
    padding: 0 0.2rem;
    overflow: hidden;
}
.mp5 {
    padding: 0 0.5rem;
    overflow: hidden;
}
.b1 {
    height: 1px;
    clear: both;
    overflow: hidden;
}
.b10 {
    height: 10px;
    clear: both;
    overflow: hidden;
}

.b20 {
    height: 20px;
    clear: both;
    overflow: hidden;
}
.b40 {
	width: 100%;
    height: 40px;
    clear: both;
    overflow: hidden;
}
.range {
    display: flex; 
    flex-wrap: wrap;
}
/*clear*/
.clear {
    clear: both;
    float: none;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}

.display-pc {  display: block; }

.not-display-pc {  display: none; }
.flash-move {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
  transition: all .8s; }

.flash-move.move-on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all .7s; }

.web-font{
    font-family:"webfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.screen{width: 100%; padding: 0 6%; overflow: hidden;}
.pagination{width: 100%;}
.pagination span{padding: 8px; background: #2F3237; margin-right: 5px; color: #fff;}
.pagination span a{color: #fff;}
.page-numbar a{ margin-right: 10px;}
.page-numbar a.page-num-current{color: #FCCF04;}
.sticky-nav {
left: 0;
margin: auto;
position: fixed !important;
top: 0;
width: 100%;
box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
z-index: 9999;
-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
transition: .5s !important;
background: #549e28 !important;
}
.sticky-nav .dreamit-header-menu ul li a {
    color: #fff;
}
.stiky-logo {
display: none;
}
.sticky-nav .stiky-logo {
display: block;
}
.sticky-nav .main-logo {
display: none;
width: 100%;
}
.header-area {
    background: #ffffff;
} 
.dreamit-header-logo {
    margin: 10px 0 10px 36px;
} 

.dreamit-header-menu {
	float: right;
}
.dreamit-header-menu ul {
   
}
.dreamit-header-menu ul li {
    display: inline-block;
    margin:0 15px;
    position: relative;
}
.dreamit-header-menu ul li a {
	line-height: 25px;
    display: inline-block;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    transition: .3s;
    margin: 35px 0;
}
.dreamit-header-menu ul li a:hover {
    color: #AF0069;
}
.header-button {
	width: 100%;height: 100%;
    display: inline-block;
}

{display: none;}
.dreamit-header-menu ul li .dropdown-menu{min-width: 100px; top: 96%;border-top: 3px solid #AF0069;}
.dreamit-header-menu ul li .btn-group .dropdown-toggle{font-size: 14px;}
.dreamit-header-menu ul li .btn-group .dropdown-toggle {text-decoration: none;}
.dreamit-header-menu ul li .dropdown-menu a{width: 100%; margin: 2px 0;}
.dreamit-header-menu ul li .dropdown-menu li{width: 100%; margin: 0;}

.sticky-nav .dropdown-menu{background: #0045AA;}
.sticky-nav .dropdown-menu > li > a:focus, .sticky-nav .dropdown-menu > li > a:hover{background: #AF0069;}
.header-button a {
	font-family: 'DoHyeon', sans-serif;
	width: 100%; height: 100%;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    background: #AF0069;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    transition: .5s;
	line-height: 90px;
}
.header-button a:hover {
    background: #fff;
    color: #213C71;
}
.menu-dg img{vertical-align: middle;}
.dreamit-header-menu ul li.menu-tel a{font-family: 'DoHyeon', sans-serif; font-size: 32px;color: #AF0069; margin: 0; border-right: 1px solid #f0f0f0; padding-right: 15px;vertical-align: middle;}
.menu-tel i{    font-size: 36px;vertical-align: middle;
    background: #fff;
    color: #AF0069;
    margin-right: 5px;
}
.dreamit-header-menu ul li .btn-group .btn{font-size: 12px;}
.dreamit-header-menu ul li:last-child{margin-left: 0px;}
.sticky-nav .menu-tel i{background: none;color: #fff; font-size: 32px;}

.menu-wrapper .mr0{margin-right: 0;}



.logo-txt::before{
    content: "MILITANT";
    position: absolute;
    top: 17px;
    left: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 9999;
    font-weight: 700;
    display: none;
}
.menu-toggle {
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 17px;
    display: none;
    cursor: pointer;
}
.mobile-angle-icon{
    display: none !important;
}

.header-top-area {
    background: #AF0069;
    padding: 9px 0;
}
.dreamit-header-menu-address ul {
    list-style: none;
}
.dreamit-header-menu-address ul li {
    display: inline-block;
    margin-right: 16px;
}
.dreamit-header-menu-address ul li a {
    color: #fff;
}
.dreamit-header-menu-address ul li span {
    color: #fff;
}
.dreamit-header-menu-address ul li a i {
    margin-right: 7px;
}
.dreamit-header-menu-address ul li span i {
    margin-right: 7px;
}
.dreamit-header-top-socail {
    text-align: right;
}
.dreamit-header-top-socail a {
    color: #fff;
    display: inline-block;
    margin-left: 15px;
}
.sticky-nav {
left: 0;
margin: auto;
position: fixed !important;
top: 0;
width: 100%;
box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
z-index: 9999;
-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
transition: .5s !important;
background: #0045AA !important;
}
.sticky-nav .dreamit-header-menu ul li a {
    color: #fff;
}
.stiky-logo {
display: none;
}
.sticky-nav .stiky-logo {
display: inline-block;
}
.sticky-nav .main-logo {
display: none;
	width: 100%;
}

.mobile-menu-social-icon {
    display: none;
}
.sticky-nav .header-button a{background: #AF0069; color: #fff;}

/* Sub Menu Css */
.dreamit-header-menu ul li .sub-menu {
    opacity: 0;
    background: #fff;
    width: 205px;
    position: absolute;
    left: 0;
    top: 150%;
    transition: .5s;
    z-index: 22;
    overflow: hidden;
    visibility: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 3px solid #AF0069;
    padding: 10px 0;
	text-align: left;
}
.dreamit-header-menu ul li:hover .sub-menu{
    opacity: 1;
    top: 101%;
    visibility: visible;
}
.dreamit-header-menu ul li .sub-menu ul li {
    display: block;
}
.dreamit-header-menu ul li .sub-menu ul li a {
    visibility: inherit;
    padding: 8px 0px;
    transition: .5s;
    display: block;
    font-size: 15px;
    color: #333 !important;
    transition: .5s;
    margin: 0;
}
.dreamit-header-menu ul li .sub-menu ul li:last-child{ margin: 0 15px;}
.dreamit-header-menu ul li .sub-menu ul li a:hover{
    color:#AF0069 !important;
}
/* Home Two Css */
.single-middle-address-icon i {
    font-size: 30px;
    float: left;
    color: #AF0069;
    padding-right: 15px;
}

.single-middle-address-content h3 {
    color: #565872;
    font-size: 15px;
    font-weight: 600;
}
.single-middle-address-content a:hover {
    color: #333;
}

.single-middle-address-content a {
    color: #AF0069;
    transition: .5s;
}







.slider1 {
    height: 900px;
    background: url(../images/slider1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.slider2 {
    height: 900px;
    background: url(../images/slider2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.slider3 {
    height: 900px;
    background: url(../images/slider3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.slider-area:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.4);
}

.dreamit-slider-content::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 96, 170, 0.70);
    z-index: -1;
    border-radius: 10px;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6{color: #fff;}

.dreamit-slider-content h2 {
	font-family: 'DoHyeon', sans-serif;
	    letter-spacing: 5px;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 4px;
    margin: 0 0 10px;
    text-transform: uppercase;
	color: #fff;
}
.dreamit-slider-content.wten h2 {font-size: 90px;}
.dreamit-slider-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin: auto;
    text-transform:uppercase;
	letter-spacing: 1px;
    display: block;
    line-height: 1.4;
color: #fff;
}



.slider-button{margin-top: 20px;}
.slider-button a {
    color:#fff;
    display: inline-block;
    background: transparent;
    border: 2px solid #fff;
    font-size: 17px;
    padding: 18px 50px;
    text-transform: capitalize;
    transition:.5s;
}
.owl-carousel .owl-item .slider-button a img{display: inline-block;    margin-left: 10px;}

.slider-button a:hover{
	background:#AF0069 !important;
	color:#fff;
	border: 2px solid #AF0069 !important;
}
.slider-button .active {
    color:#fff;
    background:#AF0069 !important;
    border: 2px solid #AF0069;
    transition:.5s;
}
.slider-button .active:hover{
	background:transparent !important;
	border: 2px solid #fff !important;
}
.slider_list{overflow: hidden;}
.d-flex {
    display: flex !important;
}
.align-items-center {
    align-items: center !important;
}


.owl-nav {
    position: relative;
}
.slider_list .owl-prev, .owl-next {
    position: absolute;
    top: -500px;
    height: 78px;
    width: 50px;
    line-height: 76px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 2px;
    font-size: 25px;
    color: #fff;
    transition: .5s;
}

.slider_list .owl-next {
    right: -58px;
}
.slider_list .owl-prev {
    left: -58px;
}

.slider_list .owl-prev:hover {
    background: #0045aa2b;
    color: #fff;
}
.slider_list .owl-next:hover{
    background: #0045aa2b;
    color: #fff;  
}
.slider_list:hover .owl-prev{
	left:40px;
}
.slider_list:hover .owl-next{
	right: 40px;
}
.owl-item .slider2{}
.slider2 .dreamit-slider-content{}
.dreamit-slider-content .white h2{color: #fff;}
.dreamit-slider-content .white h3{color: #fff;}
.slider2 .slider-button a{background: none;}



.led-ys-d{position: relative;z-index: 9;top: -110px;padding-bottom: 30px;}
.led-ys{padding: 33px 10px 20px 20px;
	position: relative;
    z-index: 1;
    box-shadow: 0px 5px 20px 0px #dddddd3b;
    transition: .5s;}
.led-ys::before {
    background: #e5edf5;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    content: "";
    z-index: -1;
    border-radius: 0 0 200px 0;
    transition: .5s;
}
.led-ys-in{ text-align: center;}
.led-out {
    background-color: #FFFFFF;
    transition: background 1s;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.led-ys-in i {
    width: 80px;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    /* box-shadow: 0px 0px 30px rgba(208, 202, 202, 0.3); */
    box-shadow: 0px 0px 30px 0px rgba(148,146,245,0.2);
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.led-ys-title{
	padding: 10px;
    overflow: hidden;
}
 .led-ys-title h3 {
	 font-size: 20px;
	 line-height: 1.6;
	 font-weight: 400;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 10px 0 15px;
}
.led-ys-desc p {
	 font-size: 16px;
	 font-weight: 500;
	 line-height: 1.5;
    -webkit-transition: .5s;
    transition: .5s;
}
.led-out:hover{background: #213C71; cursor: default;}
.led-ys:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: #0045AA;
}
.led-ys:hover .led-ys-in i{background: #fff;color: #AF0069;}
.led-ys:hover .led-ys-title h3{
    color: #FFFFFF;
}
.led-ys:hover .led-ys-desc p{
    color: #FFFFFF;
}

.pr{position: relative;}



.wt-about{margin-top: 40px; padding-bottom: 120px;}
.wt-about-left{}
.wt-about-left h2{display: inline-block;}
.wt-about-left h2 a{ font-size: 45px;font-weight: 500; line-height: 80px; color: #222;padding-top: 15px; }
.wt-about-left h2::before{position: absolute;top: 0;left: 0;width: 100px;content: '';background: #0045AA;transition: all .5s ease, right 0s ease .5s; height: 6px;margin-left: 20px;}
.wt-about-left h2:hover:before{width: 150px;}

.wt-about-left h3{font-size: 24px;    color: #222;    letter-spacing: 2px; cursor:default;}
.wt-about-left p{text-indent: 2rem;line-height: 30px;font-size: 16px; color: #333; cursor: default;}
.wt-about-left .button{display: inline-block; margin-top: 40px; margin-right: 20px;}
.wt-about-left .button:last-child{margin-right: 0;}
.wt-about-left .button a {
	border: 2px solid #0045AA;
    background: #0045AA;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    border-radius: 5px;
    color: #fff;
}
.wt-about-left .button.three a {
    padding: 14px 35px;
    color: #fff;
}
.wt-about-left .button a:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background: #00247E;
    transform: skew(
50deg
);
    transition-duration: .6s;
    z-index: -1;
}
.wt-about-left .button a i {
    margin-left: 5px;
}
.wt-about-left .button a:hover {
    color: #fff;
}
.wt-about-left .button a:hover:before {
    width: 180%;
}

.wt-about-left .button.four a {
	background: #fff;
	border: 2px solid #0045AA;
    padding: 14px 35px;
    color: #0045AA;
}
.wt-about-left .button.four a:hover{color: #fff;}
.wt-about-img{box-shadow: 0 5px 30px rgb(0 0 0 / 20%);}
.single_about_shape{text-align: right;}
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.single_about_shape_thumb {
    position: absolute;
    bottom: -100px;
    z-index: -1;
    right: 0px;
}
.single_about_shape_thumb img {
    width: 50%;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }

.wt-product{background: url("../images/cp-bg.jpg") center no-repeat; background-size: cover; padding-top: 100px; padding-bottom: 100px; overflow: hidden;}
.wt-index-tit{}
.wt-index-tit h2{line-height: 60px;}
.wt-index-tit h2 a{font-size: 45px;font-weight: 700; color: #222; letter-spacing: 1px;}
.wt-index-tit h2.bai a{color: #fff;}
.wt-index-tit h4{line-height: 30px;}
.wt-index-tit h4.wten{line-height: 30px; height: 60px; overflow: hidden;}
.wt-index-tit h4.bai{color: #fff;}
.wt-index-tit dl{width: 100%; text-align: center;}
.wt-index-tit dl dd{display: inline-block;margin: 0 10px;}
.wt-index-tit dl dd a{display: block; background: #F2F4FF;border-radius: 5px;padding: 8px 12px; color: #333; transition: all 0.3s ease;}
.wt-index-tit dl dd a:hover{background: #0045AA;color: #fff;}
.wt_pro_three_content h4.wten{padding: 0 10px;}
.em_bar {
    background: #9B50DB none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 90px;
}
.em_bar_bg {
    height: 5px;
    width: 90px;
    background: #cbbded;
    margin: 8px auto;
    position: relative;
    border-radius: 30px;
}
.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #0C5ADB;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}
.wt-product-list{margin-top: 40px;}
.wt_pro_three {
    margin-bottom: 30px;transition: .5s;
}
.wt_pro_three_thumb {
    position: relative;
}
.wt_pro_three_thumb img {
    width: 100%;
}
.wt_pro_three_icon {
    position: absolute;
    top: 90%;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 83%;
    background: #AF0069;
    margin: 0 30px;
    margin: auto;
    padding: 12px 0;
    transition: .5s;
    opacity: 0;
}
.wt_pro_three:hover{box-shadow: 0 10px 30px 3px rgb(99 119 238 / 40%);}
.wt_pro_three:hover .wt_pro_three_icon {
    top: 74%;
    opacity: 1;
	z-index: 1;
	color: #fff;
}
.wt_pro_three:hover .wt_pro_three_icon.wten {
    top: 70%;
    opacity: 1;
	z-index: 1;
	color: #fff;
}

.wt_pro_three_icon i {
    color: #fff;
    margin: 0 5px;
}
.wt_pro_three_content {
	background: #0045AA;
    text-align: center;
    padding: 15px 0 20px;
    -webkit-transform: translateY(0px);
    z-index: 1;
}
.wt_pro_three_content h4 a{
    font-size: 24px;
	color: #fff;
}
.wt_pro_three_content span a{
    font-size: 15px;
	line-height: 22px;color: #fff;
}

.wt-anli{ margin-top: 100px; margin-bottom: 40px; overflow: hidden;}

.single_case_study {
    overflow: hidden;
    margin-bottom: 20px;
	position:relative;
	transition:.5s;
}
.single_case_study_thumb {
    transform: scale(1.01);
	transition:.5s;
}
.pdn_0 {
    padding: 0;
}
.single_case_study_thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background:rgba(0,69,170,0.85);
    opacity: 0;
    transition: .5s;
    border: 3px solid #fff;
    right: 0;
    bottom: 0;
    margin: auto;
}
.single_case_study_thumb img {
    width: 100%;
}
.single_case_study_content {
    position: absolute;
    left: 0;
    top: 70%;
    right: 0;
    text-align: center;
    background: #fff;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    padding: 20px 10px;
    opacity: 0;
    transition: .5s;
    transform: translateY(-50%);
    z-index: 1;
}
.single_case_study_icon {
    text-align: center;
    padding-bottom: 10px;
}
.single_case_study_content_inner {
    text-align: center;
}
.single_case_study_content_inner h2 {
    font-size: 22px;
	margin-bottom: 10px;
}
.single_case_study_content_inner p{line-height: 22px;font-size: 14px;}
.single_case_study_content_inner a{display: block; overflow: hidden;}
.single_case_study_content_inner a h2 {
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    font-size: 20px;
	transition:.5s;
}
.single_case_study_icon i {
    background: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 5px;
    color: #0c5adb;
    transition: .5s;
}
.wt-anli-list{margin-bottom: 100px;}

.single_case_study:hover .single_case_study_thumb {
    transform: scale(1.03);
}
.single_case_study:hover .single_case_study_content {
    opacity: 1;
    top: 50%;
}
.single_case_study:hover .single_case_study_thumb::before{
	opacity:1;
}
.single_case_study_content_inner h2 a:hover {
   color: #0c5adb;
}
.single_case_study_icon i:hover{
	background: #0c5adb;
	color:#fff;
}

.wt-anli-list .owl-dots{text-align: center;}
.wt-anli-list .owl-dots .owl-dot.active span, .wt-anli-list .owl-dots .owl-dot:hover span {
    background: #AF0069;
}
.wt-anli-list .owl-dots .owl-dot span{width: 15px; height: 15px;}

.wt-anli-list .button{display: inline-block; margin-top: 20px;}
.wt-anli-list .button:last-child{margin-right: 0;}
.wt-anli-list .button a {
	border: 2px solid #0045AA;
    background: #0045AA;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    border-radius: 5px;
    color: #fff;
}
.wt-anli-list .button.three a {
    padding: 14px 35px;
    color: #fff;
}
.wt-anli-list .button a:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background: #00247E;
    transform: skew(
50deg
);
    transition-duration: .6s;
    z-index: -1;
}
.wt-anli-list .button a i {
    margin-left: 5px;
}
.wt-anli-list .button a:hover {
    color: #fff;
}
.wt-anli-list .button a:hover:before {
    width: 180%;
}

.wt-fangan{background: url("../images/fa-bg.jpg") center no-repeat; background-size: cover; padding: 100px; overflow: hidden;}

.techno_flipbox {
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    z-index: 1;
}


.techno_flipbox {
	perspective: 1000px;
	position: relative;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	z-index: 1;
	margin-bottom: 30px;
}
.techno_flipbox .techno_flipbox_font,
.techno_flipbox .techno_flipbox_back {
	min-height: 270px;
	height: auto;
	box-shadow: 0px 1px 51.3px 5.7px rgba(137,143,156,.15);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: transform .7s ease, -webkit-transform .7s ease;
	position: relative;
	background-size: cover;
}
.techno_flipbox .techno_flipbox_back::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,transparent -80%,#00247e);
}
.icon {
    font-size: 45px;
    line-height: 45px;
}
.techno_flipbox .techno_flipbox_inner {
	text-align: center;
	padding: 0 25px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	perspective: inherit;
	-webkit-perspective: inherit;
	outline: transparent solid 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	z-index: 2;
}
.techno_flipbox_icon {
	font-size: 45px;
	text-align: center;
	display: inline-block;
	color: #fff;
	overflow: hidden;
}
.techno_flipbox_font .flipbox_desc p {
    color: #fff;
}
.techno_flipbox .flipbox_title h3 a {
	display: block;
    font-size: 22px;
    padding:8px 0 13px;
    text-transform: capitalize;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    color: #fff;
}
.techno_flipbox .techno_flipbox_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 2px;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.techno_flipbox .techno_flipbox_back .flipbox_button a {
    text-transform: capitalize;
    margin-top: 22px;
    background: #fff;
    color: #0c5adb;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 5px;
    border: 2px solid #fff;
    transition: .5s;
}
.techno_flipbox_back .flipbox_desc p{
	line-height: 18px;
	font-size: 13px;
    color: #fff;
}
.techno_flipbox .techno_flipbox_back .flipbox_button a i {
	display: none;
}
.techno_flipbox .techno_flipbox_back .flipbox_title h3 {
	padding-bottom: 10px;
	padding-top: 6px;
	color: #fff;
	margin-bottom: 0;
	line-height: 36px;
}
.techno_flipbox .techno_flipbox_font .flipbox_desc,
.techno_flipbox .techno_flipbox_back .flipbox_desc {
	color: #fff;
}

/* Flipbox Hover Css */
.techno_flipbox:hover .techno_flipbox_font {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.techno_flipbox:hover .techno_flipbox_back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
	color: #fff;
	border-color: #0c5adb;
	background: #0c5adb;
}

.techno_flipbox_font .icon {
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    background: #0c5adb;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
	display:inline-block;
}

.wt-news{ margin-top: 100px; margin-bottom: 100px;}

.single_blog {
    border: 1px solid #ebebeb;
    overflow: hidden;
	transition:.5s;
	margin-bottom: 20px;
}
.single_blog_content{
    background: #fff;
	padding: 0 15px;
}
.single_blog:hover {
    border-color: transparent;
    box-shadow:0 5px 30px rgba(0,0,0,0.2);
}
.single_blog_thumb{padding-bottom: 20px;}
.blog_page_title h3 {
    font-size: 20px;
    transition: .5s;
	line-height: 24px;
	height: 48px;
	margin-bottom: 10px;
	overflow: hidden;
}
.blog_page_title a {
    font-weight: 700;
}
.blog_description p{line-height: 20px; height: 60px; font-size: 14px; margin-bottom: 16px; overflow: hidden;}
.single_blog_thumb img {
    width: 100%;
}
.techno_blog_meta{line-height: 36px;}
.techno_blog_meta a{margin-right: 16px;}
.blog_page_button{margin-bottom: 30px;}
.blog_page_button a {
    font-size: 15px;
    transition: .5s;
    color: #616161;
}
.blog_page_button.style_two a {
    font-size: 15px;
    transition: .5s;
    color: #0c5adb;
    border: 1px solid #0c5adb;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 30px;
}
.blog_page_button a i {
    margin-left: 6px;
	vertical-align: middle;
}
.blog_page_button a:hover {
    color:#0045AA;
}
.blog_page_title a:hover {
    color:#0045AA;
}
.techno_blog_meta a {
    color: #616161;
	transition:.3s;
	position:relative;
}
.techno_blog_meta a:before {
    position: absolute;
    right: -6px;
    height: 10px;
    width: 1px;
    background: #666;
    content: "";
    top: 5px;
}
.techno_blog_meta a:hover{
	color:#0C5ADB;
}
.wt-news-right{padding:0px 15px 13px 15px;margin-bottom: 20px;border: 1px solid #eff2f7; overflow: hidden; transition: 0.3s;}
.wt-news-right::before{
	position: absolute;
   
    left: 0;
    width: 100px;
    content: '';
    background: #0045AA;
    transition: all .5s ease, right 0s ease .5s;
    height: 6px;
    margin-left: 16px;}
.wt-news-right:hover:before {
	margin-left: 15px;
    width: 95%;
}
.wt-news-right:hover{background: #eff2f7;box-shadow: 0 5px 4px 0px rgb(0 0 0 / 6%); cursor: default;}
.wt-news-right dl{width: 100%; margin-top: 13px;}
.wt-news-right dl dt{line-height: 36px; height: 36px; overflow: hidden;}
.wt-news-right dl dt a{font-size: 16px; color: #222;}
.wt-news-right dl dd{line-height: 22px;font-size: 14px;height: 44px;overflow: hidden;}

.wt-hz{background: url("../images/hz-bg.jpg")center no-repeat; background-size: cover; padding-top: 50px; padding-bottom: 50px; overflow: hidden;}

.wt-hz-left h4{font-size: 24px; line-height: 48px; letter-spacing: 1px; color: #fff; margin-top: 10px;}
.wt-hz-left h3{font-size: 48px; line-height: 80px; letter-spacing: 3px; color: #fff;}
.wt-hz-left h3.wten{font-size: 55px;font-weight: bold;line-height: 60px; letter-spacing: -1px;text-transform: uppercase;}

.wt-hz-left .button{display: inline-block; margin-top: 30px;}
.wt-hz-left .button:last-child{margin-right: 0;}
.wt-hz-left .button a {
	border: 2px solid #AF0069;
    background: #AF0069;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    border-radius: 5px;
    color: #fff;
}
.wt-hz-left .button.five a {
    padding: 14px 35px;
    color: #fff;
}
.wt-hz-left .button a:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background: #bb0070;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1;
}
.wt-hz-left .button a i {
    margin-left: 5px;
}
.wt-hz-left .button a:hover {
    color: #fff;
}
.wt-hz-left .button a:hover:before {
    width: 180%;
}
.wt-hz-list p{margin-bottom: 20px;}
.wt-hz-list {text-align: center;}


.wt-hz-list .owl-dots{text-align: center;}
.wt-hz-list .owl-dots .owl-dot.active span, .wt-hz-list .owl-dots .owl-dot:hover span {
    background: #AF0069;
}
.wt-hz-list .owl-dots .owl-dot span{width: 10px; height: 10px;}

.wt-hz-list .button{display: inline-block; margin-top: 20px;}
.wt-hz-list .button:last-child{margin-right: 0;}
.wt-hz-list .button a {
	border: 2px solid #0045AA;
    background: #0045AA;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    border-radius: 5px;
    color: #fff;
}


.xiazai{display: block; background: #F9F9F9; padding: 10px; margin-bottom: 20px; overflow: hidden; cursor: default; transition: 0.5s; border-left: 3px solid #f9f9f9;}
.xiazai-1{overflow: hidden;}
.xiazai-1 p{line-height: 68px;color: #222;font-size: 16px;}
.xiazai-1 i{line-height: 68px;font-size: 24px; transition: 0.5s;}
.xiazai .xiazai-2{display:none; border-top: 1px solid #AF0069; transition: 0.5s;}
.xiazai-2 p{line-height: 68px;color: #222;font-size: 16px;}
.xiazai:hover{background: #0045aa12;border-left: 3px solid #AF0069;}
.xiazai:hover .xiazai-1 i{color: #AF0069;}
.wtxz{ transition: 0.5s;background: #0045aa12;border-left: 3px solid #AF0069;}
.wtxz .xiazai-2{display: block;}
.hezuolist{margin-bottom: 20px; transition: all 0.3s ease;}
.hezuolist:hover {
    top: -10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 10px 2px;
}

.zhaopoin{ display: block; padding: 30px 40px; margin-bottom: 30px; background-image: linear-gradient(120deg, #e4efff 0%, #fff 100%); transition: all 0.5s;}
.zhaopoin-img{}
.zhaopoin-img i{font-size: 85px; color: #fff;}
.zhaopoin-tit a{display: inline-block;font-size: 18px;line-height: 36px;}
.zhaopoin p{font-size: 14px;line-height: 24px;}

.zhaopoin:hover{background-image: linear-gradient(120deg, #d6e6fd 0%, #fff 100%); box-shadow: rgb(0 0 0 / 20%) 0px 3px 18px 2px;}


.tit-box .tit{
	    font-family: 'DoHyeon', sans-serif;
	font-weight: 300;
	margin-top: 40px;
	letter-spacing: 2px;
	text-align: center;
    font-size: 42px;
    line-height: 60px;
    color: #1a1a1a;
}
.tit-box .line{
	text-align: center;
    width: 80px;
    height: 2px;
    background-color: #AF0069;
    margin: .75rem auto 0;
}

.tit-box .yin{text-align: center;font-size: 40px; color: #AF0069; margin-bottom: 60px; margin-top: 40px;}



h1.title {
    font-size: 22px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
}


.width30 {
    width: 30%;
    float: left;
}
.width70 {
    width: 70%;
    float: left;
}
.bgfff {
    background: #fff;
    overflow: hidden;
}
.width30 h3 {
    text-align: right;
    font-size: 35px;
    line-height: 50px;
    padding: 60px 30px 60px 0;
    color: #fff;
}
.f9 {
    background: #f9f9f9;
    padding: 30px 0;
}
.f6 {
    background: #f6f6f6;
    padding: 30px 0;
}
.con_body h3 {
    font-size: 16px;
    line-height: 2.2em;
}
.con_body p {
    line-height: 42px;
    font-size: 16px;
}
/*footer*/

.footer{background: #333333;}
.footer-left{}
.footer-top{padding-top:80px;padding-bottom: 10px; }
.footer-left h4{display: block;line-height: 36px; margin-bottom: 15px;}
.footer-left-h4{margin-top: -14px;}
.footer-left h4 a{font-size: 16px; color: #fff;}
.footer-left p a{font-size: 14px; color: #fff;line-height: 28px;}
.footer-left p a:hover{color: #f7f7f7;}

.code-p{text-align: center;line-height: 40px;color: #fff;}
.footer-h3{font-size: 22px;font-weight: 500;color: #fff; margin-bottom: 15px;}
.footer-h4{font-family: 'DoHyeon', sans-serif;font-size: 18px;font-weight: 500;line-height: 24px;color: #fff;}
.footer-h4 span{font-size: 20px;}
.footer-r-p{font-size: 15px;font-weight: 500;line-height: 24px;color: #fff; margin-top: 8px;}
.footer-mz{margin-top: 40px;}
.footer-mz p{font-size: 13px; color: #a9a9a9;line-height: 20px;}
.footer-bq{border-top: 1px solid #a9a9a9; margin-top: 10px;}
.footer-bq p{line-height: 50px; text-align: center;}
.footer-bq p a:hover{color: #555;}
.footer-link{line-height: 24px; background: #333;}
.footer-link a{display: inline-block;padding: 0 5px; line-height: 24px;}
.footer-cp{background: #333;}

.daohang{background: #f3f3f3;}
.m-cur{background-color: #f3f3f3;height: 62px;line-height: 62px; overflow: hidden;}
.m-cur .cur .home{float: left;width: 62px;height: 62px;background: #fff url(../images/home-lb.png) no-repeat center;margin-right: 8px;padding: 0;}
.m-cur .cur .home:hover{background-color: #fff;}
.m-cur .cur{float: left;}
.m-cur .cur a{display: inline-block;padding: 0 16px;font-size: 14px;color: #000;background: url(../images/ico-lb11.png) no-repeat right center;}
.m-cur .cur span{margin-left: 12px;font-size: 14px;color: #c09463;}
.m-cur .cur a:hover{color: #AF0069;}
.ul-tab-lb1{float: right;}
.ul-tab-lb1 li{float: left;}
.ul-tab-lb1 li a{display: block;padding: 0 16px;font-size: 14px;color: #000;}
.ul-tab-lb1 li a:hover,.ul-tab-lb1 li.on a{background-color: #0045AA;color: #fff;}


.ndaohang{background: #EEF2F5; padding: 30px 0; color: #555;}
.ndaohang a{color: #555;}
.ndaohang a:hover{color: #666;}

.left-h2{background: #0045AA;padding: 40px 20px 20px 20px;}
.left-h2 h3{font-family: 'DoHyeon', sans-serif; font-size: 30px; color: #fff;line-height: 40px;font-weight: 600;}
.left-h2 h3 a{color: #fff; transition: all 0.5s ease;}
.left-h2 h3 a:hover{margin-left: 5px;}
.left-h2 .h4{font-family: 'DoHyeon', sans-serif; font-size: 24px; color: #fff;line-height: 36px; font-weight: 300;}
.dl-left{border-left: 1px solid #e8e8e8;border-right: 1px solid #e8e8e8;}
.dl-left dd{border-bottom: 1px solid #e8e8e8; padding-right: 20px; border-left: 3px solid #fff; transition: all 0.3s ease;}
.dl-left dd a{width: 90%; display: inline-block;font-size: 16px;font-weight: 500; line-height: 50px; padding-left: 20px; white-space: nowrap;overflow: hidden;}
.dl-left dd i{float: right; line-height: 50px; transition: all 0.3s ease;}
.dl-left dd:hover{border-left: 3px solid #0045AA; background: #F5F8FA;}
.dl-left dd:hover i{color: #0045AA;}


.xiangguan{clear: both; width: 99%;font-size: 18px; font-weight: bold; margin: 30px 10px 0 5px;line-height: 45px; border-radius: 5px; color: #0045AA; overflow: hidden;}
.xiangguan i{margin: 0 5px 0 5px;}
.gengduo-3{display: block; border: 1px solid #e3e3e3; border-radius: 5px; margin-top: 15px; transition: 0.5s; overflow: hidden;}
.gengduo-3 p{line-height: 42px; text-align: center;color: #fff; background: #0045AA;position: relative;    z-index: 1;}
.gengduo-3 img{transition: 0.5s;}
.gengduo-3:hover img{transform: scale(1.1);}

.gengduo-2{display: block; padding: 10px 10px 10px 10px;border: 1px solid #e3e3e3; border-radius: 5px; margin-top: 15px; margin-bottom: 10px; transition: 0.5s;}
.gengduo-tit{font-size: 16px;line-height: 36px; font-weight: bold;color: #222;}
.gengduo-desc{font-size: 14px; line-height: 24px; color: #777;}
.gengduo-2:hover{border-color: transparent;    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);}

.PrevNextBox {width: 100%; margin:20px 0 0 0;position:relative; color:#888888; font-size:16px;}
.PrevNextBox dl{ width:48.5%; margin-left: 0.5%; margin-right: 0.5%; line-height:60px; height:60px;overflow:hidden; background:#f1f1f1; position:relative; font-size: 14px; transition: all 0.3s ease; float: left;}
.PrevNextBox dl span{ padding-left:15px; padding-right:15px; position:relative; display:block; cursor: pointer; overflow: hidden;}
.PrevNextBox dl span em{ font-weight:bold; position:absolute; left:33px; top:0px; color:#000000; transition: all 0.3s ease;}
.PrevNextBox dl a{ margin:0px auto; text-overflow:ellipsis; white-space:inherit; overflow:hidden; width:95%; color:#666666; transition: all 0.5s ease;}
.PrevNextBox dl:hover{background-color: #213c71; background-image: linear-gradient(to right,#213c71,#0039a9); color:#fff;}
.PrevNextBox dl:hover a{ color:#fff;}
.PrevNextBox dl:hover span em{color:#fff;}
.PrevNextBox dl a.none{color:#999;}

.pjp-list{border: 1px solid #e8e8e8; padding: 16px; margin-bottom: 30px; transition: all 0.5s ease; overflow: hidden;}
.pjp-list img{width: 100%;}
.pjp-list .pjp-tit{text-align: center; line-height: 55px;font-weight: 600;border-bottom: 1px solid #e8e8e8;margin-bottom: 15px;white-space:nowrap; overflow: hidden;}
.pjp-list .pjp-p{line-height: 24px;}

.pjp-list:hover{top: -10px; box-shadow: rgb(0 0 0 / 20%) 0px 3px 18px 2px;}
.pjp-list:hover .pjp-tit{color: #213C71;}


.pjp-xian{margin-top: 40px;}
.pinjieping-tit{}

.pjpal{border: 1px solid #e8e8e8; padding: 16px 16px 0px 16px; transition: all 0.5s ease; margin-top: 10px;margin-bottom: 30px; overflow: hidden;}
.pjpal a{display: block;}
.pjpal .pjpal-tit{font-size: 16px;line-height: 55px;font-weight: 600; white-space: nowrap; text-align: center; border-top: 1px solid #e8e8e8; overflow: hidden;}
.pjpal img{width: 100%;}
.pjpal:hover{top: -10px; box-shadow: rgb(0 0 0 / 20%) 0px 3px 18px 2px;}

.lianxi{width: 100%; margin: 60px 0;}
.lianxi-left{background: #213C71; padding: 45px 30px; height: 450px;}
.lianxi-left h2{font-family: 'DoHyeon', sans-serif; color: #fff;font-size: 26px;font-weight: 600; line-height: 60px;}
.lianxi-left .lianxi-xian{border-top: 1px dashed #f5f5f5;width: 100%; margin: 10px 0;}
.lianxi-left p{line-height: 40px; color: #fff;}
.mark-alt{margin-right: 5px;}
.map{height: 550px;}
.lianxi-list{margin: 20px 0; padding: 20px; border: 1px solid #0045AA;border-radius: 5px; height: 218px;cursor: default;transition:all 0.5s ease;}
.lianxi-list h4{line-height: 36px;font-size: 18px;font-weight: 600;color:#0045AA; }
.lianxi-list p{line-height: 28px;font-size: 14px;}
.lianxi-list.wten p{line-height: 24px;font-size: 14px;}
.lianxi-list:hover{background-image: linear-gradient(120deg, #e4efff 0%, #fff 100%);}
.lianxi-rigt{ overflow: hidden; margin-top: 90px;}

.join-list-box .item {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: .75rem;
}
.join-list-box .img {
	  width: 52.15%;
    float: right;
}
.join-list-box .item .bg {
    left: auto;
    left: -44.6%;
    background-color: #de0045;
}
.join-list-box .bg {
    position: absolute;
    right: -45.6989%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ededed;
    transform: skewX(-20deg);
    transition: all .5s;
}
.join-list-box .item .text-box {
    right: auto;
    left: 6.45%;
}
.join-list-box .text-box {
    position: absolute;
    left: 56.774%;
    top: 0;
    width: 100%;
    height: 100%;
}
.join-list-box .text-box .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.join-list-box .item .text .tit {
    color: #fff;
	font-size: 32px;
    line-height: 46px;
}
.join-list-box .text .con {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
	color: #ffd4dd;
}
.join-list-box .text .more-btn {
    display: inline-block;
	padding: 10px 15px;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    margin-top: 10px;
    transition: all .3s;
	color: #b6000b;
}
.join-list-box .item .block {
    content: "";
    position: absolute;
    left: 42%;
    top: 0;
    width: 17.2%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/contact-block.png);
    z-index: 3;
}
.join-list-box .img img {
    width: 100%;
}

.pinjie-xx{ margin-top: 0px;}
.pinjie-xx h1{font-size: 22px; font-weight: bold; color: #000;line-height: 50px;}
.pinjie-xx h1.wten{font-size: 30px;line-height: 36px; text-transform: capitalize;}
.pinjie-xx .h4{font-size: 15px;line-height: 24px; color: #666;}
.pinjie-xx-tit{display: block;width: 100%;margin-top: 40px; margin-bottom: 20px; font-size: 22px;font-weight: bold;color: #AF0069;}
.pinjie-xx-lx{margin: 10px 0; padding: 20px 0; border-top: 1px solid #afafaf; overflow: hidden;}
.pinjie-xx-lx .btn{display: inline-block;float: left; background: #AF0069; border: 2px solid #AF0069; margin-right: 20px; color: #fff; transition: all 0.5s ease;}
.pinjie-xx-lx .btn a{color: #fff;font-weight: bold;padding: 0 10px; transition: all 0.5s ease;}
.pinjie-xx-lx .btn:hover{background: #fff;}
.pinjie-xx-lx .btn:hover a{color: #AF0069;}
.pinjie-xx-zy{font-size: 15px;line-height: 30px; padding-bottom: 10px; border-bottom: 1px solid #afafaf;}
.pinjie-xx-zy a{font-size: 15px;line-height: 30px;}
.pinjie-xx-zy i{color: #AF0069;margin-right: 5px;}


.pinjie-xiang{display: block;width: 100%; padding: 0 25px; overflow: hidden;}
.pinjie-xiang p{font-size: 15px; line-height: 32px;}
.pinjie-xiang h3{line-height: 2.2; color: #213C71; font-size: 18px;font-weight: bold; background: url("../images/more.png") no-repeat;background-position: 10px; padding-left: 25px;}
.pinjie-xiang tbody tr{line-height: 30px; padding-top: 4px;}
.pinjie-xiang tbody tr td{border: 1px solid #eee;}

.pinjie-canshu{display: block;width: 100%;overflow: hidden;}
.pinjie-canshu p{font-size: 15px; line-height: 32px;}
.pinjie-canshu h3{line-height: 2.2; color: #213C71; font-size: 18px;font-weight: bold; background: url("../images/more.png") no-repeat;background-position: 10px; padding-left: 25px;}
.pinjie-canshu tbody tr{line-height: 30px; padding-top: 4px;}
.pinjie-canshu tbody tr td{border: 1px solid #eee;}


.pinjie-xx-img{box-shadow: 0px 5px 20px 0px rgb(1 23 43 / 15%);}

.diaocha-h1{font-size: 32px;font-weight: 600; line-height: 36px; color: #222;}
.diaocha-h3{font-size: 18px;line-height: 28px; color: #222;}

input[type=checkbox], input[type=radio] {
     margin: 0px; 
    line-height: normal;
}
.form-group .radio-inline{margin-left: 30px;}
.dc-btn{background: #AF0069; color: #fff;}


.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    text-decoration: none;
    background-color: #fff;
    padding: 0;
    border: none;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #999;
    background:none;
    border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
nav.for-pagination {
    text-align: center;
    margin-bottom: 50px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
display: inline;
    float: left;
    line-height: 1.42;
    padding: 6px 6px;
    margin: 0 0 0 5px;
}
.pagination>li.thisclass {
    background: #0045AA;
    color: #fff;
    margin-left: 0.75em;
}
.pagination>li.shouye {
    padding: 6px 12px;
    background: #fff;
    color: #999;
    border: 1px solid #ddd;
    margin-left: 0.75em;
    line-height: 1.42;
}
nav.for-pagination .pagination li.active a {
    background-color: #334870;
    border-color: #334870;
    color: #fff;
}
nav.for-pagination .pagination li span {
    color: #999;
}
nav.for-pagination .pagination li:nth-child(n+2) a {
    color: #999;
}



.techno_flipbox_font {
    border-radius: 8px;
}
.flipbox .section_main_title h1 {
    color: #fff;
}
.flipbox .section_sub_title h6 {
    color: #fff;
}
.flipbox .section_title{
	margin-bottom:30px;
}
.techno_flipbox {
	perspective: 1000px;
	position: relative;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	z-index: 1;
}
.techno_flipbox .techno_flipbox_font,
.techno_flipbox .techno_flipbox_back {
	min-height: 305px;
	height: auto;
	box-shadow: 0px 1px 10px 5.7px rgba(137,143,156,.15);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: transform .7s ease, -webkit-transform .7s ease;
	position: relative;
}
.techno_flipbox .techno_flipbox_back::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,transparent -80%,#0045AA);
}

.techno_flipbox .techno_flipbox_inner {
	text-align: center;
	padding: 0 25px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	perspective: inherit;
	-webkit-perspective: inherit;
	outline: transparent solid 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	z-index: 2;
}
.techno_flipbox_icon {
	font-size: 45px;
	text-align: center;
	display: inline-block;
	color: #fff;
	overflow: hidden;
}
.techno_flipbox_font .flipbox_desc p {
    color: #fff;
}
.techno_flipbox .flipbox_title h3 {
    font-size: 22px;
	line-height: 50px;
    padding-bottom: 13px;
    text-transform: capitalize;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    color: #222;
}
.techno_flipbox .techno_flipbox_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 2px;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.techno_flipbox .techno_flipbox_back .flipbox_button a {
    text-transform: capitalize;
    margin-top: 22px;
    background: #fff;
    color: #0c5adb;
    display: inline-block;
    padding: 4px 25px;
    border-radius: 5px;
    border: 2px solid #fff;
    transition: .5s;
}
.techno_flipbox_back .flipbox_desc p{
    color: #fff;
}
.techno_flipbox .techno_flipbox_back .flipbox_button a i {
	display: none;
}
.techno_flipbox .techno_flipbox_back .flipbox_title h3 {
	padding-bottom: 16px;
	padding-top: 0;
	color: #fff;
	margin-bottom: 0;
}
.techno_flipbox .techno_flipbox_font .flipbox_desc,
.techno_flipbox .techno_flipbox_back .flipbox_desc {
	color: #fff;
}

/* Flipbox Hover Css */
.techno_flipbox:hover .techno_flipbox_font {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.techno_flipbox:hover .techno_flipbox_back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
	color: #fff;
	border-color: #0c5adb;
	background: #0c5adb;
}


.about-honor-line {clear: both; background: #fff; overflow: hidden; position: relative; margin: 30px 0 40px 0; padding: 10px 0; }

.about-honor-line .title { padding: 20px 0; font-size: 36px; color: #383842; text-align: center; }

.about-honor-line .item { padding-top: 25px; position: relative; width: 50%; left: 50%; padding-left: 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-left: 3px solid #f4f4f4; }

.about-honor-line .item.r { text-align: right; left: 3px; padding-left: 0; padding-right: 40px; border-right: 3px solid #f4f4f4; border-left: none; }

.about-honor-line .item.r .time:before { left: auto; right: -42px; }

.about-honor-line .item.r .desc { text-align: right; }

.about-honor-line .item.r .desc:before { left: auto; right: -55px; }

.about-honor-line .item.r .desc .pic { text-align: right; }

.about-honor-line .item.icon { height: 120px; position: relative; }

.about-honor-line .item.icon .more { position: absolute; top: 50%; left: -18px; margin-top: -16px; width: 32px; height: 32px; background: url("../images/about-honor-line-more.png") no-repeat center; }

.about-honor-line .item .time { font-size: 30px; color: #AF0069; margin-bottom: 20px; position: relative; }

.about-honor-line .item .time:before { content: ''; display: block; position: absolute; top: 18px; margin-top: -6px; margin-right: -6px; right: 0; left: -47px; width: 12px; height: 12px; background: #e4e4e4; z-index: 2; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }

.about-honor-line .item .desc { font-size: 14px; color: #666666; position: relative; }

.about-honor-line .item:hover .desc:before{background: url("../images/about-honor-line-dot.png") no-repeat center; -webkit-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;}

.about-honor-line .item .desc:before { content: ''; display: block; position: absolute; top: 2px; left: -55px; width: 26px; height: 26px; background: url("../images/about-honor-line-dot-no.png") no-repeat center; -webkit-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;}

.about-honor-line .item .desc .pic { padding: 10px 0; }

.about-honor-line .item .desc .pic img { display: inline-block; width: 80%; box-shadow: 3px 3px 7px rgb(0 0 0 / 20%);}

.about-honor-line .item .desc p {width: 80%;
    font-size: 16px;
    padding: 5px 0;
    line-height: 36px; letter-spacing: 1px;}

.about-honor-line .r .desc p {float: right; text-align: right;}


.mianbaoxie{border-bottom: 1px solid #e3e4e4; line-height: 60px;}
.cp-tit{ width: 100%; background: url("../images/left-top.jpg") center no-repeat; background-size: cover;}
.cp-tit h3{line-height: 36px; margin-left: 20px; font-size: 30px; font-weight: bold;color: #fff; padding: 40px 0;}
.left-dl{ border: 1px solid #e3e4e4;}
.left-dl dd{line-height: 46px; font-size: 16px;padding-left: 20px; border-bottom: 1px solid #e3e4e4;}
.left-dl dd:last-child{border: none;}
.left-bottom{width: 100%; background: url("../images/left-bot.jpg") center no-repeat; background-size: cover; height: 239px;}
.left-bottom p{
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-size: 18px;
    padding-top: 106px;
    display: block;}

.tel400 {
    font-family: "Impact";
    line-height: 55px;
    width: 100%;
    margin-top: 8px;
    text-align: center;
    font-size: 33px;
    color: #FFF;
}
.left-lianxi{border: 1px solid #e3e4e4;}
.left-lianxi-tit h3{padding: 20px;color: #fff;font-size: 20px; width: 100%; background: url("../images/left-tit.jpg") center no-repeat; background-size: cover;}
.left-lianxi p{ margin: 0 20px; line-height: 26px;}
.left-lianxi p img{text-align: center;}

.newText{padding: 40px 25px; background: #f9f9f9;}
.newText .H1{font-size:24px; color:#333333; text-align: center}
.newTextDiv{border-top:1px solid #d7d8d8; border-bottom:1px solid #d7d8d8; padding:9px 0; margin: 30px 0 40px 0; text-align: center;}
.newTextDiv .H2{font-size:14px; color:#777777; margin-right:0.83%; display: inline-block; line-height: 34px; letter-spacing: 0.5px;}
.newTextCon{font-size:14px; line-height: 30px; color:#333333; }
.newTextCon img{max-width: 100%;}
.newText h3{line-height: 2.2; color: #213C71; font-size: 18px;font-weight: bold; background: url("../images/more.png") no-repeat;background-position: 10px; padding-left: 25px;}


.newText-1{padding: 40px 25px; background: #f9f9f9; overflow: hidden;}
.newText-1 .H1{font-size:24px; color:#333333; text-align: center}
.newText-1 .newTextDiv{border-top:1px solid #d7d8d8; border-bottom:1px solid #d7d8d8; padding:9px 0; margin: 30px 0 40px 0; text-align: center;}
.newText-1 .newTextDiv .H2{font-size:14px; color:#777777; margin-right:0.83%; display: inline-block; line-height: 34px; letter-spacing: 0.5px;}
.newText-1 .newTextCon{clear: both; font-size:15px; line-height: 32px; color:#333333; }
.newText-1 .newTextCon img{max-width: 100%;}
.newText-1 .newText h3{line-height: 2.2; color: #213C71; font-size: 18px;font-weight: bold; background: url("../images/more.png") no-repeat;background-position: 10px; padding-left: 25px;}
.newText-1 .newTextCon h3{line-height: 2.2; color: #213C71; font-size: 18px;font-weight: bold; background: url("../images/more.png") no-repeat;background-position: 10px; padding-left: 25px;}


.xinwen-list{margin-top: 40px;}
.xinwen-list dl dd{ display: block;padding: 20px 0 20px 20px; border-bottom: 1px solid #e3e4e4; overflow: hidden; transition: all 0.5s ease;}
.xinwen-list dl dd .time{width:9.76%; float:left; position: relative; padding-top:10px;}
.xinwen-list dl dd .time::after{width:30px; height: 2px; content: ""; background-color:#d9d9d9; position: absolute; top:22px; right:0;}
.xinwen-list dl dd .time .H4{font-size:44px; font-family: Arial; font-weight: bold; color:#213C71; line-height: 40px; }
.xinwen-list dl dd .time .H5{font-size:16px; color:#999999;font-family: Arial; margin: 12px 0;}
.xinwen-list dl dd .time .ico{width:24px; height: 12px; line-height: 0; display: block;}
.xinwen-list dl dd .text{width:87%; float:left; margin-left:2.4%;}
.xinwen-list dl dd .H4{font-size:18px; color:#333333; padding:14px 0 23px 0; transition: all 0.5s ease;}
.xinwen-list dl dd .text .p{font-size:14px; color:#999999; line-height: 26px; height:78px;
	overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; }
.xinwen-list dl dd:hover{background: #F5F8FA;}
.xinwen-list dl dd:hover .H4{color:#AF0069;}

.chanpin-list{background: #F5F5F5;padding: 20px;}
.chanpin-list ul{width: 100%;}
.chanpin-list .list{float:left; width:31.76%; margin:0 2.36% 30px 0; background-color:#fff;}
.chanpin-list .list:nth-child(3n){margin-right:0;}
.chanpin-list .box .img{width:100%; padding-bottom:100%; position: relative; overflow: hidden;}
.chanpin-list .box .img img{width:100%; height: 100%; position: absolute;
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
.chanpin-list .box .text{border:1px solid #e7e7e7; padding:30px 15px;}
.chanpin-list .box .text .H4{font-size:16px; color:#282d28; height: 18px;line-height: 18px; overflow: hidden;}
.chanpin-list .box .text .line{width:68px; height: 2px; display: block; background-color:#1A7BBE; margin: 20px 0; position: relative;}
.chanpin-list .box .text .line::after{width:25px; height: 2px; background-color:#afafaf; position: absolute; top:0; left:76px; content: "";}
.chanpin-list .box .text .more{font-size:12px; color:#666666; font-family: Arial; text-transform: uppercase;}
.chanpin-list .list:hover .img img{transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);}
.chanpin-list .list:hover .H4{color:#1A7BBE;}


/*招商*/

.zs-wt{background: url("../images/wtbg.jpg") no-repeat; background-size: cover;padding: 50px 30px; margin-top: 80px; margin-bottom: 80px;-moz-box-shadow:0px 0px 15px #949494; -webkit-box-shadow:0px 0px 15px #949494; box-shadow:0px 0px 15px #dedede; overflow: hidden;}
.zs-wt:hover{ box-shadow:0px 0px 15px #cecece;}
.wt-1{font-size: 36px; color: #0045AA;line-height:40px;font-family: 'DoHyeon', sans-serif;font-weight: bold; margin-bottom: 30px;}
.wt-1 img{margin-right: 5px;}

.wt-2{font-family: 'DoHyeon', sans-serif; font-size: 28px; color: #afafaf; line-height: 38px;font-weight: 500;letter-spacing: 1px;}
.wt-3{background: #0045AA;color: #fff;padding: 10px 20px; text-align: center; margin-top: 30px;}
.wt-ico{}
.wt-ico-d{line-height: 24px;font-size: 18px;font-weight: bold; margin-bottom: 20px;}

.zcys{background: url("../images/zcbg.jpg") no-repeat; background-size: cover; background-attachment: fixed;padding-top: 80px; padding-bottom: 100px;}
.zcys h3{font-family: 'DoHyeon', sans-serif; font-size: 45px; color: #fff;font-weight: bold; letter-spacing: 1px; line-height: 60px;cursor: default;}
.zcys h6{font-size: 18px;text-transform:uppercase; color:#fff; line-height: 24px;}
.ys-top{font-family: 'DoHyeon', sans-serif; font-size: 24px;color: #B92D81;line-height: 40px;font-weight: 600; margin-bottom: 10px; transition: all 0.5s ease;}
.ys-p{font-size: 18px; color: #222; line-height: 32px; transition: all 0.5s ease;}
.ys-btn{background: #0045AA; padding: 6px 20px; margin-top: 20px; transition: all 0.5s ease;}
.ys-btn a{color: #fff;font-size: 16px; transition: all 0.5s ease;}

.zxsy-bg{background: #fff;margin-bottom: 30px; padding: 20px 0; overflow: hidden; transition: all 0.5s ease;}
.ys-c{margin-top: 20px;}
.ys-c-top{line-height: 40px;font-size: 24px; color: #0045AA; letter-spacing: 1px;}
.ys-c-top i{width: 35px;height: 35px; font-family: 'DoHyeon', sans-serif;font-size: 24px; font-style: normal; display: inline-block; margin-right: 10px; background: #0045AA; color: #fff; text-align: center;}
.ys-c-p{font-size: 17px; color: #222;line-height: 30px;}
.wtys1{ margin-top: 80px; margin-bottom: 60px;}
.wtys1img{zoom:0.8;}

.zxsy-bg:hover{background: #0045AA;}
.zxsy-bg:hover .ys-top{color: #fff;}
.zxsy-bg:hover .ys-p{color: #fff;}
.zxsy-bg:hover .ys-btn{color: #0045AA;background: #fff;}
.zxsy-bg:hover .ys-btn a{color: #0045AA;}





.wtcp{padding-top: 30px; padding-bottom: 70px;}
.wtdaili{background: url("../images/dlbg.jpg") no-repeat; background-size: cover; background-attachment: fixed;padding-top: 80px; padding-bottom: 100px;}
.daili{padding-top: 50px; background-image: linear-gradient(135deg, #F5F8F7, #E0E5F1); margin-bottom: 15px; min-height: 356px;}
.daili-sz{font-family: 'DoHyeon', sans-serif; width: 100px; height: 100px; background: #0045AA;font-size: 50px;color: #fff; margin: 10px auto; text-align: center;border-radius:100%;padding-top: 28px; margin-bottom: 30px;}
.daili p{font-size: 18px;margin: 0 20px; color: #222;line-height: 26px;}

.daili12{padding-top: 80px; padding-bottom: 80px;}


.width20{width: 16%; margin: 0 2%;float: left;position: relative;}
.buzhou{background: #0045AA; text-align: center; padding:75px 15px;}
.buzhou::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 8px;
    width: 10%;
    background: #B92D81;
	transition: .5s;}
.buzhou:hover:before {
    width: 100%;
}
	
.bzshuzi{font-size: 50px;font-weight: bold;color: #fff;}
.buzhou p{font-family: 'DoHyeon', sans-serif; line-height: 60px; font-size: 24px; letter-spacing: 1px; font-weight: bold; color: #fff;}
.buzhou.wten p{font-size: 30px; text-transform: uppercase;line-height: 40px; height: 40px;}


.buzhou-point{margin-top: 30px; padding: 0;}

.wtliuyan{background: url("../images/ly.jpg") no-repeat; background-size:cover;padding-top: 80px; padding-bottom: 100px;}
.wtzixun{}
.wtzixun h3{font-size: 22px;font-weight: bold;color: #fff; margin-right: 10px; margin-top: 20px; margin-bottom: 10px;padding-left: 20px;}
.wtzixun h3 span{font-size: 16px;color: #c5c5c5; margin-left: 10px;}
.wtzixun p{line-height: 36px; text-align: right; width: 80px; margin-right: 20px; display: inline-block; color: #fff;vertical-align: top;}
.wtzixun input{ width: 80%; display: inline-block;}
.wtzixun textarea{ width: 80%; display: inline-block;}
.rowa{margin-bottom: 20px;}
.mapa{width: 90%; height: 520px;}
.wtzixun .btn-a{width: auto; display: inline-block;background: #ED2D2D;color: #fff; padding: 6px 25px; margin-right: 20px;}
.btn-b{display: inline-block;background: #fff;color: #ED2D2D; padding: 6px 25px;}

.zs-banner{background: url("../images/zs-banner.jpg") center no-repeat; padding: 100px 0; text-align: center;}
.zs-banner p{font-size: 28px;letter-spacing: 2px; line-height: 80px; color: #fff;}
.zs-banner .pp{color: #f5f5f5;    text-transform: uppercase; letter-spacing: 0;}
.bnr-title {
	font-family: 'DoHyeon', sans-serif;
	letter-spacing: 20px;
    font-weight: bold;
    color: transparent;
    font-size: 16rem;
    text-align: center;
    line-height: 16rem;
    background: url(../images/05.jpg) repeat;
    background-size: 200px auto;
    background-position: 40% 50%;
    -webkit-background-clip: text;
    position: relative;
    animation: background-2 10s infinite linear;
	margin-top: 10px;
}
@keyframes background-2 {
  from { background-position: 0 0%; }
  to { background-position: -200px 0; }
}

.rowa #vdcode{width: 105px; text-transform: uppercase; display: inline-block;}












/*******************************************************************************************************************************************************************************/
@media (max-width: 1600px) {
	.dreamit-header-menu ul li {margin: 0 10px}
	.dreamit-header-menu ul li a{font-size: 16px;}
	.dreamit-header-menu ul li.menu-tel a{font-size: 28px;}
	.menu-tel i{font-size: 28px;}
	.slider1{height: 800px;}
	.slider2{height: 800px;}
	.slider3{height: 800px;}
	.led-ys-d{padding-bottom: 30px;}
	.led-ys{padding: 15px 10px 15px 10px;}
	.led-ys-title h3{font-size: 18px;}
	.wt-about{margin-top: 0px; padding-bottom: 80px;}
	.single_about_shape_thumb img{width: 40%;}
	.single_about_shape_thumb{bottom: -60px;}
	.wt-product{padding-top: 70px;padding-bottom: 70px;}
	.wt-index-tit h2{font-size: 36px;line-height: 45px;}
	.wt_pro_three:hover .wt_pro_three_icon{top: 70%;}
	.wt-index-tit h4{line-height: 26px;}
	.wt_pro_three_content{padding: 10px 0 12px;}
	.wt_pro_three_content h4 a{font-size: 20px;}
	.wt_pro_three_content span a{font-size: 14px;}
	.wt-anli{margin-top: 70px;}
	.wt-fangan{padding: 70px ;}
	.wt-news {margin-top: 70px;    margin-bottom: 70px;}
	.wt-news-right{padding: 0px 15px 10px 15px;margin-bottom: 9px;}
	.wt-hz-left h3 {    font-size: 40px;		line-height: 55px;}
	.wt-hz-list p {    padding: 0 10px;}
	.footer-h3{font-size: 19px;}
	.footer-r-p{font-size: 14px;}
	.wt-anli-list{margin-bottom: 70px;}
	.lianxi-rigt{margin-top: 10px;}
	.nei-about{margin-top: 80px;}
	
}


@media (max-width: 1440px) {
	.main-logo img{max-width: 100%;}
	.stiky-logo img{max-width: 100%;}
	.led-out{border-radius: 20px;}
	.slider_list .owl-prev, .owl-next{top: -400px;}
	.led-ys::before{width: 148px; height: 148px;    border-radius: 0 0 148px 0;}
	.dreamit-header-menu ul li a{margin: 28px 0;}
	.dreamit-header-menu ul li {margin: 0 10px}
	.dreamit-header-menu ul li a{font-size: 14px;}
	.dreamit-header-menu ul li.menu-tel a{font-size: 20px;}
	.menu-tel i{font-size: 20px;}
	.dreamit-header-menu ul li .btn-group .btn{font-family:''; padding: 2px 8px; font-size: 8px;}
	.slider1{height: 700px;}
	.slider2{height: 700px;}
	.slider3{height: 700px;}
	.dreamit-slider-content h2{font-size: 40px;}
	.slider-button a{font-size: 17px;    padding: 10px 15px;}
	.led-ys-in i{width: 60px;height: 60px; line-height: 60px;}
	.led-ys-d{padding-bottom: 30px;}
	.led-ys{padding: 15px 10px 15px 10px;}
	.led-ys-title h3{font-size: 16px;}
	.wt-about-left h2 a{font-size: 36px; line-height: 60px;}
	.wt-about{margin-top: 0px; padding-bottom: 80px;}
	.single_about_shape_thumb img{width: 40%;}
	.single_about_shape_thumb{bottom: -20px;}
	.wt-anli-list{margin-bottom: 50px;}
	.wt-product{padding-top: 70px;padding-bottom: 70px;}
	.wt-index-tit h2{font-size: 36px;line-height: 45px;}
	.wt_pro_three:hover .wt_pro_three_icon{top: 70%;}
	.wt-index-tit h4{line-height: 26px;}
	.wt_pro_three_content{padding: 10px 0 12px;}
	.wt_pro_three_content h4 a{font-size: 20px;}
	.wt_pro_three_content span a{font-size: 14px;}
	.wt-anli{margin-top: 70px;}
	.wt-fangan{padding: 70px ;}
	.techno_flipbox_icon{font-size: 36px;}
	.icon{font-size: 36px;line-height: 36px;}
	.techno_flipbox .techno_flipbox_back .flipbox_title h3{line-height: 24px; height: 24px; overflow: hidden;}
	.techno_flipbox .techno_flipbox_back .flipbox_title h3 a{font-size: 16px; padding: 0;}
	.flipbox_desc{margin-top: 10px;}
	.blog_page_title a{font-size: 15px;font-weight: 400;line-height: 24px;max-height: 48px;overflow: hidden;}
	.techno_flipbox_back .flipbox_desc p{font-size: 12px; height: 36px; overflow: hidden;}
	.wt-news {margin-top: 50px;    margin-bottom: 0px;  padding-bottom: 50px;}
	.wt-news-right{padding: 0px 15px 10px 15px;margin-bottom: 9px;}
	.wt-hz-left h3 {    font-size: 40px;		line-height: 55px;}
	.wt-hz-list p {    padding: 0 10px;}
	.footer-h3{font-size: 16px;}
	.footer-h4{font-size: 14px;line-height: 20px;}
	.footer-r-p{font-size: 12px; margin-top: 5px;}
	.wt-news-right:hover:before{width: 93%;}
	.wt-hz-left .button{margin-top: 18px;}
	.footer-bq{font-size: 12px;}
	.join-list-box .item .text .tit{font-size: 26px;}
	.lianxi-rigt{margin: 0;}
	
	.nei-about{margin-top: 80px;}
}


@media (max-width: 1366px) {
	.main-logo img{max-width: 100%;}
	.stiky-logo img{max-width: 100%;}
	.led-out{border-radius: 20px;}
	.slider_list .owl-prev, .owl-next{top: -400px;}
	.led-ys::before{width: 148px; height: 148px;    border-radius: 0 0 148px 0;}
	.dreamit-header-menu ul li a{margin: 28px 0;}
	.dreamit-header-menu ul li {margin: 0 10px}
	.dreamit-header-menu ul li a{font-size: 14px;}
	.dreamit-header-menu ul li.menu-tel a{font-size: 20px;}
	.menu-tel i{font-size: 20px;}
	.dreamit-header-menu ul li .btn-group .btn{font-family:''; padding: 2px 8px; font-size: 8px;}
	.slider1{height: 700px;}
	.slider2{height: 700px;}
	.slider3{height: 700px;}
	.dreamit-slider-content h2{font-size: 40px;}
	.slider-button a{font-size: 17px;    padding: 10px 15px;}
	.led-ys-in i{width: 60px;height: 60px; line-height: 60px;}
	.led-ys-d{padding-bottom: 30px;}
	.led-ys{padding: 15px 10px 15px 10px;}
	.led-ys-title h3{font-size: 15px;}
	.wt-about-left h2 a{font-size: 36px; line-height: 60px;}
	.wt-about{margin-top: 0px; padding-bottom: 80px;}
	.single_about_shape_thumb img{width: 40%;}
	.single_about_shape_thumb{bottom: -20px;}
	.wt-anli-list{margin-bottom: 50px;}
	.wt-product{padding-top: 70px;padding-bottom: 70px;}
	.wt-index-tit h2{font-size: 36px;line-height: 45px;}
	.wt_pro_three:hover .wt_pro_three_icon{top: 70%;}
	.wt-index-tit h4{line-height: 26px;}
	.wt_pro_three_content{padding: 10px 0 12px;}
	.wt_pro_three_content h4 a{font-size: 20px;}
	.wt_pro_three_content span a{font-size: 14px;}
	.wt-anli{margin-top: 70px;}
	.wt-fangan{padding: 70px ;}
	.techno_flipbox_icon{font-size: 36px;}
	.icon{font-size: 36px;line-height: 36px;}
	.techno_flipbox .techno_flipbox_back .flipbox_title h3{line-height: 24px; height: 24px; overflow: hidden;}
	.techno_flipbox .techno_flipbox_back .flipbox_title h3 a{font-size: 16px; padding: 0;}
	.flipbox_desc{margin-top: 10px;}
	.blog_page_title a{font-size: 13px;font-weight: 400;line-height: 24px;max-height: 48px;overflow: hidden;}
	.techno_flipbox_back .flipbox_desc p{font-size: 12px; height: 36px; overflow: hidden;}
	.wt-news {margin-top: 50px;    margin-bottom: 0px;  padding-bottom: 50px;}
	.wt-news-right{padding: 0px 15px 10px 15px;margin-bottom: 9px;}
	.wt-hz-left h3 {    font-size: 40px;		line-height: 55px;}
	.wt-hz-list p {    padding: 0 10px;}
	.footer-h3{font-size: 16px;}
	.footer-h4{font-size: 14px;line-height: 20px;}
	.footer-r-p{font-size: 12px; margin-top: 5px;}
	.wt-news-right:hover:before{width: 93%;}
	.wt-hz-left .button{margin-top: 18px;}
	.footer-bq{font-size: 12px;}
	.wt-news-right dl dt{line-height: 23px; height: 23px;}
	.wt-news-right dl dt a{font-size: 13px;}
	.nei-about{margin-top: 80px;}
}


@media (max-width: 1280px) {


	.main-logo img{max-width: 100%;}
	.stiky-logo img{max-width: 100%;}
	.led-out{border-radius: 20px;}
	.dreamit-header-menu ul li.menu-tel a{padding-right: 8px;}
	.slider_list .owl-prev, .owl-next{top: -400px;}
	.led-ys::before{width: 148px; height: 148px;    border-radius: 0 0 148px 0;}
	.dreamit-header-menu ul li a{margin: 28px 0;}
	.dreamit-header-menu ul li {margin: 0 7px}
	.dreamit-header-menu ul li a{font-size: 14px;}
	.dreamit-header-menu ul li.menu-tel a{font-size: 20px;}
	.dreamit-header-menu ul li:last-child{margin: 0;}
	.menu-tel i{font-size: 20px;}
	.dreamit-header-menu ul li .btn-group .btn{font-family:''; padding: 2px 8px; font-size: 8px;}
	.slider1{height: 700px;}
	.slider2{height: 700px;}
	.slider3{height: 700px;}
	.dreamit-slider-content h2{font-size: 40px;}
	.slider-button a{font-size: 17px;    padding: 10px 15px;}
	.led-ys-in i{width: 60px;height: 60px; line-height: 60px;}
	.led-ys-d{padding-bottom: 30px;}
	.led-ys{padding: 15px 10px 15px 10px;}
	.led-ys-title h3{font-size: 14px;}
	.wt-about-left h2 a{font-size: 36px; line-height: 60px;}
	.wt-about{margin-top: 0px; padding-bottom: 80px;}
	.single_about_shape_thumb img{width: 40%;}
	.single_about_shape_thumb{bottom: -20px;}
	.wt-anli-list{margin-bottom: 50px;}
	.wt-product{padding-top: 70px;padding-bottom: 70px;}
	.wt-index-tit h2{font-size: 36px;line-height: 45px;}
	.wt_pro_three:hover .wt_pro_three_icon{top: 70%;}
	.wt-index-tit h4{line-height: 26px;}
	.wt_pro_three_content{padding: 10px 0 12px;}
	.wt_pro_three_content h4 a{font-size: 20px;}
	.wt_pro_three_content span a{font-size: 14px;}
	.wt-anli{margin-top: 70px;}
	.wt-fangan{padding: 70px ;}
	.techno_flipbox_icon{font-size: 36px;}
	.icon{font-size: 36px;line-height: 36px;}
	.techno_flipbox .techno_flipbox_back .flipbox_title h3{line-height: 24px; height: 24px; overflow: hidden;}
	.techno_flipbox .techno_flipbox_back .flipbox_title h3 a{font-size: 16px; padding: 0;}
	.flipbox_desc{margin-top: 10px;}
	.blog_page_title a{font-size: 16px;font-weight: 400;line-height: 24px;max-height: 48px;overflow: hidden;}
	.techno_flipbox_back .flipbox_desc p{font-size: 12px; height: 36px; overflow: hidden;}
	.wt-news {margin-top: 50px;    margin-bottom: 0px;  padding-bottom: 50px;}
	.wt-news-right{padding: 0px 15px 10px 15px;margin-bottom: 9px;}
	.wt-hz-left h3 {    font-size: 40px;		line-height: 55px;}
	.wt-hz-list p {    padding: 0 10px;}
	.code-p{font-size: 12px;}
	.footer-mz p{font-size: 12px;}
	.wt-hz-left .button.five a {
    padding: 8px 10px;
    color: #fff;
	}.wt-hz-left .button a{font-size: 14px;}
	.footer-h3{font-size: 14px;}
	.footer-h4{font-size: 14px;line-height: 20px;}
	.footer-r-p{font-size: 12px; margin-top: 5px;}
	.wt-news-right:hover:before{width: 93%;}
	.wt-hz-left .button{margin-top: 18px;}
	.footer-bq{font-size: 12px;}
	
	
	
}

@media (max-width: 1000px) {
  .display-pc {display: none; }
  .display-600 {display: block; }
  .not-display-pc{display: block;}
  .not-display-600 {display: none; }
    
.screen{padding: 0 5%;}
	.index-tit h2{font-size: 24px; margin-top: 30px;}
	.col-line-box{width: 24%;}
	.led-shili-icon{width: 22.6%; padding: 0;}
	.led-shili-icon img{max-width: 100%;}
	.screen .led-shili-icon .w100{width: 100%; height: auto; padding-top: 0; margin-top: 10px;}
	.bg-image-1{background: none;}
	.section-custom-1{padding-top: 30px; padding-bottom: 20px;}
	.d-xl-block{font-size: 24px;}
	.index-tit h4 a{width: 44%;padding: 5px 8px; margin-bottom: 10px;margin-right: 15px;}
	.worjs0{padding: 5px 6px 8px;}
	.workshow {    margin-top: 15px;}	
	.led-anli {
    overflow: hidden;
    margin-bottom: 30px;
}
	
	.led-pro-list p{line-height: 20px; margin-top: 10px; text-align: left;}
p.offset-xl {margin-top: 10px;}
	.led-dl{margin: 0;}
	.led-row{padding: 40px 0;}
	.footer-bq{border: none;padding: 20px 10px 40px 10px;}
	.footer-bq p{line-height: 22px; padding: 0 20px;}
	
	.slider1{height: 550px;background-position: right center;}
	.slider2{height: 550px;}
	.slider3{height: 550px;}
	.dreamit-slider-content::before{position: inherit;}
	.dreamit-slider-content h3{font-size: 20px;}
	.dreamit-slider-content h2{font-size: 40px; margin-bottom: 10px;}
	.slider-button a{padding: 8px 24px;}
	.slider_list:hover .owl-prev{left: 20px;}
	.slider_list .owl-prev, .owl-next{    top: -320px;    height: 30px;    width: 35px;    line-height: 30px;}
	.slider_list:hover .owl-next{right: 20px;}
	.pinjie-xx h1{margin-top: 20px;}
	.pinjie-xx-lx .btn{margin-right: 6px; padding: 5px;}
	.pinjie-xx-zy a{font-size: 14px;}
	.pinjie-xx-tit{margin-top: 20px; margin-bottom: 10px;}
	.pinjie-xiang{padding: 0 10px;}
	.pinjie-xiang img{max-width: 100%;}
	.pinjie-canshu img{max-width: 100%;}
	.PrevNextBox dl{width: 100%; height: 32px; line-height: 32px;margin-bottom: 10px;}
	.xiangguan{width: 95%;}
	.gengduo-3 p{line-height: 32px; height: 32px;white-space: nowrap; font-size: 13px; overflow: hidden;}
	.pjp-list{padding-top: 5px; padding-bottom: 5px; margin-bottom: 15px;}
	.pjp-list .pjp-tit{text-align: left;line-height: 40px;}
	.newText-1{background: #fff;padding: 20px 0; margin-top: 5px;}
	.newText-1 .newTextDiv .H2{font-size: 12px; line-height: 18px;}
	.xinwen-list dl dd{padding: 0 0 10px 0;}
	.xinwen-list{margin-top: 20px;}
	.xinwen-list dl dd .text{width: 98%;}
	
	.wt-about-left{margin-top: 50px;}
.wt-about-left h2 a {
    font-size: 26px;
    line-height: 52px;
}
	.wt-about-left h3{font-size: 18px;}
	.wt-about-left p{font-size: 15px;line-height: 26px;}
	.wt-about-left .button.three a{padding: 10px 18px;}
	.wt-about-left .button.four a{padding: 10px 18px;}
	.wt-about-left .button{margin-top: 20px; margin-bottom: 20px;}
	.wt-about{padding-bottom: 40px;}
	.wt-about-img{width: 90%;}
	.single_about_shape_thumb{right: 0;}
	.wt-product{padding-top: 40px;padding-bottom: 40px;}
	.wt-index-tit dl dd{margin: 6px;}
	.wt-product-list .row .col-sm-6{padding-left: 5px; padding-right: 5px;}
	.wt_pro_three_content h4 a {font-size: 16px;}
	.wt_pro_three_content span a {font-size: 12px;}
	.wt_pro_three {    margin-bottom: 20px;}
	.wt-index-tit h2 a{font-size: 30px;}
	.wt-anli {    margin-top: 40px;}
	.wt-fangan{padding-top: 40px;padding-bottom: 40px;}
	.single_blog{margin-bottom: 20px;}
	.wt-hz{padding-top: 40px; padding-bottom: 40px;}
	.wt-hz-left h3 {
    font-size: 25px;
    line-height: 35px;
}
	.wt-hz-left h4 {
    font-size: 16px;
		line-height: 24px;}
.wt-hz-left .button {
    margin-top: 10px; margin-bottom: 20px;
}
	
	.xiazai{padding: 0;}
	.xiazai-1 p {font-size: 14px;}
	
	
.sub-menu-w {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow-y: scroll;
  padding-bottom: 40px;
  display: none;
}
.sub-menu-w .btn-close {
  width: 56px;
  height: 56px;
  right: 0;
  top: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sub-menu-w .btn-close img {
  width: 12px;
}
.sub-menu-w .menu-w {
  padding: 65px 40px 0;
}
.sub-menu-w .menu-w .menu-l {
  width: 100%;
  text-align: center;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}
.sub-menu-w .menu-w .menu-l .mtt, .sub-menu-w .menu-w .menu-l .mtt a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding: 9px 0;
}
.sub-menu-w .menu-w .menu-l:last-child {
  border-bottom: none;
}
.sub-menu-w .menu-w .menu-l .sub-menu {
  border-top: 1px rgba(255, 255, 255, 0.8) solid;
  padding: 8px 0;
  display: none;
}
.sub-menu-w .menu-w .menu-l .sub-menu a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 16px;
  padding: 5px 0;
}
    
.topbar {
    height: 56px;
}

.topbar .logo-w {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 56px;
  background-color: #0045AA;
}
.topbar .logo-w .logo-ww {
  width: 100%;
  height: 56px;
  float: left;
  display: flex;
  justify-content: left;
  align-items: center;
}
.topbar .logo-w .logo-ww h3{font-family: 'DoHyeon', sans-serif; font-size: 18px; font-weight: 600; color: #FFFFFF; margin-left: 10px; margin-top: 5px;}
.topbar .logo-w .logo-ww img {
  height: 30px;
    margin-left: 10px;
}
.topbar .logo-w.ylw {
  background-color: #0045AA;
}
.topbar .navs-w {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  height: 56px;
  background-color: #333;
}
.topbar .navs-w .menu-opener {
  width: 56px;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.topbar .navs-w .menu-opener img {
  width: 14px;
}
.topbar .navs-w .phone {
  width: auto;
  height: 56px;
  float: left;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 0 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.topbar .navs-w .phone img {
  width: 19px;
  margin-right: 10px;
}
.topbar .navs-w .phone span {
  font-weight: bold;
  font-size: 21px;
}
.topbar .menu-w {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 56px;
  overflow: hidden;
  transition: all 0.5s;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
}
.topbar .menu-w .menu-ww {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 25px;
  width: 100%;
  height: 100%;
  background-color: #333;
}
.topbar .menu-w .menu-ww .menus {
  padding-right: 35px;
}
.topbar .menu-w .menu-ww .menus .item {
  padding: 0 22px;
  line-height: 56px;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  display: inline-block;
  height: 56px;
  float: left;
}
.topbar .menu-w .menu-ww .menus .item:after {
  content: ' ';
  height: 3px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.topbar .menu-w .menu-ww .menus .item.active:after, .topbar .menu-w .menu-ww .menus .item:hover:after {
  opacity: 1;
}
.topbar .menu-w .menu-ww .close-w {
  width: 56px;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
}
.topbar .menu-w .menu-ww .close-w img {
  height: 10px;
}
.topbar .menu-w.active {
  opacity: 1;
  width: calc(100% - 196px);
}
	
.pagination>li {padding: 1px 7px;}
	
	
.zs-banner p{font-size: 16px;line-height: 20px;}
.bnr-title{letter-spacing: 0px;font-size: 6rem; line-height: 8rem;}
	.zs-wt{margin-top: 0; margin-bottom: 0; text-align: center;}
	.wt-3{margin-bottom: 20px;}
	.wt-ico-d{height: 36px;}
	.wt-ico{margin-top: 10px;}
	.zcys h3{font-size: 20px;}
	.zcys h6{font-size: 14px;line-height: 18px;}
	.zxsy-bg{text-align: center;}
	.ys-top{margin-top: 10px;}
	.ys-btn{margin-bottom: 10px;}
	.daili-sz{width: 60px; height: 60px;font-size: 30px;padding-top: 16px;}
	.daili{padding-top: 15px; padding-bottom: 15px; min-height: auto;}
	.width20{width: 46%; margin-bottom: 20px;}
	.wtzixun input{width: 65%;}
	.wtzixun textarea {width: 65%;}
	.rowa #vdcode{width: 105px; text-transform: uppercase; display: inline-block;}
	.wtliuyan .screen{padding: 0;}
	.mapa{margin: 0 auto; height: 240px;}
	.daili12 { padding-top: 30px; padding-bottom: 30px;}
	
	
}
