
*{
	padding:0px;
	margin:0px;

}
html,body {
min-height: 100%;
_height:100%;
font-size:14px;
}
body{
	padding:0;
	font-family: \5fae\8f6f\96c5\9ed1, "Microsoft YaHei", "STXihei", "ºÚÌå";
	
	margin:0px auto auto auto;
	color:#333333;
	background-color: #fff;
}
body::selection{background: #ff0033; color: white; /* Safari */} 
body::-moz-selection{background: #ff0033; color: white; /* Firefox */ } 
img{
	border:none;
}

a{
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}
ul{
	list-style:none;
}
li {
	list-style-type: none;
}
input,select,button{
	
	vertical-align:middle;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* placeholder颜色  */
  color: #aab2bd;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:   #aab2bd;
 }
 input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:   #aab2bd;
 }
 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #aab2bd;
 }
/*---------- stock ---------*/
.center {
	margin:0px auto;
}
.txt-center {
	text-align: center;
}
.w960 {
	width:80%;
	max-width:1200px;
	position: relative;
}
.w55 {
	position: relative;
	width:54%;
}
.w65 {
	position: relative;
	width:64%;
}
.w45{
	width:45%;
}
.w30{
	width:30%;
}

.w90 {
	position: relative;
	width:90%;
}
.w70 {
	position: relative;
	width:76%;
}
.w100 {
	width:100%;
	position: relative;
}
.bg {
	background-color: #e6e6e6;
}
.bg-white {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px #c2c2c2;
	-moz-box-shadow: 0px 0px 3px #c2c2c2;
    box-shadow: 0px 0px 3px #c2c2c2;
    padding-bottom:30px;
}
.mr8 {
	margin-right: 8px;
}

.mt1{/* ( margin-top * 1 ) */
	margin-top:15px;
}
.mt2{/* ( margin-top * 2 ) */
	margin-top:30px;
}
.mt3{/* ( margin-top * 3 ) */
	margin-top:300px;
}
.pt4{/* ( margin-top * 2 ) */
	padding-top:50px;
}
.pb1{/* ( padding-bottom * 1 ) */
	padding-bottom:50px;
}
.pl30{
    padding-left:30px;
}
.clear{
	overflow:hidden;
}
.fright,.fr{
	float: right;
}
.fleft,.fl{
	float: left;
}
.clr{
	clear:both;
	}
.ipt-txt{
	line-height:15px;
	padding:4px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#666 #BBB #BBB #666;
	font-size:12px;
	margin-right:2px;
}
.nb{
	line-height:20x;
	padding:1px 2px;
	border-width:1px;
	border-style:solid;
	border-color:#666 #BBB #BBB #666;
	font-size:12px;
	margin-right:2px
}
.hiden{
    display:none;
}
@-webkit-keyframes fadeInLeft{

    0%{
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0)}
    100%{
    opacity:1;
    -webkit-transform:none;
    transform:none}
    }
    
    @keyframes fadeInLeft{
    
    0%{
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0)}
    100%{
    opacity:1;
    -webkit-transform:none;
    transform:none}
    }
    .fadeInLeft{
    -webkit-animation-name:fadeInLeft;
    animation-name:fadeInLeft}
    @-webkit-keyframes fadeInRight{
    
    0%{
    opacity:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0)}
    100%{
    opacity:1;
    -webkit-transform:none;
    transform:none}
    }
    
    @keyframes fadeInRight{
    
    0%{
    opacity:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0)}
    100%{
    opacity:1;
    -webkit-transform:none;
    transform:none}
    }
    .fadeInRight{
    -webkit-animation-name:fadeInRight;
    animation-name:fadeInRight}
    @keyframes fadeInUp{
    
    0%{
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0)}
    100%{
    opacity:1;
    -webkit-transform:none;
    transform:none}
    }
    .fadeInUp{
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp}
    @-webkit-keyframes zoomIn{

    0%{
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3)}
    50%{
    opacity:1}
    }
    
    @keyframes zoomIn{
    
    0%{
    opacity:0;
    -webkit-transform:scale3d(.3,.3,.3);
    transform:scale3d(.3,.3,.3)}
    50%{
    opacity:1}
    }
    .zoomIn{
    -webkit-animation-name:zoomIn;
    animation-name:zoomIn}
    
    .fl{margin-left:0%;opacity:0;float:left;}
    .fr{margin-right:0%;opacity:0;float:right;}
    
    .fadeIn .fl{opacity:1;-webkit-animation:fadeInLeft 0.6s .2s ease both;-moz-animation:fadeInLeft 0.6s .2s ease both;animation:fadeInLeft 0.6s .2s ease both;}
    .fadeIn .fr{opacity:1;-webkit-animation:fadeInRight 0.6s 0.2s ease both;-moz-animation:fadeInRight 0.6s 0.2s ease both;animation:fadeInRight 0.6s 0.2s ease both;}
    .zoomIn  li{opacity:1;-webkit-animation:zoomIn 0.6s 0s ease both;-moz-animation:zoomIn 0.6s 0s ease both;animation:zoomIn 0.6s 0s ease both;}
    .fadeInUp li{opacity:1;-webkit-animation:fadeInUp 0.6s 0.8s ease both;-moz-animation:fadeInUp 0.6s 0.8s ease both;animation:fadeInUp 0.6s 0.8s ease both;}
    
        
        
/*---------- frame ---------*/
/*---------- frame : header ---------*/
.header{
	width:100%;
	padding-top: 10px;
    background-color: #001f3c;
    
}
.header_logo{
	width:330px;
	height:150px;
	float:left;
	text-align: center;
}
.header_logo a { display:block; width:100%; 	height:100%;  overflow:hidden;background-image: url("/images/logo2.png");background-position: 0 center;background-repeat: no-repeat;background-size: 100% auto;}
.slogan {
	width:220px;
	height:30px;
	float:right;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin: 35px 0 0 0;
	text-align: right;

}
.header .top{
	clear:both;
	overflow:hidden;
	height: 150px;
}
.search{float:right; width:200px; height:30px; margin:15px 0 0 0; border:1px solid #ccc; clear: right }
.search .search-keyword {color:#000; float:left; width:170px; height:30px; border:none;  line-height:26px; padding-left:2px; font-size:16px; font-weight:bold;background: #ccc;outline:none}
.search button {
	float:right;
	background-image: url(../images/search_bt.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90% 90%;
	height: 26px;
	width: 26px;
	border: none;
	text-indent: -99px;
    cursor: pointer;
    overflow: hidden;
	background-color: transparent;
}
.screen{
	display:none;
	line-height: 50px;
	text-align: center;
	height: 50px;
	width: 50px;
	float:right;
	font-size: 50px;
	margin:20px 10px 0 0;
	-webkit-transition: all 0.4s ease-out; 
	-moz-transition: all 0.4s ease-out; 
	-ms-transition: all 0.4s ease-out; 
	-o-transition: all 0.4s ease-out; 
	transition: all 0.4s ease-out;
}
.screen span{
	display:block;
	height: 50px;
	width: 50px;
	color:#fff;
	cursor: pointer;
}
.screen span:hover{
    color:#e50112;
}

#menu_area {
	width: 100%;
	height:50px;
    background-color: #fff;    
    float: left;
}
 #menu{
	margin:0 auto;
    height:100%;
    width:80%;
    max-width:1200px;
}
 #menu  li {
	width:12%;
	height:100%;
	float:left;
	display:inline;
	position:relative;
	background-image: url(../images/r_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin:0 0 0 -1px;
}
 #menu  li:last-child{
background-image:none;
}

#menu  li:first-child{
    margin-left:4%;
    }
 #menu  li  span a {
	float:left;
	display:block;
	color:#333;
	width:100%;
	height:100%;
	text-align:center;
	line-height:50px;
    font-size: 16px;
    box-sizing: border-box;
    border-bottom:2px solid #fff;
}
 #menu  li:hover span a,  #menu .hover {
    color: #11b1e2;
    border-bottom:2px solid #11b1e2;
}
#menu  .menu ul { position:absolute;top:50px;left:0px;width:100%; background: #fff;  z-index:9999;display:none;}
#menu  .menu ul li { float:left; width:100%;margin:0 ;padding:0 ; overflow:hidden ;background-image:none;}
#menu  .menu:nth-child(4)  ul { width:140%;}
#menu  .menu ul li a {width:100%;height:30px;display:block;text-align:left;font-size:14px; color:#333;padding:5px 0;line-height:30px; text-indent:20px; white-space:nowrap;}
#menu  .menu ul li a:hover {background-color:#11b1e2; }


.ad{ width:100%; height:100%; z-index:0; overflow:hidden;
}
.video {
	width: 55%;
	margin-right:5%;
}
.video video{
	width: 100%;
	
}


.more {
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	margin: 20px;
	float: right;
	height: 30px;
	width: 100px;
	display: block;
	background-color: #0066CC;
}
a.more:hover {
	background-color: #0099FF;
}
.topimage{
    width: 100%;
    float: left;

}
.topimage2{
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.hidden {
	display: none;
}
h1,h2,h3,h4 {
	font-size:20px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #333;
	padding: 0;
}
.index h2 {
	font-size:2.8rem;
	text-align: center;
	margin: 2em auto 1em;
}
.bg-gray{
    background-color: #f9f9f9;
}
.tm {

	padding:2rem 0;
	
}
.circl{
	border-radius: 50%;
}
.desc{
	width: 70%;
	clear:both;
    margin:30px auto;
    font-size: 1.2rem;
}
.logo-white {
	background-image: url(../images/logo-white.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-size:auto 100% ;
	display: block;
	float: left;
	height: 120px;
	width: 50%;
}
.bt,.bt2{
	width:200px;
	padding:16px 0;
	height:20px;
	border:2px solid #fff;
	line-height:20px;
	overflow:hidden;
	color:#fff;
	margin:40px auto;
	cursor:pointer;
	background-color: transparent;
	text-align: center;
	display:block;
	font-size: 1.2rem;
}
.bt2 {
    background-color: #fff;
    border:2px solid #11b1e2;
    
    color:#11b1e2;
    font-size: 1.5rem;
}
.bt:hover,.bt2:hover {
	color:#FFFFFF;
	border:2px solid #11b1e2;
	background-color: #11b1e2;
}
.about{
    display: block;
    height:840px;
	background:url("/images/bg3.jpg") center center no-repeat;
    background-size:cover;
    margin-top:0px;
    overflow: hidden;
}
.about .bg-black{
height:70%;
margin-top:8%;
background-color: rgba(0,0,0,0.6);
}
.about h1{
    text-align: left;
    font-size: 2.6rem;
    color:#fff;
    padding:50px 0 30px 5%;
}
.about p{
    padding:0 5%;
    color:#fff;
    line-height: 1.5em;
    font-size: 1.87rem;
}
.pleft h2{
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	/* Firefox 3.6+ */
background: -moz-linear-gradient(left, #0e70af, #088c50);
/* Safari 5.1+, Chrome 10+ */
background: -webkit-linear-gradient(left, #0e70af, #088c50);
/* Opera 11.10+ */
background: -o-linear-gradient(left, #0e70af, #088c50);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#0e70af, endColorstr=#088c50);/*IE<9>*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#0e70af, endColorstr=#088c50)";/*IE8+*/
}
.share {
	float: left;
	margin-left: 20px;
}
.e1{
	width:100%;
    padding-bottom:30px;
    float: left;
}

.e1 li{
	float:left;
	width:100%;
	height:40px;
border-bottom: 1px solid #eeeeee;
}
.e1 li a {
display:block;
color:#333;
height:100%;

}
.e1 li .tt{
	width:85%;
	display:block;
    line-height:40px;
	text-indent: 1em;
	float:left;
	background: url(/images/arrow1.png) no-repeat 0 center;
    transition: all 0.3s ease-in-out;
    overflow:hidden;
    white-space: nowrap;
}
.e1 li .info{
    color:#999;
	font-size:0.8rem;
	display: block;
	float: right;
	line-height:40px;
	text-align: right;
	padding-right:10px;
}
.e1 li:hover{
	background-color: #F6F6F6;
}
.e1 li:hover .tt{
	margin-left:15px;
}
.e2{
    overflow: hidden;
}
.e2 li{
	border-bottom: 1px solid #E4E4E4;
	height: auto;
    width:100%;
	float: left;
}
.e2 li a{
	width: 100%;
	height:100%;
	overflow:hidden;
	display: block;
    padding:10px 0;
	
}
.e2 li a:hover {
	background-color: #F6F6F6;
}
.e2 li .preview{
	width:22%;
	float:left;
	margin:0 2% 10px 0;
	overflow:hidden;
}
.e2 li .preview img{
	width:100%;
	display:block;
}
.e2 li .tt {
	width:75%;
	display:block;
	color:#000;
	line-height:20px;
	font-size:1.2rem;
	font-weight:600;
	float:left;
}
.e2 li  p{
	float:left;
	width:75%;
	color:#666;
	padding:10px 0 ;
	
}
.e2 li  .info{
	float:left;
	
	width:70%;
	color:#666;
	font-size:0.8rem;
	padding:10px 0 0 0;
	
}
.e2 li a:hover .tt{
	color:#e50012;
}
.viewbox .e2{
    padding:0 0 50px 0;

}
.viewbox .e2 li a,.listbox .e2 li a{
	padding:20px 0 10px 0;
	width: 100%;
}
.viewbox .e2 li  .tt {
	padding:10px 0 0 0;
	
}


.e3{
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
    height:100%;
    width:100%;
}
.e3 li{
    display:block;
    width:300px;
    height:270px;
    margin:20px 0;
}
.e3 li .timg {
    display: block;
    height:auto;
	min-height: 200px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 3px #c2c2c2;
	-moz-box-shadow: 0px 0px 3px #c2c2c2;
	box-shadow: 0px 0px 3px #c2c2c2;
}
.e3 li .timg img{
    width:100%;
    display: block;
	height:auto;
}
.e3 li h4,
.e3 li h3 {
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
    font-weight: normal;
	height: 30px;
    line-height:1.8em;
    overflow: hidden;
    box-sizing: border-box;
}
.e4{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.e4 li{
	position:relative;
    width:22%;
    height: auto;	
	min-height: 210px;	
	margin-bottom:30px;
	text-align: center;
	
    box-sizing: border-box;
    box-shadow: 0px 0px 20px #ececec;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 0.4s ease-in-out; 
     -moz-transition: all 0.4s ease-in-out; 
     -o-transition: all 0.4s ease-in-out; 
     -ms-transition: all 0.4s ease-in-out; 
     transition: all 0.4s ease-in-out;
}

.e4 li .timg {
    display: block;
    height:auto;
	min-height: 150px;
    width: 100%;
    text-align: center;
    
}
.e4 li h3 {
    width: 100%;
    margin:5px 0;
    font-size: 1.1rem;
    font-weight: normal;
	height: 30px;
    line-height:30px;
    overflow: hidden;
}
.e4 li img{
    width:100%;
    display: block;
	height:auto;
}
.e4 li p{
	padding:0 15px 15px 15px;
	text-align: center;
	color:#666;
}
.e4 li .smallbt{
	position: absolute;
	bottom:20px;
	left:50%;
	display: block;
	margin:0 0 0 -45px;
	background-color: #eee;
	text-align: center;
	width: 90px;
	height:30px;
	line-height:30px;
	border-radius: 5px;
	color:#333;
}
.e4 li:hover {
	-webkit-transform: scale(1.05,1.05); 
    -moz-transform: scale(1.05,1.05); 
    -o-transform: scale(1.05,1.05); 
    -ms-transform: scale(1.05,1.05); 
    transform: scale(1.05,1.05); 
    transform-origin: center center;
}
.e4 li:hover h3{
	
}
.e4 li:hover a{
	color:#7F7F7A;
}
.e4 li:hover .smallbt{
	color:#fff;
	background-color:#0193de;
}


.carousel{
    height:358px;
}
.e5 li {
    height:350px;
    width: 284px;
    float: left;
    
    border:8px solid transparent;
}
.listbox .e5 li {
    width: 274px;
    height:320px;
    margin-bottom:30px;
}
.e5 li a{
    float: left;
    position: relative;
    background-color: #000;
    overflow: hidden;
}
.e5 li a .timg {
    display: block;
    height:auto;
	min-height: 200px;
    width: 100%;
    
}
.e5 li a .timg img{
    width:100%;
    display: block;
	height:auto;
}
.e5 li h4,
.e5 li h3 {
    width: 100%;
    font-size: 1.2rem;
    font-weight: normal;
	height: 150px;
    line-height:1.8em;
    overflow: hidden;
    
    margin:0;
    padding:20px 10px;
    color:#fff;
    box-sizing: border-box;
}
.e5 li h4{
    position: absolute;
    bottom:0;
    left:0;
    height: 70px;
    line-height:25px;
    font-size: 1.1rem;
    padding:10px;
    background-color: #000;
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out; 
    -o-transition: all 0.4s ease-in-out; 
    -ms-transition: all 0.4s ease-in-out; 
    transition: all 0.4s ease-in-out;
}

.e5 li:hover h4{
    bottom:-90px;
}
.e5 li a span{
    position: absolute;
    top:50%;
    left:50%;
    height: 60px;
    width:60px;
    margin:-30px 0 0 -30px;
    background-image: url("../images/playbt.png");
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out; 
    -o-transition: all 0.4s ease-in-out; 
    -ms-transition: all 0.4s ease-in-out; 
    transition: all 0.4s ease-in-out;
}
.e5 li a span:hover{
    -webkit-transform: scale(1.2,1.2); 
    -moz-transform: scale(1.2,1.2); 
    -o-transform: scale(1.2,1.2); 
    -ms-transform: scale(1.2,1.2); 
    transform: scale(1.2,1.2); 
    transform-origin: center center;
}
.e6{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.e6 li{
	width: 250px;
	height:200px;
    margin:15px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.e6  li img,
.e6  li a{
	width: 100%;
	height: 100%;
	display: block;
}
.e6 li a span{
    position: absolute;
    display: block;
    width:100%;
    height:60px;
    line-height: 30px;
    left:0;
    bottom:-30px;
    text-align: center;
    color:#fff;
    background-color: rgba(35, 11, 102, 0.7);
    z-index:88;
    -webkit-transition: all 0.4s ease-in-out; 
     -moz-transition: all 0.4s ease-in-out; 
     -o-transition: all 0.4s ease-in-out; 
     -ms-transition: all 0.4s ease-in-out; 
     transition: all 0.4s ease-in-out;
}
.e6 li:hover a span{
    background: #e50112;
    bottom:0px;
 }
.e8{
	float: left;
	width:50%;
}
.e8 li{
	float: left;
	width:100%;
}


.prod{
    width:100%;
    overflow: hidden;
}
.prod li{
float: left;
width:48%;
height:120px;
margin:20px 1% 20px 1%;
/* border:1px solid #DBDBDB; */
box-sizing: border-box;
overflow: hidden;
-webkit-box-shadow: 0px 0px 3px #b6b6b6;
	-moz-box-shadow: 0px 0px 3px #b6b6b6;
	box-shadow: 0px 0px 3px #b6b6b6;
}
.prod li a {
    display: block;
    width:100%;
    height:100%;
}
.prod li .timg{
    display:block;
    float: left;
    width:25%;
    height:100%;
   overflow: hidden;
}
.prod li .timg img{
    height:100%;
    width:auto;
}
.prod li h3,.prod li p{
    display:block;
    float: right;
    width:75%;
    height:40%;
    padding:6px;
    margin:0;
    box-sizing: border-box;
    font-size: 18px;
    line-height:30px;
}
.prod li:hover h3 {
   color:#BF0000;
}
.prod li p {
   
    color:#999;
    font-size: 1rem;
    line-height:20px;
 }
.contactform{
    width:100%;
	margin:10px auto;
}
.contactform li{
	margin-bottom:1em;

}
.contactform .bt2{
	height:2.5em;

}
.prodmenu{
	width:100%;
    margin:  0;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    
    box-sizing: border-box;
}
.prodmenu li{
	font-size: 16px;
	height: 46px;
	line-height:46px;
	width:100%;
	float:left;	
	overflow:hidden;
	border-bottom: 1px solid #DBDBDB;
}
.prodmenu li:last-child{
    border-bottom:none;
}
.prodmenu li a{
	width:100%;
	display: block;
	height: 100%;
	text-indent: 30%;
	color: #333;
	white-space: nowrap;
}


.prodmenu li a:hover,.prodmenu li.hover{
	background-color: #E6E6E6;
}
.toptitle {
	color: #FFFFFF;
	background-color: #333;
	border: none;
	display: block;
	height: 50px;
	width: 100%;
	font-size: 1.8rem;
	line-height: 2em;
	text-indent: 30%;
	border-bottom: 1px solid #DBDBDB;
}
.toptitle span{
	display: block;
	font-size: 1.2em;
	font-style: italic;
	line-height: 60px;
}
.ui1,.ui2,.ui3,.ui4,.ui5,.ui6,.ui7,.ui8,.ui9,.ui10{
	padding:350px 0 10px 0;
	background-image: url(/images/banner3-1920.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size:100% auto;
    overflow:hidden;
    border-top:1px solid #ccc;
}
.ui2 {
	background-image: url(/images/banner4-1920.jpg);
}
.ui3 {
	background-image: url(/images/banner5-1920.jpg);
}
.ui4 {
	background-image: url(/images/banner6-1920.jpg);
}
.ui5 {
	background-image: url(/images/banner7-1920.jpg);
}
.ui6 {
	background-image: url(/images/banner8-1920.jpg);
}
.ui7 {
	background-image: url(/images/banner9-1920.jpg);
}

.d2{
	width:100%;
}
.d2 li{
	width:50%;
	height: 40px;
	line-height:40px;
	float:left;
}
.indent3 {
	text-indent: 30%;
}
.d4{
	float:left;
	width:45%;
	margin:0  5% 50px 0;
}
.d4 li{
	width:100%;
	height: 40px;
	line-height:40px;
	float:left;
}
.d4 li:nth-child(odd) {
   background:#fada8d;
}
.d4 li:nth-child(even) {
   background:#ececec;
}
.d4 h3 {
	color: #e50012;
	margin-bottom:0;
}
.d6{
	width:100%;
	max-width:500px;
	margin:0 auto;
	}
.d6 li{
	width:100%;
	float:left;
	height: 40px;
	line-height:40px;
	border-bottom: 1px solid #e50012;
	}
.d6 li b{
	font-size: 14px;
	font-weight: bold;
	color: #285892;
	clear: both;
	}
.namecard{
    display: block;
    float: left;
    width:100%;
    margin:2em 0;
    padding:20px;
    box-sizing: border-box;
    background-color: rgb(243, 243, 243);
}


.namecard  span{
    display: block;
    float: left;
    width:97px;
    height:100%;
    margin-right:10px;
}
.namecard span img{
    width:100%;
}
.namecard  p{
    width:160px;
    display: block;
    float: left;
    font-size:1.1em;
    line-height: 1.5em;
}
.namecard .bt{
    margin:5px 0 0 0;
}
.place{
	float: left;
	width:98%;
	height:20px;
	color:#666;
	overflow:hidden;
	padding-top: 20px;
	text-align:right;
}
.place a{
	font-family: \5fae\8f6f\96c5\9ed1, "Microsoft YaHei", "STXihei", "ºÚÌå";
	margin:0px 2px;
	color:#666;
}

.place a:hover{
	color:#e50112;
}
.pright{
	width:74%;
	float:right;
}
.pleft{
	width:22%;
	height:100%;
	float:left;
	
	margin: 40px 2% 0 2% ;

    /* padding-bottom: 32767px !important;
    margin-bottom: -32767px !important; */
	}




.dede_pages{
	width: 100%;
	clear:both;
    display: block;
    
	margin: 30px auto;
	padding: 1rem 0 ;
}
.pagelist{
    text-align: center;
}
.dede_pages li {
	font-size: 1.5em;
	border:1px solid #9d9d9d;
	margin: 5px;
	min-width: 40px;
	line-height: 40px;
	height:40px;
	display:inline-block;
	text-align: center;
	background-color: #CCCCCC;
}
.dede_pages li a {
    color: #000;
	text-align:center;
	width: 40px;
	display: block;
	line-height: 40px;
}
.dede_pages  li a:hover,
.dede_pages  li.thislink,
.dede_pages  li.thisclass,
.dede_pages  li.thisclass a {
     color:#FFF;
	background-color: #CC0000;
}
.dede_pages .pageinfo{
	line-height:40px;
	padding:12px 0px 12px 8px;
	color:#999;
	display: none;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
.dede_pages b{
	font-family: "宋体";
}

/*---------- viewbox ---------*/
.listbox,.viewbox{
    height: auto;
    width:98%;
    box-sizing: border-box;
}
.english{
    display: none;
	clear: both;
	font-size: 50px;
	padding:20px 0 0 0;
	font-style: italic;
	color: #DBDBDB;
    font-weight: bold;
    text-transform:uppercase;
}
.listbox h1,.viewbox h1{
	font-size: 30px;
	padding: 30px 0 20px 0;
	color: #000;
}

.enlarge{

    cursor: pointer;
}
.viewbox .content{
    width: 100%;
	font-size:1.1rem;
	line-height:1.8em;
	padding-bottom: 50px;
	clear: both;
    height:auto;    
    position: relative;
}
.viewbox .content img,
.viewbox .content video{
	margin: 10px 0;
width:100%;
height:auto;
}
.viewbox .content  a{
	color: #0066CC;
}


h1 {
    font-weight: bold;

}
.viewbox h2 {
	margin-top: 1em;
	font-size:22px;
}
.viewbox h3 {
	font-size:18px;
	padding:0 0 0.5em 0;
}
.viewbox h4 {
	font-size:16px;
}
.viewbox .info{
	line-height:30px;
	color:#666;
	clear: both;
	padding:20px 10px 30px 0;
}
.viewbox .info img{
	width: 150px;
	padding: 1px;
	border: 1px solid #EBEBEB;
	margin-right: 20px;
	margin-bottom: 10px;
}
.content table {
    border-collapse: collapse;
    margin: 10px 0;
    border: 1px solid #ccc;
}
.content td {
    padding: 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
}
.viewbox .weixin {
	width: 100%;
	margin:  0;
}
.tabli{
    width:100%;
    height:50px;
}
.tabli li{
    display: block;
    float: left;
	width:49.5%;
    height:50px;
    margin-right:0.5%;
    background-color: brown;
    color:#fff;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    border:2px solid brown;
    border-bottom: none;
    box-sizing: border-box;
    cursor: pointer;
}
.tabli li.cur{
    background-color: #fff;
    
    color:#000;
}

.case{
    display: none;
    float: left;
    width:100%;
    height:auto;
}
.case:first-of-type{
display: block;
}
#submenu {
	clear: both;
	height: 50px;
	padding-left: 40px;
	background-color: #FFFFFF;
	width:680px;
}
#submenu a{
	color: #333;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	float: left;
	height: 40px;
	width: 100px;
	margin: 10px;
	border: 1px solid #DFDFDF;
	background-color: #E6E6E6;
}
#submenu a:hover{
	color: #FFFFFF;
	background-color: #e50112;
}
.fixed_menu{position:fixed;_position:absolute;top:0px; }



.youlike{
	width:23%;
	margin: 2em auto ;
	font-size:1.8em;
	text-align:center;
	position:relative;
	background-color: #FFFFFF;
	white-space: nowrap;
	display: block;
	z-index:1000;
}
.youlike:before,.youlike:after{
	content: "";
	border-bottom:1px solid #CCCCCC;
	display: block;
	width:180%;
	height:1px;
	position: absolute;
	top: 0.7em;
	left:-160%;
	z-index:10;
}
.youlike:after{
	right: -160%;
	left:auto;
}



.picbox{
    height:100%;
    width:100%;
    padding:0;
    transform-style: preserve-3d;
    transform-origin: 50% 50% -200px;
    animation: 0.5s ease-out forwards;

}
.picbox a{
    height:100%;
    width:100%;
}
.picbox .show,
.picbox .hide{
    height:100%;
    width:100%;
    position: absolute;
    top:0;
    left:0;
}
.picbox .hide img{
    height:100%;
    width:100%;

}
.picbox .show {

    font-size:20px;
    color:#fff;
    background: #291962;
    text-align: center;
 
    
    transform: translate3d(0,0,-1px);

}
.picbox .show h3{
    margin:10%;
    font-size: 50px;
    line-height: 1.2em;
    color:#fff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.picbox .show p{
    font-size: 1.5rem;
    line-height: 1.2em;
}
.in-top .picbox .hide,
.out-top .picbox .hide {
     transform-origin:bottom;
     transform: translate3d(0,-100%,0) rotate3d(1,0,0,90deg);
}
@keyframes in-top{
     0%{transform:rotate3d(0,0,0,0);}
     100%{transform:rotate3d(-1,0,0,90deg);}
}
@keyframes out-top{
     0%{transform:rotate3d(-1,0,0,90deg);}
     100%{transform:rotate3d(0,0,0,0);}
}
.in-top .picbox{
    animation-name:in-top;
    transform-origin: 50% 50% -125px;
}
.out-top .picbox{
    animation-name:out-top;
    transform-origin: 50% 50% -125px;
}



.in-bottom .picbox .hide,
.out-bottom .picbox .hide {
     transform-origin:top;
     transform: translate3d(0,100%,0) rotate3d(1,0,0,-90deg);
}
@keyframes in-bottom{
     0%{transform:rotate3d(0,0,0,0);}
     100%{transform:rotate3d(1,0,0,90deg);}
}
@keyframes out-bottom{
     0%{transform:rotate3d(1,0,0,90deg);}
     100%{transform:rotate3d(0,0,0,0);}
}
.in-bottom .picbox{
    animation-name:in-bottom;
    transform-origin: 50% 50% -125px;
}
.out-bottom .picbox{
    animation-name:out-bottom;
    transform-origin: 50% 50% -125px;
}



.in-right .picbox .hide,
.out-right .picbox .hide {
     transform-origin:left;
     transform: translate3d(100%,0,0) rotate3d(0,1,0,90deg);
}
@keyframes in-right{
     0%{transform:rotate3d(0,0,0,0);}
     100%{transform:rotate3d(0,-1,0,90deg);}
}
@keyframes out-right{
     0%{transform:rotate3d(0,-1,0,90deg);}
     100%{transform:rotate3d(0,0,0,0);}
}
.in-right .picbox{
    animation-name:in-right;
}
.out-right .picbox{
    animation-name:out-right;
}




.in-left .picbox .hide,
.out-left .picbox .hide {
     transform-origin:right;
     transform: translate3d(-100%,0,0) rotate3d(0,1,0,-90deg);
}
@keyframes in-left{
     0%{transform:rotate3d(0,0,0,0);}
     100%{transform:rotate3d(0,1,0,90deg);}
}
@keyframes out-left{
     0%{transform:rotate3d(0,1,0,90deg);}
     100%{transform:rotate3d(0,0,0,0);}
}
.in-left .picbox{
    animation-name:in-left;
}
.out-left .picbox{
    animation-name:out-left;
}


.jiameng{
    width:100%;
    
    overflow: hidden;
}

.jiameng dl{
float: left;
width:100%;
height:500px;
margin:1% 0;
box-sizing: border-box;
overflow: hidden;
background-color: #3d3d3d;
font-size: 1.2rem;
}
.jiameng dl dt{
display:block;
float: left;
width:50%;
height:100%;

}
.jiameng dl dt img{
    width:100%;
}
.jiameng dl dd{
    display:block;
    float: left;
    color:#fff;
    width:50%;
    height:100%;
    padding:20px;
    box-sizing: border-box;
}
.jiameng dl td{
 line-height: 2em;
}
.jiameng dl p{
    line-height:40px;
    padding-bottom:1em;
    font-size: 1.4rem;
}

.jiameng h3{
    margin:1em 0;
    font-size: 2.2rem;
    color:#fff;
    text-align: center;
}
.major dl{
    height:400px;
}
.team{
    display: block;
    
}

.team ul{
    display:flex;
    justify-content: space-around;
    flex-flow: row wrap;
    height:auto;
    width:100%;
    margin: 0 auto;
}
.team ul li{
    display: block;
    flex-basis: 30%;
    height:550px;
    box-shadow: 6px 6px 10px rgb(201, 201, 201);
    margin:40px auto 0 auto;
    padding:30px 20px;
    box-sizing: border-box;
background-color:#F6F6F6;
}

.team ul li img{
    width:100%;

}
.team ul li h3{
    text-align: left;
    font-size: 1.6rem;
    color:#333;
}
.team ul li p{
padding:10px 0;
font-size: 1.2rem;
line-height: 1.5em;
}


.students{
    clear: both;
}

.students ul{
    display:flex;
    justify-content: space-around;
    flex-flow: row wrap;
    height:auto;
    width:100%;
    margin: 0 auto;
}
.students ul li{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-basis: 47%;
    height:200px;
    box-shadow: 6px 6px 10px rgb(201, 201, 201);
    margin:30px 0 0 0;
    box-sizing: border-box;
    background-color: #ebecec;

}

.students ul li img{
    height:100%;
    float: left;
    flex-shrink:0;
    flex-basis:160px; 
    margin-right:5%;
}
.students ul li .txt{
    float: left;
    flex-grow:1;
    overflow: hidden;
}
.students ul li h3{
    width:100%;
    text-align: left;
    font-size: 1.4rem;
    color:#333;
    padding:1em 0 10px 0;
}
.students ul li p{
    float: left;
font-size: 1rem;
line-height: 1.5em;
overflow: hidden;
}
.content .students ul li h3{
   
    padding:10px 0 ;
}
.content .students ul li img{
    height:100%;
    margin:0 10px 0 0;
}

/*---------- frame : footer ---------*/
.copyright{
    font-size: 1.2rem;
	height: 250px;
    padding:50px 0 30px  0;
    margin-top:50px ;
    background-color: #dde2e4;
    overflow: hidden;
}

.copyright h2{
    text-align: left;
    font-size: 2.4rem;
    color:#333;
	margin: 1em auto 0.6em auto;
}
.copyright p{
line-height: 1.8em;
}
.copyright a{
    color:#333;
}
.qrcode{
    display:flex;
    justify-content: space-around;
}
.qrcode li{
flex-basis: 36%;
text-align: center;
margin-top:40px;
}
.qrcode li img{
width:80%;
}
.sharebtn{
    position: absolute;
    right:30px;
    top:100px;
    
    
	height:32px;
	line-height: 32px;
	font-size:12px;
	width:190px;
	display: flex;
	justify-content: space-between;
}
.index .sharebtn{margin:-50px 0 0 0;}
.sharebtn div{
	cursor: pointer;
	
}
.sharebtn .qrcode{
	position: absolute;
	text-align: center;
	background-color: #fff;
	top:60px;
	right:5px;
	width:205px;
	height:225px;
	line-height: 16px;
	display:none;
}
.top50{
    top:145px;
}
.address {
	width: 25%;
	height: auto;
	
}


.weixin {
	width: 40%;
	display: flex;
	justify-content: space-around;
}
.weixin li{
	width: 26%;
	text-align: center;
}
.weixin li img{
	width: 100%;
}
.weixin li a{
	color:#fff;
}

.footmenu {
	height: 150px;
	width: 100%;
	padding:30px 0 
}
.footmenu b{
    display: block;
    float:left;
    padding:0 10px;
    margin:10px 0;
    height: 14px;
    line-height: 1em;
}
.footmenu a{
    display: block;
    color:#333;
	float:left;
    height: 14px;
    line-height: 1em;
    padding:0 10px;
    margin:10px 0;
	border-right: 1px solid #dfdfdf;
}
.footmenu li:last-child{
	
    border:none;
}

.footmenu  a:hover{
	color: #4A97D5;
}


.outerdiv {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index:9999;
	width: 100%;
	height: 100%;
	display: none;
	box-sizing:border-box; 
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */ 
	}
	.innerdiv{
		margin:0 auto;
		width: 100%;
		max-width: 1080px;
		min-height:800px;
		padding:100px 0;
		text-align: center;
		box-sizing:border-box; 
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */ 
	}
	.innerdiv h3{
		width:100%;
		clear: both;
		color:#fff;
		font-size:1.2rem;
	}
.sp-title {
	height: 60px;
}
.flex-between{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-between li{
	width:48%;
	height:45px;
}
.intxt,.textarea{
	height:40px;
	font-size: 1.2rem;
	line-height: 40px;
	padding: 4px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius:5px;
	border: 1px solid #bebebe;
	margin-bottom: 5px;
    box-sizing: border-box;
    outline: none;
}
.textarea{
font-family: Arial, sans-serif;
	height:205px;width: 96%;
}


#gotop,#gobot {
	background-image: url(../images/btt.png);
	background-repeat: no-repeat;
	POSITION: fixed;
	height: 50px;
	width: 50px;
	bottom: 101px;
	right: 0px;
	background-color: #7F7F7A;
	display: block;
	cursor: pointer;
	Z-INDEX: 9000;
}
#gobot {
	background-image: url(../images/btb.png);
	background-repeat: no-repeat;
	bottom: 50px;

}
#gotop{
	background-position: center -55px;
}
#gotop:hover{
	background-color: #262623;
	background-position: center 15px;
}
#gobot{
	background-position: center 15px;
}
#gobot:hover{
	background-color: #262623;
	background-position: center -55px;
}

.blk {
	background-color: #FFFFFF;
	border: 4px solid #7f7f7a;
	margin-right: auto;
	margin-left: auto;
	_height: 500px;
	min-height: 500px;
	min-width: 400px;
	font-size: 14px;
	position: relative;
}
.blk  h3 {
	font-size:20px  ;
	line-height: 50px;
	padding: 20px 0 ;
}
.blk p{
	line-height: 28px;
	width: 100%;
	padding-top: 10px;
	text-align: left;
	padding-left: 30px;
}


@media all and (max-width:1440px) {
.w960 {
	width:90%;
}
.ui1,.ui2,.ui3,.ui4,.ui5,.ui6,.ui7,.ui8,.ui9{
	padding:250px 0 0 0;
}
.toptitle {
 font-size:1.7rem;
}
.blueborder li {height:350px}
.blueborder li .timg {height: 280px;}

#menu{
    width:100%;
}
.e4 li h3 {
	font-size: 1.1rem;
    height: 40px;
}
.prod li h3{
    font-size: 16px;
}
}

@media all and (max-width:1366px) {
.ui1,.ui2,.ui3,.ui4,.ui5,.ui6,.ui7,.ui8,.ui9,.ui10{
    padding:300px 0 0 0;
    background-image: url(/images/banner3.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size:100% auto;
    overflow:hidden;
    border-top:1px solid #ccc;
}
.ui2 {
    background-image: url(/images/banner4.jpg);
}
.ui3 {
    background-image: url(/images/banner5.jpg);
}
.ui4 {
    background-image: url(/images/banner6.jpg);
}
.ui5 {
    background-image: url(/images/banner7.jpg);
}
.ui6 {
    background-image: url(/images/banner8.jpg);
}
.ui7 {
    background-image: url(/images/banner9.jpg);
}

}
@media all and (max-width:1280px) {
    #menu  li{
        width:11%;
    }
    #menu  li:first-child{
        margin-left:0;
        }

.toptitle {
 font-size:1.6rem;
}
.e4 li{ width:30%;}
.blueborder li {height:320px}
.blueborder li .timg {height: 250px;}
.e4 li h3 {font-size: 1rem;}
.e6 li{
	width: 250px;
	height:200px;
	margin:10px;
}
.jiameng dl{
    height:350px;
}
.jiameng dl p{
    line-height:30px;
    font-size: 1.2rem;
}
.jiameng h3{
    margin:0.5em 0;
    font-size: 2.2rem;

}
.jiameng dl td{
    font-size: 1.1rem;
    line-height: 2em;
   }
.prod li h3{
    font-size: 15px;
}
}

@media all and (max-width:960px) {
.w960 {
	width:98%;
}
.ui1,.ui2,.ui3,.ui4,.ui5,.ui6,.ui7,.ui8,.ui9{
	padding:200px 0 0 0;
}
.e4 li  {min-height: 150px;}
.e4 li .timg{min-height: 120px;}
.blueborder li {height:280px; }
.blueborder li .timg {height: 200px;}

.logo2,.weixin,.qq {
	clear:both;
}
.logo2{
	height: 50px;
}
.weixin,.qq {
	width:100%;
	padding: 20px 0 0 0;
	background-image:none;
}
.e6 li{
	width: 33%;
	height:200px;
	margin:0;
}
.toptitle {
 font-size:1.5rem;
}
.about p{
  
    font-size: 1.6rem;
}
.address{
    width:40%;
}
.weixin{
    width:30%;
}
.desc{
	width: 90%;

}
.team ul li{
    height:450px;      
}
.team ul li p{
    padding:0;
    font-size: 1.1rem;
    line-height: 1.5em;
    }
.prod li{
    margin:20px 5%;
    width:90%;
    }
}
@media all and (max-width:768px) {
.w960,.w30,.w45,.pleft,.pright,.weixin {
	width:100%;
}
.header_logo{  width:250px;height:70px;}
.pleft {
	margin:0;
}
.listbox,.viewbox{
    margin:0 auto;
    width:95%;
}
.header .top{
	height: 70px;
}
.slogan{display:none;}
.screen{
	display:block;
	
    margin:10px 10px 0 0;
}
.search,.topmenu,#menu_area,.english,.sharebtn,.footmenu{ display: none; }
#menu_area {
	height:auto;
}
 #menu{
	width:100%;
	height:800px;
}
 #menu  li {
	width:100%;
	border-bottom: 1px solid #DBDBDB;
    height:auto;
    background-image:none;
}

 #menu  li  span {
	height:50px;display:block;
	background-color:#001f3c;
}
 #menu  li  span a {
font-weight:600;
color:#fff;
}

 #menu  .menu ul{
	position:relative;top:0;display:block;float:left;background:none;min-height:44px;
}
 #menu  .menu ul li{
	width:50%;
    height:44px;
	border-bottom:none;
}

#menu  .menu:nth-child(4)  ul { width:100%;}
.jiameng dl{
    height:400px;
}
.jiameng dl dt,.jiameng dl dd{
    width:100%;
}
.jiameng dl dt {
   display:none;

}
.jiameng h3{
    font-size: 1.8rem;

}
.height360 {
	height:380px;
}
.video {
	margin: 20px auto;
	float:none;
}
.intro {
	width:90%;
	margin: 0 auto;
	clear:both;
	float:none;
}


.topimage2 img{
	width: 100%;
	height:auto;
}
.listbox h1, .viewbox h1 {
    text-indent: 0;
    text-align: center;
    padding: 20px 0;
}
#gotop,#gobot {
margin-right:-200px;
}
.prodmenu li a{
text-align: center;
    text-indent: 0;
}
.dede_pages{
	width: 100%;
	}
.e3 li {
	width: 48%;
}
.d6 li img{
	width: 100%;
}
.pleft h2{
	text-align: left;
}
.e4{justify-content: space-around;}
.e4 li{width:45%;min-height:240px;}
.e4 li .timg{ min-height: 200px;}

  .prod li h3{
    font-size: 16px;
    width:75%;
    height:90%;
    padding:20px 5px;
}
.prod li p{
    display: none;
}
.prod li .timg{
    width:25%;
}

.toptitle {
 text-align: center;
    text-indent: 0;
}
.place{
    padding-top:0;
}
.ui1,.ui2,.ui3,.ui4,.ui5,.ui6,.ui7,.ui8,.ui9,.ui10{
    padding:130px 0 0 0;
}
.logo2{
    background-position: center 0;
}
.team ul{
    width:96%;
}
.team ul li{
    flex-basis: 45%;
    height:500px;
    padding:10px;
}
.team ul li h3{
    font-size: 1.3rem;
}
.students ul li {
flex-basis: 90%;
}

.students ul li h3{

    font-size: 1.3rem;
   
    padding:0 0 10px 0;
}
.innerdiv{
    max-width: 100%;
}
.innerdiv img{
    width: 100%;
}
.listbox .e5{
    display: flex;
    justify-content: space-around;
    flex-wrap:   wrap;
}
}

@media all and (max-width:640px) {
    .header_logo{  width:200px;}
    .desc{
        width: 80%;
        
        font-size: 1rem;
    }
	.imgBox li a b{font-size:3em;}
	.imgBox li a span{font-size:2em;}
	.partner li img{height:30px;}
	.topemail{display:none;}
	
	.e6 li{
        width: 45%;
        height:120px;
        margin-bottom:20px;
    }
	.e4 li{width:45%;min-height:190px;}
    .e4 li .timg{ min-height: 150px;}
    .about p{
  
        font-size: 1.4rem;
    }
    .address{
        width:60%;
        margin-left:15%;
    }
    .tm {
        min-height:auto;
        padding: 0 0 2rem 0;
    }
   
    
    .service dd {
     
        line-height: 1.5em;
        padding: 10px;
    }
    .e5{
        justify-content: space-around;
    }
    .copyright{
        height: auto;
        font-size: 1rem;
    }
    .copyright .w45{
        padding-left: 30px;
    }
    .team ul li{
        
        height:400px;
     font-size: 1rem;
    }
    .jiameng h3{
        font-size: 1.6rem;
    
    }
    }
    

@media all and (max-width:450px) {
    .header_logo{  width:150px;}
	.tm{padding: 0 0 2rem 0;}
	.w55{width:96%;margin:2%;}
	.e4 li{width:45%;min-height:160px;}
    .e4 li .timg{ min-height: 120px;}

	.partner li{font-size: 1em;}
	.partner li span{margin-right:5px;text-indent: 5px;}
	.partner li img{height:20px;}
	.e3 li{
		width:96%;
		height: 400px;
		margin:0 2% 30px;
	}

    .address{
        width:80%;
        margin-left:10%;
    }


    .e2 li .tt {
  
        font-size:1.1rem;
    }
    .bg-gray{
        margin:-50px 0;
    }
    .team ul li{
        height:350px;
        
    }
    .carousel{
        height:258px;
    }
    
    .e5{

        justify-content: space-around;

    }

}


@media all and (max-width:414px) {
  .team ul li{
        height:350px;
        
    }
}


@media all and (max-width:375px) {



}