﻿/*@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
*/















body, html{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}

@media (min-width: 1200px){
	.container {
		width: 960px;
	}
}
h1{
	font-weight: 700;
	font-size: 46px;
}

h2{ font-family:"微软雅黑", "Arial Unicode MS"; font-weight:normal;
	text-transform: uppercase;
	font-size: 20px; font-weight: bold;
}
h3{
	font-size: 14px;
	font-style: italic;
	font-weight: 100;
	line-height: 26px;
}

h4{
	text-transform: uppercase;font-family: "微软雅黑";
	font-size: 16px;
	word-spacing: 2px;
}
h5{
	text-transform: uppercase;
	font-size: 12px;
	word-spacing: 2px;
}
h6{
	text-transform: uppercase;
	font-size: 10px;
	word-spacing: 2px;
	letter-spacing: 2px;
}

p{  
	font-weight: 400; line-height: 25px;font-family: "微软雅黑";
}
hr{
	width: 60px;
	border-color: #005b81;
}
a {color: #222222}
a:hover,
a:focus{
	color: #005b81;
	text-decoration: none;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
#home{
	background: url(../img/bg1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
/*	background-attachment: fixed;*/
	height: auto;
	min-height: 710px;	

	
	padding-top: 60px;
	color: #ffffff;
}
#home a.down-btn span.fa.fa-angle-down {
	font-size: 26px;
	border: 1px solid #005b81;
	border-radius: 2px;
	padding: 7px 5px;
	position: relative;
	margin-top: 100px;
	color: #ffffff;
	cursor: pointer;
}
.content{
	padding-top: 16%;
}
.header-text.btn{
	
	border-radius: 0;
	 
	
}
.header-text.btn:hover{
	color: inherit;
}
.header-text.btn:focus, 
.header-text.btn:active:focus, 
.header-text.btn.active:focus, 
.header-text.btn.focus, 
.header-text.btn:active.focus, 
.header-text.btn.active.focus {
	outline: thin dotted transparent;
	outline: none;
	outline-offset: -2px;
}
.typed-cursor {
	opacity: 1;
	padding: 10px 2px;
	background: #ffffff;
	margin: 10px;
	-webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
span.typed-cursor {
	top: -5px;
	position: relative;
}
/*.header-text{
	margin-top: 20px;	
	position: absolute;
	border: 1px solid #ffffff;
	left: 25%;
	right: 25%;
}
.header-text h1{
	padding: 20px;
	position: relative;
	margin: 0 auto;
}*/
nav#menu span.fa.fa-bars{
	font-size: 30px;
	position: fixed;
	left: 120px;
	color: #005b81;
	cursor: pointer;
	z-index: 1;
}

.navmenu, .navbar-offcanvas {
width: 100%; 
z-index: 10;
}
.navmenu-default, 
.navbar-default .navbar-offcanvas {
	background-color: #005b81;
	border-color: #005b81;
	border: 0;
}
.navmenu-default .navmenu-nav>li>a:hover, 
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover, 
.navmenu-default .navmenu-nav>li>a:focus, 
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus {
color: #00a0ca;
background-color: transparent;
}

.navmenu-default .navmenu-nav>li>a, 
.navbar-default .navbar-offcanvas .navmenu-nav>li>a {
color: #ffffff;
text-transform: uppercase;
font-size: 12px;
line-height: 26px;
}
nav#menu span.fa.fa-bars:hover {
color: #ffffff;
}
.navmenu-default .navmenu-nav>.active>a, 
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a, 
.navmenu-default .navmenu-nav>.active>a:hover, 
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover, 
.navmenu-default .navmenu-nav>.active>a:focus, 
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus {
color: #00ADCA;
background-color: transparent;
}

.close:hover{
	background: #005b81;
	color: #ffffff;
	opacity: 1;
}
.close{
	background: #fff;
	padding: 10px 12px;
	opacity: 1;
	transition: all 0.3s;
}
.add-margin{
	margin-top: 200px;
}

#services01,#services02,#services03,#services04,#services05,#services06,#services07,#services08,#study01,#study02{
	padding: 60px 0;
}








#meet-us,#organization,#honor,#team,#cases,#c_news,#i_news,#publicity,#email,
#services,
#works,
#about-us{
	padding: 60px 0;
}

a.down-btn span.fa.fa-angle-down {
	font-size: 26px;
	border: 1px solid #005b81;
	border-radius: 2px;
	padding: 7px 5px;
	position: relative;
	cursor: pointer;
	color: #005b81;
	margin-top: 30px;
}

#overview-video {
	background: url(../img/bg2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
}



#overview-video  .overlay{
	/*background: rgba(34, 34, 34, 0.85);*/
	height: auto;
	min-height: 200px;
	padding: 16% 0 ;
}


#overview-video02 {
	background: url(../img/bg05.jpg);
	background-size: cover;

	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
}

#overview-video02  .overlay02{
	/*background: rgba(34, 34, 34, 0.85);*/
	height: auto;
	min-height: 200px;font-weight: bold; font-family:"微软雅黑";color: #fff;font-size: 24px; 
	padding: 2% 0 ;
}


#overview-video03 {
	background: url(../img/bg05_02.jpg);
	background-size: cover;

	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
}

#overview-video03  .overlay03{
	/*background: rgba(34, 34, 34, 0.85);*/font-weight: bold; font-family:"微软雅黑";color: #fff;font-size: 24px; 
	height: auto;
	min-height: 200px;
	padding: 2% 0 ;
}









#overview-video a span.fa.fa-play {
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin: auto 0;
}





.service{
	border: 1px solid #222;
	margin-top: 20px;
	margin-bottom: 0px;
	transition: all 0.3s;
	position: relative;
	padding: 60px 25px; 
}
.service:hover>h4,
.service:hover>span.fa{
	color: #005b81;

}
.service:hover>span.fa-book{
  background-image: url(../img/zz02.jpg);
  background-repeat: no-repeat;
}
.service:hover>span.fa-bicycle{
  background-image: url(../img/sj02.jpg);
  background-repeat: no-repeat;
}
.service:hover>span.fa-plug{
  background-image: url(../img/sy02.jpg);
  background-repeat: no-repeat;
}
.service:hover>span.fa-plug2{
  background-image: url(../img/ky02.jpg);
  background-repeat: no-repeat;
}


.service:hover>span.fa-101{background-image: url(../img/fx_102.jpg); background-repeat: no-repeat;
}

.service:hover>span.fa-102{background-image: url(../img/fx_104.jpg); background-repeat: no-repeat;
}

.service:hover>span.fa-103{background-image: url(../img/fx_106.jpg); background-repeat: no-repeat;
}

.service:hover>span.fa-104{background-image: url(../img/fx_108.jpg); background-repeat: no-repeat;
}


.service:hover>span.fa-201{background-image: url(../img/fx_202.jpg); background-repeat: no-repeat;
}

.service:hover>span.fa-202{background-image: url(../img/fx_204.jpg); background-repeat: no-repeat;
}

.service:hover>span.fa-203{background-image: url(../img/fx_206.jpg); background-repeat: no-repeat;
}

.service:hover>span.fa-204{background-image: url(../img/fx_208.jpg); background-repeat: no-repeat;
}

.service:hover>span.fa-205{background-image: url(../img/fx_210.jpg); background-repeat: no-repeat;
}

.service:hover>span.fa-206{background-image: url(../img/fx_212.jpg); background-repeat: no-repeat;
}

.service:hover>span.fa-207{background-image: url(../img/fx_214.jpg); background-repeat: no-repeat;
}

.service:hover>span.fa-208{background-image: url(../img/fx_216.jpg); background-repeat: no-repeat;
}
.service:hover{
	border-color: #005b81;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	padding-top: 80px;
	padding-bottom: 80px;
}
.service p{
	font-size: 14px;
	padding-top: 20px;
	font-family: "微软雅黑";
}
.space{ padding-top: 40px; }

#cta{
	background: #282f35;
	padding: 4% 0;
}

a.btn.go-to-btn{
	text-transform: uppercase;
	border: 1px solid #005b81;
	word-spacing: 2px;
	padding: 7px 30px;
	border-radius: 2px;
	font-size: 12px;
	color: #ffffff;
	transition: all 0.5s;
}
a.btn.go-to-btn:hover{
	background: #005b81;
	color: #ffffff;
}

.nopadding{
	padding: 0;
	margin: 0;
}

.portfolio-item .hover-bg{
	height: 340px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 26% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h5{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h5{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>.hline{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>.hline{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}
.hline{
	height: 5px;
	width: 30px;
	border-top: 2px solid #f1f1f1;
	margin: 0 auto
}

.hover-text p.lead{
	color: #005b81;
}


a.btn.read-more-btn{
	text-transform: uppercase;
	background: #005b81;
	color: #282f35;
	word-spacing: 2px;
	padding: 7px 30px;
	border-radius: 2px;
	font-size: 12px;
	color: #ffffff;
	transition: all 0.5s;
}
a.btn.read-more-btn:hover{
	background: #222222;
	color: #ffffff;
}

a.btn.send-btn{
	text-transform: uppercase;
	background: #005b81;
	color: #282f35;
	padding: 15px 35px;
	border-radius: 0;
	font-size: 12px;
	color: #ffffff;
	transition: all 0.5s;
}
a.btn.send-btn:hover{
	background: transparent;
	border: 1px solid #005b81;
	color: #ffffff;
}

#clients {
	background: url(../img/bg3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}

#clients .overlay{
	background: rgba(34, 34, 34, 0.85);
	height: auto;
	min-height: 200px;
	padding: 8% 0 ;
	color: #ffffff;
}

ul, ol{
	padding: 0;
	moz-padding: 0;
	webkit-padding: 0;
}

ul.clients li{
	display: inline-block;
	padding: 20px 40px;
	vertical-align: middle;
}

.team {
	border: 1px solid #c3c3c3;
	padding: 70px 20px;
	text-align: center;
	opacity: 0.7;
	transition: all 0.8s;
	max-height: 340px;
	margin-bottom: 30px;
}
.team:hover.hire,
.team.hire{
	height: 340px;
	border-color: #005b81;
	color: #005b81;
	opacity: 1;
}

.team.hire>a{
	color: #005b81;
}
.team hr{
	border-width: 2px;
	border-color: #dcc2a7;
}
.team:hover{
	opacity: 1;
	border: 1px solid #222;
}
.team img {
	width: 80px;
	margin: 0 auto;
}

#testimonials {
	background: url(../img/bg4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
}

#testimonials .overlay{
	background: rgba(34, 34, 34, 0.85);
	height: auto;
	min-height: 200px;
	padding: 5% 0 ;
	color: #ffffff;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px 5px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #005b81;
}

#contact{
	background: #282f35;
	padding: 100px 0;
	color: #ffffff;
}

ul.social li{
	display: inline-block;
	margin-right: 20px;
	margin-top: 30px;
}

ul.social li a{
	color: #ffffff;
	font-size: 16px;
}

address strong{
	text-transform: uppercase;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
}
/*address:before{
	content: "\f041";
	display: inline-block;
  	font: normal normal normal 14px/1 FontAwesome;
  	font-size: 20px;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	color: #005b81;
  	vertical-align: middle;
  	margin-right: 15px;
  	margin-left: -30px;
}*/
address{
	
	font-size: 14px; line-height:26px;
	font-family:"微软雅黑", "Arial Unicode MS";
	letter-spacing: 1px;
}



#contact input.form-control,
#contact textarea.form-control {
margin-bottom: 30px;
}

#contact .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 7px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #1e2429;
	background-image: none;
	border: 0;
	border-top: 2px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	transition: all 0.5s;
}

#contact .form-control:focus {
	border-color: #005b81;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}

nav#footer{
	background: #282f35;
	padding: 40px 0;
	color: #ffffff;
	border-bottom: 5px solid #005b81;
}
#footer span.fa{
	color: #005b81;
	font-size: 26px;
	margin-left: 10px;
}
#footer a{
	color: #ffffff;
}
#footer a:hover{
	color: #005b81;}





.nav{font-family:'微软雅黑', 'Arial Unicode MS';display: block; 
	border-radius: 20px;


    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;   }
.nav,.nav ul{ list-style-type:none}
.nav li{float:left;}
.nav li ul li{clear:left;margin-top:0px;}
.nav li ul{position:absolute;z-index:33;}
.nav li a:link,.nav li a:visited{
	display: block;
	width: 80px; padding: 10px;
	height: 50px;
	text-decoration: none;background-color:#005b81;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	font-family: "微软雅黑";
	font-size: 14px;



}
.nav li a:hover,.nav li a:active{
	background-color:#FFF;
	color: #1d5682;
}

.nav li ul li a:link,.nav li ul li a:visited{
	
	width: 80px;letter-spacing:0px;padding: 0px;
	height: 34px;
	line-height: 34px;
	background-color:#FFF;
	font-family: "微软雅黑";
	font-size: 13px;
	color:#808080;
	 	
}
.nav li ul li a:hover,.nav li ul li a:active{
	color: #3e3a39; background-color:#f2f2f2;	
}
.nav li ul{ display:none;}






.honor_tcbt{ height: 40px; font-family: "微软雅黑"; line-height: 40px; padding:0px 10px; font-weight: bold;color: #FFFFFF; text-align: center;
	font-size: 16px;background-color:#005b81; }
.honor_tcnr{font-family: "微软雅黑";padding:20px 20px;}







.study02_a{ display:block;list-style-type:none;padding-top:0px;}


.study02_a a{

	display: block;
	
	height:100%;
	text-decoration: none;
	
	color: #333;
	 margin-bottom:14px;
    background-color:#f4f4f4;
	font-weight: 400;
	font-family: "微软雅黑";
	
	
	background-repeat: no-repeat; text-align:center;
}


.study03_a{ display:block;list-style-type:none;padding-top:0px;}


.study03_a a{

	display: block;
	font-size: 16px;
	height:40px;
	text-decoration: none;
	line-height: 40px;
	
	 margin-bottom:14px;
    background-color:#f4f4f4;
	font-weight: 400;
	font-family: "微软雅黑";
	
	
	background-repeat: no-repeat; text-align:center;
}

.study03_a a:link,.study03_a a:visited{color: #707070;}
.study03_a a:hover,.study03_a a:active{color: #0058B1;}
/*____________________________________________________________________*/

@media(min-width:420px){.nav{width:740px; margin: 0 auto; }}
@media(max-width:420px){.nav{width:320px;margin: 0 auto; }}



@media(min-width:420px){.header-text{background-image:url(../img/logo_x.png); width:680px;padding: 0px; height:100px;margin-bottom: 10px;margin: 0px auto 0px;background-size:100%;  }}
@media(max-width:420px){.header-text{background-image:url(../img/logo_x.png); width:320px;padding: 0px; height:76px;margin-bottom: 10px;margin: 0px auto 10px;background-size:100%;  }}



@media(min-width:420px){.navmenu,.navmenu-default{  height: 50px;}}
@media(max-width:420px){.navmenu,.navmenu-default{ height: 100px;}}


@media(min-width:420px){.row01{ width: 960px; height: 867px; margin-bottom: 20px; background-image: url(../img/lsls_01.jpg);margin: 0 auto;}}
@media(max-height:420px){.row01{ width: 569px; height: 514px; margin-bottom: 15px; background-image: url(../img/lsls_01.jpg);margin: 0 auto;background-size:100%;}}
@media(max-width:420px){.row01{ width: 375px; height: 338px; margin-bottom: 15px; background-image: url(../img/lsls_01.jpg);margin: 0 auto;background-size:100%;}}
@media(max-width:320px){.row01{ width: 320px; height: 289px; margin-bottom: 15px; background-image: url(../img/lsls_01.jpg);margin: 0 auto;background-size:100%;}}

@media(min-width:420px){.row02{ width: 960px; height: 347px; margin-bottom: 40px; background-image: url(../img/lsls_11.jpg);margin: 0 auto;}}
@media(max-height:420px){.row02{ width: 569px; height: 205px; margin-bottom: 20px; background-image: url(../img/lsls_11.jpg);margin: 0 auto;background-size:100%;}}
@media(max-width:420px){.row02{ width: 375px; height: 579px; margin-bottom: 20px; background-image: url(../img/lsls_11xx.jpg);margin: 0 auto;background-size:100%;}}
@media(max-width:320px){.row02{ width: 320px; height: 494px; margin-bottom: 20px; background-image: url(../img/lsls_11xx.jpg);margin: 0 auto;background-size:100%; }}


@media(min-width:420px){.overlay02{line-height: 128px; }}
@media(max-width:420px){.overlay02{line-height: 180px; }}







@media(min-width:420px){.row05{width: 960px; height: 271px; margin-bottom: 20px; background-image: url(../img/lsls_04.jpg);margin: 0 auto;}}
@media(max-height:420px){.row05{width: 569px; height: 673px; margin-bottom: 20px; background-image: url(../img/lsls_04xx.jpg);margin: 0 auto;background-size:100%;}}
@media(max-width:420px){.row05{width: 375px; height: 444px; margin-bottom: 20px; background-image: url(../img/lsls_04xx.jpg);margin: 0 auto;background-size:100%;}}
@media(max-width:320px){.row05{width: 320px; height: 378px; margin-bottom: 20px; background-image: url(../img/lsls_04xx.jpg);margin: 0 auto;background-size:100%;}}


@media(min-width:420px){.row08{width: 960px; height: 731px; margin-bottom: 20px; background-image: url(../img/lsls_06.jpg);margin: 0 auto;}}
@media(max-height:420px){.row08{width: 569px; height: 1622px; margin-bottom: 20px; background-image: url(../img/lsls_06xx.jpg);margin: 0 auto;background-size:100%;}}
@media(max-width:420px){.row08{width: 375px; height: 1069px; margin-bottom: 20px; background-image: url(../img/lsls_06xx.jpg);margin: 0 auto;background-size:100%;}}
@media(max-width:320px){.row08{width: 320px; height: 912px; margin-bottom: 20px; background-image: url(../img/lsls_06xx.jpg);margin: 0 auto;background-size:100%;}}




@media(min-width:420px){.overlay03{line-height: 128px; }}
@media(max-width:420px){.overlay03{line-height: 180px; }}


@media(min-width:420px){.study02_a,.study02_a a{width:960px; line-height: 34px;font-size: 16px;}}
@media(max-height:420px){.study02_a,.study02_a a{width:569px; line-height: 34px;font-size: 14px;}}
@media(max-width:420px){.study02_a,.study02_a a{width:375px; line-height: 34px;font-size: 12px;}}
@media(max-width:320px){.study02_a,.study02_a a{width:320px; line-height: 34px;font-size: 12px;}}

@media(min-width:420px){.col-md-3{width:460px;}}
@media(max-width:420px){.col-md-3{width:auto; }}



@media(min-width:420px){.shhx{width:460px;}}
@media(max-width:420px){.shhx{width:300px;}}


@media(min-width:420px){.nav li ul li a:link,.nav li ul li a:visited{display:block;}}
@media(max-height:420px){.nav li ul li a:link,.nav li ul li a:visited{display:block;}}
@media(max-width:420px){.nav li ul li a:link,.nav li ul li a:visited{display:block;}}

@media(max-width:420px){.section-title{margin-top: 60px;}}



@media(min-width:420px){.row03{ width: 962px; }}
@media(max-height:420px){.row03{ width: 640px;}}
@media(max-width:420px){.row03{ width: 375px; }}
@media(max-width:320px){.row03{ width: 320px; }}
/*@media(min-width:420px){.cases_01{ float: left; }}
@media(max-height:420px){.cases_01{ float:none; margin: 0 auto;}}
@media(max-width:420px){.cases_01{float:none; margin: 0 auto; }}*/




@media(min-width:420px){.cases_01,.cases_01tx{ width:320px;  }}
@media(max-height:420px){.cases_01,.cases_01tx{ width:320px; }}
@media(max-width:420px){.cases_01,.cases_01tx{width:375px; }}
@media(max-width:320px){.cases_01,.cases_01tx{width:320px; }}

@media(min-width:420px){.cases_01n,.cases_01nn{ width:320px;  }}
@media(max-height:420px){.cases_01n,.cases_01nn{ width:320px; }}
@media(max-width:420px){.cases_01n,.cases_01nn{width:320px; }}


@media(min-width:420px){.cases_01nn{ margin-top: 48px; }}

@media(min-width:420px){.cases_02g{ width:480px;  }}
@media(max-height:420px){.cases_02g{ width:320px; }}
@media(max-width:420px){.cases_02g{width:320px; }}


@media(min-width:420px){.row07{ width: 960px; }}
@media(max-height:420px){.row07{ width: 640px;}}
@media(max-width:420px){.row07{ width: 375px; }}
@media(max-width:320px){.row07{ width: 320px; }}

@media(min-width:420px){.row07zz{ width: 959px; }}
@media(max-height:420px){.row07zz{ width: 640px;}}
@media(max-width:420px){.row07zz{ width: 375px; }}
@media(max-width:320px){.row07zz{ width: 318px; }}

@media(min-width:420px){.cases_02,.cases_02g{ width: 320px; }}
@media(max-height:420px){.cases_02,.cases_02g{ width: 320px;}}
@media(max-width:420px){.cases_02,.cases_02g{ width: 375px; }}
@media(max-width:320px){.cases_02,.cases_02g{ width: 320px; }}





@media(min-width:420px){.cases_03,.cases_03z{ width: 480px; }}
@media(max-height:420px){.cases_03,.cases_03z{ width: 320px;}}
@media(max-width:420px){.cases_03,.cases_03z{ width: 375px; }}
@media(max-width:320px){.cases_03,.cases_03z{ width: 320px; }}

@media(min-width:420px){.cases_03z{padding-left: 50px; }}


@media(min-width:420px){.cases_03txxx{margin: 0 60px 22px 0px; }}
@media(max-height:420px){.cases_03txxx{ margin: 0 0px 22px 0px;}}
@media(max-width:420px){.cases_03txxx{ margin: 0 0px 22px 0px; }}

@media(min-width:420px){.cases_04{width: 137px }}
@media(max-height:420px){.cases_04{width: 106px}}
@media(max-width:420px){.cases_04{ width: 106px}}

@media(max-height:420px){.cases_03txxttt{ width: 150px; }}
@media(max-width:320px){.cases_03txxttt{ width: 150px; }}



.text_03{
	display: block;letter-spacing:2px;
	font-size: 16px;
	width: 100px;
	height:40px;
	line-height: 0px;
    background-color:#fff;
	font-weight: 400; 
	font-family: "微软雅黑"; margin: -1px auto 0;
     }



.cases_01{  height:520px; float: left;

}

.cases_01ft{ height:196px;background-size:100%;}

.cases_01tx{ display: block;width: 290px;    font-family: "微软雅黑";  margin-top: 14px; font-size: 16px;  font-weight: 600; text-align: left;  margin-left: 10px;                }

.cases_01txx{   display: block;    font-family: "微软雅黑";   font-size: 12px; text-align: left;  font-weight: 400;  line-height: 22px; width: 290px;   margin-left: 10px;  margin-top: 14px;             }



.cases_01n{  float: left; margin: 0px; 

}


.cases_01nn{  float: left;  margin-bottom: 40px;

}

.cases_02{  height:440px; float: left;  margin-bottom: 20px;

}

.cases_02tx{ display: block; background-color: #005b81;    font-family: "微软雅黑";   font-size: 14px; color: #fff;  font-weight: 600; text-align: left;   margin: 0 10px;  text-align: center;border:2px solid;
border-radius:8px;}

.cases_02txx{   display: block;    font-family: "微软雅黑";   font-size: 12px; text-align: left;  font-weight: 400;  line-height: 22px;          margin: 10px 14px;       }


.cases_02g{  height:440px; float: left; 

}

.cases_02txg{ display: block; background-color: #005b81;    font-family: "微软雅黑";   font-size: 14px; color: #fff;  font-weight: 600; text-align: left;   margin: 0px 10px;  text-align: center;border:2px solid;
border-radius:8px;}

.cases_02txxg{   display: block;  font-family: "微软雅黑";   font-size: 12px; text-align: left;  font-weight: 400;  line-height: 22px;   margin: 10px 14px;       }



.cases_03,.cases_03z{  height:260px; float: left; 

}
.cases_03ft{ height:116px; width:92px;  background-size:100%;float: left; margin-right: 10px;}


.cases_03tx{ display: block;   font-family: "微软雅黑";  font-size: 16px;  font-weight: 600; text-align: left; margin: 0 0 22px; }

.cases_03txx{ float: left;  display: block;    font-family: "微软雅黑";   font-size: 12px; text-align: left;  font-weight: 400;  line-height: 20px;  margin: 0 0 47px;           }
.cases_03txxx{ float: left;  display: block;    font-family: "微软雅黑";   font-size: 12px; text-align: left;   line-height: 18px;             }

.cases_03txxxz{ float: left;  display: block;    font-family: "微软雅黑";   font-size: 12px; text-align: left;   line-height: 18px;  margin: 0 0px 22px 0px; }

.cases_03txxttt{float: left;  display: block;    font-family: "微软雅黑";   font-size: 12px; text-align: left;  font-weight: 400;  line-height: 20px;  margin: 0 0 47px;  }

.cases_04{  height:186px; float: left; }
.cases_04ft{ height:74px; width:74px; margin:0 auto;  background-size:100%; }
.cases_04tx{   font-family: "微软雅黑";  font-size: 14px;  font-weight: 600; text-align: left; margin: 10px auto 6px; width: 106px;text-align: center; }
.cases_04txx{ font-family: "微软雅黑";   font-size: 12px; text-align: left;  font-weight: 400;  line-height: 18px; text-align: center;  margin: 0 auto; width: 106px;          }











