@charset "gb2312";
* {
	margin: 0;
	padding: 0;
}
body {
	background: url("../images/body_bg.png") repeat;
	color: #333;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
.contain {
	width: 100%;
	overflow: hidden;
}
/*.header {
	width: 100%;
	height: 150px;
	background: url("../images/header_bg.png") repeat-x;
}*/
.header {
	width: 100%;
	height: 150px;
	/*background: url("../images/header_bg.png") repeat-x;*/
	background: url("../images/header_main_bg.png") no-repeat;
	background-position: 0px 0px;
	background-color: #0f3f9c;
	background-size: auto 100%;
}
.header .header_main {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	max-width: 1230px;
	position: relative;
}
.header .header_main .logo {
	display: inline-block;
	width: 50%;
	height: 100%;
	position: relative;
}
.header .header_main .logo img {
	width: 80%;
	position: absolute;
	top: 50%;
	margin-top: -54px;
}
.header .header_main .motto {
	display: inline-block;
	width: 49%;
	height: 100%;
	position: relative;
}
.header .header_main .top-bar {
	position: absolute;
	top: 10px;
	right: 0px;
}
.header .header_main .top-bar .language {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}
.header .header_main .top-bar .language a {
	color: #fff;
}
.header .header_main .top-bar .search {
	float: right;
}
#searchform {
	margin: 0 auto;
	background: #124492;
	border: 2px #abc3e6 solid;
	border-radius: 15px;
}
input {
	outline: none;
}
#searchform fieldset {
	padding: 0px;
	border: none;
	margin: 0px;
}
#searchform input[type="text"] {
	background: none;
	color: #fff;
	border: none;
	float: left;
	padding: 0px 10px 0px 15px;
	margin: 0px;
	font-size: 14px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#searchform input[type="text"]:hover, #searchform input[type="text"]:focus {
	width: 150px;
}
#searchform input[type="submit"] {
	background: url(../images/searchbtn.png) center center no-repeat;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	width: 37px;
	height: 30px;
	line-height: 30px;
}
input[type="submit"] {
	padding: 4px 0px;
	text-transform: uppercase;
	border: none;
	font-size: 20px;
	cursor: pointer;
	margin-top: 10px;
	float: left;
	overflow: visible;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.header .header_main .motto img {
	width: 70%;
	position: absolute;
	bottom: 36px;
	right: 10px;
}
.header .header_main .menu {
	display: none;
	top: 50%;
	margin-top: -17px;
	right: 20px;
	position: absolute;
}
.cataLog {
	width: 100%;
	height: 56px;
	background: url("../images/catalog_bg.png") repeat-x;
}
.cataLog ul {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	max-width: 1230px;
}
.cataLog li {
	float: left;
	width: 8%;
	margin-right: 1%;
	height: 100%;
	line-height: 56px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	position: relative;
}
/*.cataLog li.hasChild:before{
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	top: 48%;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #7d7d7d;
}*/
.cataLog li a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: inline-block;
}
.cataLog li:hover {
	background-color: #fff;
	color: #000;
}
.cataLog li.current {
	background-color: #fff;
	color: #000;
}
.cataLog li:hover a {
	color: #000;
}
.cataLog li.current a {
	color: #000;
}
.cataLog ul.childNodes {
	display: none;
	position: relative;
	z-index: 999;
	height: auto;
	background: rgba(255,255,255,0.9);
	width: 400%;
}
.cataLog ul.childNodes li {
	width: 49%;
	float: left;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px #ddd solid;
}
.cataLog ul.childNodes li:hover {
	background-color: #00a0e9;
	color: #fff;
}
.cataLog ul.childNodes li a {
	color: #000;
	font-size: 14px;
}
.cataLog ul.childNodes li a:hover {
	color: #fff;
}
.cataLog ul.childNews li {
	width: 100%;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px #ddd solid;
}
.cataLog ul.childNews li:hover {
	background-color: #00a0e9;
	color: #fff;
}
.main {
	max-width: 1230px;
	width: 90%;
	margin: 0 auto;
}
.main .banner {
	width: 60%;
	height: 360px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-top: 30px;
}
.main .banner .banner_imgs {
	width: 400%;
	height: 100%;
}
.main .banner .banner_imgs li {
	float: left;
	width: 25%;
	height: 100%;
}
.main .banner .banner_imgs img {
	width: 100%;
	height: 100%;
}
.main .banner .banner_title {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: url("../images/banner_title_bg.png") repeat-x;
	overflow: hidden;
}
.main .banner .banner_title li {
	width: 80%;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	padding-left: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 1em - 90px);
}
.main .banner .banner_btn {
	position: absolute;
	bottom: 12.5px;
	right: 10px;
}
.main .banner .banner_btn li {
	display: inline-block;
	width: 24px;
	margin: 0 auto;
}
.main .banner .banner_btn li div {
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-radius: 12px;
	margin: 0 auto;
}
.main .banner .banner_btn li.current div {
	width: 12px;
	border-width: 8px;
	height: 0;
	margin-left: -3px;
}
.main .banner .banner_btn li:first-child.current div {
	margin-left: -6px;
}
.main .column {
	float: left;
	background-color: #fff;
	border: 1px solid #d7d4d4;
	border-radius: 10px;
	margin-top: 30px;
	box-shadow: 0 0 4px #ccc;
}
.main .column .column_main {
	margin: 20px auto 0;
	width: 90%;
}
.main .column .column_title {
	background: url(../images/column_title_bg.png) no-repeat;
	height: 42px;
	line-height: 42px;
	padding-left: 0.5em;
	position: relative;
}
.main .column ul {
	margin-top: 12px;
}
.main .column li {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}
.main .column li span {
	float: right;
}
.main .column a {
	color: #000;
}
.main .column a.title {
	font-size: 24px;
}
.main .column a.more {
	font-size: 14px;
	position: absolute;
	right: 0;
}
.main .column li a {
	width: 68%;
	display: inline-block;
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
	;
}
.main .column li a:hover {
	color: #0d3771;
}
.main .column li span {
	float: right;
}
.main .column_1 {
	width: 38%;
	height: 360px;
	margin-left: 1%;
}
.main .column_1 li {
	background: url("../images/column_content_bg.png") no-repeat;
	background-position: center left;
	padding-left: 2em;
}
.main .column_1 li:first-child {
	background-position: top left;
}
.main .column_1 li:last-child {
	background-position: bottom left;
}
.main .column_2 {
	width: 32%;
	height: 360px;
}
.main .column_2+.column_2 {
	margin-left: 1%;
}
.main .column_2 li:first-child {
	height: 130px;
}
.main .column_2 li:first-child span {
	float: left;
	height: 100%;
	width: 100px;
	font-size: 24px;
	text-align: left;
}
.main .column_2 li:first-child font {
	display: block;
	font-size: 76px;
	line-height: 76px;
}
.main .column_2 li:first-child a, .main .column_2 li:first-child p {
	width: calc(100% - 100px);
	height: 48px;
	line-height: 24px;
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
}
.main .column_2 li:first-child a {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	white-space: normal;
}
.main .column_3 {
	float: left;
	margin-top: 30px;
	width: 100%;
}
.main .column_3 li {
	float: left;
	width: 24%;
	height: 100%;
	height: 158px;
}
.main .column_3 li+li {
	margin-left: 1%;
}
.main .column_3 ul, .main .column_3 a, .main .column_3 img {
	width: 100%;
	height: 100%;
}
.main .column_3 li.show_1 {
	float: left;
	width: 48%;
	height: 60%;
	margin: 0px 1% 1% 0px;
}
.main .column_3 li.show_2 {
	float: left;
	width: 48%;
	height: 38%;
	margin: 0px 1% 0px 0px;
}
.main .column_4 {
	width: 32%;
	height: 360px;
}
.main .column_4+.column_4 {
	margin-left: 1%;
}
.main .links {
	float: left;
	width: 98%;
	margin: 30px auto;
	background: #fff url(../images/links_bg.png) repeat;
	min-height: 50px;
	border: 1px solid #d7d4d4;
	box-shadow: 0 0 4px #ccc;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
}
.main .links div {
	float: left;
	margin-left: 20px;
	height: 50px;
	line-height: 50px;
}
.main .links li.item {
	float: left;
	height: 50px;
	margin-right: 10px;
	line-height: 50px;
	padding-left: 30px;
	background: url(../images/links_ico.png) no-repeat;
}
.main .links li.item:nth-child(1) {
	background-position: 0 0;
}
.main .links li.item:nth-child(2) {
	background-position: 0 -50px;
}
.main .links li.item:nth-child(3) {
	background-position: 0 -100px;
}
.main .links li.item:nth-child(4) {
	background-position: 0 -150px;
}
.main .links li.item:nth-child(5) {
	background-position: 0 -200px;
}
.main .links li.item:nth-child(6) {
	background-position: 0 -250px;
}
.main .links li.item:nth-child(7) {
	background-position: 0 -300px;
}
.main .links li.item:nth-child(8) {
	background-position: 0 -350px;
}
.main .links li.item:nth-child(9) {
	background-position: 0 -400px;
}
.main .links li.item:nth-child(10) {
	background-position: 0 -450px;
}
.main .links li.item:nth-child(11) {
	background-position: 0 -500px;
}
.main .idea {
	width: 98%;
	margin-bottom: 30px;
}
.main .idea img {
	width: 100%;
	height: 100%;
}
.toTop {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 76px;
	cursor: pointer;
	position: static;
	font-size: 14px;
	text-align: center;
	background: url(../images/right-btn.png) 0px 0px no-repeat;
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.toTop span {
	display: block;
	background-color: #ddd;
	width: 70px;
	height: 28px;
	padding: 0px 4px;
	border: 1px solid #b3b3b3;
 filter:alpha(opacity:1);
	opacity: 1;
}
.toTop span {
filter:alpha(opacity:0);
	opacity: 0;
}
.toTop:hover {
	background: url(../images/right-btn.png) 0px -80px no-repeat;
}
.footer {
	width: 100%;
	height: 123px;
	background-color: #414141;
}
.footer .footer_main {
	max-width: 1230px;
	width: 90%;
	margin: 0 auto;
	height: 100%;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
}
.footer .footer_left {
	width: 50%;
	float: left;
	height: 100%;
	text-align: left;
padding-top:10px
}
.footer .footer_right {
	width: 50%;
	float: left;
	height: 100%;
 text-align:center;
}
@media screen and (max-width: 1600px) {
.header {
	width: 100%;
	height: 150px;
	/*background: url("../images/header_bg.png") repeat-x;*/
	background: url("../images/header_main_bg.png") no-repeat;
	background-position: -160px 0px;
	background-color: #0f3f9c;
	background-size: auto 100%;
}
}
@media screen and (max-width: 1070px) {
.header .header_main .logo {
	display: inline-block;
	width: 50%;
	height: 100%;
	position: relative;
}
.header .header_main .logo img {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -54px;
}
.main .banner {
	height: 230px;
	overflow: hidden;
}
.main .column_1 {
	height: 230px;
}
.main .column_2, .main .column_4 {
	height: 300px;
}
.main .column_3 li {
	height: 110px;
}
.footer .footer_main {
	height: 100%;
	line-height: 33px;
}
.footer .footer_left {
	width: 100%;
	float: left;
	height: 50%;
	text-align: center;
}
.footer .footer_right {
	width: 100%;
	float: left;
	height: 50%;
	text-align: center;
}
}
@media screen and (max-width:900px) {
.header .header_main .logo img {
	width: 380px;
	position: absolute;
	top: 50%;
	margin-top: -42px;
	margin-left: 4px;
}
.header .header_main .motto {
	display: none;
}
.header .header_main .menu {
	display: block;
}
.main .banner {
	height: auto;
	overflow: hidden;
}
.main .links li.item {
	float: left;
	height: 50px;
	margin-right: 10px;
	line-height: 50px;
	padding-left: 30px;
	margin: 0px 1%;
	background: url(../images/links_ico.png) no-repeat;
}
.cataLog {
	display: none;
}
.main .banner {
	width: 100%;
}
.main .column_3 li {
	margin-top: 30px;
	height: 160px;
}
}
 @media screen and (max-width: 900px) and (min-width: 700px) {
.main .banner {
	height: auto;
	overflow: hidden;
}
.main .column_1 {
	width: 48%;
	height: 300px;
	margin-left: 1%;
}
.main .column_2 {
	width: 48%;
	margin-left: 1%
}
.main .column_3 li {
	width: 48%;
	margin-left: 1%;
}
.main .column_4 {
	width: 48%;
	margin-left: 1%;
}
.main .column_3 li.show_1, .main .column_3 li.show_2 {
	width: 49%;
}
.main .column_4:last-of-type {
	width: 98%
}
.main .column_last {
	width: 98%;
	margin-left: 1%;
}
.main .column, .main .column_3 li, .main .column_1, .main .column_2, .main .column_4 {
	margin-top: 20px;
}
.main .column_3 {
	margin-top: 0px;
}
.main .links {
	float: left;
	width: 98%;
	margin: 30px 1%;
}
.main .idea {
	width: 98%;
	margin: 0px 1% 30px;
}
}
@media screen and (max-width: 700px) {
.header {
	height: 100px;
}
.header .header_main {
	width: 100%;
}
.header {
	width: 100%;
	height: 100px;
	background: url("../images/header_main_bg.png") no-repeat;
	background-position: -200px 0px;
	background-color: #0f3f9c;
	background-size: auto 100%;
}
.main {
	width: 100%;
}
.main .banner {
	height: auto;
	overflow: hidden;
}
.main .banner .banner_title {
	position: absolute;
	bottom: 4px;
	height: 30px;
}
.main .banner .banner_title li {
	width: 80%;
	line-height: 30px;
}
.main .banner .banner_btn {
	position: absolute;
	bottom: 8px;
	right: 10px;
}
.main .banner .banner_btn li {
	display: inline-block;
	width: 18px;
	margin: 0 auto;
}
.main .banner .banner_btn li div {
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-radius: 12px;
	margin: 0 auto;
}
.main .banner .banner_btn li.current div {
	width: 8px;
	border-width: 6px;
	height: 0;
	margin-left: -3px;
}
.main .banner .banner_btn li:first-child.current div {
	margin-left: -6px;
}
.main .column_1 {
	width: 98%;
	margin-left: 1%;
	margin-top: 30px;
}
.main .column_2 {
	width: 98%;
	margin-left: 1%;
	margin-top: 30px;
}
.main .column_3 {
	margin-top: 0px;
}
.main .column_3 li {
	width: 98%;
	height: auto;
	margin-left: 1%;
}
.main .column_3 li.show_1 {
	float: left;
	width: 49%;
	height: 60%;
}
.main .column_3 li.show_2 {
	float: left;
	width: 49%;
	height: 60%;
}
.main .column_4 {
	width: 98%;
	margin-left: 1%;
	margin-top: 30px;
}
.main .links {
	float: left;
	width: 98%;
}
.main .links li.item {
	margin: 0px 2%;
}
.main .idea {
	width: 98%;
	margin: 0px 1% 10px;
}
/*.main .banner, .main .column_3 {
	margin-top: 0px;
}*/
.main .column, .main .column_3 li, .main .column_1, .main .column_2, .main .column_4 {
	margin-top: 20px;
}
.main .column_3 {
	margin-top: 0px;
}
.main .links {
	margin: 20px auto;
}
}
@media screen and (max-width: 500px) {
.header .header_main .logo {
	width: 100%;
	top: 50%;
	margin-top: -42px;
}
.header .header_main .logo img {
	width: 80%;
	margin-left: 6px;
}
.header .menu a img {
	width: 80%;
}
.header .header_main .menu {
	top: 50%;
	margin-top: -17px;
	right: 10px;
}
}
 @media screen and (max-width: 530px) {
.footer {
	width: 100%;
	height: 120px;
	background-color: #414141;
}
.footer .footer_main {
	width: 90%;
	margin: 0 auto;
	height: 100%;
	color: #fff;
	font-size: 14px;
}
.footer .footer_left {
	width: 100%;
	text-align: center;
}
.footer .footer_right {
	width: 100%;
	text-align: center;
}
}
.clear_fix:after {
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}
.cataLog ul li table tr td {
	text-align: center;
	padding: 0px;
}
.cataLog .wp_nav .nav-item {
    float: unset;
}
.wp_nav .sub-nav {
    display: none;
}
