/*--------------------Reset-----------------*/
/** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;}
body,button, input, select, textarea{font: 14px/1.5 "Microsoft Yahei",tahoma,Srial,helvetica,sans-serif;}
h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight: normal;}
em{font-style:normal;}
ul, ol,li{list-style: none;list-style-type:none}
a{
  text-decoration: none;color:#333;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  color:#2368b1
}

/*火狐去掉按钮、连接的虚线*/
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border: 0;outline : 0;} 
input,button,select,textarea{outline:none;-webkit-appearance:none;}
textarea{resize:none;}
a { text-decoration: none; color: #333; }
a:focus{outline:none;}
a.hidefocus{outline:none}
.button{ border-radius: 0; }
input{font-family: "微软雅黑";}
textarea{font-family: "微软雅黑";}
img{border:0px;  outline-width:0px;  vertical-align:top;}
.cleafix:after{clear:both;content:"\200B";display:block;height:0;}
.cleafix{*zoom:1;}
.fl { float:left;}
.fr { float:right;}
.wrap{width:100%;}
/*body::-webkit-scrollbar {
display: none;
}*/
html body
{
	min-width: 1200px;
}

*{font-family: "微软雅黑";font-size:14px;box-sizing: border-box;}
*{padding: 0;margin: 0;}

/*header*/
.container{
	width: 100%;
	margin:  0 auto;
}
.container:after
{
	content: "";
	display: block;
	clear: both;
}
.header{
	background: #e5f4ff;
	width: 100%;
	margin:  0 auto;
       
        z-index: 999;
	
}
.header_bj{
	background: url(../imgs/headbj.jpg) center -70px no-repeat;
	margin:  0 auto;
	height: 148px;
}
.header_logo{
	width:1200px;
	margin: 0 auto;
}
.logo{
	margin-top: 50px;
}
.search{
	width: 258px;
    height: 45px;
    background: url(../imgs/radio.png) no-repeat;
    position: relative;
}
.search input
{
	background: none;
	font-size: 13px;
	color: #4c8cb8;
	margin-top: 10px;
    margin-left: 20px;
}
.search input[type=image] {
    position: absolute;
    top: 2px;
    right: 15px;
}
.head_link {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: center;
}
.link-search{}
.head_link a{
	font-size: 16px;
	line-height: 40px;
	color: #0066ab;
}


/*nav*/
.navs{
	width:100%;
	height: 50px;
	background: url("../imgs/navbj.jpg") no-repeat;
	z-index: 999;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);


}
/*.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}*/
.nav a{ color:#fff;  }
.nav{width: 1200px;margin:0 auto;height:50px; line-height:49px;   position:relative; z-index:999;  }
.nav .nLi{ float:left;  position:relative; /*display:inline; */ }
.nav .nLi h3{ float:left;}
.nav .nLi h3 a{padding:0 14px; font-size:16px;position: relative;border-right: 1px solid  #86b7e6}
.nav .sub{ display:none; width:135%; left:0; top:50px;  position:absolute; background:#2368b1;  line-height:26px; padding:5px 0;  }
.nav .sub li{ zoom:1; text-align: center;line-height: 35px;}
.nav .sub a{ display:block; padding:0 10px; }
.nav .sub a:hover{ background:#2f7bcc; color:#fff;  }
/*.nav .nLi h3 a:before{content: ""; position: absolute;width: 2px;height: 20px;background: #86b7e6;right: 0;top: 4px;}*/
.nav .on h3{ background:#2368b1; color:#fff;}
/*banner 图 样式---------------------------------------start*/
.banner{width:100%; margin:auto;position:relative;top:148px;}
.ck-slide { width:100%; height: 531px; margin: 0 auto;}
.ck-slide ul.ck-slide-wrapper { height: 508px;}
.ck-slide ul { margin: 0; padding: 0; list-style-type: none;}
.ck-slide { position: relative; overflow: hidden;}
.ck-slide ul.ck-slide-wrapper { position: absolute; top: 0; left: 0; z-index: 1; margin: 0; padding: 0;}
.ck-slide ul.ck-slide-wrapper li { position: absolute;width:100%}
.ck-slide .ck-prev, .ck-slide .ck-next { position: absolute; top: 50%; z-index: 2; width: 35px; height: 70px; margin-top: -35px; border-radius: 3px; opacity: .15; background: red; text-indent: -9999px; background-repeat: no-repeat; transition: opacity .2s linear 0s;}
.ck-slide .ck-prev { left: 95px; background: url(../imgs/arrow-left.png) no-repeat;}
.ck-slide .ck-next { right: 95px; background: url(../imgs/arrow-right.png) no-repeat;}
.ck-slidebox { position: absolute; left: 50%; bottom: 12px; z-index: 30;}
/*.ck-slidebox ul { height: 20px; padding: 0 4px; border-radius: 8px; background: rgba(0,0,0,0.5);}*/
.ck-slidebox ul li { float: left; height: 12px; margin: 4px 4px;}
.ck-slidebox ul li em { display: block; width: 12px; height: 12px; border-radius: 100%; background-color: #fff; text-indent: -9999px; cursor: pointer;}
.ck-slidebox ul li.current em { background-color: #fe6500;}
.ck-slidebox ul li em:hover { background-color: #fe6500;}
/*School of Automation*/ 
.content {
    width: 1200px;
    margin: 0 auto;
}
.introdcont {
    margin-top: 50px;
}
.introdconted
{
	width: 100%;
	height: 330px;
	background: #f4f4f4;
}
.introdconted .intr_left
{
	width: 50%;
	margin: 60px 0 60px 50px;
}
.introdconted .intr_left p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    min-height: 210px;
    max-height: 210px;
   display: block;
   font-size: 18px;
   color: #373737;
   line-height: 35px;
}

   
}
.introdconted:after
{
	content: "";
	display: block;
	clear: both;
}
.int_one
{
	padding-bottom: 20px;
	border-bottom: 1px solid #cfcfcf;
}
.int_one h2 {
	font-size: 24px;
	color: #434343;
}


.map{
	width: 100%;
	margin: 0 auto;
	margin-top: 35px;
}
.dep{
	width: 100%;
	margin-top: 15px;
	clear: both;
}
.dep ul:after
{
	content: "";
	display: block;
	clear: both;
}
.dep li{
	width:30%;
	height: 250px;
	float: left;
	
	margin-right: 2%;
	margin-left: 1.5%;
	margin-top: 25px;
	position: relative;
}
.dep li img{
	width:100%;
	height: 100%;
        border-radius:8px;
}
.dep li p{
    position: absolute;
    bottom: 0px;
    left:0px;
    width: 100%;
    padding: 5px 10px;
    background: #000;
    opacity:0.7;
    filter:alpha(opacity=70);
    color: #ffffff;   
    font-size:16px;
    font-weight:bold;
    text-align:center;
min-height:58px;
}
.dep li p span {
   
   
    display: block;
    margin-top: 5px;
    font-size: 17px;
    min-height: 48px;
    max-height: 48px;
    color:#fff;
    font-weight:bold;
}

 /*footer*/
.footer{
	width: 100%;
	margin: 0 auto;
	height: 131px;
	background: #2267b1;
	margin-top:60px ;
}
.footer_noe{padding-top: 40px;}
.footer_noe p{
		font-size: 14px;
	line-height: 32px;
	color: #ffffff;
	margin-left: 10px;
}
.footer_noe span{
	font-size: 14px;
	color: #8abcf1;
	padding: 10px;
}
.footer_two{padding-top: 40px;}
.footer_two .icon{  
		position: relative;
		display: block;
    width: 55px;
	  height: 55px;
	  border: solid 1px #3f8de1;
    text-align: center;
    font-size: 30px;
    margin-right: 15px;
    border-radius: 50%;
    color:#3f8de1 ;
    }
.footer_two img{
	margin-top: 12px;
}
.footer_two .icon .ewm_img{
		display: none;
		position: absolute;    
		top: -120px;
	  left: -25px;
	  z-index: 1;
	  }
.footer_two .icon span{margin-top: 18px;display: inline-block;}
.footer_two .icon:hover .ewm_img{display: block;}
.footer_two .icon:hover .ewm_img img{ width: 100px; height: 100px; }


.left_nav{width:230px;}
.left_nav h3{padding: 20px 0;background: #2368b1;text-align:center;
    font-size: 26px;
    line-height: 40px;
    color: #ffffff;}
.left_nav ul{
    background: #e8f3ff;
    min-height: 357px;
    text-align: center;
}
.left_nav ul li a{
    font-size: 18px;
    line-height: 55px;
    color: #050505;
    display:block;
}
.left_nav ul li:hover a{background:#fff;color:#2368b1}
.left_nav ul .on a{background:#fff;color:#2368b1}
.right_content{width:920px;}

.right_content .dqwz{line-height:40px;color:#555;font-size:16px;}
.right_content .dqwz a{color:#555;font-size:16px;}

.right_content .dqwz a:hover{color:#2368b1}
.right_content .list333 li a:hover{color:#2368b1}