﻿@charset "utf-8";

/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。
------------------------------------------------------------------------------------------------------ */

/* 全局样式
-------------------------------------------------------------- */
html,a,p,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; line-height:25px; font-family:"Microsoft Yahei","Arial"; color:#666;}
body{ padding:0; margin:0; list-style:none; border:none; font-size:14px; }
p{line-height:25px;}
img{ border:none; vertical-align:middle;}
td{ vertical-align:center; font-size:14px;}
body{ background:#fff; overflow-x:hidden;}
/* 链接样式 */
a {text-decoration:none; outline:none;}
a:visited {text-decoration:none; outline:none;}
a:hover {text-decoration:none; outline:none;}

/* 常用元素 */
.clear { clear:both; font-size:1px; line-height:0px; height:0px; }

/* 层浮动 */
.left { float: left; }
.right{ float: right; }
.center { margin: 0 auto; }

/* 文字对齐 */
.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter {text-align:center; }


/* 主体内容开始
-------------------------------------------------------------- */
.page { margin: 0 auto; width:100%; height: auto; }
.content{ width:100%; margin: 0 auto; overflow:hidden;}


/*翻页*/
.pages{padding-top:20px; padding-bottom:40px; margin:0 auto;text-align: center; box-sizing:border-box;}
.pages:after{ clear:both; content:''; width:0px; display:block; height:0px; visibility:hidden;}
.pages a{border: 1px solid #DDD; display:inline-block; line-height:38px;
    color: #333;
    margin: 5px 2px;
    height:40px;
	min-width:42px;
	padding:0 5px;
    text-decoration: none;
    font-size:14px;
    }
.pages a:hover{  text-decoration: none; border: 1px solid #5C6670;  background-color:#5C6670;color: #fff;padding:0 5px;height:40px; line-height:38px; font-size:14px;}
.pages span { display:inline-block; border: 1px solid #5C6670;  background-color:#5C6670;color: #fff; line-height:38px;min-width:42px;padding:0 5px;height:40px; font-size:14px; margin:0 2px;}
.pages a:first-child , .pages a:last-child{/* border:none;*/}

/*--地图--*/
.wzdt_xt { float:left; width:75%;}
.wzdt_xt ul li { float:left; padding-left:20px;line-height: 40px;}
.wzdt_xt ul li a{ font-size:14px;}
.sitemapz {line-height:40px; overflow:hidden;  border:1px #ddd solid;width:98%;margin:0 auto;margin-bottom:15px; }
.sitemapy {width:25%; float:left; line-height:40px;border:1px solid #AE1010; color:#fff; background:#AE1010; font-size:16px; text-align:center;}
.sitemapy h3 { margin:0; line-height:40px; height:40px;}
.sitemapy h3 a { font-size:16px; color:#fff; line-height:40px;}



/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 406px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 406px !important;
	position: relative;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #fff !important;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
	background-color: #AF0F11 !important;
}
/** BULLETS **/
.tp-bullets {
	z-index: 99;
	position: absolute;
	bottom: 25px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #fff;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	background: none;
	border-radius: 50%;
	float: left;
	margin: 0px 8px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}
.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
	width: 42px;
	height: 43px;
	margin-left: 0;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.tp-thumbs img {
	width: 100%;
}
.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}
.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}

.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.tp-simpleresponsive a {
	text-decoration: none;
}
.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tp-simpleresponsive>ul>li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}
.tp-loader {
	background: url(../images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
@media only screen and (max-width:1000px) {
.tp-leftarrow.large,.tp-rightarrow.large {

	z-index:1;
}
}
@media only screen and (max-width:767px) {

.tp-leftarrow.large {	display:none}
.tp-rightarrow.large { display:none}
}

/*--导航--*/
.logopo { position:relative; height:0; width:100%; z-index:99;}
.logoption { position:absolute; left:0; top:0; width:100%;}
.logo { padding-top:25px; float:left;}
.logo h1 { margin:0;}
.logo img { max-width:100%;}
.menubg { background:url(../images/menuzbg.jpg) repeat-x; height:54px;padding-bottom:6px;}
.menu-container {    width:100%;margin: 0 auto;}
.menu-mobile { display: none;padding-top: 10px;}
.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
	height:39px;
    float: right;
    position: relative;
    top: 17%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}
.menu-dropdown-icon:before {
    display: none;
    cursor: pointer;
	content:'';
    float: right;
    padding: 1.5em 2em;
	background:url(../images/hj.png) no-repeat center 23px;
}
.mjbad:before {	background:url(../images/h-j.png) no-repeat center 23px;}
.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
	z-index:99;
}
.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}
.menu > ul:after { clear: both;}
.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
	width:9%;
	background:url(../images/menubg.png) no-repeat right;
	text-align:center;
	height:54px;
	position:relative;
}
.menu > ul > li:last-child { background:none;}
.menu > ul > li a {
    text-decoration: none;
    font-size: 16px;
	 color: #333;
	 height:54px;
    display: block;
}
.menu > ul > li:hover { background:rgba(255,255,255,0.2);}
.menu > ul > li a.active { background:rgba(255,255,255,0.2);}


.subs{ transition: all 0.5s;overflow:hidden; display:inline-block; font-size:18px; color:#fff;line-height:54px; }
.menu > ul > li > ul {
    display: none;
    width: 100%;
    background:rgba(255,255,255,0.6);
    box-shadow: 0 0 16px -4px rgba(0,0,0,.3);
    padding: 20px;
    position:absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after { clear: both;}
.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}
.menu > ul > li > ul > li a {
    color: #333;
    padding: 0;
    width:100%;
    display: block;
	transition:all 0.3s linear; 
}
.menu > ul > li > ul > li a:hover{ color:#fff; }
.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul > li > ul:after {    clear: both;}
.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {    border: 0;}
.menu > ul > li > ul.normal-sub {
	position:absolute;
    width:100%;
    left:0px;
    padding:0;
    transition: all .5s linear; 
}
.menu > ul > li:hover ul.normal-sub{   background-color:#FFF;}
.menu > ul > li > ul.normal-sub > li {    width: 100%;	height:35px;}
.menu > ul > li > ul.normal-sub > li a {    border: 0; line-height:35px; text-align:center;}
.menu ul li ul.normal-sub li { position: relative; }
.menu ul li ul.normal-sub li:before { content: ""; width: 0; left: 50%; height: 100%; background:#B70001; position: absolute; top: 0; transition: 300ms ease-in-out; }
.menu ul li ul.normal-sub li a { display: block; text-align: center; position: relative; line-height:35px; color:#555; font-size:15px; }
.menu ul li ul.normal-sub li:hover:before { left: 0; width: 100%; }
.menu ul li ul.normal-sub li:hover a { color: #fff; }
.menucont { max-width:1200px; margin:0 auto;}
.mologo { display:none;}

@media only screen and (max-width:1300px) {
.logo { padding-top:5px;}
}
@media only screen and (max-width:1200px) {
.logo img { max-height:140px;}
}
@media only screen and (max-width:1000px) {
	.logo { padding-top:20px; float:left;}
	.logoption .container { width:auto;}
	.menubg { background:none; position:absolute; top:10px; right:0; z-index:99; width:100%;}
    .menu-container { width: 100%;}
    .menu-mobile {
        display: block;
		height:72px;
		padding-right:15px;
		line-height: 32px;
	cursor:pointer;
    color: #AE1010 ;
    font-size: 16px;
    font-weight: bold;
    }
	 .menu-dropdown-icon:before {display: block;}
    .menu > ul {display: none; background:none;}
    .menu > ul > li {
        width: 100%;
        float: none;
		height:auto;
        display: block;
		text-align:left;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
	.subs{ transition: all 0.5s;overflow:hidden; display:inline-block; font-size:15px; color:#333;line-height:35px; }

    .menu > ul > li > ul {position: relative;}
    .menu > ul > li > ul.normal-sub {
		background-color: rgba(255,255,255,0.9);
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block; background-color:#fff;
    }
	
	.menu > ul > li {
	position:static; background:none;
   }
.menu > ul > li > ul.normal-sub {
	background-color:#f6f7f8;
	box-shadow:none;
	border-top:none;
	position:static;
    width:100%;
    left:auto;
    padding:0;
    transition: all .5s linear; 
}
.menu ul li ul.normal-sub li a { display: block; text-align:left; position: relative; padding-left:1.5em; font-size:14px;}
}

@media only screen and (max-width:1000px) {
.menu > ul > li a {
        padding: 0.5em;
        width: 100%;
		height:auto;
        display: block;
		border-bottom:1px solid #ccc;
    }
.menu ul li ul.normal-sub li a { display: block; padding:5px 0; line-height:28px; text-align:left; position: relative; padding-left:1.5em; font-size:14px;}
.menu > ul > li > ul > li { margin-top:3px;}
.logopo{ display:none;}
.mologo { display:block; float:left; width:50%; padding-left:15px; padding-top:0px; position:absolute;}
.mologo h1 { margin:0;}
.mologo img { max-height:120px;}

}
@media only screen and (max-width:767px) {
.logo { padding-top:15px; float:left; width:60%;}
.mologo { padding-left:10px; padding-top:0px;}
}
.newtop { text-align:center; padding-top:36px;}
.newtop h2 { margin-top:0; margin-bottom:15px;}
.newtop h2 a { background:url(../images/tj.png) no-repeat left 8px; padding-left:40px; font-size:36px; color:#333333; font-weight:bold; line-height:40px;}
.newtop p { font-size:16px; width:79%; margin:0 auto;}
.newtop p a{font-size:16px;}
@media only screen and (max-width:767px) {
.newtop h2 a { background:url(../images/tj2.png) no-repeat 0 center; padding-left:40px; font-size:24px; color:#333333; font-weight:bold; line-height:34px; min-height:40px;   height:auto;}
}

/*--底部--*/
.back-top { background:url(../images/top.png) no-repeat; width:45px; height:45px; position:fixed; right:10px; bottom:5%; display:none; z-index:99; cursor:pointer;}
.footerdown { background:#C60000; color:#fff; padding:18px; line-height:25px;}
.footerdown a { color:#fff;}
.footnav { background:#F5F5F5; padding:42px 0 28px 0;}
.footup ul li { width:11.11%; float:left;}
.footup ul li .subs { color:#666; line-height: inherit;}
.footup ul li ul { width:100%; padding-top:18px;}
.footup ul li ul li { width:100%;}
.footup ul li ul li a { font-size:16px; color:#999999; line-height:28px;}
.footup ul li ul li a:hover { color:#C60000;}

@media only screen and (max-width:1000px) {
.footup ul li .subs { font-size:16px;}
.footup ul li ul li a { font-size:14px; color:#999999; line-height:28px;}
}
@media only screen and (max-width:767px) {
.back-top { bottom:15%;}
.footerdown { padding:18px 5px; line-height:25px;}

}

/*--友情链接--*/
.links {}
.links h4 { font-size:16px; color:#333333; font-weight:bold; padding:10px 0;}
.linklie { padding:0 0 32px 0;}
.linklie ul { margin-left:-6px; margin-right:-6px;}
.linklie ul li { float:left; width:14.28%; padding:5px 6px;}
.linklie ul li a { border:1px solid #E5E5E5; overflow:hidden; display:block;}
.linklie ul li img { width:100%;}
@media only screen and (max-width:767px) {
.linklie ul li { float:left; width:50%; padding:5px 6px;}
.footnav { display:none;}
.footer .pull-right { float:left !important;}
}

/*--首页第一部分--*/
.firstcont { margin-left:-11px; margin-right:-11px; margin-top:35px;}
.w74 { float:left; width:74%; padding-left:11px; padding-right:11px;}
.w26 { float:left; width:26%;padding-left:11px; padding-right:11px;}
.twocont {margin-left:-11px; margin-right:-11px; margin-top:26px;}
.homejob { background:url(../images/zpxx.jpg) no-repeat; background-size:cover; height:98px; font-size:24px; color:#fff; text-align:center; font-weight:bold; line-height:98px;}
.homejob a{ display:block; font-size:24px; color:#333; text-align:center; font-weight:bold; line-height:98px;}
.homezb { border:1px solid #EEEEEE; margin-top:15px;}
.homezbsub { background:url(../images/zbcg.jpg) no-repeat; background-size:cover;border-bottom:1px solid #EEEEEE; overflow:hidden;}


.homezbsub a { display:block; width:100%; height:50px;}
.homezbsub strong { font-size:24px; font-weight:bold; color:#333;float:left; display:block;height:90px; line-height:90px;display:block;width:100%; text-align:left; padding-left:14px;}

.homezblie { padding:15px 15px 0 18px; height:139px;}
.homezblie ul li { line-height:32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.homezblie ul li strong { color:#DF0024;}
.homezblie ul li a{ font-size:16px;}
.homezbmore {border-top:1px solid #EEEEEE; text-align:center; height:40px; line-height:40px;}
.homezbmore a{ font-size:16px; display: block;line-height:40px}
.homezbmore a:hover { color:#fff; background:#AF0707;}
.homesw { background:url(../images/swbg.png) no-repeat; width:237px; height:54px; display:block; line-height:54px; font-size:18px; font-weight:bold; color:#fff; margin:0 auto; padding-left:106px;} 
.homesw:hover { color:#fff;}
.pd34 { padding:0 34px;}
.cxborder { border-bottom:1px dashed #FFFFFF; padding-bottom:23px; margin-bottom:23px; padding-top:22px;}
.cxinput { float:left; border:1px solid #EEEEEE; border-right:none; width:75%; padding:0 10px; line-height:34px; height:34px; outline:0;}
.cxbutton { background:#d03f3f; color:#fff; border:none; height:34px; float:left; width:25%; font-size:16px; outline:0;}

@media only screen and (max-width:1199px) {
.homesw { background:#B00808 url(../images/swbg.png) no-repeat; width:100%; height:54px; display:block; line-height:54px; font-size:18px; font-weight:bold; color:#fff; margin:0 auto; padding-left:40%; border-radius:5px;} 


}
@media only screen and (max-width:991px) {
.newtop p { font-size:16px; width:100%; margin:0 auto;}
.w74 { float:left; width:100%; padding-left:11px; padding-right:11px;}
.w26 { float:left; width:100%;padding-left:11px; padding-right:11px; margin-top:15px;}
}



/*--首页左侧第一列--*/
.mw74 { float:left; width:74%; padding-left:11px; padding-right:11px;}
.mw26 { float:left; width:26%;padding-left:11px; padding-right:11px;}

.leftone { width:37%; float:left; padding-right:11px;}
.lefttwo { float:left; width:63%; padding-left:11px;}
.dqtitle { background-color:#F2DFDF; height:49px; background-size:cover; padding:0 20px;}

.leftyi { border:1px solid #EEEEEE; background:#F2DFDF; height:222px;}
.onetitle { padding:20px 28px 0px 28px;}
.onetitle ul li { line-height:25px; float:left; width:50%; text-align:right;}
.onetitle ul li:first-child { border-right:1px dashed #fff; text-align:left;}
.onetitle ul li a { font-size:18px; font-weight:bold; color:#333333;}
.onetitle ul li a.dtico {  background:url(../images/dtico.png) no-repeat left; padding-left:38px;}
.onetitle ul li a.gjico {  background:url(../images/gjico.png) no-repeat left; padding-left:38px;}
.onetitle ul li a:hover { color:#ae1010;}
.twocont:after{ content:''; display:block; width:100%; height:0px; clear:both; visibility:hidden;}
.lefter { background:#F5F5F5; border:1px solid #E5E5E5; height:227px; margin-top:18px;}

.member { padding:20px 20px 0 23px;}
.member ul li { float:left;font-size:18px; font-weight:bold; color:#333333; padding-right:13px; cursor:pointer;}
.member ul li:first-child { background:url(../images/redx.jpg) no-repeat right; margin-right:13px;}
.member ul li.current { color:#ae1010;}
.member .tab_box { padding-top:28px;}
.member .tab_box label { font-size:16px; font-weight:500; padding-top:0; line-height:31px;text-align: justify;text-align-last: justify;}
.member .tab_box .pl0 { padding-left:0;}
.member .tab_box input { border-radius:0; height:31px; line-height:31px; padding:0 12px;}
.member .red { background:#d03f3f; color:#fff; width:100%; height:36px; line-height:34px; text-align:center; font-size:16px; padding:0; border-radius:0;}

.leftthree { background: url(../images/erbg.jpg) repeat-x; height:225px; border:1px solid #E7E7E7; margin-top:16px; padding-top:39px; padding-left:17px; padding-right:17px;}
.leftthree .w50 { width:50%; float:left; text-align:center;}
.leftthree .w50 img { margin:0 auto;}
.leftthree .w50 p { font-size:16px; color:#000; font-weight:bold; padding-top:8px;text-shadow: 0 1px 1px rgba(0,0,0,0);  }

.leftfour { padding-top:20px; }
.vidtitle { background:#3dd1a0; height:50px;padding:0 8px; background-size:cover; }
.homevideo { border:1px solid #E5E5E5;padding:10px 9px 11px 9px; height:198px;}
.vitleft { background:url(../images/video.png) no-repeat 11px 19px; font-size:18px; color:#fff; float:left; height:53px;line-height:53px; padding-left:52px;}
.homevmore { background:url(../images/dqmore.png) no-repeat center; float:right; display:block; width:25px; height:53px;}


@media only screen and (max-width:1199px) {
.onetitle ul li a { font-size:16px; line-height:25px; display:inline-block; height:25px;}
.member .tab_box label { font-size:14px;}
.leftthree .w50 { width:50%; float:left; text-align:center; padding:0 5px;}

}
@media only screen and (max-width:1099px) {
.mw74 { float:left; width:100%; margin-bottom:20px;}
.mw26 { float:left; width:100%;}
.homevideo {
    padding: 10px 9px 11px 9px;
    height: 220px;

}

}
@media only screen and (max-width:991px) {
.homevideo {
    padding: 10px 9px 11px 9px;
    height: 198px;

}
.member .red { background:#AE1010; color:#fff; width:100%; }
.onetitle ul li a.dtico {  background:url(../images/dtico.png) no-repeat left; padding-left:32px;}
.onetitle ul li a.gjico {  background:url(../images/gjico.png) no-repeat 5px; padding-left:33px;}

}
@media only screen and (max-width:767px) {

.leftone { width:100%; float:left; padding-right:0;}
.lefttwo { float:left; width:100%; padding-left:0; padding-top:15px;}
.lefter { height:auto; padding-bottom:10px;}
.leftthree { height:auto; overflow:hidden; padding-bottom:20px;}
.homevideo { height:auto;}
.member .tab_box .pl0 { padding-left:15px;}

}

/*--首页中间--*/
.dqico { background:url(../images/dico.png) no-repeat left; float:left; display:block; line-height:49px; padding-left:33px; color:#333; font-size:18px; font-weight:bold;}
.dqicos { background:url(../images/paper.png) no-repeat left; float:left; display:block; line-height:49px; padding-left:33px; color:#333; font-size:18px;font-weight:bold;}
.dqicoss { background:url(../images/pp.png) no-repeat left; float:left; display:block; line-height:49px; padding-left:33px; color:#333; font-size:18px;font-weight:bold;}
.homemore { background:url(../images/dqmore2.png) no-repeat center; float:right; display:block; width:25px; height:49px;}
.homemore2 { background:url(../images/dqmore.png) no-repeat center; float:right; display:block; width:25px; height:49px;}
.dqborder { border:1px solid #EEEEEE;}
.dqone { padding:19px 0 18px 0; border-bottom:1px solid #EEEEEE; min-height:144.5px;}
.dqimg { float:left; width:32%;}
.dqlie { padding:0 16px;}
.dqlie ul { padding:20px 0;}
.dqlie ul li { line-height:33px; height:33px;}
.dqlie ul li a { font-size:16px;display: inline-block;
  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow:ellipsis;}
.dqlie ul li a span { font-weight:bold; color:#DF0024; float:left; padding-right:10px;}
.dqright { float:left; width:68%; padding-left:18px;}
.dqright h5 { font-size:18px; color:#333333; font-weight:bold;display: inline-block;
  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow:ellipsis;}
.dqright p { margin-top:5px; font-size:16px; height:50px;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.latested { padding-top:21px;}
.latested .tab_menu {background-color: #F2DFDF;background-size:cover;padding-left:20px;}
.latested .tab_menu li{ float:left; line-height:53px;}
.latested .tab_menu li a{display:block;line-height:53px;text-align:center; color:#fff; padding-left:42px; padding-right:5px; font-size:18px;}
.latested .tab_menu li:first-child a { background:url(../images/gico.png) no-repeat left;}
.latested .tab_menu li a { background:url(../images/mtico.png) no-repeat left;}
.latested .tab_menu li a:hover{ }
.latested .tab_menu li.current a{color: #333;}
.latested .tab_menu li.current { font-weight:bold; }
.latested .tab_box{ position:relative;border:1px solid #E5E5E5;padding:20px 22px 19px 22px;}
.mored{ position:absolute; top:-53px; right:18px;}
.mored:hover{ color:#ff7800;}
.lastemore { background:url(../images/dqmore2.png) no-repeat center; float:right; display:block; width:25px; height:53px;}
.dynamics { margin-left:-15px; margin-right:-15px;}
.dynamics li { width:50%; float:left; padding:0 15px;}
.dynamics li a { font-size:16px;display: inline-block;white-space: nowrap;width: 100%;overflow: hidden;text-overflow:ellipsis;}
.newted { padding-top:20px;}
/*.newted .tab_menu { height:50px; background: url(../images/dqbg.png) no-repeat;    background-size: cover; padding-left:20px;}
.newted .tab_menu li{ float:left; line-height:50px;border-right:1px solid #EEEEEE; padding-right:25px; margin-right:25px;}
.newted .tab_menu li a{display:block;line-height:50px;text-align:center; font-size:18px;}
.newted .tab_menu li a:hover{ }
.newted .tab_menu li.current a{ font-weight:bold;}
*/
.newspaper { padding-top:10px;}
.newspaper li{ width:50%; float:left; text-align:center; padding:0 5px;}
.newspaper li a{ display:block; font-size:16px;}
.newspaper li a:hover{ color:#ae1010;}
.newspaper li p { line-height:27px;}
.mnewboder { border:1px solid #F4F4F4; padding:5px; display:inline-block;}
.mnewboder img { max-width:100%;}
.flink li{ width:33.33%; float:left;}
.flink li a{ display:block; width:90%; margin:0 auto; text-align:center;}
.friends{ border:1px solid #ddd; padding:25px 10px 20px;}
.flinks{ height:102px; border:1px solid #ddd; position: relative; overflow: hidden;}
.flinks img{ max-width: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.flink li p{font-size:16px; color:#666; white-space: nowrap; line-height:33px; margin-top:17px; height: 33px; overflow: hidden; text-overflow: ellipsis;}
.flink li:hover p{ color:#ae1010;}
.newted .tab_menu { background:url(../images/dqbg.png) no-repeat; background-size:cover; padding-left:20px;}
.newted .tab_menu li{ float:left; line-height:53px;}
.newted .tab_menu li a{display:block;line-height:53px;text-align:center; color:#fff; padding-left:33px; padding-right:10px; font-size:18px;}
.newted .tab_menu li:first-child a { background:url(../images/gico2.png) no-repeat left;}
.newted .tab_menu li a { background:url(../images/mtico2.png) no-repeat left;}
.newted .tab_menu li a:hover{ }
.newted .tab_menu li.current a{  color:#fff;}
.newted .tab_menu li.current { font-weight:bold; }
.newted .tab_box{ position:relative;}
.newtmore { background:url(../images/huimao.png) no-repeat center; float:right; display:block; width:25px; height:50px;}
.moredt{ position:absolute; top:-50px; right:18px;}
.moredt:hover{ color:#ff7800;}
@media only screen and (max-width:1199px) {
.dqright h5 { margin:5px 0;}
}


@media only screen and (max-width:767px) {
.dqone { min-height:inherit;}
.dqimg { float:left; width:100%;}
.dqright { width:100%; padding-top:5px;}
.dqright h5 { margin:10px 0;}
.dynamics li { width:100%; float:left; padding:0 15px;}
.latested .tab_box{ padding:20px 15px 19px;}
.dqlie { padding:0 12px;}
.flink li p{font-size:14px; margin-top:10px;}
.newspaper { padding-top:15px; padding-bottom:10px;}
.flinks{ height:auto;}
.flinks img { position:relative;}

}
/*--首页右侧--*/
.homelink { width:284px; height:88px; margin-bottom:15px; }
.homelink:last-child { margin-bottom:0;}
.homelink a {background:url(../images/hgjbg2.jpg) no-repeat;border:1px solid #EEEEEE; background-size:cover;font-size:18px; color:#333333; font-weight:bold; display:block;padding:26px 0 0 55px; height:100%;}
.homelink .left { float:left; width:116px; height:42px; line-height:42px;}
.homelink .left img { }
.homelink .right { float:left; padding-top:4px;}
.homelink a:hover { background:url(../images/hgjbg1.jpg) no-repeat;background-size:cover;}

@media only screen and (max-width:1099px) {
.homelink { width:33.33%; background-size:cover; float:left; padding:0 15px;}
.mlr15 { margin-left:-15px; margin-right:-15px;}


}
@media only screen and (max-width:991px) {
.homelink a {background:url(../images/hgjbg2.jpg) no-repeat;border:1px solid #EEEEEE; background-size:cover;font-size:18px; color:#333333; font-weight:bold; display:block;padding:25px 0 0 35px; height:100%;}
.homelink .left { float:left; width:76px; height:42px; line-height:42px;}

}
@media only screen and (max-width:767px) {
.homelink { width:100%; background-size:cover; float:left; padding:0 15px;}
}
/*--集团简介--*/
@font-face {
    font-family: 'dinCond-Medium';
    src: url('../fonts/dincond-medium-webfont.eot');
    src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dincond-medium-webfont.woff') format('woff'),
         url('../fonts/dincond-medium-webfont.ttf') format('truetype'),
         url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.Insidebg { /*background:url(../images/contbg1.jpg) repeat-y; */position:relative;} 
.insidenbg { /*background:url(../images/contbg2.png) no-repeat left bottom;*/}
.insideimg { position:absolute; width:25.5%; bottom:0; left:0; display:none;}
.insideimg img { max-width:100%;}
.insideleft { float:left; width:25.5%; padding-bottom:260px; background:#f9f9f8 url(../images/contbg2.png) no-repeat center bottom;}
.insideright { float:left; width:74.5%; padding-left:42px; background:#fff;}
.leftnav {border-bottom:4px solid #EFEFED;padding:0 29px;padding-top: 28px;padding-bottom: 20px;}
.leftnav a { background:url(../images/nyjian.png) no-repeat right; padding-right:10px; line-height:25px; margin-right:6px;}
.leftnav a span { background:url(../images/fangzi.png) no-repeat center; width:16px; display:inline-block; float:left; font-size:0;}
 .leftnav a:last-child { background:none;}
.leftdown { padding:0 26px;}
.gjimg { padding-top:40px;} 
.gjimg img { margin:0 auto;}
.gjimg strong { color:#333333; font-size:16px; display:block; text-align:center; padding-top:10px;}
.subtitle { font-size:26px; color:#ae1010; padding-top:46px; padding-bottom:35px;}
.subtitle strong { display:block; font-family:Arial, Helvetica, sans-serif; font-size:28px; color:#ae1010; text-transform:uppercase; padding-top:10px;}
.left-hand {}
.left-hand ul { overflow:hidden;}
.left-hand ul li { border-bottom:1px solid #E5E5E5; line-height:45px;position:relative; }
.left-hand ul li a { font-size:16px; padding:0 20px; display:block; height:45px; line-height:45px; position:relative; z-index:9;}
.left-hand ul li a i { float:right; background: url(../images/huij.png) no-repeat center; display:inline-block; width:7px; height:45px;}
.left-hand ul li:after { content:""; position:absolute; color:#fff; background:#AE1010; left:0; top:0; width:0; height:45px;transition: 300ms ease-in-out;}
.left-hand ul li:hover:after { width:100%;}
.left-hand ul li:hover a { color:#fff;}
.left-hand ul li a:hover i { background:url(../images/whitej.png) no-repeat center;}
.left-hand ul li.on a { color:#fff; background:#AE1010;}
.left-hand ul li.on a i { background:url(../images/whitej.png) no-repeat center;}

.gscont { padding-bottom:36px; padding-top:54px;}
.gsdes { padding:10px 0;}
.gsdes p { font-size:16px; line-height:30px; padding:13px 0;}
.gstitle { background:url(../images/gsxian.jpg) no-repeat left bottom; padding-bottom:12px;}
.gstitle strong { color:#333333; font-size:28px;}
.gstitle em { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#999999; display:block; font-style:normal; text-transform:uppercase; padding-top:10px;}
.gslunb { overflow:hidden;}
.gslunb .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    color: #fff;
    text-align: center;
    text-shadow: inherit;
    background-color:none ;
    filter: alpha(opacity=100);
    opacity: 1;
}
.gslunb .carousel-control.left,.gslunb .carousel-control.right{ background:none;}
.gslunb .carousel-control.right { left:inherit; right:0;}
.gslunb .carousel-control.left span{ background:url(../images/gsleft.png) no-repeat; width:45px; height:45px; font-size:0;}
.gslunb .carousel-control.right span{ background:url(../images/gsright.png) no-repeat;width:45px; height:45px;font-size:0;}

.product-num-box{ width: 100%;}
.product-num-content{
	width:100%;
	margin-bottom: 25px;
	margin-top: 50px;
	text-align: center;
	overflow: hidden;
}
.product-num-item{ background:url(../images/gsxian2.jpg) no-repeat right;
    text-align: center;
    height: 84px;
    position: relative;
    display: inline-block;
    width: 25%;
    float:left;
}
.product-num-head .product-num-item:last-child{ background:none;}
.product-num-nub{
    display: inline-block;
    font-size: 54px;
    color: #AE1010;
    line-height: 62px;
    font-family: 'dincond-medium';
}
.product-num-add{ font-size:16px;color:#333333;}
.product-num-inf{
    margin-top: 14px;
    font-size: 16px;
    line-height: 0;
	display:block;
	text-align:center;
}

@media only screen and (max-width:1199px) {
.insidenbg { background:none;}
.insideimg { display: block;}
.product-num-nub{    font-size: 50px;}

}
@media only screen and (max-width:991px) {
.leftdown { padding:0 15px;}
.left-hand ul li a { padding:0 15px;}
.subtitle strong {  font-size:20px; padding-top:5px;}
.leftnav { border-bottom:4px solid #EFEFED; padding:0 15px; padding-top:10px; padding-bottom:12px;}

}


@media only screen and (max-width:767px) {
.leftdown { padding:0;}	
.leftnav { border-bottom:4px solid #EFEFED; padding:0 29px; padding-top:10px; padding-bottom:12px; padding-left:0;}
.subtitle { font-size:20px; color:#ae1010; padding-top:15px; padding-bottom:20px;}
.subtitle strong {  font-size:18px; padding-top:5px;}
.left-hand ul li { border-bottom:1px solid #E5E5E5; line-height:35px;position:relative; width:50%; float:left; }
.left-hand ul li a i { height:35px;}
.left-hand ul li.on a i { height:35px;}
.left-hand ul li a { font-size:14px; padding:0 10px; display:block; height:35px; line-height:35px; position:relative;}	
.left-hand ul li:after { display:none;}
.left-hand ul li a:hover { color:#fff; background:#AE1010;}
.left-hand ul li a:hover i { background:url(../images/whitej.png) no-repeat center;}
.insideleft { float:left; width:100%; padding-bottom:10px; background:none;}
.insideright { float:left; width:100%; padding-left:0; background:#fff;}
.insideimg { display:none;}

.gscont { padding-bottom:20px; padding-top:30px;}
.gjimg { padding-top:10px;}
.gstitle strong { color:#333333; font-size:26px; line-height:30px;}

.product-num-item{ background:url(../images/gsxian2.jpg) no-repeat right;
    text-align: center;
    height: 84px;
    position: relative;
    display: inline-block;
    width: 50%;
    float:left;
	margin-bottom:10px;
}
.product-num-head .product-num-item:nth-child(2) { background:none;}
.pb20 { padding-bottom:20px; overflow:hidden;}
}

/*--组织架构--*/
.zjcont { padding-top:22px;}
.orgtitle { font-size:18px; border-bottom:1px solid #EEEEEE; padding-bottom:17px;}
.orgtitle strong { font-size:18px; display:inline-block; background:#AE1010; color:#fff; width:180px; height:36px; line-height:36px; text-align:center; border-radius:25px;}
.orgtu { padding-top:42px; padding-bottom:10px;}
.cyqybg { background: url(../images/cyqybg.jpg) no-repeat bottom; padding-bottom:390px; min-height:700px;}
.cyqybg ul { margin-left:-13px; margin-right:-13px; padding-top:32px; overflow:hidden;}
.cyqybg ul li{ width:33.33%; float:left; padding-left:13px; padding-right:13px; padding-bottom:24px;}
.cyqybg ul li a { border:1px solid #E5E5E5; padding:0 5px; font-size:16px; text-align:center; display:block; line-height:42px;white-space: nowrap; 
  overflow: hidden;
  text-overflow:ellipsis;}

@media only screen and (max-width:1099px) {

.cyqybg ul li{ width:50%; float:left; padding-left:13px; padding-right:13px; padding-bottom:24px;}

}
@media only screen and (max-width:767px) {

.cyqybg ul li{ width:100%; float:left; padding-left:13px; padding-right:13px; padding-bottom:24px;}
.cyqybg { background: url(../images/cyqybg.jpg) no-repeat bottom; padding-bottom:190px; min-height:auto;}

}


/*获得荣誉*/
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }
.body-right { margin-top:30px; background:url(../images/rybg.jpg) no-repeat;background-size:cover;}

article, aside, canvas, details, embed, figure, figcaption, hgroup, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:9999;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}
.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}
.pswp img{max-width:none}
.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}
.pswp--open{display:block}
.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}
.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}
.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}
.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/black_90.png) repeat;background:none rgba(0,0,0,.9);opacity:0;transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}
.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}
.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}
.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}
.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}
.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}
.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}
.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}
.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}
.pswp__img--placeholder{-webkit-backface-visibility:hidden}
.pswp__img--placeholder--blank{background:#222}
.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}
.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC}
.pswp__error-msg a{color:#CCC;text-decoration:underline}

.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}
.pswp__button:focus,.pswp__button:hover{opacity:1}
.pswp__button:active{outline:0;opacity:.9}
.pswp__button::-moz-focus-inner{padding:0;border:0}
.pswp__ui--over-close .pswp__button--close{opacity:1}
.pswp__button{background:url(../images/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}
@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){,.pswp--svg .pswp__button{background-image:url(../images/default-skin.svg)}
.pswp--svg .pswp__button--arrow--left{background:url(../images/img_l4.png.png) no-repeat scroll center center}
.pswp--svg .pswp__button--arrow--right{background:url(../images/img_r4.png.png) no-repeat scroll center center}
.pswp--svg .pswp__button--close{color:#fff}
}
.pswp__button--close{background-position:0 -44px}
.pswp__button--share{background-position:-44px -44px}
.pswp__button--fs{display:none}
.pswp--supports-fs .pswp__button--fs{display:block}
.pswp--fs .pswp__button--fs{background-position:-44px 0}
.pswp__button--zoom{display:none;background-position:-88px 0}
.pswp--zoom-allowed .pswp__button--zoom{display:block}
.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}
.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}
.pswp__button--arrow--left,.pswp__button--arrow--right{top:50%;background:url(../images/img_l2.png) no-repeat scroll center center #a4a4a4;margin-top:-23px;width:44px;height:44px;position:absolute;border-radius:5px}
.pswp__button--arrow--left{left:2%}
.pswp__button--arrow--right{right:2%;background-image:url(../images/img_r2.png)}
.pswp__button--arrow--left:hover,.pswp__button--arrow--right:hover{background-color:#e3001e}
.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}
.pswp__share-modal--hidden{display:none}
.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}
.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}
.pswp__share-tooltip a:hover{text-decoration:none;color:#000}
.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}
.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}
.pswp__share-modal--fade-in{opacity:1}
.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.pswp--touch .pswp__share-tooltip a{padding:16px 12px}
a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}
a.pswp__share--facebook:hover{background:#3E5C9A;color:#FFF}
a.pswp__share--facebook:hover:before{border-bottom-color:#3E5C9A}
a.pswp__share--twitter:hover{background:#55ACEE;color:#FFF}
a.pswp__share--pinterest:hover{background:#CCC;color:#CE272D}
a.pswp__share--download:hover{background:#DDD}
.pswp__counter{float:left;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:.75;padding:0 10px}
.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}
.pswp__caption__center{text-align:center;max-width:600px;font-size:15px;margin:0 auto;padding:20px 10px;color:#fff}
.pswp__caption__center .xzy-zan{float:right;display:block}
.pswp__caption--empty{display:none}
.pswp__caption--fake{visibility:hidden}
.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}
.pswp__preloader__icn{width:20px;height:20px;margin:12px}
.pswp__preloader--active{opacity:1}
.pswp__preloader--active .pswp__preloader__icn{background:url(../images/preloader.gif) 0 0 no-repeat}
.pswp--css_animation .pswp__preloader--active{opacity:1}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}
.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}
.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}
.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}
@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}
}
@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}
50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}
100%{-webkit-transform:rotate(0);transform:rotate(0)}
}
@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}
50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}
100%{-webkit-transform:rotate(0);transform:rotate(0)}
}
.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}
.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}
.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}
.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}
.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}
.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}
.pswp__ui--idle .pswp__top-bar{opacity:1}
.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}
.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}
.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}
.pswp__element--disabled{display:none!important}
.pswp--minimal--dark .pswp__top-bar{background:0 0}

.honorimg { padding-bottom:40px;}
.honorimg img { max-width:100%;}
.iboxT{ margin-bottom: 42px;}
.iboxT .zh{ font-size: 24px; font-weight: bold; color:#333333; text-align:center; background:url(../images/ryxian.jpg) no-repeat bottom center ; padding-bottom:10px;}

@keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(15px); -webkit-transform: translateY(15px); opacity: 0; }
}
@-webkit-keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(15px); -webkit-transform: translateY(15px); opacity: 0; }
}
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; padding: 0; border: none; outline: none; }
.honorPbox .himg{ display: none;}
.honorPbox .himg img{ width: 100%; display: block;}
.honorPbox .hcon{  display: block;padding:32px 48px 40px 48px;}
                  
.honor-demo{  overflow: hidden; left:0px; position: relative; padding-bottom:68px;}
.honor-demo .item{ float: left; display: block; margin: 0px 10px; cursor: zoom-in; text-align:center; font-size:16px; color:#333333;}
.honor-demo .img { margin-bottom:15px;}
.honor-demo .img img{ width: 100%; display: block;}
.honor-demo .slick-arrow { background-color: #a4a4a4; width: 41px; height: 41px; z-index: 106; bottom: 0%; border-radius: 50%;}
.honor-demo .slick-arrow:before{  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; background-color: #e3001e; transform: scale(0); -webkit-transform: scale(0); transition: all .5s; -webkit-transition: all .5s; opacity: 0; visibility: hidden\9; z-index: -1;}
.honor-demo .slick-arrow:hover:before { transform: none; -webkit-transform: none; opacity: 1; visibility: visible\9;}
.honor-demo .slick-arrow i { position: absolute; background: url(../images/img_l3.png) no-repeat scroll center center; width: 100%; height: 100%;}
.honor-demo .slick-prev { left: 0px; }
.honor-demo .slick-next { right: 0px; }
.honor-demo .slick-next i { background-image: url(../images/img_r3.png); }
.honor-demo .slick-dots { z-index: 104; width: 100%; text-align: center; position: absolute; left: 0; bottom: 8px;}
.honor-demo .slick-dots li { position: relative; display: inline-block; padding: 0px; height: 13px; width: auto; margin:0px 4px; cursor: pointer; }
.honor-demo .slick-dots li a { height: 13px; width: 13px; line-height: 13px; text-indent: -10em; display: block; overflow: hidden; padding: 0px; cursor: pointer; border-radius: 50%; background-color: #fff; }
.honor-demo .slick-dots li a:focus { outline: none; }
.honor-demo .slick-dots li.slick-active a { background: none #e3001e;}
.honor-demo .slick-disabled:before{ display: none;}


.eventTab-t{  overflow: hidden; left:0px; position: relative; padding-bottom:68px;}
.eventTab-t .item{ float: left; display: block; margin: 0px 10px; cursor: zoom-in; text-align:center; font-size:16px; color:#333333;}
.eventTab-t .img { margin-bottom:15px;}
.eventTab-t .img img{ width: 100%; display: block;}
.eventTab-t .slick-arrow { background-color: #a4a4a4; width: 41px; height: 41px; z-index: 106; bottom: 0%; border-radius: 50%;}
.eventTab-t .slick-arrow:before{  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; background-color: #e3001e; transform: scale(0); -webkit-transform: scale(0); transition: all .5s; -webkit-transition: all .5s; opacity: 0; visibility: hidden\9; z-index: -1;}
.eventTab-t .slick-arrow:hover:before { transform: none; -webkit-transform: none; opacity: 1; visibility: visible\9;}
.eventTab-t .slick-arrow i { position: absolute; background: url(../images/img_l3.png) no-repeat scroll center center; width: 100%; height: 100%;}
.eventTab-t .slick-prev { left: 0px; }
.eventTab-t .slick-next { right: 0px; }
.eventTab-t .slick-next i { background-image: url(../images/img_r3.png); }
.eventTab-t .slick-dots { z-index: 104; width: 100%; text-align: center; position: absolute; left: 0; bottom: 8px;}
.eventTab-t .slick-dots li { position: relative; display: inline-block; padding: 0px; height: 13px; width: auto; margin:0px 4px; cursor: pointer; }
.eventTab-t .slick-dots li a { height: 13px; width: 13px; line-height: 13px; text-indent: -10em; display: block; overflow: hidden; padding: 0px; cursor: pointer; border-radius: 50%; background-color: #fff; }
.eventTab-t .slick-dots li a:focus { outline: none; }
.eventTab-t .slick-dots li.slick-active a { background: none #e3001e;}
.eventTab-t .slick-disabled:before{ display: none;}
.rybgtwo { margin-top:1px;  background:url(../images/rybg.jpg) no-repeat;background-size:cover; padding:50px 48px 40px 48px;}

.honorsbg {margin-top:1px;  background:url(../images/rybg3.jpg) no-repeat;background-size:cover; padding:50px 48px 40px 48px; min-height:540px;}
.jbimg img { margin:0 auto; max-width:100%; display:block;}
.jblie ul li { padding-bottom:10px;}

@media only screen and (max-width:1239px) {

.honorsbg {margin-top:1px;  background:url(../images/rybg3.jpg) no-repeat;background-size:cover; padding:50px 48px 40px 48px; min-height:auto;}
}
@media only screen and (max-width:767px) {
.honorPbox .hcon{  display: block;padding:32px 20px 40px 20px;}
.honor-demo{  padding-bottom:48px;}
.slick-dots { display:none !important;}
}

/*--大事记--*/
.dbox{width:100%;margin:70px auto 0; padding-bottom:30px;}
.event_year { width:60px; text-align:center;float:left; }
.event_year li { height:40px;line-height:40px;background:#FFF;margin-bottom:1px;font-size:18px;color:#828282;cursor:pointer; }
.event_year li { width:72px;background:url(../images/bn-grey.png) 0px 0 no-repeat;color:#FFF;text-align:left;padding-left:7px;  }
.event_year li.current { width:72px;background:url(../images/bn-san.png) 0px 0 no-repeat;color:#FFF;text-align:left;padding-left:7px; }
.event_year li label{ font-size:16px; font-weight:normal; color:#666;cursor:pointer;}
.event_year li.current label{ font-size:16px; font-weight:normal; color:#fff;}
.event_list {width: 757px;float:right;background: url(../images/dian3.png) 57px 0 repeat-y;margin:0px 0 20px 0;}
.event_list h3 {margin: -3px 0 10px 49px;font-size:24px;color:#ae1010;padding-left:25px;background: url(../images/jian.png) 0 -48px no-repeat;height:38px;line-height:30px;font-weight:bold;}
.event_list li {background: url(../images/jian.png) 53px -80px no-repeat;margin-bottom:10px;}
.event_list li span {width: 40px;text-align:right;display:block;float:left;margin-top:10px;font-size:15px;color:#333;}
.event_list li p {width: 689px;margin-left: 28px;display:inline-block;padding-left:10px;background:url(../images/jian.png) -21px 0 no-repeat;line-height:25px;_float:left;}
.event_list li p span { width:100%; text-align:left; box-shadow:1px 0px 4px #ccc; padding:10px 15px;background:#FFF;margin:0; }

@media only screen and (max-width:1239px){
.event_list { width:666px; }
.event_list li p { width:584px; margin-left:38px;}
}
@media only screen and (max-width:1099px){
.event_list { width:570px; }
.event_list li p { width:490px; margin-left:38px;}
}
@media only screen and (max-width:991px){
.event_list { width:450px; }
.event_list li p { width:320px; margin-left:38px;}
}
@media only screen and (max-width:819px){
.event_list { width:400px; }
.event_list li p { width:320px; margin-left:38px;}
}

@media only screen and (max-width:767px){
.box{width:100%;margin:0px auto 0; padding-bottom:30px;}
.newted { padding-top:0px;}
.event_list { width:100%;float:right;background:url(../images/dian3.png) 45px 0 repeat-y;}
.event_list li span { width:35px; }
.event_list h3 { margin:0 0 10px 37px;font-size:20px; background:url(../images/jian.png) 0 -48px no-repeat;  }
.event_list li { background:url(../images/jian.png) 41px -80px no-repeat; margin-bottom:10px;}
.event_year { width:100%; float:none; overflow:hidden; padding-bottom:20px; }
.event_year li { width:20%;background:#f0f0f0 none; text-align:center; padding:0; float:left; box-sizing:border-box; border-right:1px solid #fff;}
.event_year li label{ font-size:15px;}
.event_year li.current { width:20%; background-color:#AE1010; background-image:none; text-align:center; padding:0;}
.event_list li p { width:70%; margin-left:30px;}
.mw74 { margin-bottom:10px;}

}


/*--社会责任--*/
.newleft ul li { border-bottom:1px solid #DDDDDD; height:114px; padding:50px 38px 27px 0px; overflow:hidden; position:relative;}
.newtitle { font-size:18px; color:#333333;float:left;line-height:36px;width:80%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.newmore { text-align:right; font-size:14px;color:#aaaaaa; line-height:36px; float:right;} 
.newmore span { background:#DDDDDD; display:inline-block; width:36px; height:36px; text-align:center; line-height:36px; color:#fff; border-radius:50%; margin-left:27px; float:right;}
.newmore span i { background:url(../images/shjian.png) no-repeat center; display:block; height:36px; width:36px;}
.newleft ul li:hover { border-bottom:none; padding-bottom:31px;}
.newleft ul li:hover .newmore span { background:#AE1010;}
.newleft ul li:after{
    content: "";
    width: 0;
    height: 2px;
    background:#AE1010;
    position: absolute;
    top: 99%;
    left: 50%;
    transition: all .8s;
}
.newleft ul li:hover:after{   left: 0%;   width: 100%;}
@media only screen and (max-width:1199px){
.newtitle { width:75%;}
}
@media only screen and (max-width:991px){
.newleft ul li {  height:94px; padding:30px 38px 27px 0px; overflow:hidden; position:relative;}
.newtitle { width:70%; font-size:16px;}
}
@media only screen and (max-width:767px){
.newleft ul li {  height:67px; padding:15px 0px 15px 0px; overflow:hidden; position:relative;}
.newtitle { width:60%; font-size:14px;}
.newmore  { line-height:30px;}
.newmore span { background:#DDDDDD; display:inline-block; width:30px; height:30px; text-align:center; line-height:30px; color:#fff; border-radius:50%; margin-left:15px; float:right;}
.newmore span i {width:30px; height:30px;}
.newleft ul li:after { display:none;}
.newleft ul li:hover { border-bottom:1px solid #AE1010;}
}

/*--失物招领--*/
.swzllie ul li { border:1px solid #DDDDDD; overflow:hidden; padding:22px 36px; margin-top:20px; position:relative;}
.swleft { float:left; width:80%;}
.swleft p { font-size:18px; color:#333333; line-height:25px; height:50px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.swleft span { color:#999999; display:block; padding-top:5px;}
.swright { float:right; width:82px; height:82px; padding:14px; color:#fff; background:#A0A0A0;}
.swright strong { font-size:18px; display:block;}
.swzllie ul li:hover .swright { background:#AE1010;transition: all 0.4s;}
.swzllie ul li:hover { border:1px solid #AE1010; transition: all 0.4s;}
.swzllie ul li:hover .swleft p {color:#AE1010; font-weight:bold;}

@media only screen and (max-width:991px){
.swleft { float:left; width:75%;}
.swleft p { font-size:16px;}
}
@media only screen and (max-width:767px){
.swzllie ul li { border:1px solid #DDDDDD; overflow:hidden; padding:20px 15px; margin-top:20px; position:relative;}

.swleft { float:left; width:100%;}
.swright { display:none; }
}

/*--企业文化--*/

.whlie ul li { border-bottom:1px dashed #DADADA; overflow:hidden; padding:26px 0 21px 0; margin-top:10px; position:relative;}
.whleft { float:left; width:75%;}
.whleft strong { display:block; font-size:18px; color:#333333; background:url(../images/whico.png) no-repeat left; padding-left:30px; line-height:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; height:30px;}
.whleft p { font-size:16px; color:#333333; line-height:25px; height:25px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; margin-top:20px;}
.whleft span { font-size:16px; color:#cccccc; padding-top:10px; display:block;}
.whright { float:right; width:25%; text-align:right;}
.whright img { max-width:100%;}
.w100 { width:100% !important;}

.whlie ul li img { max-width:100%;transition: all .5s ease;-webkit-transition:all .5s ease;}
.whlie ul li:hover img{ transform: scale(1.05);-webkit-transform: scale(1.05);}
.whlie ul li:hover .whleft strong { color:#AE1010; }

@media only screen and (max-width:1239px){
.whleft { float:left; width:70%;}
.whright { float:right; width:30%;}

}
@media only screen and (max-width:991px){
.whleft { float:left; width:64%;}
.whright { float:right; width:36%;}

}

@media only screen and (max-width:767px){
.whleft { float:left; width:100%;}
.whright { float:right; width:100%; text-align:left; padding-bottom:10px;}
.whleft strong { font-size:16px;}
.whleft p { font-size:14px;margin-top:15px; height:auto;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;white-space: inherit;}

}

/*--新闻详情--*/
.mnewkuang { padding-top:40px;}
.mnewsj { display:block; padding-bottom:42px; }
.mnewsj span { background:#AE1010; color:#fff; float:left; width:100px; line-height:30px; text-align:center; display:block;}
.mnewsj em { width:138px;background:#F5F5F5; float:left; height:30px;line-height:30px; font-style:normal; text-align:center; font-size:16px;}
.mnewbt { width:100%; padding-top:24px; border-bottom:1px solid #E5E5E5; padding-bottom:28px; }
.mnewbt a {color:#999999;}

.mnewbt h4 { color:#333333; margin:0; font-weight:500; font-size:30px; padding-bottom:14px;}
.contents {line-height:30px;}
.contents p { line-height:30px; padding:15px; font-size:inherit;}
.contents p img { display: block; margin:0 auto;}
.contents img { display: block; margin:0 auto; max-width:100% !important; height:auto !important;}
.contents img { max-width:100%;}
.contents ul,.contents ul li a {font-size:inherit;}

.contents { padding:25px 0;border-bottom:1px solid #E5E5E5;}
.contents video { width:100% !important;height: auto !important;}
.contents iframe { max-width:100% !important;}


.mfenx { display:inline-block; float:right; line-height:32px; padding-right:5px;}
.mnewbt .col-md-4 { padding-top:10px;}
.mfhmore {  background:#AE1010; float:right; text-align:center; width:146px; padding:13px 0; line-height:16px;}
.mfhmore a { display:block;font-size:16px; color:#FFF; line-height:16px;}
.mfhmore a i{background:url(../images/fanhui.png) no-repeat center; margin-left:13px; width:16px; height:16px;display:inline-block; transition:all 0.3s;}

.mpfoot { padding-top:30px; padding-bottom:30px;}
.mpfoot .col-sm-8 { font-size:16px; line-height:26px;}
.mpfoot .col-sm-8 span { float:left; display:inline-block; font-size:16px;}
.mpfoot .col-sm-8 a{ font-size:16px; float:left;display: inline-block;overflow: hidden;white-space:nowrap; width:80%; height:21px; 
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}


@media screen and (max-width:768px){
.mnewbt .col-md-4 { padding-top:15px;}
.mnewbt h4 { color:#333333; font-weight:500; font-size:20px; padding-bottom:14px;}

}
@media screen and (max-width:767px){
.mpfoot .col-sm-8 a { margin-bottom:10px; display:block;}
.mnewbt h4 { color:#333333; font-weight:500; font-size:18px; padding-bottom:14px;}
.mnewk { padding:25px 0 20px 0;}
}

/*--公交新闻--*/
.gjnewtop h2 { font-size:24px; color:#333333; font-weight:bold; margin:30px 0;}
.topnew a{display:block;width:100%;overflow:hidden;background-color: #FBFBFB;}
.xwpic { float:left; width:40%;}
.xwpic img { width:100%;}
.xwlun .carousel-indicators { display:none;}
.xwlun .carousel-control { width:35px; height:36px; opacity:1; top:inherit; left:inherit;}
.topnew .left { background:none; background:url(../images/xwleft.jpg) no-repeat; right:39px; float:right;}
.xwlun .carousel-control.right { background:none; background:url(../images/xwright.jpg) no-repeat;}
.xwlun .item {background:#E5EFF6; overflow:hidden; max-height:242px; }
.xwyou { width:60%; float:left; padding:46px 30px 0 38px;}
.xwyou h3 { margin:0; font-size:22px; height:30px; line-height:30px; color:#b22734; font-weight:bold; overflow: hidden;white-space:nowrap; text-overflow:ellipsis;}
.xwyou span{ display:block; font-size:18px; line-height:24px; color:#333; margin-top:10px;font-family:'dincond-medium';}
.xwyou p {  font-size:14px; line-height:24px; color:#666; margin-top:10px; height:48px; overflow:hidden;text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.topnew .owl-dots{ display:none;}
.topnew .owl-nav{ position:absolute; right:0; bottom:0px; margin:0;}
.topnew .owl-nav button{  outline:0; margin-bottom:0 !important;}

.zjcont .owl-nav button span{ display:block; padding:4px 14px 6px; font-size:38px; color:#fff;  background-color:#DADBDD; }
.zjcont .owl-nav button:hover span{ color:#fff; background-color:#B80F0B; }

.gjnewbop h2 { font-size:24px; color:#333333; font-weight:bold; margin:30px 0 10px 0;}
.xwlie ul li { border-bottom:1px dashed #E2DFDC; overflow:hidden; padding:21px 0 25px 0;position:relative;}
.xwleft { float:left; width:78%; padding-left:24px; padding-right:10px;}
.xwleft strong { display:block; font-size:18px; color:#333333; line-height:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; height:30px;}
.xwleft p { font-size:16px; color:#333333; line-height:25px; height:50px;overflow:hidden; margin-top:8px;text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.xwleft span { font-size:16px; color:#adadad; padding-top:10px; display:block;}
.xwright { float:left; width:22%;}
.xwright img { max-width:100%;}
.xwlie ul li:hover { background-color:#F4EDED;}

@media (max-width: 1200px){
.xwyou h3 { font-size:18px;}
.xwyou { padding:2%; }
.xwyou p {  margin-top:8px;}
}
@media (max-width: 991px){
.xwpic { width:45%;}
.xwyou { width:55%; float:left;padding-bottom:10px;}
.xwyou h3 { font-size:16px; height:26px; line-height:26px;}
.xwyou span { margin-top:5px;}
.zjcont .owl-nav button span{ display:block; padding:1px 10px 4px 10px;font-size:26px;}
.xwright {  width:28%;}
.xwleft { width:72%;}
}
@media (max-width: 767px){
.gjnewbop h2 { font-size:20px; color:#333333; font-weight:bold; margin:30px 0 10px 0;}

.xwpic { width:100%;}
.xwyou { width:100%; padding:20px 15px; padding-bottom:60px;}
.xwyou h3 { font-size:16px; height:30px; line-height:30px;}
.xwleft strong { display:block; font-size:16px;line-height:26px;}
.xwleft p { font-size:14px;}

}
@media (max-width: 475px){
.xwright {  width:100%; padding:0 24px; padding-bottom:10px;}
.xwleft { width:100%;}
}

/*---党群工作--*/
.parttj { padding-bottom:34px; border-bottom:1px solid #EEEEEE; margin-bottom:46px;}
.parttop { float:left; width:56%;}
.partpic { width:100%;}
.partnew .item { position:relative;}
.partyou { background:url(../images/dqbgn.png) repeat-x bottom; width:100%; bottom:0; left:0; position:absolute; padding:50px 14px 18px 14px;}
.partyou h3 { font-size:20px; color:#fff; font-weight:bold; margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }
.partnew .owl-dots { display:none;}
.parttop .owl-theme .owl-nav { margin-top:0;}
.parttop .owl-carousel .owl-nav button.owl-next,.parttop .owl-carousel .owl-nav button.owl-prev { bottom:42%; margin:0; background:none; position:absolute; outline:0; border:none;}
.zjcont .parttop .owl-nav button span {background:rgba(0,0,0,0.6); padding:33px 13px;}
.parttop .owl-carousel .owl-nav button.owl-next { right:0;}
.parttop .owl-carousel .owl-nav button.owl-prev { left:0;}
.partright { padding-left:22px; float:left; width:44%;}
.partright ul li h4 { color:#333333; font-size:16px; height:25px; font-weight:bold; line-height:25px; margin:0; margin-bottom:3px; display:block;overflow:hidden;white-space: nowrap; text-overflow:ellipsis;}
.partright ul li p { height:25px; line-height:25px; margin-bottom:16px;overflow:hidden;white-space: nowrap; text-overflow:ellipsis;}
.partright ul li i { background:url(../images/partjt.png) no-repeat; width:23px; height:11px; display:block;}

.partright ul li { padding-bottom:27px;}
.partright ul li:last-child { padding-bottom:0;}

.partright ul li:hover h4 { color:#AE1010;}

.dqnlie{}
.dqnlie li a{ display:block; padding:28px 10px 45px 10px; border-bottom:1px dashed #e2dfdc; box-sizing:border-box;}
.dqnlie li a .new_left{ width:20%; float:left;}
.dqnlie li a .new_right{ width:80%; float:left;}
.dqnlie li a .new_left p{ color:#adadad; font-size:22px; line-height:28px; font-family:Arial;}
.dqnlie li a .new_right h3{ color:#333; font-size:18px; line-height:28px; font-weight:bold; margin:0 0 15px; height:28px; overflow:hidden; text-overflow: ellipsis; white-space:nowrap;}
.dqnlie li a .new_right p{ color:#666; font-size:16px; line-height:24px; height:48px; overflow:hidden;text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
.dqnlie li a:hover .new_right h3{ color:#ae1010;}
.dqnlie li:hover { background:#F4EDED;}


@media (max-width: 1199px){
.partright ul li p { margin-bottom:14px;}
.partright ul li { padding-bottom:18px;}
.partright ul li:last-child { padding-bottom:0;}
}
@media (max-width: 1099px){
.parttop { float:left; width:60%;}
.partright { padding-left:22px; float:left; width:40%;}
.partright ul li p { margin-bottom:10px;}
.partright ul li { padding-bottom:15px;}
.partright ul li:last-child { padding-bottom:0;}
}

@media (max-width: 991px){
.parttop { float:left; width:100%;}
.partright { padding-left:0; float:left; width:100%; padding-top:20px;}
.dqnlie li a .new_left{ width:28%; float:left;}
.dqnlie li a .new_right{ width:72%; float:left;}
}
@media (max-width: 767px){
.parttj {margin-bottom:26px;}
.dqnlie li a .new_left{ width:28%; float:left; display:none;}
.dqnlie li a .new_right{ width:100%; float:left;}
.partyou h3 { font-size:16px;}
.dqnlie li a .new_right h3{ font-size:16px; line-height:26px; height:26px;}

}

/*--公交商务--*/
.bordern { border:none;}
.gjswlie ul li { padding-bottom:30px;}
.gjswpic { overflow:hidden; position:relative;}
.gjswpic img { width:100%;}

.induspiao { position:absolute; background:url(../images/swbgn1.png) repeat; left:0; top:0; width:100%; height:100%;}

.industry-item{ width:80%; padding:14px; height:236px; position: absolute; left:10%; bottom: 7%;text-align: center; z-index: 1;}
.industry-item:before{content: ""; display:block; width:100%; height:100%; background:url(../images/swbgn_03.png) repeat; position:absolute; left:0; top:0; transform-origin: left bottom; -webkit-transform-origin:left bottom; -webkit-transition:-webkit-transform .52s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .52s cubic-bezier(.4,0,.2,1); transition:transform .52s cubic-bezier(.4,0,.2,1); transition:transform .52s cubic-bezier(.4,0,.2,1),-webkit-transform .52s cubic-bezier(.4,0,.2,1); transform:scaleY(0); -webkit-transform:scaleY(0); visibility:hidden\9; z-index: -1;}
.industry-item p{ transition:  0.3s; -webkit-transition: 0.3s; color:#fff;}
.industry-item .ico{  height:62px; display: block; margin:0px auto 4px; position: relative; transition:  0.3s; -webkit-transition: 0.3s;}
.industry-item .ico { display: block;}
.industry-item .ico img { width:auto !important; display:inline-block !important;}
.industry-item .t{ font-size:18px; color:#fff; font-weight:bold; margin-bottom: 14px; padding-top:10px;}
.industry-item .en{ font-size:16px;}
.industry-item .addico{  width: 100%;display:none; font-size:16px; color:#fff; margin-top:15px; }
.gjswpic a:hover .induspiao{ background:none;}
.gjswpic a:hover .industry-item:before{ transform:scaleY(1); -webkit-transform:scaleY(1); -moz-transform:scaleY(1); transform-origin:left top; -webkit-transform-origin:left top; visibility:visible\9;}
.gjswpic a:hover .industry-item { bottom:0;}
.gjswpic a:hover .industry-item .addico {display: block;transition: 1s;-webkit-transition: 1s; }
.gjswpic a:hover .industry-item .ico i{ -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8); transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8); -webkit-animation: gelatine 0.5s 1; animation: gelatine 0.5s 1; }
.gjswpic a:hover .industry-item .t{ padding-top:5px; }
.gjswpic a:hover .industry-item .en{ color:#666666; height:64px; }

@media (max-width: 1099px){
.industry-item{ width:80%; padding:14px; height:236px; position: absolute; left:10%; bottom:0;}
}
@media (max-width: 991px){
.industry-item{ width:90%; padding:10px; height:180px; position: absolute; left:5%; bottom:0;}
.industry-item .ico{  height:32px; display: block; margin:0px auto 4px; position: relative; transition:  0.3s; -webkit-transition: 0.3s;}
.industry-item .ico img { height:100%;}
.industry-item .t{ font-size:18px; margin-bottom: 5px; padding-top:10px;}
.industry-item .addico{   font-size:14px;margin-top:5px; line-height:22px; }
.gjswpic a:hover .industry-item .t{ padding-top:5px;margin-bottom: 5px; }

}
@media (max-width: 767px){
.gjswlie { padding-top:15px;}
.industry-item{ width:90%; padding:10px; height:180px; position: absolute; left:5%; bottom:8%;}
.industry-item .addico{   font-size:14px;margin-top:10px; line-height:22px; }
}

/*--公交商务详情--*/
.gjxqbt { font-size:24px; color:#ae1010; padding-top:28px; background:url(../images/gjxqbg.jpg) repeat-x bottom;}
.gjxqbt strong { border-bottom:2px solid #AE1010; display:inline-block; padding-bottom:22px;}
.gjxqico { margin-bottom:30px; overflow:hidden; font-size:16px; height:44px; line-height:44px;}
.gjxqlx { float:left; background:url(../images/jcico1.png) no-repeat left; padding-left:66px; padding-right:80px;}
.gjxqtel { float:left; background: url(../images/jcico2.png) no-repeat left;padding-left:66px;}


@media (max-width: 991px){
.gjxqico { margin-bottom:20px; overflow:hidden; font-size:16px; height:auto; line-height:44px;}
.gjxqlx { float:left; background:url(../images/jcico1.png) no-repeat left; padding-left:66px; padding-right:20px; margin-bottom:10px;}

}

@media (max-width: 767px){
.gjxqico { margin-bottom:20px; overflow:hidden; font-size:16px; height:auto; line-height:44px;}
.gjxqlx { float:left; background:url(../images/jcico1.png) no-repeat left; padding-left:60px; padding-right:0; margin-bottom:10px; line-height:25px; min-height:44px; padding-top:10px;}
.gjxqtel { float:left; background: url(../images/jcico2.png) no-repeat left;padding-left:60px;}

}

/*--活动专区--*/
.hdlie { padding-top:38px;}
.hdlie ul li { margin-bottom:20px;background:#FBFBFB; overflow:hidden;}
.hdleft { float:left; width:42%; overflow:hidden;}
.hdleft img { width:100%;transition: all 1s;-webkit-transition: all 1s;}
.hdright { float:left; width:58%; padding-left:42px; padding-top:45px; padding-right:35px;}
.hdright h4 { color:#333333; font-size:20px; height:25px; margin:0; font-weight:bold;overflow:hidden; text-overflow: ellipsis; white-space:nowrap;}
.hdright span { display:block; padding:15px 0 18px 0; font-size:24px; color:#999999;font-family: 'dincond-medium';}
.hdright p{ font-size:16px; height:50px; overflow:hidden;text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.hdlie ul li a:hover h4{ color:#ae1010;}

.hdlie ul li:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);}

@media (max-width: 1099px){
.hdright { float:left; width:58%; padding-left:42px; padding-top:35px; padding-right:35px;}
.hdright span { padding:10px 0 10px 0; font-size:24px; }
}
@media (max-width: 991px){
.hdleft { float:left; width:45%; overflow:hidden;}
.hdright { float:left; width:55%; padding-left:25px; padding-top:25px; padding-right:25px;}
.hdright h4 { color:#333333; font-size:18px; }
.hdright span { padding:10px 0 10x 0; font-size:20px; }
.hdright p{ font-size:14px; height:44px; line-height:22px;}
}
@media (max-width: 640px){
.hdleft { float:left; width:100%; overflow:hidden;}
.hdright { float:left; width:100%; padding:25px;}

}
/*--乘车需知--*/
.cclie {}
.cclie ul li { border-bottom:1px dashed #DADADA; padding-bottom:35px; padding-top:40px;}
.cclie ul li h4 { background:url(../images/whico.png) no-repeat left; margin:0; padding-left:37px; font-size:18px; color:#333333; line-height:30px; height:30px; font-weight:bold; overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}
.cclie ul li p { font-size:16px; margin-top:18px;}
.cclie ul li span { color:#ae1010; font-size:16px;}
.cclie ul li:hover h4 {color:#ae1010;}

/*--乘客对话--*/
.ckdhk { padding-top:26px; border-bottom:2px solid #F5F5F5;}
.recuit { font-size:16px;color: #bbbbbb;}
.recuit input[type=text]{ width:100%; height:48px; box-shadow:none; color:#666;float:left; border:1px solid #E5E5E5; background:none; border-radius:0px;}
.recuit select { width:100%; height:48px; color:#666;float:left; border:1px solid #7492B6; background:none; border-radius:0px;}
.recuit input[type=radio]{ height:48px; margin-top:0px; vertical-align:-20px; margin-right:6px;}
.recuit .form-group{  margin-bottom:16px; position:relative; overflow:hidden;}
.recuit label { line-height:48px; margin:0;}
.recuit textarea { border-radius:0px; border:1px solid #E5E5E5; background:none; color:#666; }
.recuit .ckred { background:#AE1010; font-size:16px; color:#fff;border-radius:0px;width:218px; height:50px; text-align:center; line-height:50px; margin:0; padding:0; margin-top:22px;}
.recuit ::-webkit-input-placeholder { /* WebKit browsers */
  color: #bbbbbb;
  font-size: 16px;
}
.recuit ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #bbbbbb;
  font-size: 16px;
}

.recuit :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #bbbbbb;
  font-size: 16px;
}  

.red { color:#F00; padding-top:10px; display:inline-block;}
.w90 { float:left; width:99%;}

/*给我留言*/
.font18 { color:#ae1010; font-size:18px; font-weight:bold; padding-bottom:18px;}
.message { border:1px solid #E5E5E5; border-top:2px solid #E5E5E5; padding:0 30px; margin-bottom:20px;}
.message li{ padding:30px 0 15px; border-bottom:1px dashed #DCDCDC;}
.message .mleft{ width:10%; float:left; text-align:left;}
.message .mleft img{ width:52px; height:52px; border-radius:50%;}
.message .mright{ width:90%; float:left;}
.bggreys{ padding:10px 0; color:#cccccc;}
.message .bggreys p{  line-height:30px; color:#cccccc;}
.message .bggreys a{color:#ae1010;}
.bggreys p span { margin-right:25px;color:#cccccc;}
.bggreys p span:last-child { margin-right:0;}
.ask{ padding:10px 0; padding-top:0;}
.ask p{font-size:16px; line-height:24px; color:#666;}
.answer{ margin-top:15px;}
.message p.light{font-size:14px; line-height:24px; color:#aaaaaa;}
.answer .mright{ width:100%; float:left; background:#F5F5F5; font-size:14px; padding:18px 22px; position:relative; }
.answer .mright:before { content:""; position:absolute; top:-12px; left:28px; background:url(../images/jianly.png) no-repeat; width:19px; height:13px;}
.answer .mright p { font-size:14px;color:#aaaaaa; line-height:28px;}
@media (max-width:991px) {
.message .mleft{ width:15%; float:left; text-align:left;}
.message .mright{ width:85%; float:left;}
}

@media (max-width:767px) {
.message .mleft{ display:none;}
.message .mright{ width:100%; float:none; }
.message .bggreys,.message .bggreys p{ font-size:14px; line-height:30px; color:#666;}
}

/*--联系我们--*/
.contact { padding:75px 0 30px 50px;}
.conttitle { font-size:30px; color:#010101; padding-bottom:57px;}
.conttitle p { font-size:18px; color:#999999; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; padding-top:20px;}
.contico {}
.contico ul li { font-size:16px; color:#3c3c3c; margin-bottom:23px; line-height:25px; height:25px; padding-left:50px;}
.contico1 { background:url(../images/lxico1.png) no-repeat left;}
.contico2 { background:url(../images/lxico2.png) no-repeat left;}
.contico3 { background:url(../images/lxico3.png) no-repeat left;}
.contico4 { background:url(../images/lxico4.png) no-repeat left;}

.contimg { padding-top:35px;} 
.contimg img { margin:0 auto;}
.contimg strong { color:#333333; font-size:16px; display:block; text-align:center; padding-top:10px;}
@media (max-width:1099px) {
.contact { padding:75px 0 30px 0px;}


}
@media (max-width:767px) {

.contact { padding:30px 0 30px 0px;}
.conttitle { font-size:26px; color:#010101; padding-bottom:20px;}
.conttitle p { font-size:16px; color:#999999; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; padding-top:10px;}

}
/*--招聘--*/
.joblie { padding-top:20px;}
.joblie ul li { padding:27px; position:relative;}
.joblie ul li:before { content:""; position:absolute; left:27px; bottom:-2px; height:2px; width:31px; background:url(../images/zpxian1.jpg) no-repeat left;transition:  0.3s; -webkit-transition: 0.3s; z-index:9;}
.joblie ul li:after { content:""; position:absolute;opacity:0; left:17px; bottom:-2px; height:2px; width:31px; background:url(../images/zpxian1.jpg) no-repeat left;transition:  0.3s; -webkit-transition: 0.3s; z-index:9;}

.joblie ul li h4 { font-size:20px; margin:0; color:#333333;overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}
.joblie ul li span { display:block; padding:13px 0; color:#999999;}
.joblie ul li p { font-size:16px; padding-bottom:27px;overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}
.joblie ul li a { width:110px; height:29px; background:#E5E5E5; text-align:center; line-height:29px; display:inline-block; border-radius:25px;}
.joblie ul li:hover { background:#F4F4F4;}
.joblie ul li:hover a { background:#AE1010; color:#fff;}
.joblie ul li:hover:before { display:none;}
.joblie ul li:hover:after { background:url(../images/zpxian2.jpg) no-repeat left; left:27px; opacity:1;}


@media (max-width:767px) {
.joblie ul li h4 { font-size:18px; line-height:26px; margin:0; color:#333333;overflow:hidden; white-space:normal;}
.joblie ul li p { font-size:14px; padding-bottom:27px;overflow:hidden; white-space:normal;}
}

/*通用右侧分享*/
#wjSubNav { width: 56px; height: auto; position: fixed; bottom:10%; right:10px; z-index: 10000; }
#wjSubNav li { width: 100%; height: 60px; margin-bottom:10px; cursor: pointer; }
#wjSubNav li .font12 { padding-left:26px; width: 0px; height:179px; position: absolute; overflow: hidden; left: 0px; background:url(../images/ycicobg6.png) no-repeat;-webkit-transition-duration: .5s; transition-duration: .5s; display: none; transition: all 0.5s;}
#wjSubNav li .font { width: 0px; height:179px; position: absolute; overflow: hidden; left: 0px; background:url(../images/ycicobg.png) no-repeat;-webkit-transition-duration: .5s; transition-duration: .5s; }
#wjSubNav li .fonts { width: 0px; height:50px; position: absolute; overflow: hidden; left: 0px; background:url(../images/ycicobgs.png)-webkit-transition-duration: .5s; transition-duration: .5s; }
#wjSubNav li .ico { width:60px; height:60px; background:url(../images/ycicobg2.png) no-repeat; position: absolute; left: 0;}
/* #wjSubNav li .cur3{background-color: #fff!important;} */
#wjSubNav li:hover .ico { background:url(../images/ycicobgh2.png) no-repeat;}
.cur { background:url(../images/ycicos.png) no-repeat center center; display:inline-block; width:60px; height:60px;}
.cur1 { background:url(../images/ycico1.png) no-repeat center center; display:inline-block; width:60px; height:60px;}
.cur2 { background:url(../images/ycico2.png) no-repeat center center; display:inline-block; width:60px; height:60px;}
.cur3 { background:url(../images/ycico3.png) no-repeat center center; display:inline-block; width:60px; height:60px;}

#wjSubNav li:hover .font { width: 142px; left: -142px; padding:14px 0 0 14px; }
#wjSubNav li:hover .font12 { width: 142px; left: -142px; padding:14px 0 0 14px; display: block; }
#wjSubNav li:hover .fonts { width: 200px; left: -200px; padding:14px 0 0 14px; }
#wjSubNav li:hover .cur {background:url(../images/ycicoh11.png) no-repeat center center;}
#wjSubNav li:hover .cur1 {background:url(../images/ycicoh1.png) no-repeat center center;}
#wjSubNav li:hover .cur2 {background:url(../images/ycicoh2.png) no-repeat center center;}
#wjSubNav li:hover .cur3 {background:url(../images/ycicoh3.png) no-repeat center center;}

#wjSubNav li .font span { display:inline-block; width:110px; text-align:center; padding-top:10px; color:#333;}



.bot-share a{
  display: inline-block;
  width: 60px;
  height: 60px;
  float: left;
  transition: background 0.3s ease 0s;
  margin: 0;
  padding: 0;
}
.bot-share { background:url(../images/ycicobg2.png) no-repeat;}
.bot-share .more{  background: url(../images/ycico4.png) no-repeat center; margin:0; padding:0; width:60px; height:60px;}
#wjSubNav li.bot-share:hover {background:url(../images/ycicobgh2.png) no-repeat;}
#wjSubNav li:hover.bot-share .more {background: url(../images/ycicoh4.png) no-repeat center;}


@media (max-width:767px) {
#wjSubNav { display:none;}
}
 
 
 
 /*--图片新增样式--*/
.propic { overflow:hidden; position:relative; width:100%;}
.propic img { width:100%;}
.propic img {
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}
.prolist ul li:hover .propic img {
    transform: scale(1.1, 1.1);
    transition: transform 0.6s ease 0s;
}
.prolist { padding-top:34px;}
.prolist ul li { margin-bottom:15px;}
.prolist ul li a { display:block;}
.arrowright { float:right; background:url(../images/arrow_r.png) no-repeat; width:35px; height:35px;}
.protitle { margin-top:17px; height:35px; line-height:35px;}
.protitle p{ font-size:16px; color:#333333; float:left; width:74%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.prolist ul li:hover .arrowright { background:url(../images/arrow_rh.png) no-repeat;}
 
/*线网查询*/ 
.xwcxcont { padding-top:15px; padding-bottom:30px;} 
.xwcxcont table { border:1px solid #DF9F9F; text-align:center;} 
.xwcxcont table td { border:1px solid #EBC3C3 !important;}
.xwcxfirst { background:url(../images/bgxian.jpg) repeat-x !important; font-size:16px; font-weight:bold; color:#333333;}
.xwcxcont .table > thead > tr > th, .table > tbody > tr > th,.xwcxcont .table > tfoot > tr > th,.xwcxcont .table > thead > tr > td,.xwcxcont .table > tbody > tr > td,.xwcxcont .table > tfoot > tr > td { vertical-align:middle; font-size:15px; color:#333333; line-height:20px;}

.xwcxcont .table tr.xwcxfirst td { line-height:34px; font-size:16px;}
 .pdl55 { padding-left:55px !important; padding-right:55px !important;}
 .xlmore { color:#ac1010; cursor:pointer; font-size:15px;}
 .xwcxcont table tr:nth-child(odd){background:#FFF4F4;}
 .xwcxcont table tr:hover{background:#C20000;}
 .xwcxcont table tr:hover td{ color:#FFF !important;}
 .xwcxcont table tr:hover.xwcxfirst td  { color:#333 !important;}
 .xwcxcont table tr:hover .xlmore { color:#fff;}
 .xwcxcont .modal-content { border-radius:0; background:rgba(0,0,0,0.1); padding:10px;}
 .xwcxcont .modal-content .modal-header{ background:url(../images/bgxian2.jpg) repeat-x; height:35px; padding:0;}
 .xwcxcont .modal-content .modal-body {background:#fff;}
 .modal-backdrop { display:none !important;}
 .xwcxcont .modal-title { font-size:16px; color:#fff; line-height:35px; padding-left:15px;}
 .xwcxcont .close { opacity:1; padding-right:15px; margin-top:3px;}
 .xwcxcont .close span{ color:#fff; font-size:20px;}
 .xlcxwen p { font-size:15px; color:#000000;}
 .xlcxwen p { padding-bottom:12px;}
 .xllie {}
 .xllie ul { width:50%; float:left;}
 .xllie ul h4 { margin:0; line-height:34px; font-size:16px; padding-left:15px; color:#fff; background:#FE8D8B;}
.xwcxcont .xllie ul li { border:1px solid #BFBFBF; padding:16px; color:#333333;}
.xwcxcont .xllie ul:first-child li { border-right:none;}
 
  @media (max-width:767px) {
  .xwcxcont table tr td:nth-child(2),.xwcxcont table tr td:nth-child(3),.xwcxcont table tr td:nth-child(4) { display:none;}
  }
  
/*培训资料*/  
.pxlie {}
.pxlie ul li { border-bottom:1px dashed #E5E5E5; overflow:hidden; padding:17px 0;} 	
 
 .downbg { float:right; display:inline-block; background:#BBBBBB; width:122px; height:31px; color:#fff; text-align:center; line-height:31px;}
 .downbg em { font-style:normal; color:#fff; background:url(../images/downbg.png) no-repeat right; padding-right:31px;}
 .pxleft { float:left; width:65%; overflow:hidden; font-size:16px;overflow: hidden; line-height:31px;}
 .pxright { text-align:right; width:35%; float:left;}
 .pxright span { display:inline-block; line-height:31px; padding-right:38px; color:rgba(102,102,102,0.5); font-size:16px;}
 .pxlie ul li:hover .pxleft{ font-weight:bold; color:#ac1010;}
 .pxlie ul li:hover .downbg { background:#AE1010;}
 
 @media (max-width: 1200px){
	.pxleft { width:60%;}
	.pxright {width:40%;}
 }
 @media (max-width: 991px){
	.pxleft { width:52%;}
	.pxright {width:48%;}
	.pxright span { padding-right:10px;}
 }
 @media (max-width: 540px){
	.pxleft { width:100%; line-height:25px; padding-bottom:5px;}
	.pxright {width:100%;}
 }
 
 /*个人资料*/
 .w94 { width:97px; float:left; font-size:16px; color:#333333; line-height:34px; font-weight:bold;}
 .grzltable { padding-top:90px; max-width:410px; margin:0 auto;}
 .grzltable .form-group input.form-control { max-width:294px; border-radius:0;}
 .grzltable .form-group { margin-bottom:30px;}
 .grzltable .tj { width:150px; height:40px; text-align:center; background:#D50000; color:#fff; font-size:16px; border:none; outline:0; cursor:pointer;}
 .piaored { position:absolute; left:0; top:15px; color:#F00;}
  @media (max-width: 540px){
 .grzltable { padding-top:30px;}
 .w94 { width:100%; padding-left:15px; padding-bottom:5px;}
 .grzltable .form-group { margin-bottom:20px;}
 }
 /*6.18 首页改动*/
 .homegnew { float:left; width:54.5%;}
 .hxwright { float:left; padding-left:18px; width:45.5%;}
 .xwnbg { background:#F2DFDF; width:100%; height:385px; padding:33px; padding-bottom:0px;}
 .xwnbg h4 { margin:0; overflow:hidden;}
 .xwnbg h4 strong {float:left;background: url(../images/gjico4.png) no-repeat left;font-size:20px;color: #333;padding-left:40px;}
 .xwnbg h4 a.newmore {
    font-size: 16px;
    color: #333;
    float: right;
    display: inline-block;
    line-height: 20px;
}
 
.xwhomelie { width:100%; background: url(../images/gjbxian.jpg) no-repeat left top; padding-top:24px; margin-top:40px;}
.xwhomelie ul li { line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;}
.xwhomelie ul li a{font-size:18px;color: #333;}

.dingbsub a { display:block; width:100%; height:53px; margin-bottom:10px;}
.dingbsub strong {font-size:18px;color: #333;background: #F2DFDF;background-size:cover;float:left;display:block;height:53px;line-height:53px;display:block;width:100%;text-align:left;padding-left:14px;}
 @media (max-width: 1099px){

 }
 @media (max-width: 767px){
 .homegnew { float:left; width:100%;}
 .hxwright { float:left; padding-left:0px; padding-top:15px; width:100%;}
 .xwhomelie ul li a{ font-size:16px; color:#fff;}
  .xwnbg h4 strong {  font-size:18px;}

 }
.grleftnav {background: url(../images/menuzbg.jpg) repeat-x;padding:0 29px;padding-top: 16px; height:54px;border-bottom: 6px solid #0084e1;
border-bottom-color: #939497;padding-bottom: 6px;}
.grleftnav a { background:url(../images/nyjian2.png) no-repeat right; font-size:15px; color:#fff; padding-right:10px; line-height:25px; margin-right:6px;}
.grleftnav a span { background:url(../images/fangzi2.png) no-repeat center; color:#fff; width:16px; display:inline-block; float:left; font-size:0;}
.grleftnav a:last-child { background:none;}

.member_two {padding: 25px 25px 0 25px;}
.member_two ul {}
.member_two ul li {width:100%;padding: 10px 0;}
.member_two ul li a{display:block;font-size: 18px;font-weight: bold;color: #333333;border-bottom: 1px solid #E5E5E5;padding-bottom: 10px;background-position: left 3px;background-repeat: no-repeat;background-size: 20px 20px;padding-left: 40px;}
.member_two ul li:first-child a {background-image:url("../images/newico4.png");}
.member_two ul li:nth-child(2) a,.member_two ul li:nth-child(3) a {background-image:url("../images/newico5.png");}


@media (max-width:767px) {
.member_two {padding: 20px 25px 0 25px;}

}
 
 
 
 
 
 
 
 
 
 