/*
* name:Global && Pc StyleSheet
* version:v3.3.1
* update:雪碧图对齐
* date:2016-04-30
*/

/* 雪碧图 */
/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */
.ico {
	display: inline-block;
	width: 20px;
	height: 20px;
	white-space: nowrap;
	letter-spacing: -1em;
	text-indent: -99em;
	color: transparent;
	background: url(../img/ico.png);
	*text-indent: 0;
	*zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='\3000');
}

.ico:before {
	content: '\3000';
}

.ico1_2 {
	background-position: -20px 0;
}

.ico1_3 {
	background-position: -40px 0;
}

.ico1_4 {
	background-position: -60px 0;
}

.ico1_5 {
	background-position: -80px 0;
}

.ico2_1 {
	background-position: 0 -20px;
}

.ico2_2 {
	background-position: -20px -20px;
}

.ico2_3 {
	background-position: -40px -20px;
}

.ico2_4 {
	background-position: -60px -20px;
}

.ico2_5 {
	background-position: -80px -20px;
}

.ico3_1 {
	background-position: 0 -40px;
}

.ico3_2 {
	background-position: -20px -40px;
}

.ico3_3 {
	background-position: -40px -40px;
}

.ico3_4 {
	background-position: -60px -40px;
}

.ico3_5 {
	background-position: -80px -40px;
}

.ico4_1 {
	background-position: 0 -60px;
}

.ico4_2 {
	background-position: -20px -60px;
}

.ico4_3 {
	background-position: -40px -60px;
}

.ico4_4 {
	background-position: -60px -60px;
}

.ico4_5 {
	background-position: -80px -60px;
}

/* 常量设置 */
html {
	overflow-x: auto;
}

html,
body,
.wrap {
	min-width: 1200px;
}

.wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

body {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	background: #fff;
	font-family: '微软雅黑'
}

a {
	color: inherit;
}

a:hover {
	color: #165099;
}

::-moz-selection {
	color: #fff;
	background: #165099;
}

::selection {
	color: #fff;
	background: #165099;
}

::-webkit-input-placeholder {
	color: #aaa;
}

.placeholder {
	color: #aaa;
}

/*css组件设置*/
.form-control,
.input-group-addon,
.btn {
	border-radius: 2px;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.imgZoom {
	overflow: hidden;
}

.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.imgY180:hover img {
	cursor: pointer;
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

/* 网站样式 */

/* 网站公用 */
/* 头部 */
.mobile_key {
	display: none;
}

.logobar {
	height: 75px;
	line-height: 75px;
	position: relative;
}

.logo {
	float: left;
	height: 55px;
	padding: 10px 0;
	margin-left: 29px;
}

.qykh {
	width: 280px;
	height: 55px;
	float: left;
	padding: 10px 0;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -150px;
}

._links {
	float: right;
	margin-right: 40px;
}

._links li {
	float: left;
	font-size: 16px;
	padding: 0 5px;
}

._links form {
	position: relative;
}

._links .a3 {
	font-size: 20px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}

._links .ion {
	padding: 0;
	margin: 0;
	width: 26px;
	height: 26px;
	line-height: 24px;
}

._links .search {
	position: absolute;
	right: 100%;
	top: 22px;
	background-color: #fff;
	height: 28px;
	display: none;
	border: 1px #dcdcdc solid;
	width: 240px;
}

._links .search .inp {
	border: none;
	vertical-align: top;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	padding-left: 5px;
	width: 0;
	font-size: 14px;
}

._links .search-wrap:hover .search .inp {
	width: 97%;
}

.nav {
	width: 100%;
	font-size: 18px;
	background-color: #165099;
	color: #fff;
	height: 70px;
	line-height: 70px;
}

.nav>ul {
	position: relative;
}

.nav>ul>li {
	float: left;
	width: 11.11%;
	text-align: center;
}

.nav>ul>li>a {
	display: block;
}

.nav>ul>li:hover {
	color: #165099;
	background-color: #fff;
}

.nav .on a {
	background-color: #fff;
}


.setnav {
	width: 100%;
	padding-top: 15px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	background-color: #fff;
	font-size: 13px;
	color: #555;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	display: none;
}



.setnav .set_ab {
	*zoom: 1;
	*clear: both;
}

.set_ab:before,
.set_ab:after {
	display: table;
	clear: both;
	content: '';
}

.setnav .set_ab li {
	width: 21%;
	float: left;
	margin: 0 2%;
	margin-bottom: 10px;
	position: relative;
}

.setnav .set_ab li:after {
	content: '';
	display: block;
	width: 1px;
	height: 140px;
	background-color: #ccc;
	position: absolute;
	top: 0;
	right: -25px;
}

.setnav .set_ab li:last-child:after {
	display: none;
}

.setnav .set_ab li a {
	display: block;
	text-align: center;
	width: 100%;
	line-height: 2;
	font-size: 12px;
}

.setnav .set_ab li .img_w {
	height: 0;
}

.setnav .set_ab li .img_w img {
	width: 100%;
}

.setnav .set_ab li:hover a {
	color: #165099;
}

.set_cp {
	padding: 0 10%;
	text-align: left;
	line-height: 2;
}

.set_cp_t {
	font-size: 18px;
}

.set_cp_ul li {
	height: 50px;
	line-height: 50px;
	width: 25%;
	float: left;
	margin-top: 25px;
	margin-bottom: 5px;
}

.set_cp_ul li a {
	padding-right: 20px;
	display: inline-block;
}

.set_cp_ul li:after {
	content: '>';
	display: inline-block;
	color: #165099;
	margin-left: -5px
}

.setnav .set_kh li {
	width: 14%;
	float: left;
	margin: 0 1%;
	margin-bottom: 10px;
}

.setnav .set_kh li a {
	display: block;
	text-align: center;
	width: 100%;
	line-height: 2;
	font-size: 12px;
}

.set_cont {
	padding: 30px 74px;
	text-align: left;
	line-height: 2;
}

.set_cont .l {
	padding: 20px;
}

.set_cont .l .sever_text {
	width: 600px;
}

.setnav i {
	font-size: 12px;
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
	vertical-align: middle;
	margin-top: 3px;
}

.setnav a:hover i {
	display: inline-block;
}

.setnev_btm {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #4d4e53;
	margin: 0;
	background-color: #ebebea;
	margin-top: 15px;
}

/* footer */
.pageFooter {
	background-color: #165099;
	padding-top: 66px;
	padding-bottom: 25px;
}

footer dl {
	float: left;
	width: 11%;
	color: #aab5d1;
	font-size: 13px;
}

footer dl dt {
	color: #fff;
	font-size: 19px;
	margin-bottom: 20px;
}

footer dl dd {
	margin-bottom: 10px;
}

footer dl a:hover {
	color: #fff;
}

.pageFooter .bd_r {
	border-right: 1px solid #3164a6;
	padding-bottom: 8%;
	margin-right: 6%;
}

.pageFooter .footer_contact {
	width: 25%;
}

.footer_btm {
	margin-top: 10px;
	color: #618cd0
}

.footer_btm a:hover {
	color: #fff;
}

.footer_btm .r a {
	margin-right: 10px;
	display: inline-block;
}

.footer_btm .r span {
	margin-left: 10px;
}

/* .footer_contact dd:nth-child(3) a{cursor: default; color: #aab5d1;}
.footer_contact dd:nth-child(5) a{cursor: default; color: #aab5d1;} */

/* 公用部分 */
.pageMain {
	background: url(../img/bg.jpg) no-repeat top center;
	background-color: #efefef;
}

.pageMain .wrap {
	background-color: #fff;
}

.pageLeft {
	width: 240px;
	float: left;
	margin-bottom: 100px;
}

.pageRight {
	width: 880px;
	float: right;
	margin-right: 40px;
}

.channel_banner {
	width: 100%;
	height: 320px;
	margin-bottom: 52px;
	position: relative;
	z-index: 1;
}

.channel_bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 320px;
	z-index: -1;
	text-align: center;
	overflow: hidden;
}

.channel_bg img {
	display: inline-block;
	margin: 0 -50%;
	margin: 0 -50%\9;
	max-width: none;
	width: auto;
}

.channel_banner_c {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}

.channel_banner_t {
	font-size: 36px;
	margin-bottom: 35px;
	padding-top: 50px;
}

.channel_banner_p {
	padding: 0 15%;
}

.channel_content {
	margin-top: 50px;
	margin-bottom: 100px;
	word-break: break-all;
}

.table_wrap {
	overflow-x: auto;
}

.pl_tit {
	width: 100%;
	height: 92px;
	line-height: 92px;
	text-align: center;
	font-size: 27px;
	background: url(../img/pl_tit.jpg) no-repeat;
	color: #fff;
}

.pl_nav {
	margin-bottom: 15px;
	background-color: #f3f3f3;
	font-size: 16px;
}

.pl_nav>li {
	border-bottom: 1px solid #dedede;
}

.pl_nav li a {
	height: 50px;
	line-height: 50px;
	display: inline-block;
	position: relative;
	padding-left: 25%;
	width: 190px;
}

.pl_nav>li>a i {
	position: absolute;
	left: 40px;
	font-size: 12px;
	display: none;
}

.pl_nav>li>a:hover i {
	display: block;
}

.pl_nav>li.on {
	color: #165099;
}

.pl_nav>li.on .pl_nav_list {
	color: #555;
}

.pl_nav>li.on i {
	display: block;
}

.pl_nav_list {
	display: none;
	border-top: 1px solid #dedede;
}

.pl_nav_list li.on {
	color: #165099;
}

.pl_nav_list li {
	background-color: #f9f9f9;
	font-size: 14px;
	border-bottom: 1px solid #dedede;
}

.pl_nav_list li a {
	padding-left: 70px;
}

.pl_nav_list li a:before {
	content: '-';
	display: inline-block;
	margin-right: 15px;
}

.pl_nav_list li:last-child {
	border-bottom: 0;
}


.pl_cont {
	background-color: #f3f3f3;
	padding: 10px 0 25px 30px;
}

.pl_tit2 {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	border-bottom: 1px solid #dedede;
	padding-left: 25px;
	background-color: #f3f3f3;
	font-weight: bold;
}

.pl_cont div {
	padding: 4px 0;
}

.pl_join {
	position: relative;
}

.pl_join img {
	width: 100%;
}

.pl_join_c {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
}

.pl_join_c a {
	display: block;
}

.pl_join_c a:hover {
	color: #fff;
}

.pr_top {
	border-bottom: 1px solid #dcdcdc;
	height: 42px;
	padding-bottom: 5px;
}

.pr_tit {
	font-size: 28px;
	float: left;
}

.breadcrumbs {
	font-size: 14px;
	color: #777777;
	float: right;
	margin-top: 16px;
	color: #165099;
}

.breadcrumbs a {
	color: #777777;
}

.breadcrumbs a:hover {
	color: #165099;
}

.breadcrumbs .lt {
	margin: 0 10px;
	font-family: a;
	color: #777777;
}

/* page-1 start*/
.page {
	font-size: 13px;
	color: #777777;
	text-align: center;
	clear: both;
	margin-bottom: 100px;
}

.page a,
.page span {
	color: #777777;
	display: inline-block;
	border: 1px solid #ededed;
	padding: 5px 10px;
	vertical-align: middle;
	margin: 0 0 10px -1px;
}

.page .goprev {
	margin-right: 10px;
}

.page .gonext,
.page .count {
	margin-left: 10px;
}

.page a:hover,
.page span {
	color: #fff;
	background: #165099;
}

.page span.goprev,
.page span.gonext {
	color: #777777;
	background: none
}

.page span.count {
	border: 0;
	background: 0;
	color: #777777;
}



/* index */
.islider {
	width: 100%;
	margin: auto;
	height: 511px;
	overflow: hidden;
	position: relative;
	display: none;
	margin-bottom: 60px;
}

.islider li {
	display: block;
	height: auto;
	text-align: center;
	overflow: hidden;
}

.islider img {
	display: inline-block;
	margin: 0 -50%;
	margin: 0 -50%\9;
	max-width: none;
	width: auto;
}

.islider .slide_nav {
	display: block;
	width: 100%;
	left: 0%;
	bottom: 0px;
	font: 0/0 a;
	letter-spacing: -9px;
	text-align: center;
	background: url(../img/black.6.png);
	height: 50px;
	line-height: 50px;
}

.islider .slide_nav a {
	display: inline-block;
	width: 12px;
	cursor: pointer;
	height: 12px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	margin: 16px 3px 0 3px;
}

.islider .slide_nav .on {
	background-color: #fff;
}

.inews {
	float: left;
	width: 46%;
	margin-left: 3%;
	border-bottom: 3px solid #165099;
	min-height: 455px;
}

.inet {
	float: right;
	width: 46%;
	margin-right: 3%;
	border-bottom: 3px solid #165099;
	min-height: 455px;
}

.itit {
	font-size: 22px;
	color: #165099;
}

.itit_wrap {
	height: 50px;
	line-height: 50px;
	border-bottom: 3px solid #165099;
}

.inews_top {
	height: 130px;
	padding: 20px 0;
	overflow: hidden;
}

.inews_top_l {
	float: left;
	width: 150px;
}

.inews_top_r {
	padding-left: 160px;
	font-size: 14px;
}

.inews_t {
	font-size: 22px;
	margin-bottom: 10px;
}

.inews_c {
	display: inline-block;
	height: 90px;
	overflow: hidden;
}

.inews_top_r a .xq {
	transition: all 0.3s ease;
}

.inews_top_r a:hover .xq {
	color: #fac43e;
}

.inews_list {
	clear: both;
}

.inews_list li {
	position: relative;
	width: 100%;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #dcdcdc;
}

.inews_list_t {
	background: url(../img/inews_jt.jpg) no-repeat left center;
	padding-left: 15px;
	padding-right: 120px;
}

.inews_view {
	position: absolute;
	right: 70px;
	top: 0;
	color: #9b9fab;
	width: 70px;
}

.inews_date {
	position: absolute;
	right: 0;
	top: 0;
}

.ipartner {
	clear: both;
	width: 94%;
	margin: 30px auto 0 auto;
	padding-bottom: 20px;
}

.ip_list {
	padding: 20px 0;
}

.ip_list li {
	float: left;
	/*width: 25%;*/
	text-align: center;
	padding: 10px 80px;
}

.ip_list li img {
	display: inline-block;
}

/* product_list */
.pro_list {
	margin-bottom: 100px;
}

.pro_list li {
	float: left;
	width: 29%;
	margin: 70px 2% 0 2%;
	text-align: center;
}

.pro_list li:hover a {
	color: #165099;
}

.pro_t {
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.pro_p {
	text-align: left;
	padding-left: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* product_detail */
.pro_detail {
	margin-bottom: 100px;
}

.pro_top {
	text-align: center;
	padding-top: 60px;
	margin-bottom: 30px;
}

.pro_img {
	float: left;
	width: 45%;
	margin-left: 5%;
}

.pro_tit {
	font-size: 24px;
	font-weight: bold;
}

.pro_info {
	float: right;
	width: 50%;
}

.pro_info_p {
	font-size: 20px;
	margin-bottom: 10px;
}

.pro_info_t {
	margin-bottom: 50px;
}

.target_wrap {
	height: 54px;
	overflow: hidden;
}

.pro_Target {
	width: 918px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
	background: #fff;
	border-left: 1px solid #eee;
}

.pro_Target li {
	float: left;
	height: 54px;
	line-height: 54px;
	margin-right: 1%;
	width: 19%;
	text-align: center;
	cursor: pointer;
	background-color: #f3f3f3;
	color: #4a4a4a;
	font-size: 16px;
}

.pro_Target.fixed {
	position: fixed;
	left: 70%;
	top: 0;
	z-index: 50;
}

.pro_Target .active {
	color: #fff;
	background: #165099;
}

.pro_sections {
	margin-top: 50px;
}

.pro_sections_t {
	font-size: 20px;
	margin-bottom: 20px;
}

.pro_Target li:last-child {
	margin: 0;
}


.pro_scroll {
	width: 100%;
	display: none;
	margin-bottom: 2em;
}

/* .pro_scroll li img{max-width: none;width: 100%;} */
.pro_scroll li {
	width: 30%;
	position: relative;
}

.pro_scroll .arrs {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 60px;
	margin-top: -30px;
	background: url(../img/scorll_arr.png) no-repeat;
	display: none;
}

.pro_scroll .arrs:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.pro_scroll .arr_prev {
	left: 0;
	background-position: 0;
}

.pro_scroll .arr_next {
	right: 0;
	background-position: -30px 0;
}

.pro_scroll .scroll_nav {
	display: none;
}

.pro_scroll_cover {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 96%;
	overflow: hidden;
	padding: 10px 2%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.pro_cell_cover {
	padding: 20px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pro_cell:hover .pro_cell_cover {
	top: 0;
}

.pro_cell:hover .pro_scroll_cover {
	display: none;
}

/* 销售网络 */
.map {
	margin-bottom: 100px;
}

.map-mm-box {
	margin-top: 50px;
	margin-bottom: 50px;
}

.map-mm-box .map-mm-map {
	height: 470px;
	width: 100%;
}

.map-mm-box .map-mm-map img {
	max-width: none;
}

.map-mm-box .map-mm-map .BMap_bubble_content .title {
	font-size: 21px;
	font-weight: normal;
	color: #2f2f2f;
}

.map-mm-box .map-mm-map .BMap_bubble_content p {
	font-size: 15px;
	color: #8f8f8f;
}

.scrollbar-ui .scroll_slider {
	background: #ccc !important;
}

/* 联系我们 */
._contact_map {
	margin-top: 35px;
	margin-bottom: 50px;
}

.top-map-35599 {
	height: 350px;
	width: 100%;
}

.contact_t {
	font-size: 26px;
	color: #f1bc0a;
	margin-bottom: 20px;
}

/* 合作伙伴 */
.partner_list {
	text-align: center;
	margin-bottom: 100px;
}

.partner_list li {
	margin-top: 50px;
}

.partner_list li:hover a {
	color: #165099;
}

.partner_list li img {
	max-width: 100px;
}


/* 招聘 */
.widget-job-1 {
	margin-bottom: 100px;
	margin-top: 50px;
}

.widget-job-1 li {
	border-bottom: 0px solid #cccccc;
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #f3f3f3;
	color: #555;
}

.widget-job-1 li.j_t {
	font-size: 15px;
	cursor: pointer;
	margin-bottom: 10px;
}

.widget-job-1 li.j_c {
	height: auto;
	line-height: 1.5;
	background-color: #ffffff;
	display: none;
}

.widget-job-1 li ._t1 {
	width: 26%;
}

.widget-job-1 li ._t2 {
	width: 20%;
}

.widget-job-1 li ._t3 {
	width: 22%;
}

.widget-job-1 li ._t6 {
	width: 25%;
	cursor: pointer;
}

/* .widget-job-1 li ._t6:after { content:"+"; display:inline-block; vertical-align:middle;  margin-top:-5px; font-size: 30px;} */
.widget-job-1 li.j_t_cur {
	background-color: #165099;
	color: #fff;
}

/* .widget-job-1 li.j_t_cur ._t6:after { content:"-"; } */
.widget-job-1 li.first ._ut {
	float: left;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}

.widget-job-1 li ._un {
	float: left;
	text-align: left;
	height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 20px
}

.widget-job-1 ._jcon {
	margin-bottom: 20px;
	padding: 10px 20px;
}

.widget-job-1 ._title {
	font-size: 18px;
	color: #333333;
}

.widget-job-1 ._detailBtn {
	padding: 10px 0;
}

.widget-job-1 ._btn {
	display: inline-block;
	width: 138px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #ffffff;
	background: #cccccc;
	cursor: pointer;
	margin-right: 10px;
}

.widget-job-1 ._btn1 {
	background: #ff7c00;
	font-size: 14px;
}

.widget-job-1 ._btn1:hover {
	opacity: 0.9;
}



/* 配件 */
.pj_content {
	font-size: 13px;
	margin-bottom: 100px;
}

.pj_l {
	float: left;
	width: 49%;
}

.pj_r {
	float: right;
	width: 49%;
}

.pj_t {
	text-align: center;
	font-size: 28px;
	margin-top: 75px;
	margin-bottom: 45px;
	clear: both;
}

.pj_t2 {
	font-size: 16px;
}

.pj_c {
	text-align: center;
}

/* 信息中心 */
.xinxi {
	overflow: hidden;
	padding: 50px 0;
}

.xinxi li {
	float: left;
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
}

._list_pic {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
	position: relative;
}

._list_pic ._pic_cur {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(0, 0, 0, .7);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CCc9271f, endcolorstr=#CCc9271f);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	color: #fff;
}

._list_pic ._pic_cur span {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}

._list_pic .xinxi_ico {
	display: block;
	width: 55px;
	height: 55px;
	background: url(../img/zoom.png) no-repeat center;
	margin: 0 auto;
	margin-bottom: 10px;
}

.xinxi ._title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #f0f0f0;
	padding: 5px 0;
	font-size: 16px;
}

/*._list_pic:hover ._pic_cur{top:0;}
.xinxi .show:hover ._title{display: none;}*/


/*新闻中心 newslist-9 start*/
.widget-newslist-9 {
	margin-bottom: 20px;
	margin-top: 50px;
}

.widget-newslist-9 li {
	clear: both;
	overflow: hidden;
	border-bottom: #eee 1px dotted;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.widget-newslist-9 ._img {
	width: 225px;
	float: left;
	margin-right: 30px;
}

.widget-newslist-9 ._img img {
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.widget-newslist-9 ._intro {
	overflow: hidden;
}

.widget-newslist-9 ._title {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.widget-newslist-9 ._info {
	height: 20px;
	line-height: 20px;
	color: #999999;
	margin-bottom: 10px;
}

.widget-newslist-9 ._text {
	line-height: 1.8em;
	height: 3.6em;
	overflow: hidden;
	font-size: 14px;
	padding-right: 20px;
}

.widget-newslist-9 ._more {
	display: none;
	white-space: nowrap;
	width: auto;
	height: 32px;
	line-height: 32px;
	background-color: #165099;
	color: #fff;
	padding: 0 20px;
}

.widget-newslist-9 li:hover ._title,
.widget-newslist-9 li:hover ._text {
	color: #165099;
}

.widget-newslist-9 li:hover ._more {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.widget-newslist-9 li:hover ._img img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

/* 新闻详细 */
/* newsdetail-3 start*/
.widget-newsdetail-3 ._head {
	border-bottom: 1px dotted #cccccc;
	padding-top: 50px;
}

.widget-newsdetail-3 ._head ._title {
	font-size: 18px;
	line-height: 1.4;
	color: #333333;
	margin: 0 0 10px;
	font-weight: bold;
}

.widget-newsdetail-3 ._tools {
	padding: 0 5px;
	color: #999999;
}

.widget-newsdetail-3 ._tools a:hover {
	color: #165099;
}

.widget-newsdetail-3 .ion {
	font-size: 1.1em;
	font-weight: normal;
}

.widget-newsdetail-3 ._b2l {
	float: right;
}

.widget-newsdetail-3 .myart {
	padding: 30px 0;
}

.widget-newsdetail-3 ._detailPage_bottom {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.widget-newsdetail-3 ._detailPage_bottom li {
	line-height: 30px;
	float: left;
	width: 50%;
	height: 30px;
	margin-left: -1px;
	border-left: 1px solid #cccccc;
	font-size: 14px;
}

.widget-newsdetail-3 ._detailPage_bottom ._mark {
	float: left;
	margin-right: 10px;
}

.widget-newsdetail-3 ._detailPage_bottom ._title {
	float: left;
	width: 50%;
}

.widget-newsdetail-3 ._detailPage_bottom ._title:hover {
	color: #165099;
}

.widget-newsdetail-3 ._detailPage_bottom ._time {
	float: right;
	margin-right: 10px;
}

.widget-newsdetail-3 ._bottom_bar {
	text-align: right;
	height: 40px;
	margin: 20px 0 0;
}

.widget-newsdetail-3 ._bottom_bar .bdsharebuttonbox {
	float: none;
	display: inline-block;
}

.widget-newsdetail-3 ._bottom_bar ._b2l {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
}

@media only screen and (max-width: 480px) {
	.widget-newsdetail-3 ._title {
		font-size: 14px;
	}
}


#allmaps img {
	max-width: none;
}

#allmaps label {
	max-width: none;
}

#top-map-35599 img {
	max-width: none;
}

#top-map-35599 label {
	max-width: none;
}

.Form-J2 .Form-J2-li {
	padding-top: 10px;
}

.Form-J2 .Form-J2-li label {
	width: 5em;
	display: inline-block;
	color: #666;
	vertical-align: middle;
}

.Form-J2 .Form-J2-li input {
	height: 28px;
	line-height: 28px;
	border: 1px #ddd solid;
	width: 70%;
}

.Form-J2 .Form-J2-li textarea {
	border: 1px #ddd solid;
	width: 70%;
}

.Form-J2 .Form-J2-li em {
	color: red;
	vertical-align: middle;
	padding-left: 10px;
}

.Form-J2 .Form-J2-li input._yzm {
	width: 20%;
}

.Form-J2 .Form-J2-li img {
	vertical-align: middle;
	padding-left: 10px;
	cursor: pointer;
}

.Form-J2 .Form-J2-li b {
	color: #666;
	font-size: 12px;
	padding-left: 4px;
}

.Form-J2 .Form-J2-li select {
	border: 1px #ddd solid;
	width: 70%;
	padding: 7px 0;
}

.Form-J2 .Form-J2-Btn {
	padding: 27px 0 0 60px;
}

.Form-J2 .Form-J2-Btn button {
	width: 90px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.Form-J2 .Form-J2-Btn ._submit {
	background: #0168ad;
	margin-right: 10px;
}

.Form-J2 .Form-J2-Btn ._reset {
	background: #909090;
}

#map_canvas img {
	max-width: none;
}

#dituContent img {
	max-width: none;
}

.Form-M2 .Form-M2-li {
	padding-top: 10px;
	overflow: hidden;
}

.Form-M2 .Form-M2-li label {
	width: 5em;
	display: inline-block;
	color: #666;
	vertical-align: middle;
	float: left;
}

.Form-M2 .Form-M2-li input {
	height: 28px;
	line-height: 28px;
	border: 1px #ddd solid;
	width: 70%;
	float: left;
}

.Form-M2 .Form-M2-li textarea {
	border: 1px #ddd solid;
	width: 69%;
}

.Form-M2 .Form-M2-li em {
	color: red;
	vertical-align: middle;
	padding-left: 10px;
}

.Form-M2 .Form-M2-li input._yzm {
	width: 20%;
}

.Form-M2 .Form-M2-li img {
	vertical-align: middle;
	padding-left: 10px;
	cursor: pointer;
}

.Form-M2 .Form-M2-li b {
	color: #666;
	font-size: 12px;
	padding-left: 4px;
}

.Form-M2 .Form-M2-li select {
	border: 1px #ddd solid;
	width: 70%;
	padding: 7px 0;
}

.Form-M2 .Form-M2-Btn {
	padding: 27px 0 0 65px;
}

.Form-M2 .Form-M2-Btn button {
	width: 90px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.Form-M2 .Form-M2-Btn ._submit {
	background: #006ebc;
	margin-right: 10px;
}

.Form-M2 .Form-M2-Btn ._reset {
	background: #909090;
}

/*网上订购*/
.Form-P2 .Form-P2-li {
	padding-top: 10px;
	overflow: hidden;
}

.Form-P2 .Form-P2-li label {
	width: 5em;
	display: inline-block;
	color: #666;
	vertical-align: middle;
	float: left;
}

.Form-P2 .Form-P2-li input {
	height: 28px;
	line-height: 28px;
	border: 1px #ddd solid;
	width: 70%;
	float: left;
}

.Form-P2 .Form-P2-li textarea {
	border: 1px #ddd solid;
	width: 69%;
	float: left;
}

.Form-P2 .Form-P2-li em {
	color: red;
	vertical-align: middle;
	padding-left: 10px;
}

.Form-P2 .Form-P2-li input._yzm {
	width: 20%;
}

.Form-P2 .Form-P2-li img {
	vertical-align: middle;
	padding-left: 10px;
	cursor: pointer;
}

.Form-P2 .Form-P2-li b {
	color: #666;
	font-size: 12px;
	padding-left: 4px;
}

.Form-P2 .Form-P2-li select {
	border: 1px #ddd solid;
	width: 70%;
	padding: 7px 0;
}

.Form-P2 .Form-P2-Btn {
	padding: 27px 0 0 60px;
}

.Form-P2 .Form-P2-Btn button {
	width: 90px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.Form-P2 .Form-P2-Btn ._submit {
	background: #006ebc;
	margin-right: 10px;
}

.Form-P2 .Form-P2-Btn ._reset {
	background: #909090;
}

.contact_top {
	padding-bottom: 30px;
}

._con .slide_nav {
	display: none;
}

/*搜索*/
.Search-S1-head {
	overflow: hidden;
	padding: 20px;
	background: #ededed;
	margin-bottom: 20px;
	*zoom: 1;
}

.Search-S1-head ._form {
	margin-right: 3em;
}

.Search-S1-head ._inp {
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	background: #ffffff;
	border: 1px solid #cccccc;
}

.Search-S1-head ._btn {
	height: 22px;
	line-height: 22px;
	background: #005CA1;
	cursor: pointer;
	border: 0;
	vertical-align: -1px;
}

.Search-S1-head ._btn .ion {
	vertical-align: top;
	color: #ffffff;
	font-size: 16px;
}

.Search-S1-head ._result {
	height: 22px;
	line-height: 22px;
}

.Search-S1-head ._result em {
	margin: 0 .4em;
	font-weight: 700;
}

.Search-S1-list {
	margin-bottom: 30px;
}

.Search-S1-list li {
	margin-bottom: 10px;
}

.Search-S1-list ._head {
	font-size: 14px;
	padding: 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.Search-S1-list ._num {
	float: left;
}

.Search-S1-list ._type {
	float: left;
	color: #333333;
	padding: 0 1em;
	border-right: 1px solid #cccccc;
	margin-right: 1em;
	font-style: normal;
}

.Search-S1-list ._t {
	float: left;
	width: 50%;
	font-weight: bold;
}

.Search-S1-list ._p {
	padding-left: 60px;
}

/*招聘表单*/
.Form-J1 .Form-J1-Left {
	float: left;
	width: 50%;
}

.Form-J1 .Form-J1-right {
	float: right;
	width: 50%;
}

.Form-J1 .Form-J1-li {
	padding-top: 10px;
}

.Form-J1 .Form-J1-li label {
	width: 5em;
	display: inline-block;
	color: #666;
	vertical-align: middle;
}

.Form-J1 .Form-J1-li input {
	height: 28px;
	line-height: 28px;
	border: 1px #ddd solid;
	width: 70%;
	outline: none;
}

.Form-J1 .Form-J1-li textarea {
	border: 1px #ddd solid;
	width: 70%;
	padding: 0;
	margin: 0;
	outline: none;
	height: 104px;
}

.Form-J1 .Form-J1-li em {
	color: red;
	vertical-align: middle;
	padding-left: 10px;
}

.Form-J1 .Form-J1-li input._yzm {
	width: 20%;
}

.Form-J1 .Form-J1-li img {
	vertical-align: middle;
	padding-left: 10px;
	cursor: pointer;
	height: 30px;
	width: 100px;
}

.Form-J1 .Form-J1-li b {
	color: #666;
	font-size: 12px;
	padding-left: 4px;
}

.Form-J1 .Form-J1-li select {
	border: 1px #ddd solid;
	width: 70%;
	padding: 7px 0;
}

.Form-J1 .Form-J1-Btn {
	clear: both;
	text-align: center;
	padding-top: 40px;
}

.Form-J1 .Form-J1-Btn button {
	width: 90px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none;
	font-family: 微软雅黑;
}

.Form-J1 .Form-J1-Btn ._submit {
	background: #e11c25;
	margin-right: 10px;
}

.Form-J1 .Form-J1-Btn ._reset {
	background: #909090;
}

.Form-J1 .Form-J1-Btn button:hover {
	opacity: 0.8;
}

/*留言表单*/
.Form-M1 .Form-M1-Left {
	float: left;
	width: 50%;
}

.Form-M1 .Form-M1-right {
	float: right;
	width: 50%;
}

.Form-M1 .Form-M1-li {
	padding-top: 10px;
}

.Form-M1 .Form-M1-li label {
	width: 5em;
	display: inline-block;
	color: #666;
	vertical-align: middle;
}

.Form-M1 .Form-M1-li input {
	height: 28px;
	line-height: 28px;
	border: 1px #ddd solid;
	width: 70%;
	outline: none;
}

.Form-M1 .Form-M1-li textarea {
	border: 1px #ddd solid;
	width: 70%;
	outline: none;
	padding: 0;
	margin: 0;
	height: 146px;
}

.Form-M1 .Form-M1-li em {
	color: red;
	vertical-align: middle;
	padding-left: 10px;
}

.Form-M1 .Form-M1-li input._yzm {
	width: 20%;
}

.Form-M1 .Form-M1-li img {
	vertical-align: middle;
	padding-left: 10px;
	cursor: pointer;
	height: 30px;
	width: 100px;
}

.Form-M1 .Form-M1-li b {
	color: #666;
	font-size: 12px;
	padding-left: 4px;
}

.Form-M1 .Form-M1-Btn {
	clear: both;
	text-align: center;
	padding-top: 40px;
}

.Form-M1 .Form-M1-Btn button {
	width: 90px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none;
	font-family: 微软雅黑;
}

.Form-M1 .Form-M1-Btn ._submit {
	background: #e11c25;
	margin-right: 10px;
}

.Form-M1 .Form-M1-Btn ._reset {
	background: #909090;
}

.Form-M1 .Form-M1-Btn button:hover {
	opacity: 0.8;
}

/*订购表单*/
.Form-P1 .Form-P1-Left {
	float: left;
	width: 50%;
}

.Form-P1 .Form-P1-right {
	float: right;
	width: 50%;
}

.Form-P1 .Form-P1-li {
	padding-top: 10px;
}

.Form-P1 .Form-P1-li label {
	width: 5em;
	display: inline-block;
	color: #666;
	vertical-align: middle;
}

.Form-P1 .Form-P1-li input {
	height: 28px;
	line-height: 28px;
	border: 1px #ddd solid;
	width: 70%;
	outline: none;
}

.Form-P1 .Form-P1-li textarea {
	border: 1px #ddd solid;
	width: 70%;
	outline: none;
	padding: 0;
	margin: 0;
	height: 104px;
}

.Form-P1 .Form-P1-li em {
	color: red;
	vertical-align: middle;
	padding-left: 10px;
}

.Form-P1 .Form-P1-li input._yzm {
	width: 20%;
}

.Form-P1 .Form-P1-li img {
	vertical-align: middle;
	padding-left: 10px;
	cursor: pointer;
	height: 30px;
	width: 100px;
}

.Form-P1 .Form-P1-li b {
	color: #666;
	font-size: 12px;
	padding-left: 4px;
}

.Form-P1 .Form-P1-li select {
	border: 1px #ddd solid;
	width: 70%;
	padding: 7px 0;
}

.Form-P1 .Form-P1-Btn {
	clear: both;
	text-align: center;
	padding-top: 40px;
}

.Form-P1 .Form-P1-Btn button {
	width: 90px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none;
	font-family: 微软雅黑;
}

.Form-P1 .Form-P1-Btn ._submit {
	background: #e11c25;
	margin-right: 10px;
}

.Form-P1 .Form-P1-Btn ._reset {
	background: #909090;
}

.Form-P1 .Form-P1-Btn button:hover {
	opacity: 0.8;
}

._submit {
	background: #165099 !important
}






/* history-4 start*/
.honor {
	margin-top: 50px;
}

.widget-history-4-T {
	height: 50px;
	display: none;
}

.widget-history-4 .tab_t {
	width: 106px;
	background: url(../img/dot_normal.png) center bottom no-repeat;
	font-size: 14px;
	text-align: center;
}

.widget-history-4 .tab_t_cur {
	background-image: url(../img/dot_cur.png);
	color: #165099;
	font-weight: bold;
	font-size: 18px;
}

.widget-history-4 .tab_c {
	margin-top: -7px;
	border-top: 1px solid #dbdfe1;
}

.widget-history-4 .tab_c ul {
	background: url(../img/line.png) center 0 repeat-y;
	padding-top: 30px;
}

.widget-history-4 .tab_c li {
	background: url(../img/dot.png) center 25px no-repeat;
	padding-bottom: 20px;
}

.widget-history-4 .tab_c ._img {
	float: right;
	width: 47%;
}

.widget-history-4 .tab_c ._img img {
	height: 104px;
	margin: 0 15px 15px 0;
}

.widget-history-4 .tab_c ._text {
	float: left;
	width: 47%;
	text-align: right;
}

.widget-history-4 .tab_c ._title {
	font-size: 24px;
	color: #165099;
	line-height: 1.8em;
}

.widget-history-4 .tab_c ._p {
	padding-top: 18px;
}

.widget-history-4 ._even ._img {
	float: left;
	text-align: right;
}

.widget-history-4 ._even ._img img {
	margin: 0 0 15px 15px;
}

.widget-history-4 ._even ._text {
	float: right;
	text-align: left;
}

@media only screen and (max-width: 40rem) {

	.widget-history-4 .tab_c ._img,
	.widget-history-4 .tab_c ._text {
		width: 45%;
	}

	.widget-history-4 .tab_c ._img img {
		margin: 0 0 15px;
		width: 100%;
	}
}



/* 产品--总 */
.product {
	text-align: center;
	padding-top: 85px;
}

.product_tit {
	font-size: 28px;
	margin-bottom: 50px;
}

.product_list {
	margin-top: 60px;
	margin-bottom: 70px;
}

.product_list ul {
	text-align: center;
}

.product_list li {
	padding: 10px;
	box-sizing: border-box;
	float: none !important;
	display: inline-block !important;
}

.product_list_tit {
	color: #165099;
	padding: 25px 0 10px 0;
	font-size: 16px;
}

.product_item {
	float: left;
	width: 29%;
	margin: 0 2%;
}


.pro_list .pro_intro {
	margin-top: 50px;
}


/* 发展 */
.history {
	margin-bottom: 50px;
}

.his_target.fixed {
	position: fixed;
	top: 0;
	z-index: 99;
}

.his_target .active {
	color: #165099;
	border-left: 3px solid #165099;
}

.his_l {
	float: left;
	width: 70%;
	padding-top: 50px;
}

.his_r {
	float: right;
	width: 20%;
	padding-top: 50px;
}

.his_sections {
	margin-bottom: 20px;
}

.his_year {}

.his_year span {
	display: block;
	width: 100px;
	height: 32px;
	font-size: 18px;
	color: #fff;
	background-color: #165099;
	text-align: center;
	margin-bottom: 26px;
	margin: 0 auto 20px auto;
}


.his_cont {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	position: relative;
	width: 42.5%;
	clear: both;
}

.his_cont:before {
	display: block;
	content: '';
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: #165099;
	position: absolute;
	top: 15px;
	right: -32px;
}

.his_cont:after {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/his_icon_02.png) no-repeat;
	position: absolute;
	top: 10px;
	right: -20px;
}

.his_cont img {}

.his_r ul {
	border-left: 3px solid #efefef;
	width: 150px;
}

.his_r ul li {
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	margin-left: -3px;
	border-left: 3px solid transparent;
	cursor: pointer;
}


.his_cont_r.his_cont {
	float: right;
}

.his_cont_r.his_cont:after {
	background-position: -20px 0;
	left: -20px;
}

.his_cont_r.his_cont:before {
	right: auto;
	left: -30px;
}



/* 产品咨询 */
.pro_zx {
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}

.pro_zx_cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
}

.pro_zx_t {
	font-size: 33px;
	color: #fff;
	margin-bottom: 5px;
}

.pro_zx_p {
	width: 70%;
	margin: 0 auto;
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
}

.pro_zx_l {
	display: inline-block;
	width: 145px;
	height: 45px;
	line-height: 45px;
	background-color: #165099;
	color: #fff;
	font-size: 15px;
}

.pro_zx_l:hover {
	color: #fff;
}


.zx_form {}

.zx_form select {
	width: 70%;
	height: 32px;
	line-height: 32px;
	border: 1px #ddd solid;
}

.zx_form .select-ui-choose-default {
	width: 70%;
	border-radius: 0;
}

.zx_form .select-ui-choose-default ._txt {
	padding-right: 50px;
}

.zx_form .select-ui-choose-default ._arrow {
	width: 50px;
}

.zx_form .select-ui-choose-default ._arrow .arr {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	margin: 0;
	background: url(../img/zx_sel_03.png) no-repeat center center;
	top: 0;
}

.zx_form .select-ui-choose-default.on ._arrow .arr {
	margin: 0;
}

.zx_form .select-ui-options-default-bottom {
	border-radius: 0;
}

.zx_form .select-ui-choose-default-bottom.on {
	border-radius: 0;
}

/*下层banner*/
.channel_banner .channel_title {
	position: absolute;
	width: 1200px;
	left: 50%;
	top: 40px;
	margin-left: -600px;
	color: #fff;
}

.channel_banner .channel_title .pro_name {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 8px;
	font-weight: normal;
}

.channel_banner .channel_title .pro_text {
	font-size: 38px;
}

/*2016-12-01导航*/
.set_three li {
	float: left;
	text-align: left;
	margin: 32px 2%;
	width: 21%;
	line-height: 24px;
}

.set_three .three_title {
	font-size: 18px;
	color: #4d4e53;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0px 20px;
	display: block;
}

.set_three .three_text {
	padding: 0px 20px 20px;
}

.set_three .three_title:after {
	content: '>';
	display: inline-block;
	color: #165099;
	margin-left: 5px
}

/*2016-12-02*/
.video_list li:hover ._title {
	display: block;
}

/*2016-12-03*/
.set_cp_ul li:after {
	display: none;
}

.setnav .set_ab li a {
	font-size: 18px;
}

.set_cp_ul li {
	height: auto;
	margin-right: 7%;
}

.set_cp_ul li .three_title:after {
	content: '>';
	display: inline-block;
	color: #165099;
	margin-left: 5px
}

.set_cp_ul li .three_text {
	line-height: 26px;
	padding: 10px 0px;
}

/*2016-12-05*/
/* .xinxi{width:68%;margin:0 auto;} */
/* 图片中心，用到 .xinxi 改为 100% */
.xinxi {
	width: 100%;
	margin: 0 auto;
}

/*2016-12-06*/
.video_list ._list_pic:hover ._pic_cur {
	top: 100%;
}

.video_list .show:hover ._title {
	display: block;
}

/*2017-02-14*/
.pl_join_c {
	display: none;
}

/*2017-02-16*/
.xinxi li img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.xinxi li:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/*2017-02-27*/
.pro_section {
	float: left;
	text-align: left;
	margin-top: 30px;
}

.set_three .three_title {
	margin-bottom: 16px;
}

/*2017-02-28*/
.inews_list_t {
	width: 70%;
}

/*dwk补充*/
.newLeftBox {
	width: 100%;
	/* float: right; */
	border-left: 1px solid #e6e6e6;
}

.newLeftBox ul li {
	margin-bottom: 50px;
	position: relative;
	border: 7px solid #e7e7e7;
	margin-left: 60px;
}

.fix:before,
.fix:after {
	display: table;
	clear: both;
	content: '';
}

.newLeftBox ul li .mask_ {
	margin: 40px 40px;
}

.newLeftBox ul li .oc {
	position: absolute;
	left: -76px;
	top: 38px;
}

.newLeftBox ul li .os {
	position: absolute;
	left: -36px;
	top: 33px;
}

.newLeftBox ul li .mask_ .title {
	font-size: 38px;
	color: #00317e;
	text-align: left;
	margin-bottom: 14px;
}

.newLeftBox ul li .mask_ .p {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 24px;
}

.newLeftBox ul li .mask_ .bg_img {
	margin-top: 35px;
}

.newLeftBox ul li .mask_ .bg_img .img_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: url(../img/blur_73.png) repeat;
}

.newLeftBox ul li .mask_ .bg_img .img_title span {
	display: block;
	padding: 0px 10px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-align: center;
}

.rect-42 {
	padding-bottom: 42%;
}

.his_target .active {
	color: #165099;
	border-left: 3px solid #165099;
}

@media only screen and (max-width: 760px) {
	.newLeftBox ul li {
		margin-bottom: 20px;
		position: relative;
		border: 7px solid #e7e7e7;
		margin-left: 0;
	}

	.newLeftBox ul li .os {
		display: none;
	}

	.newLeftBox ul li .mask_ {
		margin: 20px;
	}

	.newLeftBox ul li .mask_ .title {
		font-size: 28px;
		color: #00317e;
		text-align: left;
		margin-bottom: 8px;
	}

	.newLeftBox ul li .mask_ .bg_img {
		margin-top: 15px;
	}

	.his_l {
		float: left;
		width: 70%;
		padding-top: 20px;
	}

	.newLeftBox {
		width: 100%;
		border-left: none;
	}
}

/*20190819*/
.newLeftBox ul li .mask_{margin-bottom:10px; margin-top:20px;}
.newLeftBox ul li .mask_ .rect-42{margin-top:15px;}
.newLeftBox ul li .mask_ .p{font-size:18px;}
.newLeftBox ul li .mask_ .rect-42{padding-bottom:48%;}

/*20190906*/
.album_wrap.honor_album{z-index:100}


/*2022.03.24 wrt*/
.inews_view{display:none;}
.pro_list li{float:none; display:inline-block; vertical-align:text-top;}