@charset "gb2312";
/* CSS Document */
*{ margin:0px; padding: 0px;}
body {font-family: "微软雅黑","Microsoft YaHei",sans-serif; font-size: 14px; color: #333;}
div,form,img,ul,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6 { margin:0; padding:0; border:0;}
img { border: none;}
ul,li { list-style: none;}
i,em { font-style: normal;}
a { color: #333; text-decoration: none;}
a:hover { color: #f00;}
.fl { float: left;} .fr { float:right;} .pr { position: relative;} .tc { text-align: center;}
.w1200 { width: 1200px; margin: 0px auto;}
.clearfix:after{content:".";display:block;height:0;clear: both;visibility:hidden;}
.clearfix{*zoom:1;}
.h25 { height: 25px; width: 100%; display: block;}
.pt20 { padding-top: 20px;}


.header {height: 90px;}
.logo {
	width: 300px;
    height: 90px;
	float: left;
	display: inline-block;
    background: url(../images/logo.png) no-repeat 0px 10px;
	}

#nav{ float: left;}
.dropdown {
	position: relative;
	z-index: 999;
	float: left;
	}
.dropdown li {
	float: left;
	color: #000;
	width: 110px;
	text-align: center;
	line-height: 90px;
	font-size: 16px;
	font-weight: 900;
	white-space: nowrap;
	vertical-align: middle;
	zoom: 1;
	}
.dropdown li a { display: block;}
.dropdown li:hover > ul {visibility: visible;}
.dropdown li:hover {
	 color: #fff;
	 background-color: #d10003;
	 position: relative;
	 cursor: pointer;
	}
.dropdown a:link,
.dropdown a:visited	{ color: #000; text-decoration: none; }
.dropdown a:hover { color: #fff; background-color: #d10003; }
.dropdown a:active { color: #0395cc; }

#home #nav li#m1 .art,
#news #nav li#m2 .art,
#jishu #nav li#m3 .art,
#case #nav li#m4 .art,
#about #nav li#m5 .art,
#contact #nav li#m6 .art{
  color: #fff;
  background: #d10003;
}

.dropdown ul {
	visibility:hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: auto;
	z-index: 999;
	width: 110px;
	background: #930;
	padding-bottom: 16px;
	border-radius: 0px 0px 16px 16px;
	}
.dropdown ul:before {
	content:"";
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../images/box_top_l.png) no-repeat;
	top: 0px;
	left: -40px;
	}
.dropdown ul:after {
	content:"";
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../images/box_top_r.png) no-repeat;
	top: 0px;
	right: -40px;
	}
#m3 ul, #m4 ul { width: 240px; left: -65px;}
.dropdown ul li {float: none;}
.dropdown ul li {
	width: 100%;
	height: auto;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	white-space: normal;
	}
.dropdown ul li a {display: block;}
.dropdown ul li a:hover { background-color: #0395cc;}
.dropdown li.dir {padding: 0px 0px;}
.dropdown li.dir:hover a { display: block; color: #fff;}

/*search*/	
.search{float: right;}
.search form {}
.search .skey{
	width: 140px; 
	height: 90px; 
	line-height: 90px; 
	float: left;
	color: #999;
	}
.search .sbtn{
	float: left; 
	height: 90px; 
	line-height: 90px; 
	width: 90px; 
	cursor: pointer; 
	overflow: hidden; 
	background: #b4935f url(../images/search.png) center center no-repeat; 
	}


/*****************焦点图******************/
#full-screen-slider {
	width:100%;
	height:350px;
	position:relative;
	}
#slides {
	display:block;
	width:100%;
	height:350px;
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
	}
#slides li {
	display:block;
	width:100%;
	height:100%;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	}
#slides li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	}
#pagination {
	display:block;
	list-style:none;
	position:absolute;
	left:50%;
	top:320px;
	z-index:9900;
	padding:5px 15px 5px 0;
	margin:0;
	}
#pagination li {
	display:block;
	list-style:none;
	width:10px;
	height:10px;
	float:left;
	margin-left:15px;
	border-radius:5px;
	background:#FFF;
	}
#pagination li a {
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	text-indent:-9999px;
	}
#pagination li.current {background:#0092CE}


/*******************************/
.main { padding-top: 20px;}
.main_l { width: 590px;}
.main_title { height: 34px; border-bottom: 2px solid #dedede;}
.main_title h3 {
	color: #f00;
	border-bottom: 2px solid #f00;
	display: inline-block;
	line-height: 34px;
	}
.main_more { float: right;}
.main_more a{
	background: url(../images/icon_more.png) right center no-repeat;
    line-height: 34px;
    padding-right: 18px;
    color: #bcbcbc;
    text-transform: uppercase;
	}
	
.hot {
	height: 134px;
	border-bottom: 1px dashed #dedede;
	padding-top: 25px;
	}
.hot img { float:left; margin-right: 20px;}
.hot_title {
	height: 22px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
	}
.hot_cont {
	color: #898989;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    padding-top: 15px;
	}
.hot_more { padding-top: 10px; font-size: 12px;}
.hot_more a { color: #f00;}

.main_list { padding-top: 10px;}
.main_list li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	padding-right: 100px;
	}
.main_list li a {
	padding-left: 15px;
	background: url(../images/ico3.jpg) left center no-repeat;
	}
.main_list li em {
	position: absolute;
    right: 0px;
    top: 0px;
    color: #898989;
    font-size: 12px;
	}
	
	
.main_r { width: 495px;}
.main_about { padding-top: 25px;}
.main_about:after { content:""; clear: both; overflow: hidden; display: block;}
.main_about img { float: left; max-width: 495px; margin-right: 30px;}
.main_a_p { float: left; width: 500px; height: 340px; line-height: 28px; font-size: 16px;  overflow: hidden; text-indent: 2em;}
.main_a_p a { color: #f00;}

.m_a_r {
	float: right;
	width: 150px;
	margin-top: 10px;
	}
.m_a_r dl {
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	border-bottom: none;
	}
.m_a_r dl dd {
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
	font-weight: 700;
	padding: 10px;
	}
.m_a_r dl dd a { display: block; background-color: #d10003;}
.m_a_r dl dd .arct { background-color: #930;}
.m_a_r dl dd:hover {
	 color: #fff;
	 background-color: #930;
	 cursor: pointer;
	}
.m_a_r dl a:link,
.m_a_r dl a:visited	{ color: #fff; text-decoration: none; }
.m_a_r dl a:hover { color: #fff; background-color: #d10003; }
.m_a_r dl a:active { color: #0395cc; }

/*****************************/
.main_case { padding-top: 20px;}
.case_main { margin-top: 20px;}
/*相关期刊滚动*/
.box-gundong {
    height:220px;
    position:relative;
    }
.ashow2 {
    margin-left:45px;
    float:left;
    display:inline;
    }
.list_02 li {
    float: left;
    overflow: hidden;
    text-align:center;
    margin-left:5px;
    margin-right:5px;
    }

.list_02 li img {
	width:268px;
    height:175px;
    }
 
.list_02 li p {
	width:268px;
	height:30px;
	line-height:30px;
	font-size:15px;
	overflow:hidden;
	}
.al {
    background:url(../images/tj_bg01.jpg) 0px 0px no-repeat;
    left:0px;
    top:52px;
    position:absolute;
    overflow:hidden;
    width:32px;
    CURSOR: pointer;
	opacity:0.1;
    line-height: 200px;
    height:70px;
    }
.ar {
    background: url(../images/tj_bg02.jpg) 0px 0px no-repeat;
    right:0px;
    top:52px;
    position:absolute;
    overflow:hidden;
    width: 32px;
    cursor:pointer;
	opacity:0.1;
    line-height: 200px;
    height: 70px
    }


/***********************************/
.footer {
	margin-top: 20px;
	padding: 20px 0px;
	background-color: #2a2a2a;
	color: #c3c0b4;
	line-height: 26px;
	font-size: 12px;
	}
.footer a { color: #c3c0b4;}
.footer a:hover { text-decoration: underline}
.footer p { text-align: right;}


/********************面包屑*******************/
.breadcrumb {
	height: 70px;
	line-height: 70px;
	background-color: #fff;
	box-shadow: #999 0px 0px 10px;
	font-size: 15px;
	color: #999;
	}
.breadcrumb span { float: left; margin-right: 10px;}
.breadcrumb ul:after { content:""; clear: both; display: block; height: 0px;}
.breadcrumb li {
	float: left;
	border-right: 1px solid #d7d7d7;
	}
.breadcrumb li:first-child a { color: #fff; background-color: #3b326d;}
.breadcrumb li:first-child a i {background: url(../images/icon-2.jpg) center center no-repeat;}
.breadcrumb li:hover { background-color: #3b326d;}
.breadcrumb li a { display: block; padding: 0px 20px;}
.breadcrumb li:hover a { color: #fff;}
.breadcrumb li:hover i{background: url(../images/icon-2.jpg) center center no-repeat;}
.breadcrumb li i {
	width: 9px;
	height: 70px;
	background: url(../images/icon-1.jpg) center center no-repeat;
	display: inline-table;
	float: right;
	margin-left: 20px;
	}

/********************资讯列表***********************/
.news_main { margin-top: 20px;}
.news_main:after { content:""; clear: both; display: block; overflow: hidden;}
.news_list li {
	line-height: 36px;
	border-bottom: 1px dashed #d7d7d7;
	padding-bottom: 10px;
	padding-top: 10px;
	}

.news_list li h4 {
	line-height: 24px;
    font-weight: normal;
    font-size: 18px;
	}
.news_list li span { float: right; color: #999;}


.news_l {
	float: left;
	width: 220px;
	margin-top: 50px;
	}
.news_l dl {
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	border-bottom: none;
	}
.news_l dl dd {
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
	font-weight: 700;
	padding: 10px;
	}
.news_l dl dd a { display: block; background-color: #d10003;}
.news_l dl dd .arct { background: url(../images/icon-3.png) 15px center no-repeat #0395cc;}
.news_l dl dd:hover .arct { background: url(../images/icon-3.png) 15px center no-repeat #0395cc; border: 10px solid #fff; margin: -10px;}
.news_l dl dd:hover {
	 color: #fff;
	 background-color: #930;
	 cursor: pointer;
	}
.news_l dl a:link,
.news_l dl a:visited	{ color: #fff; text-decoration: none; }
.news_l dl a:hover { color: #fff; background-color: #d10003; }
.news_l dl a:active { color: #0395cc; }

.news_r {
	float: right;
	width: 950px;
	margin-top: 50px;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	background-color: #fcfcfc;
	padding: 30px;
	}
	
/*分页*/
.page{
	clear: both; 
	height: 50px; 
	overflow: hidden; 
	padding: 15px 0px; 
	margin: 0px auto;
	}
.page ul{
	float: right; 
	padding: 12px 0px 12px 0px; 
	height: 23px; 
	overflow: hidden;
	}
.page ul li{
	float: left; 
	font-size: 14px; 
	line-height: 23px; 
	margin-left: 10px; 
	}
.page ul li a{
	float: left; 
	padding: 5px 10px; 
	border: 1px solid #8F9BB3; 
	color: #8F9BB3;
	}
.page ul li a:hover{
	text-decoration: none; 
	background-color: #8F9BB3; 
	color: #fff;
	}
.thisclass{
	float: left; 
	padding: 5px 10px; 
	display: block; 
	background-color: #8F9BB3; 
	color: #fff; 
	border: 1px solid #8F9BB3;
	}
	
/***************资讯内页********************/
.news_show { margin: 30px 0px;}
.news_show h1{
	font-size: 24px;
	line-height: 35px;
    padding: 15px 0 35px;
    border-bottom: 1px solid #E5E5E5;
	}
.news_title	{
	height: 44px;
	line-height: 44px;
	color: #999;
    padding: 8px 0;
    border-bottom: 1px solid #E5E5E5;
	}
.content_text { margin-top: 50px;}
.content_text p {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 16px;
	}
.content_text img { max-width: 100%;}
	
.page_next { font-size: 15px; margin: 50px 0px; display: inline-table;}
.page_next strong {
	padding:0px 20px;
    background: #b4935f;
    color: white;
	height: 45px;
	line-height: 45px;
	display: inline-block;
    margin-right: 15px;
	}
	
#gotop {
	position: fixed;
	z-index:9999;
	bottom: 80px;
	right: 50px;
	cursor:pointer;
	width: 60px;
	height: 60px;
	background: url(../images/top.jpg) 0 0 no-repeat;
	}
	
/**************工程案例列表***************/
.case { margin-top: 20px;}
.case:after, .news_main:after { content:""; clear: both; display: block; overflow: hidden;}
.case_l {
	float: left;
	width: 270px;
	margin-top: 50px;
	}
.case_l dl {
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	border-bottom: none;
	}
.case_l dl dd {
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
	font-weight: 700;
	padding: 10px;
	}
.case_l dl dd a { display: block; background-color: #d10003;}
.case_l dl dd .arct { background: url(../images/icon-3.png) 30px center no-repeat #0395cc;}
.case_l dl dd:hover .arct { background: url(../images/icon-3.png) 30px center no-repeat #0395cc; border: 10px solid #fff; margin: -10px;}
.case_l dl dd:hover {
	 color: #fff;
	 background-color: #930;
	 cursor: pointer;
	}
.case_l dl a:link,
.case_l dl a:visited	{ color: #fff; text-decoration: none; }
.case_l dl a:hover { color: #fff; background-color: #d10003; }
.case_l dl a:active { color: #0395cc; }
	
	
	
.case_r {
	float: right;
	width: 900px;
	margin-top: 50px;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	background-color: #fcfcfc;
	padding: 10px 10px;
	}

.case_list ul:after{ content:""; clear: both; display: block; overflow: hidden;}
.case_list li {
	float: left;
	width: 25%;
	text-align: center;
	}
.case_list li a { margin: 20px 10px 0px; display: inline-block;}
.case_list li img {
	max-width: 92%;
	height: 210px;
	padding: 8px;
	background-color: #ddd;
	}
.case_list li p {margin-top: 15px; font-size: 16px; height: 45px;}
.case_list li a:hover img {background-color: #3b326d;}


/*******************关于我们********************/
.about { margin-top: 20px; padding-bottom: 70px;}
.about_title {
 	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #d7d7d7;
    line-height: 38px;
	color: #777;
    display: block;
    font-size: 22px;
	text-align: center;
	}
.about_title em{
	color: #7f7aa0;
    display: block;
    font-size: 24px;
	}
.about_cont {
	color: #B49360;
    font-size: 16px;
    padding-top: 48px;
    line-height: 30px;
	max-width: 1000px;
	margin: 0px auto;
	}
.about_cont p { margin-bottom: 15px;}
.about_cont p img { max-width: 100%;}
.about:after { content:""; clear: both; display: block; overflow: hidden;}
.about_page_l {
	float: left;
	width: 220px;
	margin-top: 50px;
	}
.about_page_l dl {
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	border-bottom: none;
	}
.about_page_l dl dd {
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
	font-weight: 700;
	padding: 10px;
	}
.about_page_l dl dd a { display: block; background-color: #d10003;}
.about_page_l dl dd .arct { background: url(../images/icon-3.png) 15px center no-repeat #0395cc;}
.about_page_l dl dd:hover .arct { background: url(../images/icon-3.png) 15px center no-repeat #0395cc; border: 10px solid #fff; margin: -10px;}
.about_page_l dl dd:hover {
	 color: #fff;
	 background-color: #930;
	 cursor: pointer;
	}
.about_page_l dl a:link,
.about_page_l dl a:visited	{ color: #fff; text-decoration: none; }
.about_page_l dl a:hover { color: #fff; background-color: #d10003; }
.about_page_l dl a:active { color: #0395cc; }
	
	
	
.about_page_r {
	float: right;
	width: 950px;
	margin-top: 50px;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	background-color: #fcfcfc;
	padding: 30px;
	}

/*******************联系我们********************/
.contact { margin-top: 20px; padding: 70px 0px;}
.contact:after { content:""; clear: both; display: block; height: 0px;}
.contact_img {
	float: left;
	margin-right: 20px;
	}
.contact_title {
    line-height: 38px;
	color: #777;
    display: block;
    font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	}
.contact_title em{
    display: block;
    font-size: 16px;
	font-weight: normal;
	}
.contact_cont {
	color: #B49360;
    font-size: 16px;
    line-height: 30px;

	}
	
/***********技术中心**************/
.jishu { padding-top: 20px;}
.main_jishu { margin-top: 20px;}
.main_jishu li {
	float: left;
	width: 270px;
	margin: 15px 15px;
	}
.main_jishu li img {
	width: 270px;
	height: 225px;
	}
.main_jishu li p {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 15px;
	text-align: center;
	}