﻿@charset "utf-8";
/* CSS Document */
body {font:12px/1.8 'microsoft yahei',tahoma,verdana,'simsun'; margin:0; padding:0; font-size:12px; color:#000; background:#fff;}
div,form,img,ul,ol,li,dl,dt,dd,p {margin:0; padding:0; border:0;}
li{list-style-type:none;}
img{vertical-align:top;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;font-size:12px; font-weight:normal;}
.ysj {width:1260px; margin:0 auto;}
a{color:#000000; text-decoration:none; font-size:12px;}
.left{ float:left;}
.right{ float:right;}

 @font-face {font-family: "../font/iconfont";
          src: url('../font/iconfont.eot'); /* IE9*/
          src: url('../font/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../font/iconfont.woff') format('woff'), /* chrome, firefox */
          url('../font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
          url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
        }

        .iconfont {
          font-family:"../font/iconfont" !important;
          font-size:20px; color:#a7a7a7;
          font-style:normal;
          -webkit-font-smoothing: antialiased;
          -webkit-text-stroke-width: 0.2px;
          -moz-osx-font-smoothing: grayscale;
        }

.mainbody { background:#f8f6f6; height:auto; overflow:hidden; clear:both}
.editor { padding:20px; line-height:26px; font-size:14px;}
.top{ height:90px; overflow:hidden;}
#top_info{width:100%; height:34px; background:#1b1f2a;}
.top_info{width:1260px; margin:auto; height:34px;}
.top_info summary{font-size:12px; color:#787b82;}
.top_info summary p{ float:left; line-height:34px;}
.top_info summary .tel img{ padding-top:8px;}
.top_info summary .tel{height:34px; float:left;width:300px;}
.top_info summary .language{ display:block; height:34px; float:right; background:url(../images/map.png) no-repeat left;}

.menu_xlk{width:420px;height:34px; list-style:none; float:right;}
.menu_xlk li{float:left;height:34px;position:relative; list-style:none; line-height:34px; vertical-align:middle; padding:0 8px;}
.menu_xlk li:last-child{ background:none}
.menu_xlk li i{ float:left; color:#787b82;}
.mj_hover_menu{text-decoration:none; height:34px;}
.menu_xlk li.selected .submenu{display:block;}
.menu_xlk li .submenu{display:none;position:absolute;top:34px;left:-9px; padding:10px; background:#fff; border:1px solid #d8d8d8; text-align:center;}
.menu_xlk a{ color:#787b82;}
.menu_xlk li a img{ padding-top:4px;}

/*主导航菜单*/
/*=============================
	Header Style
===============================*/
.header{background:#fff;}
/*----- Topbar -----*/
.header .topbar {background: #1b5994;padding:0px 0; height:40px; overflow:hidden; clear:both;}
.header .topbar .left { float:left; width:600px;}
.header .topbar .right { float:right; width:600px;}
.header .address{text-align:left;}
.header .address li {color:#fff; display: inline-block; padding-right: 25px;font-size: 13px;}
.header .address li:last-child{padding-right:0px;}
.header .address a { color:#fff; line-height:40px;}
.header .address li i { font-size:13px; width:22px; height:22px; line-height:22px; margin-right:8px; border:#fff 1px solid; border-radius:50%; color:#fff; text-align:center;}
.header .social{
	text-align:right;
}
.header .social li {
	display: inline-block;
	padding-right: 18px;
	font-size: 13px;
	color:#fff;
}
.header .social li:first-child a{
	color:#fff;
}
.header .social li:first-child a i{
	padding-right:8px;
}
.header .social li a{
	color:#fff;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .social li:last-child{
	padding-right:0px; color:#fff;
}
/*----- Header Inner -----*/
.header .header-inner {
	background: #fff;
	height:auto;
	display:block;
	clear:both;
	z-index:999;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .header-inner.sticky {
	position: fixed;
	width: 100%;
	padding: 10px 0;
	top: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
}
.header .header-inner.sticky .dropdown{
	top:120%;
}
.header .header-inner.sticky .search-form{
	bottom:-100px;
}
/*----- Logo -----*/
.header .logo { float:left; width:492px;}
/*----- Main Menu  -----*/
.header  .mobile-menu{
	display:none;
}
.header .main-menu { position:relative;}
.header .navbar {float: right; width:680px;}
.header .nav li {margin-right: 10px; float:left; position: relative;}
.header .nav li a {
	font-weight: 500;
	text-transform: uppercase;
	color: #444;
	font-size: 16px;
	padding: 42px 13px; border-bottom:#fff 2px solid;
	position: relative;
	display: block;
	background:transparent;
}
.header .nav li:hover a{
	color:#1b5994; border-bottom:#1b5994 2px solid;
}
.header .nav li:last-child,
.header .nav li:last-child a{
	margin-right:0px;
}
.header .nav li a::before{
	position: absolute;
	bottom: 12px;
	left: 0;
	content: "";
	width: 0%;
	opacity:0;
	height: 3px;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li:hover a::before,
.header .nav li.current a::before{
	width:100%;
	opacity:1;
}
.header .nav .dropdown {
	position: absolute;
	left: 0;
	width: 150px;
	z-index: 2;
	background: #fff;
	top: 100%;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	opacity:0;
	visibility:hidden;
}
.header .nav li:hover .dropdown{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	opacity:1;
	visibility:visible;
}
.header .nav .dropdown li {
	display: block;
	width: 100%;
	margin: 0;
	float: none;
}
.header .nav li .dropdown li a {
	color: #333; border-bottom:#d9d9d9 1px dotted; font-size:14px;
	padding: 10px 10px;
}
.header .nav li .dropdown li a:hover { color:#1b5994;}
.header .nav .dropdown li a:before{
	display:none;
}
/*----- Cart Search Side  menu -----*/
.header .cart-search-bar {
	float: right;
	padding-top: 24px;
}
.header .cart-search-bar li {
	display: inline-block;
	margin-left: 35px;
}
.header .cart-search-bar li:last-child{
	margin-right:0px;
}
.header .cart-search-bar li a {
	font-size: 18px;
	color: #a5a5a5;
	display: block;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .cart-search-bar .cart-item {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	border-radius: 100%;
	text-align: center;
	top: -8px;
	right: -12px;
}
.header .search-form {
	z-index: 999; color:#666
}
.header .search-form.s-active {
	opacity:1;
	visibility:visible;
}
.header .search-form input[type="text"] {
	width: 120px;
	background:#dbdbdb;
	border:none;
	padding:0px 10px;
	height: 40px; float:left;
	z-index: 60;
}
.header .search-form input[type="submit"] {
	height: 40px;
	background:#2467a6;
	border: 0px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .search-form input[type="submit"]:hover {
	background: #1b5994; color:#fff;
}
.header .side-menu {
	position: fixed;
	right: 0;
	height: 100%;
	width: 200px;
	z-index: 6;
	background: #333333;
	top: 0;
	opacity:0;
	visibility:hidden;
	transform:translateX(100px);
	transition:all 0.4s ease;
}
.header .side-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}
.header .side-menu .nav {
	padding: 90px 0;
}
.header .side-menu .nav li{
	float:none;
	width:100%;
}
.header .side-menu .nav li a{
	color:#fff;
}
.header .side-menu .nav li.remove a {
	padding: 0px;
	font-size: 17px;
	cursor: pointer;
}
.header .side-menu .nav li.remove a:before{
	display:none;
}

/*banner*/
.slideBox{ width:100%; height:615px; overflow:hidden; position:relative;}
.slideBox .hd{ height:12px; overflow:hidden; position:absolute; left:50%;margin-left: -110px;  bottom:30px; z-index:1;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul span li{ width:11px;}
.slideBox .hd ul li{ float:left; margin:0 10px; width:60px; height:5px;filter: Alpha(Opacity=70);opacity: 0.7; background:#fff;  font-size:0; cursor:pointer;}
.slideBox .hd ul li.on{background:#c90000; filter: Alpha(Opacity=100);opacity: 1;}
.slideBox .banner{ position:relative; height:100%; z-index:0;   }
.slideBox .banner li{ zoom:1; vertical-align:middle; height:615px;}
.slideBox .banner li a{ display:block; width:100%; height:615px;}
.absolute{ position:absolute;}
.web_widht{ width:1260px; margin:0 auto; position:absolute; padding-top:20px; text-align:center; left:0; right:0;}
.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 1%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: transparent url("../images/slider-arrow.png") no-repeat scroll -110px 5px;
    opacity: 0.5;
}
.slideBox .next{ left:auto; right:1%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;}
.slideBox .prevStop{ display:none;}
.slideBox .nextStop{ display:none;}
.fast_nav{ height:85px; position:relative; margin-top:-85px; z-index:9;}
.fast_nav .back_hei{ width:100%; height:100%; left:0; top:0; background:#000;}
.fast_nav .web_widht{ z-index:10;}


.zjyz{ padding-top:30px;}
.zjyz_nr{ height:410px;}
.wrapper{ padding-top:25px; margin-bottom:40px; overflow:hidden;}
.wrapper li{ float:left; margin:0 57px; text-align:center; background:#fff;width:170px; height:170px;-moz-border-radius:170px; -webkit-border-radius: 170px;border-radius:170px; border:15px solid #f2f2f2;}
.wrapper li:hover{ border:15px solid #001a32; color:#001a32;-webkit-transition: all 4s linear; -moz-transition: all 0.5s linear;  -o-transition: all 0.5s linear; transition: all 0.5s linear;}
.wrapper li h2{ font-size:48px; font-weight:bold; color:#001a32; font-family:'Impact'; padding-top:30px; line-height:70px;}
.wrapper .count-text{ font-size:14px; line-height:30px; color:#4c4c4c;}
.zjyz_nr{ background:#005aab; height:410px; margin-top:45px; margin-bottom:20px;}
.zjyz_nr01{width:570px; float:left; position:relative;}
.zjyz_nr01_nr{ padding:20px 26px;}
.zjyz_nr01_nr dl img{width:34px; height:20px; position:absolute; top:185px; margin-left:460px;}
.zjyz_nr01_nr dd{ font-size:13px; line-height:24px; color:#fff; margin-bottom:15px;}
.zjyz_nr01_nr a{ color:#fff; line-height:34px;width:114px; display:block; border:1px solid #fff; text-align:center; font-size:14px;}
.zjyz_nr01_nr a:hover{ background:#ec0f0f;-webkit-transition: all 4s linear; -moz-transition: all 0.5s linear;  -o-transition: all 0.5s linear; transition: all 0.5s linear;}
.zjyz_nr01_img,.zjyz_nr02_e,.zjyz_nr03_t{ overflow:hidden;}
.zjyz_nr01_img img,.zjyz_nr02_e img,.zjyz_nr03_t img{transition: all 0.3s linear;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;	-o-transition: all 0.3s linear;}
.zjyz_nr01_img img:hover,.zjyz_nr02_e img:hover,.zjyz_nr03_t img:hover{transform: scale(1.1);-ms-transform: scale(1.1);	-webkit-transform: scale(1.2);-o-transform: scale(1.1);	-moz-transform: scale(1.1);}

.zjyz_nr02{ float:left;width:345px;}
.zjyz_nr02_t{ background:#001a32; height:137px; padding:34px; text-align:center;}
.zjyz_nr02_t dl{padding-top:8px; color:#fff; display:block; font-size:15px;}
.zjyz_nr02_t dl dt{ color:#fff; font-size:16px; line-height:30px;}
.zjyz_nr02_t a img{ margin-bottom:10px;}
.zjyz_nr02_e{ position:relative;}
.zjyz_nr02_e dl img{width:34px; height:20px; position:absolute; top:0; margin-left:260px;}

.zjyz_nr03{ float:left;width:345px;}
.zjyz_nr03_t{ position:relative;}
.zjyz_nr03_t dl img{width:30px; height:18px; position:absolute; bottom:0; margin-left:260px;}
.zjyz_nr03_e{ height:137px; padding:34px; text-align:center;}
.zjyz_nr03_e dl{ padding-top:8px; color:#fff; display:block; font-size:15px;}
.zjyz_nr03_e dl dt{ color:#fff; font-size:16px; font-weight:bold; line-height:30px;}
.zjyz_nr03_e a img{ margin-bottom:10px;}


/*cpzs*/
.cpzs{ height:645px; background:url(../images/cp_bj.jpg) no-repeat center; background-size:cover}
.cpzs_t{ text-align:center; padding-top:30px;}
.cpzs_t p{ font-size:32px; color:#004c90; line-height:70px; font-weight:bold; background:url(../images/xi2.jpg) no-repeat center bottom;}
.cpzs_t span{ font-size:14px; color:#666; line-height:40px;}

.cpzs_a{position:relative;width:170px; height:42px; line-height:42px; text-align:center; border:1px solid #aaaaaa; color:#aaaaaa; display:block; margin:0 auto; font-size:16px;}
.cpzs_a a{ display:block; width:170px; text-align:center; line-height:42px; font-size:16px; color:#aaaaaa; margin:0 auto; position:relative; z-index:222;}
.cpzs_a div{ display:block; position:absolute; left:0; top:0; width:0px; height:42px; background:#d2e2ff;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 1.1);
	-moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 1.1);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 1.1);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 1.1);}
.cpzs_a:hover div{ display:block; position:absolute; left:0; top:0; width:100%; background: #c70002; z-index:0;}
.cpzs_a:hover a{ color:#FFF; display:block ; width:170px; line-height:42px;}

.slip{height:auto; overflow:hidden; padding-bottom:20px; padding-top:20px;}
.slip ul li{width:293px;height:320px;float:left;margin:10px; position:relative;}
.slip ul li img { width:293px;}
.slip ul li .info { background:#015eb2; height:auto; padding:15px 10px; color:#fff; overflow:hidden;}
.slip ul li .info .tit { font-size:16px; font-weight:bold}
.sliphover-container h3{ border-top:1px solid #fff; border-bottom:1px solid #fff; display:block; height:100px;width:210px; font-size:16px; font-weight:bold; margin:0 auto; line-height:100px;}



/*xwdt*/
.xwdt{ padding-top:40px; padding-bottom:55px; overflow:hidden;}
.xwdt_nr{ padding-top:40px; overflow:hidden;}
.xwdt_nr_lt{width:745px; float:left;}
.xwdt_nr_lt a img{ float:left;width:445px; height:425px;}
.xwdt_nr_lt dl{ background:#005aab;width:300px; float:right; height:425px;}
.xwdt_nr_lt dl dt{width:75px; height:60px; background:#fff; text-align:center; font-weight:400; font-size:14px; color:#005aab;}
.xwdt_nr_lt dl dt b{ font-size:30px; display:block; line-height:34px; font-weight:300;}
.xwdt_nr_lt dl dd a{ font-size:18px; color:#fff; margin:40px 20px 20px 20px; padding-bottom:20px; border-bottom:1px solid #fff; display:block;}
.xwdt_nr_lt dl dd a:hover,.mtzx_nr_lt dl span a:hover{ color:#ff0;}
.xwdt_nr_lt dl p{ padding:0 20px 50px 20px; color:#fff; font-size:14px; line-height:24px;}
.xwdt_nr_lt dl span a{ color:#fff; font-size:13px; padding:0 20px;}
.xwdt_nr_rt{width:480px; float:right;}
.slideTxtBox3{text-align:left;}
.slideTxtBox3 .hd{ height:52px; line-height:52px; border-top:1px solid #ec0f0f; position:relative; }
.slideTxtBox3 .hd ul{ float:left; position:absolute; height:52px;}
.slideTxtBox3 .hd ul li{ float:left; padding:0 10px; margin-right:20px;cursor:pointer; font-size:16px; color:#3e3a39;}
.slideTxtBox3 .hd ul li.on{ height:52px; border-top:2px solid #ec0f0f; font-weight:bold;}
.slideTxtBox3 .bd ul dl{ overflow:hidden; border-bottom:1px solid #ebebeb; padding-bottom:16px; clear:both;}
.slideTxtBox3 .bd ul dl img{width:160px; height:94px; float:left; padding-right:20px;}
.slideTxtBox3 .bd ul dl dt a{ font-size:14px; font-weight:bold; color:#3e3a39; line-height:30px;}
.slideTxtBox3 .bd ul dl dd a{ color:#7f7e7e; line-height:20px;}
.slideTxtBox3 .bd li{ border-bottom:1px dashed #e1e1e1;}
.slideTxtBox3 .bd li a{ color:#3e3a39; font-size:14px; line-height:40px; background:url(../images/jt.png) no-repeat 5px; padding-left:20px;}
.slideTxtBox3 .bd li a:hover,.slideTxtBox3 .bd ul dl dd a:hover,.slideTxtBox3 .bd ul dl dt a:hover{ color:#f00;}



/*ggw*/
.ggw{ background:url(../images/ggw_bj.jpg) no-repeat center; height:300px;}
.ggw ul{ background:url(../images/xi1.png) no-repeat center; height:200px; padding-top:20px;}
.ggw ul p{ text-align:center; font-size:46px; font-weight:bold; color:#fff; padding-top:40px;}
.ggw ul p strong{ color:#eb0000;}
.ggw ul span{ font-size:16px; color:#fff; text-align:center; display:block; line-height:30px;}
.ggw ul dl{width:520px; margin:0px auto; text-align:center; padding-top:20px;}
.ggw ul dl dt{ float:left; color:#fff; font-size:16px; padding-top:16px;}
.ggw ul dl dd{ font-size:30px; display:block; font-family:"Impact"; color:#fff; float:left;}
.ggw ul dl a{ float:left;width:124px; display:block; height:34px; text-align:center; color:#fff; font-size:14px; line-height:34px; background:#ec0000;-moz-border-radius:20px; -webkit-border-radius:20px;border-radius:20px; margin-left:20px; margin-top:8px;}
.ggw ul dl a:hover{ background:#fff; color:#000;-webkit-transition: all 4s linear; -moz-transition: all 0.5s linear;  -o-transition: all 0.5s linear; transition: all 0.5s linear;}

/*hzkh*/
.hzkh{ padding-top:20px; padding-bottom:46px;}
.hzkh_t{ text-align:center;}
.hzkh_t p{ font-size:32px; color:#004c90; line-height:70px; font-weight:bold; background:url(../images/xi2.jpg) no-repeat center bottom;}
.hzkh_t span{ font-size:14px; color:#5a5a5a; line-height:40px;}
.hzkh_nr{ padding-bottom:10px;}
.hzkh_nr li{ margin:30px 12px;}
.hzkh_nr li img{ border:1px solid #e5e5e5;}
.hzkh_a{position:relative;width:170px; height:42px; line-height:42px; text-align:center; border:1px solid #00265b; color:#00265b; display:block; margin:0 auto; font-size:16px;}
.hzkh_a a{ display:block; text-align:center; line-height:42px; font-size:16px; color:#00265b; margin:0 auto;}
.hzkh_a div{ display:block; position:absolute; left:0; top:0; width:0px; height:42px; background:#d2e2ff;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 1.1);
	-moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 1.1);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 1.1);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 1.1);}
.hzkh_a:hover div{ display:block; position:absolute; left:0; top:0; width:100%; background: #c70002; z-index:-1;}
.hzkh_a:hover a{ color:#FFF;}



/*end*/
.end{ height:240px; background:url(../images/end_bj.jpg) no-repeat center; overflow:hidden;}
.end_lt{width:765px; height:200px; float:left; margin-top:20px; border-right:1px solid #123b62;}
.end_lt ul{ float:left;width:153px;}
.end_lt ul p{ background:url(../images/xi.jpg) no-repeat bottom left; margin-bottom:10px;}
.end_lt ul p a{ font-size:14px; font-weight:bold; color:#fff; line-height:50px;}
.end_lt ul li a{ color:#a7bde7; line-height:30px;}
.end_lt ul p a:hover,.end_lt ul li a:hover{ color:#d70c19;}
.end_rt{width:450px; float:right; padding-top:35px; color:#a7bde7; line-height:28px;}
.end_rt img{ float:left; padding-right:20px;}

.cop{ height:50px; background:#001f3c; color:#a7bde7; line-height:50px;}
.cop a{ color:#a7bde7;}

.nyban1{ height:300px; background:url(../images/nyban1.jpg) no-repeat center;}
.nyban2{ height:300px; background:url(../images/nyban2.jpg) no-repeat center;}
.nyban3{ height:300px; background:url(../images/nyban3.jpg) no-repeat center;}
.nyban4{ height:300px; background:url(../images/nyban4.jpg) no-repeat center;}
.nyban5{ height:300px; background:url(../images/nyban5.jpg) no-repeat center;}
.nyban6{ height:300px; background:url(../images/nyban6.jpg) no-repeat center;}


.lmt{ height:auto; background:url(../images/hbj.jpg) repeat-x; overflow:hidden;}
.lmt_wei{ line-height:60px; font-size:14px; color:#999; background:#f2f2f2; height:60px;}
.lmt_wei .left{text-align:center;float:left;}
.lmt_wei .left a{color:#333; margin-right:1px; text-align:center; line-height:60px; font-size:16px; display:block; float:left; padding:0 14px;}
.lmt_wei .left a:hover{ color:#fff; background:#d60000;}
.lmt_wei .left .slink{color:#fff;height:60px; text-align:center; line-height:60px; font-size:16px; background:#d60000;}
.ny{font-size:14px; height:auto; overflow:hidden; line-height:40px; margin-top:20px; margin-bottom:30px;}


/*nyxinxen*/
.ny_xw{ overflow:hidden;}
.newsList{background:url(../images/xw_bj.jpg) no-repeat top;width:100%; min-height:300px; overflow:hidden;}
.newsList_t{ padding-top:60px; text-align:center;}
.newsList_t p{ font-size:24px; font-weight:bold; color:#fff;}
.newsList_t span{ color:#fff;}
.newsListRec{ padding-top:100px;}
.newsListRecBox{ width:380px; float:left; margin:20px 20px;}
.newsListRecBox .boxMain{ width:380px;}
.newsListRecBox .boxLine{ width:380px; height:10px; background: url(../images/libg06.png) no-repeat;}
.newsListRecBox .boxMain .boxMain1 a{ height:200px;width:380px; overflow:hidden; display:block;}
.newsListRecBox .boxMain .boxMain1 img{transition:All 0.4s ease-in-out; -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;}
.newsListRecBox .boxMain .boxMain1 img:hover {transform:scale(1.2);    -webkit-transform:scale(1.2);    -moz-transform:scale(1.2);    -o-transform:scale(1.2);    -ms-transform:scale(1.2);}
.boxMainIntro{ width:350px; padding:15px 15px 20px 15px; background:#f5f5f5;}
.boxMainIntro:hover{ background:#005aab;}
.boxMainIntro dl{color:#222; font-size:16px; display:block; line-height:40px;}
.boxMainIntro dt{ line-height:24px; color:#66696f; display:block; font-size:13px;}
.boxMainIntro dd{display:inline-block; border:1px solid #d0d0d0; padding:0 12px; margin-top:20px;}
.boxMainIntro:hover dl{color:#fff; font-size:16px; display:block; line-height:40px;}
.boxMainIntro:hover dt{ line-height:24px; color:#fff; display:block; font-size:13px;}
.boxMainIntro:hover dd{ left:18px; display:inline-block; border:1px solid #d0d0d0; padding:0 14px; margin-top:20px; color:#fff;}



.ny_xw1{ overflow:hidden; margin-bottom:20px; line-height:34px; padding:20px 0;}
.ny_xw1 li{ height:160px; border-bottom:1px solid #e5e5e5; padding-top:20px;}
.ny_xw1 li:hover{ background:#f1f1f1;}
.ny_xw1 .ny_xw_lt{ float:left;width:180px; padding-left:20px;}
.ny_xw1 .ny_xw_lt span{ font-size:20px; color:#8b8b8b; font-weight:300; float:left; padding-right:30px;}
.ny_xw1 .ny_xw_lt p{ padding-top:18px;}
.ny_xw1 .ny_xw_zh{ float:left; margin-left:20px;width:940px;}
.ny_xw1 .ny_xw_zh p{ font-size:18px; color:#222; line-height:46px;}
.ny_xw1 .ny_xw_zh span{ color:#7c7c7c; font-size:14px; line-height:24px;}
.ny_xw1 .ny_xw_rt img{ float:right;width:180px; height:135px; padding-right:20px;}
.ny_xw1 .ny_xw_zh dl{ color:#666; line-height:40px;}



.pageMain{position: relative;background: url(../images/cp_bj1.jpg) no-repeat; height:700px; padding:50px 0;}
/* 产品 */

.product{background: url(../images/cp_bj1_1.jpg) no-repeat;}
.product ul li{width: 33%;height:690px;float: left;background-color: rgba(255,255,255,0.5);text-align: center;}
.pro_item_wrap{border-right: 1px solid #eee;height: 100%;position: relative;overflow: hidden;}
.product ul li:last-child .pro_item_wrap{border: 0;}
.pro_item{width: 100%;position: absolute;right: 0;top: 0;}
.pro_item img{width: 100%;}
.pro_iten_t{font-size:26px;font-weight: bold;color: #000;padding-top: 130px;margin-bottom: 15px;}
.pro_iten_p{width: 78%;margin: 0 auto 55px auto;color: #333;}

.pro_item_hover{background-color: rgba(0,43,81,0.8);width: 100%;height: 100%;position: absolute;right: 100%;top: 0;}
.pro_item_hover .pro_icon{height: 92px;text-align: center;padding-top: 25px;}
.pro_icon img{}
.pro_item_hover .pro_iten_t{padding-top: 35px;}
.pro_iten_t a{color: #222; font-size:30px;}
.pro_item_hover .pro_iten_t a{color: #fff; font-size:30px;}
.pro_item_hover .pro_iten_t:hover a{color: #fff;}
.pro_item_hover .pro_iten_p{margin-bottom: 20px;color: #fff;}
.pro_item_hover .pro_link a{display: block;background-color: #fff;width: 163px;height: 47px;line-height: 47px;color: #000;margin: 0 auto 7px auto;font-size: 14px;}
.pro_item_hover .pro_link a:hover{opacity: .9;color: #000;}

.nyabo{font-size:14px; height:auto; overflow:hidden;margin-top:40px; margin-bottom:50px;}
.abo_t{ text-align:center; background:url(../images/yz.png) no-repeat center; height:153px;}
.abo_t p{ font-size:40px; color:#0450a1; line-height:50px; padding-top:40px;}
.abo_t span{ font-size:18px; color:#595757;}
.abo_nr{ font-size:16px; color:#222; line-height:30px; text-align:center; padding-top:20px;}
.wrapper1{ padding-top:40px; margin-bottom:40px; overflow:hidden;}
.wrapper1 li{ float:left; padding:0 100px; text-align:center; border-right:1px solid #d6d6d6;}
.wrapper1 li:last-child{ border-right:none;}
.wrapper1 li h2{ font-size:90px; font-weight:bold; color:#d20000; font-family:'Impact'; }
.wrapper1 .count-text{ font-size:15px; line-height:30px; color:#1e1e1e;}
.abo_e{ padding-top:50px;}
.abo_e li{width:630px; float:left;}
.abo_e li dl{width:315px; float:left;}
.abo_e li dl img{width:315px; height:220px;}
.abo_e li dt{width:275px; float:left; padding:20px; background:#f4f4f4; height:180px; color:#222;}
.abo_e li dt p{ font-size:20px; font-weight:bold; line-height:50px;}
.abo_e li dt:hover{width:275px; float:left; padding:20px; background:#004892; height:180px; color:#222;}
.abo_e li dt:hover p,.abo_e li dt:hover span{ color:#fff;}

.banner1 { width:100%; margin:0px auto; height:250px; clear:both; background:url(../images/banner1x.jpg) no-repeat center;}
.banner2 { width:100%; margin:0px auto; height:250px; clear:both; background:url(../images/banner2x.jpg) no-repeat center;}
.banner3 { width:100%; margin:0px auto; height:250px; clear:both; background:url(../images/banner3x.jpg) no-repeat center;}
.banner4 { width:100%; margin:0px auto; height:250px; clear:both; background:url(../images/banner4x.jpg) no-repeat center;}
.banner5 { width:100%; margin:0px auto; height:250px; clear:both; background:url(../images/banner5x.jpg) no-repeat center;}
.banner6 { width:100%; margin:0px auto; height:250px; clear:both; background:url(../images/banner6x.jpg) no-repeat center;}
.banner7 { width:100%; margin:0px auto; height:250px; clear:both; background:url(../images/banner7x.jpg) no-repeat center;}

/*内页侧栏*/
.sidebar{ width:1180px; clear:both; margin:20px auto; height:auto; overflow:hidden;}
.sidebar .sb_nav { width:240px; background:#1768b9; clear:both; float:left; }
.sidebar .sb_nav .titxx { padding-top:20px; background:#f19e10; text-align:center; line-height:29px; overflow:hidden; color:#fff; font-size:26px; display:block; height:81px;}
.sidebar .sb_nav .titxx p { clear:both; font-size:26px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}


div.ti1-bg{ width:260px;clear:both;background:url(../images/probg.jpg) no-repeat top; height:86px; padding-bottom:10px; overflow:hidden; padding-top:5px;}
div.ti1-bg h4 { font-family:"微软雅黑"; color:#fff; font-size:22px; float:left; padding-left:12px; line-height:58px; }
div.ti1-bg p{ margin-left:12px; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#fff; line-height:18px;}
.sidebar .ct-con{ line-height:2; color:#333;}
.sidebar .ct-con ul,.sidebar .ct-con ol{ padding:0px 0px 0px 25px; margin:0px;}
.sidebar .ct-con a{ color:#1C57C4; text-decoration:underline;}
#sidebar dl{}
#sidebar dl dt{ line-height:52px; height:52px; border-bottom:#CFCFCF 1px solid}
#sidebar dl dt a{font-size:14px; text-indent:30px; color:#fff; display:block; padding-right:20px;}
#sidebar dl dt a:hover{color:#fff; }
#sidebar dl dd{}
#sidebar dl dd h4{ font-weight:normal; padding:5px 0px 5px 10px; background:url(../images/job_ico.gif) no-repeat left 12px;}
#sidebar dl dt.on a{ font-weight:bold; color:#11578b; }
#sidebar dl h4.on a{ font-weight:bold;}

.sidebar .sb_box{ float:right; width:920px; border:#efefef 1px solid; margin-bottom:20px; min-height:500px; overflow:hidden; background:#fff;}
.sidebar .sb_box h3.title{ padding-left:20px; border-bottom:1px solid #eee;height:100px; overflow:hidden; line-height:32px;}
.sidebar .sb_box h3.title .tit{ font-size:20px; color:#025bb5;}
.sidebar .sb_box h3.title .eng{ font-size:32px; color:#f19e10;text-transform:uppercase; padding-top:20px;}
.sidebar .sb_box h3.title div.position{ float:right; font-weight:normal; position:relative; top:3px; right:15px; color:#000;}
.sidebar .sb_box h3.title div.position a{ color:#666;}
.sidebar .sb_box h3.title div.position a:hover{ text-decoration:underline;}


.currentNav { display:block;}
.currentNav a { color:#FFFFFF; background:url(../images/leftmenu.jpg) no-repeat; display:block;}
.currentNav a:visited {display:block; color:#FFFFFF}

.position { text-align:right; padding:50px 5px; font-size:14px; margin:0px auto;width:500px;}
.position span{background:url(../images/home_ico.gif) no-repeat left; background-size:18px 18px; padding-left:22px;}

.prolist { padding:10px 10px 25px 10px;}
.prolist li { margin-top:0px;}
.prolist li a{ text-decoration:none; background:url(../images/j1.png) no-repeat 10px 18px; border-bottom:#0d90b9 1px dotted; display:block; color:#fff; font-size:14px; line-height:40px; padding-left:32px;}
.prolist li a:hover{ text-decoration:none; background:url(../images/j1.png) #373b85 no-repeat 10px 18px; border-bottom:#0d90b9 1px dotted; display:block; color:#fff; font-size:14px;}
.prolist p a{ color:#fff; text-decoration:none; font-weight:normal; height:32px; overflow:hidden; padding-left:20px; font-size:12px; background:url(../images/dd.png) no-repeat 10px 14px;line-height:30px; display: block; width:190px;}
.prolist p a:hover {background:url(../images/dd.png) #117bc9 no-repeat 10px 14px;}


/*文章模块*/
#newslist{ padding:15px 20px;}
#newslist li{ padding:15px 10px; border-bottom:#efefef 1px dashed}
#newslist li a{ font-size:16px; margin-right:5px;}
#newslist li span{ float:right; color:#aaa;}
#newslist li p{ color:#aaa;}
#shownews{ padding:0px 15px 15px;}
#shownews .editor{ line-height:2; padding:0px 10px; font-size:14px;}
#shownews h1{ font-size:20px; text-align:center; border-bottom:1px dotted #ccc; padding:5px 0px; margin:10px 0px; color:#333;}
/*产品模块*/
#productlist{ padding:15px 10px;}
#productlist li{ float:left; display:inline; text-align:center;}
#productlist li a.img{ display:block; text-align:center; font-size:0px;}
#productlist li a.img img{ margin:auto; border:1px solid #efefef;}
#productlist li h3{ padding:5px 0px 10px; font-weight:normal; font-size:14px; line-height:1.5;}
#showproduct{ padding:15px;}
#showproduct h1.title{ font-size:18px; padding:5px 0px; margin-bottom:5px;}
#showproduct .pshow dt{ float:left;}
#showproduct .pshow dd{ float:left; font-size:14px; width:450px;}
#showproduct .pshow dd ul{ margin-left:15px; }
#showproduct .pshow dd li{ padding:5px 5px 5px 70px; min-height:28px; _height:28px; margin:5px 0px; clear:both; border-bottom:1px solid #eee; position:relative; line-height:2; }
#showproduct .pshow dd li span{ position:absolute; left:0px; top:0px; color:#999; padding:5px; height:28px;}
#showproduct .ctitle{ margin:15px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }
#showproduct .editor{ line-height:2; padding:0px 10px; font-size:14px;}