﻿@charset "utf-8";
* {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
A {COLOR: #000; TEXT-DECORATION: none}
A IMG {
	BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none
}
LI {LIST-STYLE-TYPE: none}
body,td,th {font-family: 微软雅黑;}
body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px; background-color:#f5f5f5;
}




body,
button, input, select, textarea {
    font: 14px/22px "Microsoft YaHei";color: #666;
}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a:hover {text-decoration: none; }

.scale_img dl img, .scale_img li img { -o-transition: all .8s ease 0s; transition: all .8s ease 0s }
.scale_img dl:hover img, .scale_img li:hover img { -webkit-transform: scale(1.1) rotate(0deg) translateY(0); -ms-transform: scale(1.1) rotate(0deg) translateY(0); transform: scale(1.1) rotate(0deg) translateY(0) }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

i,em{font-style: normal;}
*{box-sizing:border-box;}
a{color:#666;text-decoration:none;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;}
a:hover{outline:none;color:#13aabb;}
input,button{padding:0;border:none;background:none;outline:none;font-family:"微软雅黑",Arial,Helvetica;}

.fl{ float:left;}
.fr{ float:right;}
.clear {clear: both;}
.w1300{margin:0 auto; width:1340px; height:auto; overflow:hidden;}
.com-pic{overflow:hidden;}

/*------------公用样式结束----------*/

/*头部*/
.header{position:relative;z-index:3;width:100%;height:100px;line-height:100px;box-shadow:0 0 1px rgba(0,0,0,0.05); background-color:#f9f9f9;}
.k-width{width:94.5%;}
.header .logo{margin-left:3%;}
.header .logo .slogan{display:inline-block;margin-left:30px; font-family:"微软雅黑";font-size:18px;color:#434343;font-weight:bold;vertical-align:middle;line-height:1.3;}
.header .nav-list{height:100px; margin-left:8%;}
.header .nav-list>li{position:relative;float:left;margin:0 20px;}
.header .nav-list>li:before{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:4px;background:transparent;}
.header .nav-list>li>a{position:relative;display:inline-block;color:#434343;font-size:18px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.header .nav-list>li>a:before{content:"";position:absolute;left:0;top:0;width:100%;border-top:2px solid #ee9136;opacity:0;visibility:hidden;}
.header .nav-list>li.on>a:before{opacity:1;visibility:visible;}
.header .nav-list>li.on>a,.header .nav-list>li:hover>a{color:#ee9136;border-top:2px solid #ee9136;}
.header-right .search{font-size:14px; line-height:24px;font-family:"微软雅黑"; color:#888; background:url(img/t_tel.png) left no-repeat; padding-left:50px; margin-top:30px;}
.header-right .search p{ font-size:24px; font-family:Arial, Helvetica, sans-serif; color:#f08226; line-height:24px;}

@media (max-width:1800px){
    .header .nav-list>li{margin:0 10px;}
    .header .nav-list>li>a{font-size:16px;}
}
@media (max-width:1560px){
    .header .logo{margin-right:100px;}
    .header .nav-list>li>a{font-size:14px;}
    .header .nav-list>li{margin:0 5px;}
}
@media (max-width:1440px){
    .header .logo .slogan{margin-left:12px;font-size:16px;}
}
@media (max-width:1360px){
    .header .com-width{width:96%;}
    .header .logo{margin-right:90px;margin-top:24px;}
    .header .logo img{width:190px;}
}
@media (max-width:1270px){
    .header .com-width{width:98%;}
    .header .logo{margin-right:50px;margin-top:28px;}
    .header .logo img{width:180px;}
    .header .nav-list > li > a{padding:0 10px;}
}

/*下拉菜单*/
.k_nav{visibility:hidden;opacity:0;transform:translateY(20px);-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);-o-transform:translateY(20px);-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.header .nav-list>li:hover .k_nav{visibility:visible;opacity:.9;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);}
.k_nav,.kk-dropdown-menu{position:absolute;top:100px;right:0;z-index:99;border-top:3px solid #ee9136;width:200px;background:#fcfcfc;padding:5px 0;box-shadow:0 0 20px rgba(0,0,0,0.1);}
.k_nav>li,.kk-dropdown-menu li{line-height:50px;}
.k_nav>li a,.kk-dropdown-menu li a{display:inline-block;width:100%;padding:0 15px;font-size:14px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.k_nav>li:hover>a{text-indent:10px;}
.kk-dropdown-menu li:hover a{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);-o-transform:translateX(10px);transform:translateX(10px);}
.k_nav>li ~ li,.kk-dropdown-menu li ~ li{border-top:1px solid #eee;}
.kk-dropdown-menu{z-index:88;display:none;top:auto;right:auto;left:100%;margin-top:-54px;width:150px;overflow:hidden;transform:translateY(20px);-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);-o-transform:translateY(20px);-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.k_nav>li:hover .kk-dropdown-menu{display:block;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);}
.k_nav>li>a{position:relative;width:100%;}
.k_nav>li>a.sj:after{position:absolute;right:15px;display:inline-block;width:0;height:0;margin-top:21px;vertical-align:middle;content:'';border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px dashed;}
.k_nav>li:hover .kk-dropdown-menu li{-webkit-animation-name:slide-left;-o-animation-name:slide-left;animation-name:slide-left;-webkit-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}
.k_nav>li:hover .kk-dropdown-menu li:nth-child(1){-webkit-animation-delay:.02s;-o-animation-delay:.02s;animation-delay:.02s}
.k_nav>li:hover .kk-dropdown-menu li:nth-child(2){-webkit-animation-delay:.04s;-o-animation-delay:.04s;animation-delay:.04s}
.k_nav>li:hover .kk-dropdown-menu li:nth-child(3){-webkit-animation-delay:.06s;-o-animation-delay:.06s;animation-delay:.06s}
.k_nav>li:hover .kk-dropdown-menu li:nth-child(4){-webkit-animation-delay:.08s;-o-animation-delay:.08s;animation-delay:.08s}
.k_nav>li:hover .kk-dropdown-menu li:nth-child(5){-webkit-animation-delay:.1s;-o-animation-delay:.1s;animation-delay:.1s}
.k_nav>li:hover .kk-dropdown-menu li:nth-child(6){-webkit-animation-delay:.12s;-o-animation-delay:.12s;animation-delay:.12s}
.k_nav>li:hover .kk-dropdown-menu li:nth-child(7){-webkit-animation-delay:.14s;-o-animation-delay:.14s;animation-delay:.14s}
.k_nav>li:hover .kk-dropdown-menu li:nth-child(8){-webkit-animation-delay:.16s;-o-animation-delay:.16s;animation-delay:.16s}
.k_nav>li:hover .kk-dropdown-menu li:nth-child(9){-webkit-animation-delay:.18s;-o-animation-delay:.18s;animation-delay:.18s}
.k_nav>li:hover .kk-dropdown-menu li:nth-child(10){-webkit-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}
@-webkit-keyframes slide-left{
    0%{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0);}
    100%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}
@-o-keyframes slide-left{
    0%{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0);}
    100%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}
@keyframes slide-left{
    0%{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0);}
    100%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}

.culture-cont {font-size: 16px;line-height: 30px;}
.culture-cont strong {font-size: 18px;display: inline-block;margin-left: -8px;}
.main-content .cont {font-size: 16px;text-indent: 2em;line-height: 30px;color: #666;padding-top: 15px;}
.main-content .cont p ~ p {margin-top: 20px;}
.main-content .cont.center {margin-top: 40px;text-indent: 0;padding: 0 50px;}
.main-content .cont.center p ~ p {margin-top: 10px;}
.main-content .pic {margin-right: 60px;margin-bottom: 50px;}
.main-content .big-pic {text-align: center;}
.main-content .big-pic img {width: 900px;}
.sc-pic {position: relative;overflow: hidden;width: 60%;height: 460px;}
.sc-pic-min {width: 480px;float: left;}
.sc-pic-min ul li {width: 220px;float: left;background: #dcdbdc;padding: 20px;margin-left: 20px;margin-bottom: 20px;overflow: hidden;}
.sc-pic-min ul li img {width: 100%;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
.sc-pic-min ul li:hover img {transform: scale(1.05);}
.com-pagination {margin-top: 40px;width: 100% !important;}
.com-pagination .swiper-pagination-bullet {width: 12px;height: 12px;background: #cacaca;opacity: 1;text-align: center;margin: 0 5px;}
.com-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #732ab0;}
.sxwl-list {margin-top: 50px;font-size: 0;text-align: center;}
.sxwl-list li {display: inline-block;width: 20%;font-size: 16px;}



/*banner*/
#banner {position: relative;overflow: hidden;width: 100%}
#banner ul {
	position: relative;
	overflow: hidden;
	width:500%;
	margin:0;
}
#banner ul li {
	width:20%;
	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:90px;
	height:150px;
	z-index: 63;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
	margin-top:-1%;
}
#banner:hover aside span{ 
	opacity: 1;}
#banner aside span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 20%;
	margin: auto;
	width:87px;
	height:87px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	-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:260px;
	position: absolute;
	right: 0;
	left: 0;
	bottom:5%;
	margin: auto
}
#banner>div em {display: block;
	float: left;
	width:50px;
	height:5px;
	-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: #f08226
}


.sl,.st,.st div,.sl div{
	overflow: hidden;
}


/*=========浮动导航========*/
.sp_header{height:70px;overflow:hidden;position:fixed;z-index:30000;width:100%;}
.sp_nav{width:40px;float:right;position:relative;cursor:pointer;height:30px;margin-top:35px; margin-right:10px;}
.sp_nav span{display:block;background-color:#888;width:20px;height:3px;position:absolute;left:15px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:5px}
.sp_nav span:nth-of-type(3){top:10px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background-color:rgba(238,238,238,.95); padding-top:30px;width:50%;height:calc(100% - 104px);font-size:14px; right:0;line-height:40px;top:-100%;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; float:right;}
.nav_show{top:0px; padding-top:80px;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ccc solid;margin-left:20px;position:relative;line-height:35px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ccc solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:auto}
.sjj_nav ul li ul li a{color:#888;display:block;text-align:left; font-weight:normal; border-bottom:1px dotted #ddd;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#045ae1;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#045ae1}
.sjj_nav ul li ul li>ul{margin-left:10px}


/*手机banner轮播*/
.sj-banner{width:100%; }
.sj-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:10px;bottom:5px;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;}


/*--tiao--*/
.tiao{width:auto; height:auto; background-color:#f4f4f4; border-bottom:1px solid #d9d9d9; padding-top:20px; padding-bottom:20px; overflow:hidden;}
.tiao li{width:25%; height:auto; overflow:hidden; float:left;}
.tiao li img{width:78px; height:78px; float:left;}
.tiao li ol{width:240px; height:auto; text-align:left; font-family:"微软雅黑"; padding-left:15px; padding-top:20px; float:left;}
.tiao li ol h3{color:#434343; font-size:18px; line-height:30px; font-weight:normal;}
.tiao li ol p{color:#999; font-size:16px; line-height:20px;}


/*------------首页栏目----------*/
.sylm{width:auto; height:auto; background-color:#f4f4f4; text-align:center; font-family:"微软雅黑"; padding-top:60px; padding-bottom:60px; overflow:hidden;}
.sylm h2{font-size:30px; color:#5a5a5a; line-height:40px;}
.sylm p{font-size:15px; color:#999; line-height:30px;}
.sylm ol{ margin:0 auto; width:60px; height:4px; background-color:#f33d4a; margin-top:5px;}

/*服务*/
.fwbj{width:auto; height:570px; background:url(img/fwbj.jpg) bottom center no-repeat #f4f4f4;}
.ly_t{font-size:40px;color: #000;font-weight: normal;text-align: center;line-height: 45px;height:90px;}
.ly_t a{color: #000;}
.ly_t b{color: #fff;}
.ly_t span{display: block;font-size: 20px;color: #333;}
.ly_t i{color: #fff;padding:0 15px;}
.ly ul{height:350px;}
.ly dl{width:186px;height:350px;position: relative;margin:20px 6px 0 0;float: left;overflow: hidden;-webkit-transition:transform .3s;transition:transform .3s;}
.ly dl dt{width:186px;line-height: 0;position: relative;}
.ly dl dt img{width: 186px;height:350px;}
.ly dl dt h4{font-size:16px;color: #333;height: 85px;line-height: 85px;width: 186px;text-align: center;position: absolute;bottom: 0;left: 0;background: #fff;transition:height .5s;-moz-transition:height .5s;
-webkit-transition:height .5s; -o-transition:height .5s; }
.ly dl dt h4 em{display: block;width: 46px;height: 46px;line-height: 0;background: #282828;border-radius: 50%;position: absolute;top: -23px;left:62px;}
.ly dl dt h4 em img{width: 46px;height: 46px;}
.ly dl dd{background: rgba(70,70,70,0.96);position: absolute;bottom: 0;left: 0;height: 0;overflow: hidden;width: 186px;text-align: center;transition:height .5s;-moz-transition:height .5s;-webkit-transition:height .5s; 
-o-transition:height .5s;}
.ly dl dd h5{height:70px;line-height: 70px;overflow: hidden; background:url(img/y_line.gif) no-repeat center 67px;font-size:16px;color: #fff;}
.ly dl dd em{display: block;width:46px;height:46px;line-height: 0;background: #f08226;border-radius: 50%;margin: 80px auto 0;}
.ly dl dd em img{width: 46px;height: 46px;}
.ly dl dd p{font-size: 14px;color: #929191; text-align:left;line-height:20px;height:110px;overflow: hidden;width:140px;margin: 0 auto;padding: 20px 0 0;}
.ly dl:hover dd,.yin dl.cur dd{height:350px;}
.ly dl:hover dt h4,.yin dl.cur dt h4{height: 0;}
.ly dl:hover dt h4 em,.yin dl.cur dt h4 em{top: 0;}
.ly dl:hover,.yin dl.cur{-webkit-transform:translate(0,-35px);transform:translate(0,-35px);}
.ly .nobor{margin-right: 0;}
.fwby{text-align:center; font-family:"微软雅黑"; color:#fff; font-size:24px; line-height:50px; margin-top:30px;}
.fwby ol{margin:0 auto; width:200px; border:1px solid #fff; text-align:center; font-size:18px;border-radius:30px; margin-top:10px;}



/*about*/
.index-content{position:relative;}
.index-content-pic{width:50%;}
.index-content-cont{position:absolute;left:50%;margin-left:-600px;width:600px;height:100%;padding-right:150px;}
.index-content-cont .des{margin-top:30px;margin-bottom:70px;}
.index-about-cont{position:relative; margin:0 auto; width:1340px;overflow:hidden;}
.index-about-cont .a_sp{width:600px; height:391px;}
.index-about-cont .box{width:600px;}
.index-about-cont .cont{top:3%;height:440px;width:720px;padding:0 55px 0 28px; float:right;}
.index-about-cont .cont .des{font-family:"微软雅黑"; font-size:15px; line-height:26px; color:#888;}
.index-about-cont .cont .des strong{ font-size:20px; line-height:50px;}
.com-more{display:inline-block;color:#3d393c;border-bottom:2px solid #f33d4a;height:30px;line-height:30px; margin-top:10px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.com-more:hover{padding-right:5px;}
.com-more .icon-more{width:14px;height:14px;background:url(img/icon-more.png) no-repeat center;position:relative;top:8px;margin-left:8px; margin-right:10px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.com-more:hover .icon-more{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);-o-transform:translateX(5px);transform:translateX(5px);}
.com-table{display:table;width:100%;height:100%;}
.com-cell{vertical-align:middle;width:100%;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.max-100{max-width:100%;}
.com-pic{overflow:hidden;}
.img-plus,.pic-plus img,.pic-scale img{-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.img-scale:hover,.pic-scale:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}

/*滚动数字*/
.index-about-num{padding:40px 0;}
.index-about-num{margin-left:-60px;margin-right:-50px;}
.index-about-num li{position:relative;float:left;width:20%;text-align:center;font-size:15px;color:#888;}
.index-about-num li~li:before{content:"";position:absolute;left:0;top:50%;width:40px;border-bottom:1px solid #e7e7e7;margin-left:-20px;}
.index-about-num li .num{font-size:51px;color:#f08226;line-height:1;margin-bottom:5px;}



/*ys*/
.lr_ys{height:983px;background:#F7F7F7 url(img/ysbj.jpg) no-repeat bottom center;padding-top:58px; box-sizing: border-box;}
.lr_ys h2{text-align: center; font-family:"微软雅黑";font-size: 30px; height:51px; line-height: 51px; color:#5a5a5a;margin-bottom: 180px;}
.lr_ys h2 em{display: block; height:38px; font-size:15px; color:#999; line-height:30px; font-weight:normal;}
.lr_ys h2 ol{ margin:0 auto; width:60px; height:4px; background-color:#f33d4a; margin-top:5px;}

.lr_ys .sup-left{width:330px; float:left;padding-top:37px; }
.lr_ys .sup-left .sup-tit{width:249px; height: 168px; margin-bottom: 52px;}
.lr_ys .sup-left .sup-tit img{width:249px;height:168px;}
.lr_ys .sup-left .sup-desc span{display: block; line-height:50px;font-size: 30px; color:#FFFFFF; font-weight: bold;}
.lr_ys .sup-left .sup-desc span em{display: block;color:#f08226;}
.lr_ys .sup-left .sup-desc b{display: block; height:27px; color:#888; line-height: 27px;font-weight: normal; margin-top:10px;margin-bottom: 53px;}
.lr_ys .sup-left .sup-desc i{display: block;width:250px;border-top:1px solid rgba(222,222,222,0.2);padding-top:39px;font-size: 8px; color:rgba(255,255,255,0.3); text-transform: uppercase;}
.lr_ys .sup-rig{width:912px; height:628px; background:#FFF;float:right;padding:61px 75px 0 91px; box-sizing: border-box;}
.lr_ys .sup-rig ul li{float:left;width:333px; margin-bottom: 44px;}
.lr_ys .sup-rig ul li:nth-child(2n){float:right;}
.lr_ys .sup-rig ul li dl dt{width:324px;height: 107px; line-height: 0; overflow: hidden;margin:0 auto;}
.lr_ys .sup-rig ul li dl dt img{width:100%; transition: 1s;}
.lr_ys .sup-rig ul li dl dd{padding-top:22px;}
.lr_ys .sup-rig ul li dl dd h4{height:40px; line-height: 40px;font-size: 28px; color:#282828; font-weight: bold; text-align: center;}
.lr_ys .sup-rig ul li dl dd p{line-height: 27px; text-align: center;font-size: 14px;color:#282828; }
.lr_ys .sup-rig ul li:hover dl dt img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}

/*sjys*/
.sjys{width:auto; height:auto; background-color:#f4f4f4; padding-top:20px; margin-top:30px;}
.sjys li{width:auto; height:auto; }
.sjys li img{width:100%;}
.sjys li ol{width:auto; height:auto;text-align:left; padding:10px; padding-top:20px; padding-bottom:30px;}
.sjys li ol em{font-family:Arial, Helvetica, sans-serif; font-size:40px;line-height:70px; color:#fff; border-bottom:2px solid #92ab83; padding:10px;background-color:#086751;font-style:oblique; float:left; margin-right:10px;}
.sjys li ol h3{font-family:"微软雅黑"; font-size:24px; color:#333; line-height:40px; padding-top:10px; font-weight:bold;}
.sjys li ol h3 span{font-family:"微软雅黑"; font-size:16px; color:#db0112; font-weight: bold;line-height:30px;}
.sjys li ol p{font-family:"微软雅黑"; font-size:15px; color:#666; line-height:26px; padding-top:10px;}

/*sg*/
.case_con{position: relative; margin:0 auto; width:1340px; margin-top:20px;}
.case_list dl{float: left;width:670px;margin-right:5px;}
.case_list dt{height:450px;overflow: hidden;}
.case_list dt img{display:block;width:100%;height:auto;transition: all 0.5s;}
.case_list dt:hover img{transform:scale(1.05);}
.case_list dd{height:auto;background: linear-gradient(to left,#999,#666);padding:0 30px 30px;position: relative; overflow:hidden;}
.case_list dd h3{font-size:24px;color: #fff;line-height:30px;padding:26px 0 10px;}
.case_list dd p{font-size: 14px;color: #fff;line-height: 24px;width: 410px;}
.case_list dd .more{position: absolute;right: 0;top:44px;width:115px;height: 74px;border-left:1px solid #ececec;font-size:20px;color: #fff;font-family: Impact;line-height:66px;text-align: center;}
.case_list dd .more:hover,.case_list dd h3:hover a{color: #fff;}
.case_con .prev{position: absolute;width: 55px;height: 55px;left: -70px;top:240px;background:url(img/prev1.png) no-repeat;}
.case_con .next{position: absolute;width: 55px;height: 55px;right: -70px;top:240px;background:url(img/next1.png) no-repeat;}
.case_con .prev:hover{background:url(img/prev1h.png) no-repeat;}
.case_con .next:hover{background:url(img/next1h.png) no-repeat;}
.case_pg{height: 15px;padding:30px 0;text-align: center;}
.case_pg i{display: inline-block;width: 15px;height: 15px;background: #dcdcdc;border-radius: 50%;margin:0 10px;}
.case_pg i.cur{background: #f08226;}
.coop{height: 314px;background: #fff;}
.coop h3{float: left;width: 130px;height: 314px;background: #1568b4;padding:0 40px;font-weight: normal;}
.coop h3 b{display:block;font-size: 26px;color: #fff;line-height: 26px;margin:68px 0 15px;height: 48px;position: relative;}
.coop h3 b:after{position: absolute;width: 98px;height: 1px;background: #75a6d3;content: "";left: 0;bottom: 0;}
.coop h3 i{display:block;font-size: 20px;color: #fff;font-family: Arial;opacity: 0.3;line-height: 24px;}
.coop_r{float: right;width: 990px;height: 282px;overflow: hidden;padding-top: 32px;}
.coop_r li{float: left;width: 247.5px;position: relative;}
.coop_r li img{display:block;width: 247px;height:125px;border-bottom: 1px solid #e6e6e6;}
.coop_r li a:nth-child(2n) img{border: 0;}
.coop_r li:after{position: absolute;width: 1px;height: 170px;background: #e6e6e6;content: "";left: -1px;top: 50%;margin-top: -85px;}



/*--news--*/
.news{margin:0 auto; width:1340px; height:auto; margin-top:40px; overflow:hidden;}
.news_zw{ height:550px;overflow: hidden;}
.news-l{width:590px;height:482px;overflow: hidden; position: relative; float: left;}
.news-l dt img{width:590px;height:482px;transition: all .5s;}
.news-l dt:hover img {transform: scaleX(1.1) scaleY(1.1); transition: all .5s;}
.news-l dd{position: absolute; bottom:0;left: 0;width:590px;height:145px;background:rgba(84,84,84,0.9);overflow: hidden; -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;padding: 15px 30px 0;}
.news-l dd h3{ font-size: 16px; color:#fff; line-height: 24px;}
.news-l dd h3 a{ color:#fff;}
.news-l dd h3 a:hover{color:#fec901;}
.news-l dd p{padding-top: 9px; font-size: 14px; line-height: 24px; color:#fff;}
.news-l dd p a{ color:#f08226;}
.news-l dd p a:hover{color:#fec901;}
.news-r{width:690px; overflow: hidden;float: right;}
.news-r dl{height:auto;overflow: hidden;}
.news-r dd{margin-bottom:17px;height:auto; background: #fff; overflow: hidden;position: relative; width:95%;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;box-sizing: border-box;padding: 10px}
.news-r dd h2{font-size: 18px; color:#888; line-height:30px;}
.news-r dd i{display: block; font-size: 12px; color:#b2b2b2; font-family: Arial; text-transform: uppercase;}
.news-r dd p{padding-top: 10px; height:45px; font-size: 14px; line-height: 20px; color:#999;}
.news-r dd a{display: block; font-size:14px; color:#f08226; padding-top:10px;}

/*------------footer----------*/
.footer{background:#3c383c;}
.foot-content{padding:80px 0 20px;}
.foot-nav .item{float:left; width:200px;}
.foot-nav .item.links{width:200px;}
.foot-nav .item.links a{font-size:12px;line-height:26px;margin-right:5px;}
.foot-nav .item .tit{font-size:16px;color:#fff;margin-bottom:15px;}
.foot-nav .item ul li a{display:inline-block;width:100%;line-height:26px;font-size:12px;color:#e1e1e1;}
.foot-nav .item ul li a:hover,.copyright a:hover{color:#f08226;}
.foot-contact{ width:460px;}
.foot-contact .tit{display:inline-block;height:30px;line-height:30px;font-size:14px;color:#d0d0d0;}
.foot-contact .tel{font-size:36px;color:#fff;line-height:1;margin-top:10px;}
.foot-contact a{display:inline-block;margin-top:25px;width:130px;line-height:38px;color:#fff;text-align:center;background:#f08226;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.foot-contact a:hover{background:#f6a765;}
.foot-focus{ width:280px;}
.foot-focus h3{font-size:16px;color:#fff;margin-bottom:20px;}
.foot-focus a{display:inline-block;margin:0 2px;width:45px;height:45px;background:#292628;line-height:45px;font-size:0;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.foot-focus a:hover{background:#f08226;}
.foot-focus a i{vertical-align:middle;}
.foot-focus .wechat{ width:120px; text-align:center;background:#f29241; padding:10px; margin-right:20px;float:left;}
.foot-focus .wechat img{width:90px; height:90px;}
.foot-focus .wechat p{font-family:"微软雅黑"; font-size:14px; color:#fff; line-height:26px;}
.copyright{border-top:1px solid #646163;height:65px;line-height:65px;font-size:12px;color:#999999;}
.copyright a{color:#999999;}



		 

/* 底部固定导航 */


.go_top{display: none;background:url(img/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#fdae05;border-radius:50%;position: fixed;right:6px;bottom:100px;z-index:99999999999;}

.fixed_footer, .wap_show{display: none;}
.mobile .fixed_footer{display: none;background-color:rgba(246,5,5,0.75);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
@media (min-width:640px){.mobile .fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
.mobile .fixed_footer a{float: left;width:33.33%;text-align: center;}
.mobile .fixed_footer img{display: inline-block;height:24px;margin:5px 0 0;}
.mobile .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}

@media( max-width:1210px ){
	.fixed_right, .footer .three, .footer .one, .footer .nav {display: none;}
	.mobile .fixed_footer{display: block;}
	.footer .two{width:100%;margin:0;}
	}


.ph-bq{
  margin-bottom:43px;
  padding:9px 15px 15px 15px;
  font-size: 15px;
  color: #ffba00;
  text-align: center;
  line-height: 150%;
  background-color: #434343;
}
.ph-bq p,
.ph-bq p a,
.ph-bq a{
  font-size: 15px;
  color: #ffba00;
  text-align: center;
  line-height: 150%;
}
.ph-bq img{
  display: block;
  margin:0 auto;
  margin-top: 10px;
}

 /*ph页脚*/

.ph-foot{
  position: fixed;
  bottom:0px;
  left: 0px;
  padding-bottom:10px;
  width: 100%;
  background-color: #5e5d5d;
  overflow: hidden;
  border-top:1px solid #fff;
  border-radius: 15px 15px 0px 0px;
}
.ph-foot li{
  float: left;
  padding:10px 0px;
  width: 25%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.ph-foot li img{
  display: block;
  margin:0 auto;
  width: 25%;
}
.ph-foot li p{
  display: block;
  margin-top:15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}


/* 内页 */
#nybanner{width:100%; height:300px; background:url(img/aboutbanner.jpg) center no-repeat;overflow:hidden;}
#nybanner1{width:100%; height:300px; background:url(img/gcyjbanner.jpg) center no-repeat;overflow:hidden;}
#nybanner2{width:100%; height:300px; background:url(img/joinbanner.jpg) center no-repeat;overflow:hidden;}
#nybanner3{width:100%; height:300px; background:url(img/newsbanner.jpg) center no-repeat;overflow:hidden;}
#nybanner4{width:100%; height:300px; background:url(img/lxbanner.jpg) center no-repeat;overflow:hidden;}
#nybanner5{width:100%; height:300px; background:url(img/picbanner.jpg) center no-repeat;overflow:hidden;}
#nybanner6{width:100%; height:300px; background:url(img/sgbanner.jpg) center no-repeat;overflow:hidden;}


/*--首页栏目--*/
.ny_lm{margin:0 auto; width:1300px; height:auto; overflow:hidden;}
.n_w{ margin:0 auto; width:1340px; font-family:"微软雅黑"; font-size:16px; line-height:30px; height:auto;margin-bottom:40px; overflow:hidden;}
.nyzw-lm1{width:auto; background-color:#f1f1f1;height:70px; padding-left:10%; padding-top:25px; padding-bottom:10px;  border-bottom:1px solid #eee;overflow:hidden;}
.nyzw-lm2{border-left:6px solid #a5a5a5;padding-left:8px;width:500px; height:auto; text-align:left;}
.nyzw-lm2 span{font-family:"微软雅黑"; font-size:14px; line-height:26px; color:#a5a5a5;}
.nyzw-lm2 span a{font-family:"微软雅黑"; font-size:14px; line-height:26px; color:#a5a5a5;}

.nyzw-dh{width:230px;border-radius:10px; border-right:1px solid #ccc; height:auto;font-family:"微软雅黑";overflow:hidden;}
.nyzw-dh h3{ height:50px; font-size:24px; background-color:#434343; padding:10px; line-height:50px; color:#ccc;}
.nyzw-dh li{width:auto; height:auto; padding:10px; padding-left:20px;line-height:40px; background-color:#f1f1f1; text-align:left;font-size:17px;}
.nyzw-dh a{color:#888;}
.nyzw-dh a:hover li{ border-bottom:3px solid #014099; padding-left:30px;background-color:#fff;transition: all 0.3s ease-out; }
.nyzw-dh a:hover {color:#014099; transition: all 0.3s ease-out;}
.nyzw{width:1000px; height:auto; font-family:"微软雅黑"; font-size:15px; color:#434343; line-height:28px;text-align:left;overflow:hidden; float:right;}

.nycpfl{ margin:0 auto; width:1280px; height:auto; margin-top:30px; overflow:hidden;}
.lx-nyzw{margin:0 auto; width:1280px; height:auto; font-family:"微软雅黑"; font-size:15px; color:#434343; line-height:28px;text-align:left;padding-top:50px;padding-bottom:50px;overflow:hidden;}


.ny-news01{width:100%;height: auto;}
.ny-news01 li{
  padding:20px;
  width:auto;
  margin-bottom:20px;
  overflow: hidden;
}
.ny-news01 li .tu1{
	float: left;
	width: 200px;
	height: 145px;
	overflow: hidden;
}
.ny-news01 li .tu1 img{
	width: 200px;
	height: 145px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  width:120px;
  height:20px;
  margin-top:5px;
  border: 1px solid #efefef;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height:20px;
  font-size:14px;
  color: #666;
  text-align: center;
  line-height:20px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{color: #888;}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  float: left;
  margin-left:50px;
  width:80%;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: auto;
  overflow:hidden;
  font-size: 18px;
  font-weight:normal;
  color: #434343;
  line-height:40px;
  margin-bottom:20px;
  border-bottom:1px solid #ccc;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li:hover .r01 a h2{border-bottom:1px solid #e60002;}
.ny-news01 li .r01 a h2 span{color:#e60002; font-weight:normal; margin-right:10px;}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height:46px;
  font-size: 14px;
  color: #a3a3a3;
  letter-spacing: 0px;
  line-height: 150%;
  overflow: hidden;
}
.ny-news01 li .more{width:120px; height:30px; border:1px solid #ccc;text-align:center; float:right; }
.ny-news01 li .more a{ font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#ccc;}
.ny-news01 li:hover .more{background-color:#666;transition: all 0.3s ease-in-out;}

/*新闻详情页样式*/
.newszwbj{ width:auto; height:auto; overflow:hidden;}
.new-cont-h1{text-align:center; font-family:"微软雅黑"; font-size:30px; line-height:40px;color:#e60002; border-bottom:1px solid #ccc; font-weight:normal;}
.new-xq{
  margin:0px auto;
  margin-top:30px;
  width:100%;
  height: auto;
  overflow:hidden;
}
.new-xq-l{
  width:100%;
  height:auto;
  text-align:left;
  
}
.new-xq-l .date1{
  width: 100%;
  height: auto;
  text-align: left;
}
.new-xq-l .date1 .year1 {
  font-size: 20px;
  color: #000;
  line-height:30px;
  font-family: "微软雅黑";
  font-weight:normal;
  text-align: center;
}
.new-xq-l .date1 .year1 span{
  position: absolute;
  z-index:2;
  display:block;
  font-size:15px;
  color: #b2b2b2;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px; 

}
.new-xq-l .date1:before{
  content: "";
  display: block;
  width: 100%;
  height:30px;
  position: absolute;
  left: 0;
  z-index:1;
}
.new-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #27cbf1;
  font-family:Impact;
  letter-spacing: 0px;
}
.new-xq-l .read1{
  position:relative;
  z-index:22222;
  width:120px;
  font-size:13px;
  padding-top:0px;
  text-align: center;
  background-color:#efeeee;
  color: #888;
  letter-spacing: 0px;
  float:right;
 
}
.new-xq-l .read1 strong{
  font-weight: bold;
}
.new-xq-r{
  margin:0 auto;
  padding:10px;
  width:auto;
  height:auto;
  margin-bottom:30px;
  text-align:center;
  background-color:#efeeee;
  overflow: hidden;
}
.new-xq-r p{
  display: block;
  height: auto;
  font-size: 14px;
  color: #666;
  text-align:left;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.new-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}


.ny-l01 {
    float: left;
    width: 250px;
}
.ny-r01 {
    float: right;
    width: 956px;
}
.ny-l-fenlei{
  padding:20px 15px 50px 15px;
  background-color: #043d77;
  border-radius: 15px;
}
.ny-l-fenlei .ny-fl-tit{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.ny-l-fenlei .line01{
  margin:0 auto;
  margin-top: 15px;
  width: 60%;
  height: 5px;
  background-color: #fff;
}
.ny-fenlei1{
  height: auto;
  overflow: hidden;
}
.ny-fenlei1 dt a{
  display: block;
  margin:15px 0px;
  width: 100%;
  height: 30px;
  background-color: #fbe000 ;
  font-size: 17px;
  color: #000;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
}
.ny-fenlei1 dd a{
  display: block;
  padding:3px;
  width: 100%;
  border-bottom:1px dashed #5084b5;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.ny-fenlei1 dd a:hover{
  background-color: #039de5;
  color: #fff;
}
.ny-fenlei1-hover{
  background-color: #32b1e8 !important;
  color: #fff !important;
}


/* 联系内页 */

.contact-wrapper {
  padding: 3.25vw 3.5416666667vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper {
    padding: 20px;
  }
}
.contact-wrapper .big-title {
  color: #e60012;
  margin-bottom: 2.0833333333vw;
}
.contact-wrapper .title-gray {
  color: #999;
  margin-bottom: 0.5208333333vw;
}
.contact-wrapper .desc {
  font-size: 1.3541666667vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .desc {
    font-size: 16px;
  }
}
.contact-wrapper .desc-small {
  font-size: 0.9375vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .desc-small {
    font-size: 14px;
  }
}
.contact-wrapper .desc-red {
  color: #e60012;
}
.contact-wrapper .clean-padding-top > div {
  padding-top: 0 !important;
}
.contact-wrapper .contact {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .contact {
    flex-wrap: wrap;
  }
}
.contact-wrapper .contact.border-top {
  border-top: 1px solid #cccbcb;
}
.contact-wrapper .contact.border-bottom {
  border-bottom: 1px solid #cccbcb;
}
.contact-wrapper .contact > div {
  flex: 0 0 28%;
  padding-bottom: 3.125vw;
  padding-top: 3.125vw;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .contact > div {
    flex: 0 0 100%;
  }
}
.contact-wrapper .contact-email {
  display: flex;
  padding-bottom: 3.125vw;
  padding-top: 3.125vw;
}
.contact-wrapper .contact-email .img-wrapper {
  flex: 0 0 23.4375vw;
}
.contact-wrapper .contact-email .text-wrapper {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.contact-wrapper .contact-email .text-wrapper .big-title {
  width: 100%;
  color: #e60012;
  margin-bottom: 2.0833333333vw;
}
.contact-wrapper .contact-email .text-wrapper .wrapper {
  flex: 1;
}

.h-proc2{
    margin:0 auto;
	width:auto;
	height: auto;
	margin-bottom:30px;
	text-align: center !important;
}
.h-proc2 a{
	display: inline-block;
	margin:2px;
	height:45px;
	width:13.8%;
	margin:0.2%;
	background-color:#434343;
	font-size:15px;
	color: #ccc;
	text-align: center;
	line-height:45px;
	border-spacing:5px;
}
.h-proc2 a:hover{
	background-color: #f08226;
	color: #fff;}
	
/* 右侧浮动 */	
.return{width:71px; height:350px; margin:0 auto; position:fixed; bottom:294px; right: 12px; display:none; z-index: 9999;}
.re_list{width:71px; height:56px; margin-bottom:5px; cursor:pointer; position: relative; }
.return  .re_list1{width: 71px; height: 56px; position: absolute;top: 0px;left: 0px; background: url(img/above1.png) no-repeat; background-size:100%; text-align:center;}
.return p{ height:20px; width:100%; font-size:12px; line-height:20px; color:#fff; margin-top:35px;}
.return  .re_list2{width: 71px; height: 56px; position: absolute;top: 0px;left: 0px; background: url(img/above2.png) no-repeat; background-size:100%; text-align:center;}
.return  .re_list3{width: 71px; height: 56px; position: absolute;top: 0px;left: 0px; background: url(img/above3.png) no-repeat; background-size:100%; text-align:center;}
.return  .re_list4{width: 71px; height: 56px; position: absolute;top: 0px;left: 0px; background: url(img/above4.png) no-repeat; background-size:100%; text-align:center;}
.return  .re_list5{width:48px; height:42px; position: absolute; left: 50%; margin-left: -24px; top: 14px;  background:#ccc;}
.re_list1:hover{ background:url(img/above11.png) no-repeat;}
.re_list2:hover{ background:url(img/above22.png) no-repeat;}
.re_list3:hover{ background:url(img/above33.png) no-repeat;}
.re_list4:hover{ background:url(img/above44.png) no-repeat;}
.return  .re_list6{width: 71px; height: 56px; position: absolute;top: 0px;left: 0px; background: url(img/right_online_ewm_bg.jpg) no-repeat; background-size:100%; text-align:center;}
.right_list_ewm_box{width: 150px;height: 180px;background:url(img/right_online_ewm_list_bg.jpg.png) no-repeat;background-size:100%;position: absolute;left: -150px;top: -16px;display: none;}
.right_list_ewm_box img{width: 128px;height: auto;margin-left:7px;margin-top:7px;display: block;}
.right_list_ewm_box p{display: block;width: 128px;height: auto; padding: 0px 13px 0px 4px;font-size: 12px;color: #fff;text-align: center;margin-top:0px;}
.re_list6:hover{ background:url(img/right_online_ewm_bgs.jpg) no-repeat;}
#call1{width:185px; height:55px; background:#044b95; text-align:center; font-size:20px; line-height:55px; color:#fbd792;}
.three01{position: absolute;top: 0px;right: 80px;display: none}
	
	
	
	
/*====================手机====================*/
@media only screen and (max-width: 768px){
	.header{height:70px; line-height:70px;}
	.nav-list{display: none;}
	.header .logo{margin-top:0px;}
	.header .logo img{width:240px; height:auto;}
	.header-right{display: none;}
	#banner{display: none;}
	.w1300{width:auto;}
	.tiao{padding:5px;}
	.tiao li{ padding-left:8px;}
	.tiao li img{width:60px; height:60px;}
	.tiao li ol{width:auto; padding-top:5px; padding-left:10px;}
	.tiao li ol h3{font-size:16px;}
	.tiao li ol p{font-size:14px;}
	.sylm{padding:10px;padding-top:30px; padding-bottom:20px;}
	.sylm p{line-height:24px;}
	.fwbj{ height:auto; padding-bottom:30px;overflow:hidden;}
	.fwby{ line-height:40px; padding:10px;}
	.ly dl{width:100%;}
	.ly dl dt{width:auto;}
	.ly dl dt img{width:100%;}
	.ly dl dt h4{width:100%;}
	.ly dl dt h4 em{margin:0 auto; left:160px;}
	.ly dl dd{width:100%;}
	
	.index-about-cont .a_sp{width:100%; height:auto;}
	.index-about-cont{ width:auto; margin-top:0px;}
	.index-about-cont .box{width:auto;}
	.index-about-cont .cont{width:auto; height:auto; padding:10px;}
	.index-about-num{margin-left:0px; margin-right:0px; padding:20px 0;}
	.index-about-num li{width:44%; margin:2%; border-right:1px solid #dfdfdf;}
	.index-about-num li~li:before{display: none;}
	.index-news{padding-bottom:20px;}
	.index-news-content{width:auto;}
	.index-news-content .item{width:auto;}
	.index-about-num li .num{font-size:34px;}
	.lr_ys{height:auto; background:url(img/ysbj.jpg) left top  no-repeat; padding-top:0px; overflow:hidden;}
	.lr_ys h2{font-size:30px; height:40px; line-height:40px; margin-bottom:30px; background-color:#f7f7f7;}
	.lr_ys h2 em{font-size:14px; background-color:#f7f7f7;}
	.lr_ys .sup-left{width:auto; margin-left:10px;}
	.lr_ys .sup-left .sup-desc b{margin-bottom:20px;}
	.lr_ys .sup-left .sup-desc i{width:auto; padding-top:20px;}
	.lr_ys .sup-rig{ width:100%; height:auto; padding:0px; overflow:hidden;}
	.lr_ys .sup-rig ul li{width:auto; margin-bottom:20px; float:none;}
	.lr_ys .sup-rig ul li dl dt{width:100%;}
	.lr_ys .sup-rig ul li:nth-child(2n){float: none;}
	.case_con{display: none;}
	.sj_list dl{width:48%; margin:1%; float:left;}
	.sj_list dt{height:auto;overflow: hidden;}
	.sj_list dt img{display:block;width:100%;transition: all 0.5s;}
	.sj_list dt:hover img{transform:scale(1.05);}
	.sj_list dd{height:auto; background-color:#f1f1f1;padding:10px;position: relative; overflow:hidden;}
	.sj_list dd h3{font-size:16px;color: #888;line-height:16px; font-weight:normal;}
	.news{width:auto; height:auto;margin-top:0px; overflow:hidden;}
	.news_zw{width:auto; height:auto; overflow:hidden;}
	.news-l{width:auto; height:auto;}
	.news-l dd{width:auto; padding:10px;}
	.news-l dt img{width:100%; height:auto;}
	.news-r{width:auto; height:auto; overflow:hidden;}
	.news-r dd{width:100%; height:auto; overflow:hidden;}
	.news-r dd p{height:auto;}
	
	.foot-content{padding:10px;}
	.foot-contact{margin-right:0px; padding-bottom:20px;}
	.foot-nav .item{margin-right:6%; height:auto; overflow:hidden;}
	.foot-nav ul{float:left; height:160px; clear:both;}
	.foot-focus{float:left;}
	.foot-focus .wechat{float:left; margin-right:10px;}
	.copyright{width:auto; height:auto; line-height:20px; padding:10px; overflow:hidden; padding-bottom:80px;}

	
	
	#nybanner{height:110px;background-size:220% auto;}
	#nybanner1{height:110px;background-size:220% auto;}
	#nybanner2{height:110px;background-size:220% auto;}
	#nybanner3{height:110px;background-size:220% auto;}
	#nybanner4{height:110px; background:url(img/lxbanner.jpg) left no-repeat;background-size:220% auto;}
	#nybanner5{height:110px;background-size:220% auto;}
	#nybanner6{height:110px;background-size:220% auto;}
	
	
	.n_w{width:auto; padding:10px;}
	.ny_lm{display: none;}
	.nyzw-lm1{width:auto; height:auto; margin-bottom:10px;overflow:hidden;}
	.nyzw-lm2{width:auto;}
	.nyzw-lm2 span a{display: none;}
	.nyzw-dh{width:auto;border-radius:10px; border-right:0px solid #ccc;}
	.nyzw-dh h3{display: none;}
	.nyzw-dh li{ padding:10px; padding-left:20px;line-height:30px;}
	.nyzw-dh a{width:48%; margin:1%;float:left;}
	.nyzw{width:auto;}
	.nyzw img{width:100%;}
	.sf{display: none;}
	.showleft{display: none;}

	.ny-news01{width:auto}
	.ny-news01 li .tu1{width:100%; margin-bottom:10px;}
	.ny-news01 li .r01{width:100%; margin-left:0px;}
	.ny-news01 li .l01{display: none;}
	.ny-news01 li .r01 a h2{font-size:14px; line-height:20px; font-weight:bold;}
	.new-cont-h1{font-size:18px; line-height:26px;}
	
	.new-xq-l{display: none;}
	.new-xq-r{display: none;}
	.new-xq-r p{
	  width:100%;
	}
   .lx-nyzw{width:auto;padding-top:10px;}
    .h-proc2 a{width:49.5%;}
	.ny-cont{margin-top:20px;}

	

	/*系统原样式修改*/
	.min_box_content{display: noe;}
	.showpics{margin:3% !important;}
	.showlist dd *{font-size:14px !important; line-height:22px !important;}
     ul.love1 li{width:32%;}
	 h1.title3{font-size:16px;}
	 .showleft1{display: none;}
}


/*====================平板====================*/
@media screen and (min-width: 768px) and (max-width: 1200px){
	
	.header{height:100px; line-height:100px;}
	.nav-list{display: none;}
	.header .logo{margin-top:20px;}
	.header .logo img{width:360px; height:auto;}
	#banner{display: none;}
	.w1300{width:auto;}
	.header-right{display: none;}
	.tiao{padding:5px;}
	.tiao li{ padding-left:8px;}
	.tiao li img{width:60px; height:60px;}
	.tiao li ol{width:auto; padding-top:5px; padding-left:10px;}
	.tiao li ol h3{font-size:16px;}
	.tiao li ol p{font-size:14px;}
	.sylm{padding:10px; padding-top:20px; padding-bottom:20px;}
	.ly{padding:10px;}
	.ly dl{width:24.1%;}
	.ly dl dt{width:auto;}
	.ly dl dt img{width:100%;}
	.ly dl dt h4{width:100%;}
	.ly dl dt h4 em{margin:0 auto; left:70px;}
	.ly dl dd{width:100%;}
	
	.lr_ys{height:auto; background:url(img/ysbj.jpg) left top  no-repeat; padding-top:0px; overflow:hidden;}
	.lr_ys h2{font-size:30px; height:60px; line-height:50px; margin-bottom:30px; background-color:#f7f7f7;}
	.lr_ys h2 em{font-size:14px; background-color:#f7f7f7;}
	.lr_ys .sup-left{width:auto; margin-left:10px;}
	.lr_ys .sup-left .sup-desc b{margin-bottom:20px;}
	.lr_ys .sup-left .sup-desc i{width:auto; padding-top:20px;}
	.lr_ys .sup-rig{ width:100%; height:auto; padding:0px; overflow:hidden;}
	.lr_ys .sup-rig ul li{width:auto; margin-bottom:20px; float:none;}
	.lr_ys .sup-rig ul li dl dt{width:100%;}
	.lr_ys .sup-rig ul li:nth-child(2n){float: none;}
	.case_con{display: none;}
	.sj_list dl{width:48%; margin:1%; float:left;}
	.sj_list dt{height:auto;overflow: hidden;}
	.sj_list dt img{display:block;width:100%;transition: all 0.5s;}
	.sj_list dt:hover img{transform:scale(1.05);}
	.sj_list dd{height:auto; background-color:#f1f1f1;padding:10px;position: relative; overflow:hidden;}
	.sj_list dd h3{font-size:16px;color: #888;line-height:16px; font-weight:normal;}
	.news{width:auto; height:auto;margin-top:0px; overflow:hidden;}
	.news_zw{width:auto; height:auto; overflow:hidden;}
	.news-l{width:100%; height:auto;}
	.news-l dd{width:auto; padding:10px;}
	.news-l dt img{width:100%; height:auto;}
	.news-r{width:auto; height:auto; overflow:hidden;}
	.news-r dd{width:100%; height:auto; overflow:hidden;}
	.news-r dd p{height:auto;}
	
	
	.foot-content{padding:10px;}
	.foot-contact{margin-right:0px; padding-bottom:20px;}
	.foot-nav {width:100%;}
	.foot-nav .item{margin-right:6%; height:auto; overflow:hidden;}
	.foot-nav ul{float:left; height:160px; clear:both;}
	.foot-focus{float:left;}
	.foot-focus .wechat{float:left; margin-right:10px;}
	.copyright{width:auto; height:auto; line-height:20px; padding:10px; overflow:hidden; }

	
	#nybanner{height:150px;background-size:150% auto;}
	#nybanner1{height:150px;background-size:150% auto;}
	#nybanner2{height:150px;background-size:150% auto;}
	#nybanner3{height:150px;background-size:150% auto;}
	#nybanner4{height:150px;background-size:150% auto;}
	#nybanner5{height:150px;background-size:150% auto;}
	#nybanner6{height:150px;background-size:150% auto;}
	#nybanner7{height:150px;background-size:150% auto;}
	#nybanner8{height:150px;background-size:150% auto;}
	
	.n_w{width:auto; padding:10px;}
	.ny_lm{display: none;}
	.nyzw-lm1{width:auto; height:auto; margin-bottom:10px;overflow:hidden;}
	.nyzw-lm2{width:auto;}
	.nyzw-lm2 span a{display: none;}
	.nyzw-dh{width:auto;border-radius:10px; border-right:0px solid #ccc;}
	.nyzw-dh h3{display: none;}
	.nyzw-dh li{ padding:10px; padding-left:20px;line-height:30px;}
	.nyzw-dh a{width:48%; margin:1%;float:left;}
	.nyzw{width:auto;}
	.new-xq-l{display: none;}
	.new-xq-r{width:26%; padding:5px;}
	.new-xq-r p{
	  width:100%;
	}
	.lx-nyzw{width:auto;padding-top:10px;}
}




/*====================PC====================*/
@media only screen and (min-width: 1200px){
	.sj-banner{display: none;}
	.s-menu{display: none;}
	.ph-bq{display: none;}
	.ph-foot{display: none;}
	#ph-menu-tu{display: none;}
	.sjzc{display: none;}
	.sj_con{display: none;}
	.sj_list{display: none;}
	.sp_header{display: none;}
	.go_top{display: none;}
}


