@charset "utf-8";
html{color:#333;background:#fff}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,dl,dt,dd,input,textarea{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    font-family:"microsoft yahei";
}
/**{ padding:0 ; margin:0 ; font-size:14px;text-align: left;}*/
table{border-collapse:collapse;border-spacing:0}
a{ text-decoration:none;}
a:hover{text-decoration: none !important;}
a:focus {text-decoration: none!important;}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}
strong{ font-size: 15px; }


body,td,th {
	font-family: 微软雅黑; 
}

body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
i,em{
	font-weight: normal;
	font-style: normal;
}

.f-l{ float:left;}
.f-r{ float:right;}
.tac{text-align: center;}

.clear {
	clear: both;
}

.w-100{width:100%; height:auto; overflow:hidden;}
.w-1200{width:1260px; margin:0 auto; overflow:hidden;}
.w-1200-1{width:1260px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.t-align-c{ text-align:center;}
.clearfix:after {content:""; display: block; clear:both; }
.margin0{margin:0px;}
.margin3{margin:0 3px;}
.margin5{margin:0 5px;}
.margin8{margin:0 8px;}
.margin-20{margin:0 -20px;}

.padding0{padding:0px;}
.padding3{padding:0 3px;}
.padding4{padding:0 4px;}
.padding8{padding:0 8px;}
.padding-8{padding-right: 3px;padding-left:3px;}
.padding-15{padding:0 -15px !important;}
.padding3-sm{padding:0 3px;}
.padding-r-0{padding-right:0px;}
#show-h{display: block;}

#s-h-768{display: block;}
#h-s-768{display: none;}

#s-h-992{display: block;}
#h-s-992{display: none;}

#s-h-1200{display: block;}
#h-s-1200{display:none;}



#s-h-1300{width: 1300px; display: block; margin: 0px auto;}
#h-s-1300{display:none;}

#s-h-1400{display: block;}
#h-s-1400{display:none;}

.w-1300{margin:0 auto;width:1260px; overflow: hidden;}
#w-80{margin:0 auto;width: 80%;overflow: hidden;}
#w-90{margin:0 auto;width: 90%;overflow: hidden;}
#w-1260{margin:0 auto;width: 1260px;overflow: hidden;}
#w-1260-1{margin:0 auto;width: 1260px;}
#w-1400{margin:0 auto;width: 1460px;}


#end-mini{display: none;}
.p-img{width: 100%;}
.p-img2{}
#pc_1200{display: block;}
#mini_1200{display: none;}

.mt-30{margin-top: 30px;}

/*--顶部--*/
.top{ 
	width: 100%;
	padding-top: 20px;
	height: 137px;
	background:url(img/topbj.jpg) center no-repeat;
	 }
.top-l{ width: 671px; }
.top-l-a{ width: 285px; }
.top-l-b{ width: 104px; }
.top-r{ width: 240px; padding-top: 10px; }
/*导航*/
.navph{ display: block; height:66px;}
.navph ul{  height: 66px; width: 1300px;margin:0 auto;}
.navph li { float: left;font-size: 16px; text-align:center; position: relative;}
.navph li a { text-decoration: none; height: 66px; line-height: 66px; padding:0 45px; text-align:center;  display: block; position: relative;z-index: 2; color: #333333;border-left: 1px solid #d2d2d2; }
.navph li.nones:before{content:'';position:absolute;height:100%;width:1px;background:#d2d2d2;top:0;right:0;-webkit-transition:height .5s;transition:height .5s;color: #0b5dbd; z-index: 1;}
.navph li:after{content:'';position:absolute;height:3px;width:0;background:#0b5dbd;bottom:0;left:0;-webkit-transition:width .5s;transition:width .5s;color: #ffd73e; z-index: 1;border-right:1px solid #d2d2d2;}
.navph li:hover:after,.nav li.cur:after{width:100%;color: #2d56a4;z-index: 1;}
.navph li a:hover, .nav .cur a { font-weight: normal; text-decoration: none;  color: #0b5dbd; }



/*banner*/
#banner {position: relative;overflow: hidden; width: 100%;}
#banner ul {
	position: relative;
	overflow: hidden;
	width: 300%
}
#banner ul li {
	width: 33.333%;
	float: left
}
#banner ul li img {
	width: 100%;display: block;
}
#banner aside {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 0;
	width: 90%;
	right: 0;
	left: 0;
	margin: auto
}
#banner aside span {display: block;
	width: 65px;
	height: 65px;
	z-index: 63;
	background: rgba(255,255,255,0.6);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
	margin-top:-2%;
}
#banner:hover aside span{ 
	opacity: 1;}
#banner aside span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 20%;
	margin: auto;
	width: 27px;
	height: 27px;
	border-top: 3px solid #434343;
	border-left: 3px solid #434343;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}
#banner aside span.prev {
	float: left;
}

#banner aside span.next {
	float: right;
}
#banner aside span.next:after {
	left: 0;
	right: 20%;
	-webkit-transform: rotateZ(135deg);
	-moz-transform: rotateZ(135deg);
	-ms-transform: rotateZ(135deg);
	-o-transform: rotateZ(135deg);
	transform: rotateZ(135deg)
}
#banner>div {
	width: 110px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 7%;
	margin: auto
}
#banner>div em {display: block;
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 4.75px;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}
#banner>div em.act {
	background: #0b5dbd
}


.sl,.st,.st div,.sl div{
	overflow: hidden;
}


/*产品展示*/
.pro_bj{overflow: hidden;padding-top:70px; box-sizing: border-box; font-family: "Microsoft YaHei";}
.pro_bj h2{margin-bottom: 22px;}
.pro_nav{background: url(img/clmbg.png) no-repeat center bottom;  height: 240px;margin-bottom: 10px; margin-top:30px; }
.pro_nav ul{width: 1300px; margin:0 auto; position: relative;}
.pro_nav li{width: 191px; height: 202px;margin-left: 107px; line-height: 202px; white-space:nowrap;text-overflow: ellipsis; overflow: hidden; background: url(img/cpli.png) no-repeat center top; font-size:16px; color: #0061ae; font-weight: bold; text-align: center; float: left;transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;-o-transition: all 0.5s linear;}
.pro_nav li a{color: #0061ae; text-decoration: none; display: block;}
.pro_nav li:nth-child(1){margin-left: 72px;margin-top: -42px;}
.pro_nav li:nth-child(4){margin-top:-54px;}

.pro_nav li.cur,.pro_nav li:hover{background: url(img/cplicur.png) no-repeat center top;}
.pro_nav li.cur a,.pro_nav li:hover a{color: #fff;}

.pro_nav li:nth-child(1):hover{margin-top: -32px;}
.pro_nav li:nth-child(2):hover{margin-top: 5px;}
.pro_nav li:nth-child(3):hover{margin-top: 5px;}
.pro_nav li:nth-child(4):hover{margin-top: -44px;}

.tit01{ 
	margin-bottom: 30px; 
	font-size: 45px; text-align: center; font-family: "Microsoft YaHei";color: #333333;font-weight:bold;
	 }
.tit01 a{color: #333333; }
.tit01 i{font-weight: normal;}
.tit01 b{color: #0061ae;}
.tit01 span{ margin-top: 15px; display: block;padding-top: 21px; background: url(img/titbg.png) no-repeat center top; font-size: 20px; color: #666666;height: 38px;line-height: 38px;font-family:"Microsoft Yahei"; font-weight: normal;}

.cplst{ margin:0 auto; width:90%; margin-top:40px;}
.cplst dl{float: left;width:23%; padding:0px; margin-left:1.5%; height: 100%;position: relative;margin-bottom: 30px;overflow: hidden;}
.cplst dt{width: 100%;display: block;}
.cplst dt img{width: 100%;display: block;}
.cplst dt em{display: block;height: 42px;line-height: 42px;background: #f5f5f5;text-align: center;font-size: 20px;color: #333333;}
.cplst dt em i{display: inline-block;background:url(img/cpico.jpg) no-repeat;width: 16px;height: 16px;position: relative;left: 20px;}
.cplst dd{position: absolute;left:0;bottom:-100%;background:url(img/sah.png) repeat;width: 100%;height: 100%;transition: all 0.3s linear 0s;}
.cplst dd p{ padding:10px; text-align:center; font-family:"微软雅黑"; font-size:18px; color:#fff; font-weight:bold; line-height:30px;}
.cplst h3{padding-top: 19%;height: 44px;line-height: 44px;text-align: center;overflow: hidden;font-size: 20px;font-weight: bold;color: #fff;}
.cplst h3 a{color: #fff;}
.cplst span{margin:0 auto;display:block; width:90%;}
.cplst span a{display: block;background:url(img/cpbtn.png) no-repeat;margin:4%;
	width:140px;height: 40px;line-height: 40px;text-indent: 50px;font-size: 16px;color: #fff;float:left; }

.cplst dl:hover dd{bottom:0;}
.cplst dl:hover dt em i{display: none;}
.cplst dl:hover dt em{font-size: 0}


/*--简介--*/
.aboutbj{width:100%; height:811px; 
	background:url(img/abotubg.jpg) top center no-repeat; padding-top:60px; padding-bottom:50px;}
.aboutbj h2{margin-bottom: 22px;}
.aboutbj ul{display:block; width:320px;}
.aboutbj ul li{width:140px; height:auto; margin-right:20px; float:left;}
.aboutbj ul li a{display: block;background:url(img/cpbtn1.png) no-repeat;margin:10px 10px 0 0;width: 140px;
	height: 40px;line-height: 40px;text-indent: 50px;font-size: 16px;color: #fff;float:left; }

.aboutbj .sy-jj{ margin-top: 30px; }

/*--优势--*/
.g_jsyf{background:url(img/ysbg.jpg) no-repeat center top;height: 1070px;padding-top: 85px; margin-bottom:-70px;position: relative;}
.g_jsyf h2{height:140px;text-align: center;font-size: 48px;font-weight: bold;color: #fff;}
.g_jsyf h2 a{color: #535353;}
.g_jsyf h2 em{display: block;height: 46px;line-height: 46px;text-align: center;font-size: 20px;color: #666666;font-weight: normal;margin-top: 12px;}
.g_jsyf h2 i{display: inline-block;padding: 0 15px;font-style: normal;font-size: 20px;position: relative;top:-10px;}
.g_jsyf h3{position: absolute;left:-10px;top:798px;font-size: 22px;font-weight: bold;color: #fff}
.g_jsyf h3 em{display: block;font-size: 18px;color: #fff;padding-top: 5px;font-weight: normal;}

.w1280{ width:1200px; margin:0 auto;position: relative;}

.g_jsyf .yftel{position: absolute;left:828px;top:800px;font-size: 14px;color: #fff;width: 440px;}
.g_jsyf .yftel span{display: block; float: left;margin:0 20px; text-align: center;}
.g_jsyf .yftel img{display: block;width:37px; height: 29px; margin:0 auto; }
.g_jsyf .yftel i{display: block;font-size: 16px; color: #ffffff; line-height: 30px;}
.g_jsyf .yftel span:hover i{font-weight: bold; border-bottom: 1px solid #80b0d7;}

.g_jsyf .m_jsyf1{width: 205px;left:50px;top:578px;}
.g_jsyf .m_jsyf2{width: 288px;left:140px;top:334px;}
.g_jsyf .m_jsyf3{width: 300px;left:450px;top:210px;}
.g_jsyf .m_jsyf4{width: 272px;left:777px;top:334px;}
.g_jsyf .m_jsyf5{width: 230px;left:931px;top:578px;}
.g_jsyf .jsgy{position: absolute;z-index: 11;transition: all 0.3s linear 0s;}
.g_jsyf .jsgy:hover{transform: translateX(-5px);}
.g_jsyf .jsgy h4{height: 48px;text-align: center;font-size: 28px;font-weight: bold;color: #0061ae;}
.g_jsyf .jsgy h4 em{font-family: "Times New Roman";  font-size: 30px; margin-right: 10px;}
.g_jsyf .jsgy p{font-size: 15px;color: #666666;text-align: center;line-height: 26px;}
.g_jsyf .m_jsyf1 p{text-align: justify;}
.g_jsyf .m_jsyf2 p{text-align: justify;}
.g_jsyf .m_jsyf4 p{text-align: right;}
.g_jsyf .m_jsyf5 p{text-align: justify;}

.g_jsyf .gyico{position: absolute;width: 146px;height: 146px;transition: all 0.6s linear 0s;}

.g_jsyf .gyico b{width: 114px;height: 114px;overflow: hidden;margin: 16px auto 0;display: block;}
.g_jsyf .gyico:hover{transform:rotateY(180deg);}
.g_jsyf .yfico1{left:242px;top:595px;}
.g_jsyf .yfico2{left:320px;top:412px;}
.g_jsyf .yfico3{left:528px;top:324px;}
.g_jsyf .yfico4{left:720px;top:412px;}
.g_jsyf .yfico5{left:786px;top:595px;}


/*--装车--*/



/*--news--*/
.news{margin:0 auto; width:1300px; height:auto; margin-top:20px;}
.newstt{height:auto;  margin-top:30px;}
.newstt tu{width:100%;}
.newstt ul{width:100%; margin-top:20px;}
.newstt ul a{font-family:"微软雅黑"; font-size:18px; color:#555; line-height:30px;}
.newstt ul li{width:100%; margin-top:20px; overflow:hidden;}
.newstt ul li:hover{background-color:#0061ae;transition: all 0.5s ease-out;}
.newstt ul li txt{width:12%; height:80px; padding:10px; border-right:1px solid #e6e5e5; text-align:center; background-color:#f5f5f5;float:left;}
.newstt ul li txt span{font-family:"微软雅黑"; font-size:24px; color:#434343; line-height:30px;}
.newstt ul li txt span em{font-family:"微软雅黑"; font-size:14px; color:#999; line-height:30px;}
.newstt ul li ol{width:80%; height:50px;font-family:"微软雅黑"; color:#999999; font-size:14px; padding-left:20px; padding-top:10px;text-align:left; float:left;}

.newszw{width:570px;margin-top:30px;float:left;}
.newszw ul{width:100%; border-bottom:1px solid #e6e5e5; padding:10px; margin-bottom:10px;}
.newszw ul li{width:100%; overflow:hidden;}
.newszw ul li txt{width:17%;padding:10px; border-right:1px solid #e6e5e5; text-align:center;
	background-color:#f5f5f5; float:left;
}
.newszw ul li txt span{font-family:"微软雅黑"; font-size:24px; color:#434343; line-height:30px;}
.newszw ul li txt span em{font-family:"微软雅黑"; font-size:14px; color:#999; line-height:30px;}
.newszw ul li ol{width:80%;padding:6px 15px; font-family:"微软雅黑"; color:#999999;text-align:left; float:left;}
.newszw ul li ol a{font-family:"微软雅黑"; font-size:18px; color:#555; line-height:30px;}
.newszw ul li ol p{font-family:"微软雅黑"; color:#999999; font-size:14px; }
.newszw ul li ol:hover{width:80%;background-color:#0061ae;transition: all 0.5s ease-out;}
.newszw ul li ol:hover a{color:#fff;}
.newszw ul li ol:hover p{color:#fff;}

/*------------foot----------*/
#footer{width:100%; height:auto; background:url(img/foot.jpg) center no-repeat; 
	padding-top:40px; padding-bottom:30px;}
.foot{margin:0 auto; width:1300px; height:auto; overflow:hidden;}
.foot-left{width:700px; height:auto;}
.foot-lm{width:700px; height:auto; padding-bottom:20px; border-bottom:1px dotted #474747; overflow:hidden;}
.foot-lm li{width:100%;text-align:left;}
.foot-lm li span{font-family:"微软雅黑"; font-size:24px; color:#fff; line-height:30px; font-weight:bold;}
.foot-lm li p{font-family:"微软雅黑"; font-size:16px; color:#999; line-height:30px;padding-top:30px;}
.foot-lm li p strong{font-family:"微软雅黑"; font-size:18px; color:#999; line-height:40px; font-weight:bold;}

.foot-by{width:100%; height:auto; padding-top:30px; text-align:left;}
.foot-by p{ font-family:"微软雅黑"; font-size:36px; color:#999; line-height:50px; font-weight:bold;}
.foot-by em{ font-family:"微软雅黑"; font-size:16px; color:#999; line-height:30px;}

.foot-right{width:400px; height:auto; float:right;}
.f-er{width:100%;border-bottom:1px dotted #888; padding-bottom:5px;overflow: hidden;}
.Copyright{width:100%; padding-top:30px; text-align:left;}
.Copyright h3{font-family:"微软雅黑"; font-size:18px; color:#999; line-height:26px; font-weight:normal;}
.Copyright p{font-family:Impact; font-size:40px; color:#fff; line-height:50px;}
.Copyright ol{padding-top:20px; font-family:"微软雅黑"; font-size:14px; color:#999; line-height:26px;}
.Copyright ol a{color:#999;}
.Copyright ol a:hover{color:#fff;}

.a1 {
	font-family: "微软雅黑";
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.a2 {
	font-family: Impact;
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.a3 {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.a4 {
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 26px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.a5 {
	font-family: "微软雅黑";
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	color: #0b5dbd;
	text-decoration: none;
}
.a6 {
	font-family: Impact;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	color: #ed2f23;
	text-decoration: none;
}
.a7 {
	font-family: "微软雅黑";
	font-size: 36px;
	line-height: 50px;
	font-weight: bold;
	color: #116cd4;
	text-decoration: none;
}.a8 {
	font-family: "微软雅黑";
	font-size: 36px;
	line-height: 50px;
	font-weight: bold;
	color: #434343;
	text-decoration: none;
}
.a9 {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.a10 {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.a11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.a12 {
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.a13 {
	font-family:"微软雅黑";
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.a14 {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
}

.a15 {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #8B8B8B;
	text-decoration: none;
}
.a16 {
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.a17 {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.a18 {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.a19 {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #ffdc44;
	text-decoration: none;
}
.a21 {
	font-family: "微软雅黑";
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.bk {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #D8D8D8;
}
.bk1 {
	border: 1px solid #CCCCCC;
}
.bk2 {
	border: 1px solid #fff;
}
.bk3 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E8DE4;
}
.bk4 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #ACACAC;
}
.bk5 {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #454851;
	border-bottom-color: #454851;
}

/*内页展示*/
.bannerny-jj{ display: block; height: 450px; background: url(Img/bannerny-jj.jpg) top center; }
.bannerny-cp{ display: block; height: 450px; background: url(Img/bannerny-cp.jpg) top center; }
.bannerny-fw{ display: block; height: 450px; background: url(Img/bannerny-fw.jpg) top center; }

.bannerny-cf{ display: block; height: 450px; background: url(Img/bannerny-cf.jpg) top center; }
.bannerny-case{ display: block; height: 450px; background: url(Img/bannerny-case.jpg) top center; }
.bannerny-sccj{ display: block; height: 450px; background: url(Img/bannerny-sccj.jpg) top center; }
.bannerny-news{ display: block; height: 450px; background: url(Img/bannerny-news.jpg) top center; }
.bannerny-lx{ display: block; height: 450px; background: url(Img/bannerny-lx.jpg) top center; }


/*====================内页导航====================*/
.jt-page {
    width: 100%;
    height: 80px;
    background-color: #fff;
    font-size: 0;
    border-bottom: 1px solid #eaeaea;
}

.ny-pagemenu{
  text-align:left;
  /*background-color: #f2f2f2;*/
  /*margin: 0 30px;*/
}
.ny-pagemenu li{
  margin:0px;
  padding:0px;
  position: relative;
  display: inline-block;
  padding: 0 12px;
}
.ny-pagemenu li a{
  display: block;
  color: #666;
  font-size: 15px;
  padding: 29px 5px;
}
.ny-pagemenu li:after{
  content: "";
  position: absolute;
  bottom:0px;
  left:50%;
  width: 0px;
  height:2px;
  background-color: #0b5dbd;
  transition: all 0.3s ease-out;
}
.ny-pagemenu li:hover:after{
  width: 63px;
  left:16px;
}
.ny-pagemenu li:hover a{
  color: #0b5dbd;
}
.ny-pagemenu-ov:after{
  width: 63px !important;
  left:16px !important;
}
.ny-pagemenu-ov a{
   color: #0b5dbd !important;
   font-weight: bold;
}

.ny-loc{
  right: 40px;
  line-height: 20px;
  font-size: 13px;
  margin-top: 32px;
  text-align:right;
}
.ny-loc i{
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(img/home-icon.png) no-repeat;
  top: 1px;
}
.ny-loc em{
  display: inline-block;
  background: url(img/location-li.png) no-repeat;
  width: 3px;
  height: 5px;
  margin: 0 10px;
  top: -2px;
}



/*内页内容区域*/
.nycon{ font-size: 14px; color: #666666; }
.nycon-ys{ padding-top: 30px; }

.cplistfl{ 
  width: 1260px; 
  margin: 0px auto;
  text-align: center;
  margin-bottom: 30px;
}
.cplistfl a{ 
    display: inline-block;
    margin: 2px 2px;
    width: 204px;
    height: 42px;
    text-align: center;
    background: #20429c;
    line-height: 39px;
    color: #ffffff;
    font-size: 16px;
   }

.cplistfl a:hover{ 
  background: #de0000;
  color: #ffffff;
  transition: 0.2s all ease;
   }

/*=======================内页新闻=========================*/
.sk-mt{
  width: 100%;
  margin-bottom:20px;
  padding-bottom: 10px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08);
}
.sk-mt:hover{
    padding-bottom: 10px;
   box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}
.sk-mt img{
  width: 100%;
}
.sk-mt-t{
  padding: 24px 30px 24px 20px;
  border-bottom:1px solid #ededed;
    transition: all 0.3s ease-out 0s;
}
.sk-mt:hover .sk-mt-t{
  padding-left: 30px;
  padding-right: 20px;
}
.sk-mt-t a h2{
  display: block;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    transition: all 0.36s ease;
}
.sk-mt:hover .sk-mt-t a h2{
    color: #0b5dbd;
}
.sk-mt .sk-mt-t p{
  display: block;
  font-size: 13px;
    color: #999;
    line-height: 25px;
    height: 45px;
    overflow: hidden;
    transition: all 0.36s ease;
}

.sk-mt .more1 a{
    display: block;
    margin-left: 20px;
    margin-top: 20px;
    padding: 0 20px;
    border: 1px solid rgba(170, 170, 170, 0.2);
    width: 100px;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    letter-spacing: 0px;
    transition: all 0.36s ease;
    text-align: center;
}
.sk-mt:hover .more1 a{
    margin-left: 30px;
    color: #fff;
    border-color: #1e50ae;
    background-color: #1e50ae;
    text-align: center;
}



/*新闻标题*/
.ny-cont-h1{ text-align: center; margin-bottom: 30px; }
.ny-con-top{ text-align: center; margin-bottom: 10px; }




/*====================手机站menu====================*/
.ph-menu{
	display: block;
	width: 100%;
	padding:10px 0px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.iphone {
  position: relative;
  top: 0px;
  left:0px;
  width: 100%;
}
.iphone-tit{
  padding:10px 0px;
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.iphone__screen {
  position: fixed;
  z-index: 100;
  top: 0px;
  left:0px;
  width: 100%;
  /*height:100%;*/
  overflow: hidden;
}
.iphone__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav {
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav--active .nav {
  opacity: 1;
  background-color: #333;
}
.nav__list {
  margin: 0;
  padding: 10px;
  padding-top:30px;
}
.nav__item {
  margin:0 auto;
  width: 90%;
  padding:7px;
  list-style-type: none;
  text-align: left;
}
.nav__item:after{
  content: '';
  display: block;
  position: relative;
  bottom:-8px;
  width: 50%;
  height: 1px;
  background: rgba(255,255,255,0.3);
}
.nav__link {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.nav__trigger {
  display: block;
  position: relative;
  z-index: 111111;
  position: fixed;
  top:20px;
  right: 10px;
  padding:10px;
  padding-bottom:15px;
  background:rgba(0,0,0,0.5);
  border-radius: 8px;
}
.nav--active .nav__trigger {
  opacity: 0.5;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #FFFFFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #FFFFFF;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -10px;
}
.nav__icon:after {
  margin-top: 10px;
}

/*====================手机站menu2====================*/
.ph-menu2{
  height: auto;
  padding: 5px;
  background-color: #2c2c2c;
  overflow: hidden;
}
.ph-menu2 li{
  float: left;
  width: 25%;
  height: auto;
  -webkit-transition-duration: .5s; 
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
   transition-duration: .5s; 
}
.ph-menu2 li a{
  display: block;
  margin: 2px auto;
  padding: 6px 0px;
  width: 96%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
}
/*====================手机站 end menu2====================*/



/*其他分辨率*/

@media only screen and (max-width: 1300px){
#s-h-1300 {display: none;}
.top{display: none;}

.tit01 {
    font-size: 35px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    height: 100px;
}

.pro_nav {display: none;}

.cplst{ width: 100%;}
.cplst dl { margin-left: 0px; width: 50%;}
.aboutbj { width: 100%; background: url(img/m-abotubg.jpg) top center no-repeat;}
.a7 { font-size: 34px;}
.cplistfl{display: none;}

}

@media only screen and (max-width: 1200px){
#w-1200{width: 100%;}
#s-h-1200{display: none;}
#h-s-1200{display:block;}
#h-s-1400{display:block;}
#w-1260 {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.w-1200-1{ width: 100%; }
.w-1200{ width: 100%; }

#w-80 { margin: 0 auto;  width: 100%; overflow: hidden;}

.navph{display: none;}
.width1260 {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.banner{display: none;}
.bannerbg{display: none;}
#banner{display: none;}
.banner{width:100%;}
.banner img{display:block;width:100%}
.swipe{width:100%;overflow:hidden;position:relative;}
.swipe ul{
  -webkit-transition:left 800ms ease-in 0;
  -moz-transition:left 800ms ease-in 0;
  -o-transition:left 800ms ease-in 0;
  -ms-transition:left 800ms ease-in 0;
  transition:left 800ms ease-in 0;
}
.swipe #pagenavi{position:absolute;left:0px;bottom:0px;text-align:center;width:100%; background:rgba(fff, fff, fff, 0.6)!important; filter:Alpha(opacity=50); padding:6px;}
.swipe #pagenavi a{width:8px; height:8px; line-height:99em; background:#fff; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; margin:0 4px; overflow:hidden; cursor:pointer; display:inline-block; *display:inline; *zoom:1; position:relative;}
.swipe #pagenavi a.active{background:#ff0;  position:relative;}

.cplist{display: none;}

.cplst{ width: 100%;}
.cplst dl { margin-left: 0px; width: 50%;}
.aboutbj { width: 100%; height: auto; background:#f2f2f2 url(img/m-abotubg.jpg) top center no-repeat;}
.aboutbj .sy-jj { margin-top: 0px;}

.g_jsyf {display: none;}


.a7 { font-size: 34px;}


.zhanshiz{display: none;}
.zhanshiz2{padding:20px 0px;}

.zhanshiz-mini{
	margin-bottom: 30px;

}
.zhanshiz2-mini{ text-align: center; }

.zhanshiz2-mini a{
  margin: 5px;
  width: 41%;
  border-radius: 5px;
 display:inline-block;
 height: 39px;
 background: #ee0f0f;
 text-align: center;
 color: #ffffff;
    background: #20429c;
    line-height: 39px;
    color: #ffffff;
    font-size: 16px;


  }

.part-sycp{display: none;}

.part-sybt h2 {
    width: 100%;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.part-sybt h2 span{font-size: 24px;}
.part-nybt h2 {
    margin: 0px auto;
    padding-bottom: 10px;
    width: 100%;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}


/*======================首页简介======================*/

.sy-jjbg{
  padding-bottom: 30px;
  height: auto;
 }

.sy-jj{ margin-top: 0px; }
.sy-jj .jjbt{ margin-bottom: 20px;  padding-bottom: 20px; font-size: 26px;}


.xwconny-r{ width: 100%;  }

.sy-ysbg{display: none;}
.sf{display: none;}


.newszw ul li ol {
}

.newszw {
    width: 100%;
    margin-top: 30px;
    float: left;
}


#w-90{width: 100%;}

.mini_navv{width:100%;margin:0 auto; background: #1e50ae;}
.nav5_11 {min-width:320px;}
.nav5_11 ul li{ margin:3px 0px; font-weight:bold;display:block; 
  float:left; height:30px; line-height:30px; width:24.5%; 
   }
.nav5_11 ul li a{display:block; float:left; width:100%; text-align:center;
 color:#ffffff; font-size:16px; font-weight:normal;}
.nav5_11 ul li a:hover{ color:#ffffff;}  

.bottom{display: none;}

.jt-page {
display:none;
}

.part-nybt .line {
  display: none;
}

.part-lx {
    padding-top: 60px;
    height: 274px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

#end-mini{display: block;}

/*mini底部版权*/
.social_nav5{height:58px;position:fixed; bottom:0; width:100%;  z-index:999; 
    background: #1944a6; }
.social_nav5 li{ width:25%; float:left; position:relative;
    border-right:1px solid #0f3896; font-size:12px; text-align:center; color:#fff;line-height:12px; height:58px;
    box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;}
.social_nav5 li:last-child{border-right:none;}
.social_nav5 li:first-child{border-left:none;}
.social_nav5 li em{ width:23px; display:block; margin:0 auto; padding:10px 0 6px 0;}
.social_nav5 li em img{width: 23px;}
.social_nav5 li a{ color:#fff;}
.social_nav5 li.cur{ color:#fff; background: #ffae02;}
.social_nav5 li .erji{ position:absolute; bottom:58px; left:0; width:100%; text-align:left; background:#0c7051; display:none; }
.social_nav5 li .erji a{ display:block; border-bottom:1px solid #20a6ee; font-size:12px; height: 26px; line-height:26px;position:relative; text-align:center;  color:#fff;}
.social_nav5 li .erji a:last-child{border-bottom:none;}
}


@media only screen and (max-width: 992px){
#h-s-992{display: block;}

.banner{display: none;}
.top{display: none;}

.cplst dl{ padding:5px; }

/*手机站导航*/
.mini_navv{width:100%;margin:0 auto; background: #305dc4;}
.nav5_11 {min-width:320px;}
.nav5_11 ul li{ margin:3px 0px; font-weight:bold;display:block; 
  float:left; height:30px; line-height:30px; width:24.5%; 
   }
.nav5_11 ul li a{
  display:block; float:left; width:100%;
  border-right: 1px solid #224eb2; 
  text-align:center;
 color:#ffffff; font-size:16px; font-weight:normal;}
.nav5_11 ul li a:hover{ color:#ffffff;}

.banner{ }
.bannerny-jj{ display: none; }
.bannerny-cp{ display: none; }
.bannerny-cf{ display: none; }
.bannerny-brand{ display: none;}
.bannerny-sccj{ display: none;}
.bannerny-news{  display: none;}
.bannerny-lx{ display: none; }
.bannerny-fw{ display: none; }
.bannerny-case{ display: none; }

.newszw ul li txt {
    width: 17%;
    padding: 10px;
    border-right:none;
    text-align: center;
    background-color: #ffffff;
    float: left;
}


.newstt ul li txt {
    width: 12%;
    height: 80px;
    padding: 10px;
    border-right:none;
    text-align: center;
    background-color: #ffffff;
    float: left;
}

.tit01 span {
    width: 95%;
    display: block;
    padding-top: 21px;
    background: url(img/titbg.png) no-repeat center top;
    font-size: 14px;
    color: #666666;
    height: 38px;
    line-height: 24px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    margin:0px auto;
}


.yskuang1{ 
  width: 100%;
  padding: 30px 0px;
  background: url(img/m-yfbg.jpg) top center no-repeat;
  margin: 0px auto;}
.sy-yscon-mini{
    margin: 0px auto;
    width: 90%;
    padding:15px;
    text-align: left;
    color: #d00202;
    border-radius: 20px;
    font-family: Impact;
    font-size: 36px;
    line-height: 35px;
    background: #f9f9f9;
    border: 1px dashed #eaeaea;
    margin-bottom: 10px;
}

.sy-yscon-mini span{
	display: block;
    color: #d00202;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.sy-yscon-mini p{
    font-size: 16px;
    font-weight:normal;
    line-height: 24px;
    color: #787878;
}


.pro_bj {padding-top: 30px;}
.news {width: 100%;}

.cplst dd {
	display: none;

}



#footer {width: 100%;
 height: auto; 
 padding-bottom: 40px;
	background-size: 100%; background: url(img/m-footbj.jpg) center no-repeat;}
.foot{ width: 90%; margin: 0px auto; }
.foot-left {
	margin: 0px auto;
    width: 90%;
    height: auto;
}
.foot-lm { width: 90%; height: auto;}

.foot-lm li p { font-size: 16px; color: #fff;padding-top: 0px;}
.foot-lm li p strong { font-size: 16px; color: #fff;}
.foot-by p { font-size: 20px; color: #ffffff; line-height: 50px; font-weight: bold;}
.foot-by em { color: #fff;}
.foot-right { width: 100%; height: auto; float: left;}
.Copyright h3 { color: #fff;}
.Copyright ol { font-size: 14px; color: #fff;}
.Copyright ol a { font-size: 14px; color: #fff;}

.h-tit01 {
    position: relative;
    width: 95%;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #ffffff;}

.part-gg{ display: none; }

.xwconny-r .dateny {
}

.at-news3 {
    padding: 10px 20px;
}





.part-nybt {
    padding-top: 30px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #515151;
    margin-bottom: 5px;
}

.part-sybt .line {
    width: 95%;
    font-size: 15px;
    line-height: 20px;
}

/* 底部固定导航 */

.bq {
    display: none;
}

.bottom{display: none;}

.bottommini {
    padding-top: 54px;
    background: #eaeaea;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
}


.bottommini p{
    text-align: center;
}

}