/*******************************************************************************************************************
*     Subheader Effects                                                                                                  
*******************************************************************************************************************/
  @font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: url(../images/div_bj.jpg);
}
ul{list-style:none;}
.ca-menu{
    padding:0;
}
.ca-menu li{
    width: 20%;
    height: 200px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    margin: 0;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #f9f9f9;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
   /* font-family: 'WebSymbolsRegular', cursive;*/
    font-size: 60px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 85px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.ca-main{
    font-size: 20px;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub{
    text-align:center;
    font-size: 10px;
    color: #666;
    line-height: 18px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	font-family:DroidSansRegular;
    margin: 10px 0 0 0;
}
.ca-menu li:hover{
    /*background-color: #000;*/
    background-color: #336fb5;
}
.ca-menu li:hover .ca-icon{
    color: #fff;
    font-size: 60px;
}
.ca-menu li:hover .ca-main{   
    -webkit-animation: moveFromLeftRotate 300ms ease;
    -moz-animation: moveFromLeftRotate 300ms ease;
    -ms-animation: moveFromLeftRotate 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromLeftRotate{
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -webkit-transform: translateX(0%) rotate(0deg);
    }
}
@-moz-keyframes moveFromLeftRotate{
    from {
        -moz-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -moz-transform: translateX(0%) rotate(0deg);
    }
}
@-ms-keyframes moveFromLeftRotate{
    from {
        -ms-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -ms-transform: translateX(0%) rotate(0deg);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
/*******************************************************************************************************************
*     Top Slider                                                                                             
*******************************************************************************************************************/
.ei-slider{
	position: relative;
    width: 100%;
    max-width: 1920px;
    height: 450px;
    margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: #336fb5;
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
    width: 100%;
    /* filter: url(filters.svg#grayscale); */ /* Firefox */
    /* filter: gray;  *//* IE */
    /* -webkit-filter: grayscale(1); */ /* Webkit */
    opacity:1;
    /* -webkit-filter: grayscale(100%); */ /* Chrome 19+ & Safari 6+ */
}
.ei-title{
	position: absolute;	
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: center;
}
.ei-title h2{
	/*font-size: 40px;*/
	line-height: 50px;	
	color: #fff;
	padding: 0 10px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    font-size: 22px;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
}
.ei-title h3{
/*font-size: 50px;*/
line-height: 70px;
text-transform: uppercase;
color: #fff;
background: #333;
padding: 0px 40px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    font-size: 24px;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
}
/*.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}*/
.ei-slider-thumbs{
    POSITION: absolute;
    WIDTH: 90px;
    FLOAT: right;
    bottom: 80px;
    right: 10%;
    z-index: 20;
}
/*.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}*/
.ei-slider-thumbs li{
    TEXT-ALIGN: center;
    LINE-HEIGHT: 15px;
    LIST-STYLE-TYPE: none;
    MARGIN: 1px;
    WIDTH: 15px;
    FONT-FAMILY: Arial;
    FLOAT: left;
    HEIGHT: 15px;
    COLOR: #86a2b8;
    FONT-SIZE: 12px;
    CURSOR: pointer;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: -1;
	text-indent: -9000px;
    border-radius: 2px;
    background: #48e00a;
}
/*.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #ececec;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border-right: 1px solid #555;	
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}*/
.ei-slider-thumbs li a{
    TEXT-ALIGN: center;
    LINE-HEIGHT: 15px;
    LIST-STYLE-TYPE: none;
    MARGIN: 1px;
    WIDTH: 13px;
    FONT-FAMILY: Arial;
    FLOAT: left;
    HEIGHT: 15px;
    COLOR: #e5eef5;
    FONT-SIZE: 12px;
    CURSOR: pointer;
    z-index: 11;
}

.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
    border-radius: 2px;
    color: black;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
    /* left: 20%; */
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 0;
		background: rgba(255,255,255,0.9);
		padding: 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
		margin-top: 0px;
		margin-bottom: 1px;
	}
}
html, body, div, h1, h2, ul, li, dl, dd, dt{ margin: 0; padding: 0; }
/* ul { list-style: none; } */
.image_carousel {
	padding: 15px 0 15px 40px;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
	height: 110px;
width: 160px;
}

a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 50px;
}
a.prev {			left: 0px;
					background-position: 0 -100px !important;  }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: 0px;
					background-position: -50px -100px !important;  }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
/*.pagination {
	text-align: center;
	margin-right: 37px;
margin-top: 10px;
}
.pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}*/
.clearfix {
	float: none;
	clear: both;
}
.slideshowthumb { width:150px; height:59px;}
.negativetop {margin-top:-10px;}

a.actbutton {
   border-top: 1px solid #ffffff;
   background: #eee;
   padding: 10px 20px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   color: #444 !important;
   font-size: 18px;
   text-decoration: none;
   vertical-align: middle;
   font-family:DroidSansRegular;
   font-weight:bold;
   -webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
   }
a.actbutton:hover {
   border-top-color: #ffffff;
   background: #fff;
   color: #33777d;
   }
.noslide {text-align:center;}
.noslide h1 {color:#eee;font-family:BitterRegular;margin-bottom:23px;}
.noslide h3 {color: #eee;padding: 0 100px; font-weight: lighter;  line-height: 34px;}

.articlehead{
    line-height: 140%;
    margin-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
}
.articlehead p{
    margin-bottom: 5px;
    line-height: 36px;
}
.articlehead p span{
    TEXT-TRANSFORM: uppercase;
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    COLOR: rgb(191,191,191);
}
.articlehead > p > span:first-child{
    COLOR: rgb(0,0,0);
    padding-left: 10px;
    font-size: 16px;
}

.articlehead{
	margin: 10px 0;
    border-left: 5px solid #0C4B98;
    height: 40px;
    border-bottom: 0;
}
.articlehead h4{
	float: left;
    padding: 0 0 0 10px;
    font: bold 16px/20px "微软雅黑";
    width: 140px;
    margin: 10px 0px;
}
.articlehead h4 span {
    color: #FF9D19;
    font: bold 14px/20px "Arial";
}
.articlehead .linefg {
    border-bottom: 1px dashed #CCC;
    width: 455px;
    height: 1px;
    float: left;
    margin: 20px 10px;
}
.articlehead span.right{
	color: #999;
    font: 10px/20px "Arial";
    float: left;
    width: 100px;
    text-align: right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0px;
}
.articlehead span.right a{
	text-decoration: none;
    color: #999;
    padding: 10px;
}
.articlehead span.right a:hover {
    text-decoration: none;
    color: #FFF;
    background: #0A4288;
}
.article {
    overflow: hidden;
    float: left;    
    width: 100%;
}

.article p.title a {
    /* display: inline-block; */
    font-family: SimSun;
    color: #5a5a5a;
    font-weight: normal;
    text-decoration: none;    
    font: 14px/34px "宋体";
}
.article p.title a:hover {
    text-decoration: none;
    color: #0064d4;
 }
.article ul li p {
    height: 30px;
    line-height: 26px;
    margin-bottom: 0px;
}
.article ul li {
    margin: 3px 0;
    overflow: hidden;
}
.article ul li:hover .link-pdf i {
    color: red;
}
.article p.link {
    float: left;
    margin-left: 3px;
    padding-left: 14px;
}
.article p.link {
    background: url(../images/5.png) no-repeat left center;
    padding-left: 14px;
    max-width: 240px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.article p.link.news {
    background: url(../images/5.png) no-repeat left center;
    padding-left: 14px;
    max-width: 458px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.article p.link-pdf {
    background: none;
    padding-left: 0px;
    max-width:350px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.article p.paper {
    background: url(../images/8.png) no-repeat left center;
    padding-left: 14px;
}
.article p.time {
    float: right;
    padding-right: 3px;
}
.article span.wp-new-ar-pro-time {
    display: inline-block;
    font-family: SimSun;
    font-size: 11px;
    color: #929292;
    font-weight: normal;
    text-decoration: none;
}
.article .wpart-border-line{
    border-bottom: 1px dotted #e2e2e2;
}
h4.new_zy_head {
    font: 15px/46px "微软雅黑";
    padding-bottom: 10px;
    display: block;
    padding: 0;
    margin: 0;
    max-width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
h4.new_zy_head a {
    color: #5a5a5a;
    font-weight: normal;
    text-decoration: none;
    font: 20px/34px "宋体";
    cursor: pointer;
}

h4.new_zy_head a:hover {
   text-decoration: underline;
   color: #0A4288;
}
.new_jj_zy p {
    font: 12px/24px "宋体";
    color: #515151;
    text-align: Justify;
}

.new_jj_zy { 
    border-width: 0px;
    padding-right: 0;
}

.six.columns.new_jj_img {
    padding: 7px 0 0 0;
}

.six.columns.new_jj_zy {
    padding: 0 0 0 10px;
}
h4 i.orange {
    color: #fb9d19;
    padding: 0 5px 0 0;
}
div.horizontal-solid {
    border: none;
    border-top: 1px solid #c2c2c2;
    height: 0;
}
div.wpline-wrapper {
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
}
.row  .wpcolumnWrapper{
	 border-right: 1px solid #aaaaaa;
}
.row .wpcolumnWrapper:last-child{
	 border-right: none;
}
/* #footer .siteLink{
    list-style-type: circle;
    padding-left: 17px;
} */




/* 顶部LOGO及版本 */
.topdiv{ 
	width: 1000px;
    height: 110px;
    margin: auto;
    overflow: hidden;
    }
.topdiv .logo{ 
	width: 480px;
    height: 110px;
    background: url(../logo.png) no-repeat;
    float: left;
	}
.topdiv .languagediv{
	display:none;
    float: right;
    height: 100px;
    padding: 25px 25px;
    padding-right: 0px;
	}
.topdiv .languagediv .editContent {
    LINE-HEIGHT: 120%;
    FONT-FAMILY: 'Microsoft YaHei';
    COLOR: #245da2;
    margin-bottom: 0px;
    font-size: 20px;
}
.topdiv .languagediv .phone {
    COLOR: #245da2;
}

/* 顶部导航 */
/* nav_menu */
/* .navbox {
    height: 50px;
    position: relative;
    z-index: 9999;
    margin: auto;
    background: url(../images/nav_bj.jpg) repeat-x;
    border-bottom: 0px solid #FFF;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    font-family: '微软雅黑';
}

.nav {
    width: 1002px;
    margin: 0 auto;
    height: 50px;
    list-style: none;
}

.nav li {
    float: left;
    height: 50px;
    position: relative;
    list-style: none;
}

.nav li.last {
    background: none;
}

.nav li a {
    text-decoration: none;
}

.nav li a span {
    float: left;
    display: block;
    font: bold 16px/50px "微软雅黑";
    color: #FFF;
    cursor: pointer;
    width: 143px;
    text-align: center;
}

.nav li.drop-menu-effect:hover {
    text-decoration: none;
    width: 143px;
    background: url(../images/menu_hover.jpg);
    height: 50px;
} */
/* .nav li.selected .submenu {display: block;}
.nav li .submenu {display: none;position: absolute;top: 50px;}
.nav li .submenu li {float: none;padding: 0;background: none;height: auto;border-bottom: dotted 0px #BEBEBE;}
.mj_menu_li_txt {font:15px/28px "微软雅黑";color: #003287;}
.mj_menu_li_txt a {color: #003287;text-decoration: none;}
.mj_menu_li_txt a:hover {color: #003287;text-decoration: underline;font-weight:bold;}
.mj_menu_news_bg {
	width: inherit;
    height: auto;
    background-color: #f9f9f9;
    border-radius: 0 0 4px 4px;
	}
.mj_menu_news_main {
    margin: auto;
    padding-top: 12px;
    }
.mj_menu_news_li {
	    padding: 0px 30px;
    margin: 0px 0px 10px 0px;
    height: initial;
    width: inherit;
    }
 */
    
    #cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
/* #cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
} */
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
  height: 50px;
  position: relative;
  list-style: none;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}
#cssmenu > ul > li.has-sub > a {
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 22px;
  right: 18px;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  border-top: 1px solid #f3b218;
}
#cssmenu li:hover > ul {
  left: -22px;
}
#cssmenu ul.submenu li:hover ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 48px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  min-width: 160px;
  overflow: hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  font-size: 15px;
  font: 15px/28px "微软雅黑";
  color: #003287;
  background: #f9f9f9;
  text-decoration: none;
  color: #003287;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #003287;
  text-decoration: underline;
  font-weight: bold;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
    top: 20px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 2px solid #888888;
    border-right: 2px solid #888888;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
    
    
.navbox {
    height: 50px;
    position: relative;
    z-index: 9999;
    margin: auto;
    background: url(../images/nav_bj.jpg) repeat-x;
    border-bottom: 0px solid #FFF;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    font-family: '微软雅黑';
}
#cssmenu ul.nav {
    width: 1002px;
    margin: 0 auto;
    height: 50px;
    list-style: none;
}

#cssmenu > ul > li {
    float: left;
    width: 143px;
    text-align: center;
    height: 50px;
    position: relative;
    list-style: none;
}

#cssmenu > ul > li:hover {
    text-decoration: none;
    width: 143px;
    background: url(../images/menu_hover.jpg);
    height: 50px;
}

#cssmenu .nav >li >a>span {
    display: block;
    font: bold 17px/50px "微软雅黑";
    color: #FFF;
    cursor: pointer;
    text-align: center;
}
#cssmenu .nav >li.has-sub >a>span {
    padding-right: 10px;
}
#cssmenu ul ul.submenu ul {
    border-top: 0px;
}
