	#nycdc { background-color:#2975c7; width:90%;  }
#nycdc ul { list-style: none; margin: 0px; padding: 0px; }
#nycdc ul li { float:left; width:14.2%;  }
#nycdc ul li a { display:block; width:100%; border-right:1px #1a6cab solid; color:#FFFFFF;   height:60px;text-align:center;  font-size:16px; line-height:60px; }
#nycdc ul li a:hover {width:100%;  background-color:#fff; height:60px; color:#2975c7; font-size:16px;  }
#nycdc>ul>li.lihover a{ background: #fff; color: #2975c7;}
#nycdc>ul>li>ul{position: absolute; left: 0; top: 85px;}
#nycdc>ul>li>ul>li{display: table-cell; text-align: center; width: inherit;}
#nycdc>ul>li>ul>li:hover a{background: #000000!important; color: #fff!important;}
#nycdc>ul>li>ul>li a{ background: #f3f3f3!important; color: #000!important; border-radius: 30px; line-height: 35px;}
#nycdc>ul>li>ul>li.lihover a {background: #005ca1!important; color: #fff!important;}





	#nycdcs { background-color:#2975c7; width:90%; display:none;  }
#nycdcs ul { list-style: none; margin: 0px; padding: 0px; }
#nycdcs ul li { float:left; }
#nycdcs ul li a { display:block;  padding:0 20px; border-right:1px #1a6cab solid; border-bottom:1px #1a6cab solid; color:#FFFFFF;   height:60px;text-align:center;  font-size:16px; line-height:60px; }
#nycdcs ul li a:hover { padding:0 20px;  background-color:#fff; height:60px; color:#2975c7; font-size:16px;  }
#nycdcs>ul>li.lihover a{ background: #fff; color: #2975c7;}
#nycdcs>ul>li>ul{position: absolute; left: 0; top: 85px;}
#nycdsc>ul>li>ul>li{display: table-cell; text-align: center; width: inherit;}
#nycdcs>ul>li>ul>li:hover a{background: #000000!important; color: #fff!important;}
#nycdcs>ul>li>ul>li a{ background: #f3f3f3!important; color: #000!important; border-radius: 30px; line-height: 35px;}
#nycdcs>ul>li>ul>li.lihover a {background: #005ca1!important; color: #fff!important;}
.yuyan{float:right; margin-right:20px;color:#057acd; font-size:18px; display:none;}
@media(max-width: 1100px){  .yuyan{ display:block;}
#menu{ display:none;}
#nycdcs{ display:block;}
}



	
	
	/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:300px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(../images/rightbar.png) no-repeat 0 0; color:#fff;}
.yb_bar .yb_phone{background:#ff4a00 url(../images/rightbar.png) no-repeat 0 -57px; color:#fff; font-size:12px;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(../images/rightbar.png) no-repeat 0 -113px; color:#fff;}
.yb_bar .yb_ercode{background:#ff4a00 url(../images/rightbar.png) no-repeat 0 -169px; color:#fff;}
.hd_qr{ padding-left:20px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}

	/*视频开始 */
 img{
            max-width: 100%;
        }
        button{
            border: none;
            background: none;
            cursor: pointer;
        }
        #open-popup{
            padding: 10px 20px;
            color: #FFF;
            border-radius: 5px;
        }
        #video-popup-container {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* 半透明的灰色背景 */
            justify-content: center;
            align-items: center;
            z-index: 1000; /* 确保遮罩位于其他内容之上 */
        }
 
        #video-popup {
            width: 720px; height:440px;
            position: relative;
        }
        #close-popup {
            position: absolute;
            top: -50px;
            right: -30px;
            width: 50px;
        }
        #close-popup:hover img{
            opacity: .8;
        }
	/*视频结束 */	
		
.fl {
    float: left;
}

.fr { padding-right:50px;
    float: right;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
/*====================导航*********/
.header{
	width:100%;
	height:82px;
	position:fixed;
	top:0;
	left:0;
	z-index:999;

	padding: 0 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.19);
}
/*左侧logo*/
.header .left{
	width:120px;
}
.header .left a img{
	height: 40px;
	margin-top:20px;
}
.header .left .img2{
	display: none;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
}
.header .navbar_nav li{ line-height:82px;
	float:left;
	position: relative;
	display: block;
}
.header .navbar_nav li:after{line-height:82px;
    content: "";
    width: 0;
    height: 2px;
    background: #2975c7;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 35px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 17px;
}
.header .navbar_nav li:hover a{ line-height:82px;
	color: #2975c7;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(/images/xydjt.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:82px;
	width: 100%; color:#FFFFFF;
background: rgba(41,117,199, 0.29);
	width:200%;
}


.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	line-height:50px;
	text-align: left;
	background: rgba(0, 0, 0, 0.39);
	margin-bottom:1px solid rgba(0, 0,0, 0.19);
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #fff;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: #2975c7;
}




.header .navbar_nav li.dropdown .dropdown_menuu{
	display: none;
	position: absolute;
	top:82px;
	width: 100%; color:#FFFFFF;
background: rgba(0, 0, 0, 0.39);
	width:340%;
}


.header .navbar_nav li.dropdown .dropdown_menuu a{
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	line-height:50px; float:left;
	
	margin-bottom:1px solid rgba(0, 0,0, 0.19);
}
.header .navbar_nav li.dropdown:hover .dropdown_menuu{
	display: block;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menuu a{
	color: #fff;
}
.header .navbar_nav li.dropdown:hover .dropdown_menuu a:hover{
	color: #fff;
	background: #2975c7;
}
/*白色背景的头部*/
.header.on{
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: #2975c7;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	margin-right:8px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}

@media screen and (max-width: 992px){
	.header{
		padding: 0 10px;
	}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right:15px;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #2975c7;width:30px; height:3px;border-radius:5px; top:6px;
	}
		.header .on #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #fff;width:30px; height:3px;border-radius:5px; top:6px;
	}
	.header #navToggle span:before {
	
		top: 8px;
	}
	.header #navToggle span:after {
top: 13px;
	}
	.header #navToggle.open span:before {

		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 8px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
}


.mtable{ max-width:90%; width:100%;}
.gybt{line-height: 1.5;
    font_radio: 2;
    display-radio: 1;
    text-align: center;
    color: rgba(34,34,34,1);
    font-size:33px;
    font-family: Microsoft YaHei;
    margin-top: 0px;
    font-weight: bold;}
	
	.gybtyw{line-height: 1.5;
    font_radio: 2;
    display-radio: 1;
    font-size: 36px;
    text-align: center;
    font-family: "a0e15a04-3f82-4900-bace-3128f979a6ac";
    color: rgba(39,71,125,1);}




.index_about_bottom{

    background: #fff;
    margin-top: 22px; padding:15px 0px;
}
.index_about_bottom .float_l{
    height: 98px;
    border-left: solid 1px #eeeeee;
    text-align: center;
}

.index_about_bottom .inline_flex{
    display: inline-flex;
    text-align: center;
}
.index_about_bottom .inline_flex .counter{
    font-size: 48px; line-height:50px;
    color: #333333; float:left;
    font-family: MyNewFont; font-weight:bold;
}
.index_about_bottom .inline_flex p{
    font-size: 14px; float:left;
    color: #333333;
    margin-top:25px;
    margin-left: 12px;
}

.index_about_bottom .inline_flex span{
    font-size: 18px;float:left;
    color: #f1940f; margin-top:-10px;
}
.index_about_bottom .float_l .p{
    font-size: 16px;
    color: #333;
    margin-top: 14px;
}

.float_l{
    float: left;
}
.index_about_bottom .float_l{
	width: 24%;
}
.index_about_bottom .inline_flex{
    display: inline-flex;
    text-align: center; margin-bottom:12px;
}


.blist{zoom:1; position:relative;padding-top:10px; padding-bottom:10px;}
.blist ul{  zoom:1;   }
.blist .sPrev,.blist .sNext{ position:absolute; left:-40px; top:200px; display:block; width:26px; height:45px; background:url(../images/in_arrow.png) no-repeat 0 0;z-index: 2; }
.blist .sNext{ left:auto; right:-40px; background-position:-26px 0; }
.blist .sPrev:hover,.blist .sNext:hover{ border-color:#f60;  }

.index-fangan{ width: 100%;  padding: 0 0 60px;}

.index-fangan h5,.casebox  h5{ padding-top: 30px; font-size: 20px; color: #333; padding-bottom: 20px; }
.index-fangan .main_pic img,.casebox .main_pic img{width: 90%;display: block;margin: 0 auto;}
.index-fangan p,.casebox p{ font-size: 14px; color: #666; line-height: 30px; padding-top: 25px; }
.index-fangan li,.casebox  li{ transition: 0.3s; float: left;  width: 281px; height: 446px; -webkit-box-shadow:0 0px 20px rgba(0,0,0,0.2);

box-shadow:0 0px 20px rgba(0,0,0,0.2);
-webkit-transform:translate3d(0, -2px, 0);
transform:translate3d(0, -2px, 0); margin:0 12px; background-color:#FFF; position:relative; overflow:hidden; }
.casebox .swiper-slide{box-shadow: 0 0 5px 2px rgba(137,137,137,0.2);}
.index-fangan .ybox{ padding:0 20px;}


*:first-child+html .clearfix{zoom:1;}
.layout{padding:0 0 0 40px;}
.layout  h2{margin:20px 0 20px 0;font-size:14px;}

/*------ 图片左右滚动 ---------*/
/* hot picture */
.hotPic{margin:0 0 0 40px;}
.hotPic .JQ-slide{position:relative;width:1200px;height:412px;margin:0 0 15px 0;padding:10px 35px;}
.hotPic .JQ-slide .wrap{width:1200px;height:408px;overflow:hidden;position:relative;}
.hotPic .JQ-slide-content{position:absolute;}/*必须要的元素*/
.hotPic .imgList li{width:290px; height:402px;margin:0 5px; background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    margin-bottom: 25px;
   
    position: relative;}
.hotPic .imgList img{width:270px;height:200px;}
.hotPic .imgList .txt{height:30px;line-height:30px;}
.hotPic .JQ-slide-nav a{display:block;z-index:99;width:48px;height:48px;overflow:hidden;text-indent:-999em;text-decoration:none;position:absolute;top:170px;background:url(../images/arrow_pic.png) no-repeat;}
.hotPic .JQ-slide-nav a.prev{left:-20px;background-position:0 0;}
.hotPic .JQ-slide-nav a.prev:hover{background-position:-100px 0;}
.hotPic .JQ-slide-nav a.next{right:-20px;background-position:-50px 0;}
.hotPic .JQ-slide-nav a.next:hover{background-position:-150px 0;}
/* imgList */
.imgList{float:none;overflow:hidden;zoom:1}
.imgList li{float:left;display:inline;overflow:hidden; height:296px; margin-bottom:20px;}
.imgList li a{display:block;}
.imgList li .img{padding:5px;}
.imgList li a.img:hover{border-color:#ff0000;}
.imgList li .txt{text-align:center;overflow:hidden;}


 #mynav{ width:100%; background-color:#CD0000;position:relative; z-index:99;}
/*收缩菜单*/
.menu_list{width:100%;}
.menu_head{width:100%;height:40px;line-height:40px;font-size:14px;color:#525252;cursor:pointer;position:relative;font-weight:bold;background:#FAFAFA url(../images/pro_left.png) center right no-repeat;margin:0;border-bottom:1px solid #EEEEEE;}
.menu_list .current{background:#FAFAFA url(../images/pro_down.png) center right no-repeat;}
.menu_body{width:100%;height:auto;overflow:hidden;line-height:38px;backguound:#fff;}
.menu_body a{display:block;width:100%;height:38px;line-height:38px;padding-left:14px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #EEEEEE;}
.menu_body a:hover{text-decoration:none; color:#ff0000; }
body,td,th  {color:#666666;font-size:14px; margin:0; line-height:28px; font-family:"微软雅黑"; }
body{background-color:#f9f9f9; }
.body {color: #666666;font-size:14px; margin:0; background-image:url(../images/bj.jpg); background-repeat:no-repeat; background-position:center; background-color:#FFFFFF; background-position:top; text-align:center; }
.block {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    margin-bottom: 25px;
   
    position: relative;}
IMG.s{ transition:1s; }
IMG.s:hover{ transform:scale(1.1);}
.boder{ border:1px #F5D8C4 solid;}
.img{ border:0;}
.clear{ clear:both;}
#headindex{ width:1000px; margin:0 auto; height:470px;}
#head{ width:1000px; margin:0 auto; height:346px;}
#logo{ float:left; }
#nav{ width:808px; height:36px; float:right;}
#navl{ float:left; width:22px;}
#navr{ float:right; width:15px;}

#jm { width:100%; max-width:85%; }
#jm ul { list-style: none; margin: 0px; padding: 0px; }
#jm ul li { float:left; }
#jm ul li a { display:block; width:161px; padding:25px; margin-right:20px;border-radius:3px; height:90px;text-align:center; border:1px #FFFFFF solid;  font-size:18px; color:#fff; line-height:40px;}
#jm ul li a:hover {width:161px; padding:25px; height:90px; background-color:#fe0000; border:none; color:#fff; border-radius:3px;text-decoration:none; font-size:18px;}
/*#menu { width:1100px; height:50px; background:url(../pic/white.7.png); border-radius:5px; margin:0 auto; }
#current{ background-color:#13A32E;  height:44px;}
#menu ul { list-style: none; margin: 0px; padding: 0px; }
#menu ul li { float:left; }
#menu ul li a { display:block; width:133px; height:50px; float:left; line-height:50px; text-align:center;color:#000000;   font-size:14px; }
#menu ul li a:hover { width:133px; height:50px; background-color:#ffffff; color:#000000;text-decoration:none; font-size:14px; }*/
#menu {  }
#menu ul { list-style: none; display:inline-block; }
#menu ul li { float:left;}
#menu ul li a { display:block;width:164px; height:60px;text-align:center;  font-size:16px; color:#fff; line-height:60px;}
#menu ul li a:hover {width:164px; height:60px; background-color:#1b4c82; color:#fff;text-decoration:none; font-size:16px;}
#menu ul li ul { width:164px; display:none; position:absolute; background-color:#1b4c82; z-index:999;  }
#menu ul li ul li { float:left;  margin:0; }
#menu ul li ul li a { background:none; font-size:14px; color:#FFFFFF; width:164px;  height:50px; border-bottom:1px solid rgba(255, 255, 255, 0.19); border-right:none;  line-height:50px; position:relative;z-index:999; }
#menu ul li ul li a .ico { position:absolute; right:0;  }
#menu ul li ul li a:hover { color:#1b4c82; background-color:#fff; font-size:14px;height:50px; width:164px;  line-height:50px;}
#menu ul li:hover ul { display:block; }
#menu ul li.sfhover ul { display:block; z-index:999;}
/*#menu ul li ul { border-bottom:3px #0186D1 solid;  display:none; position:absolute; background-color:#FFFFFF;}
/#menu ul li ul li { float:none; width:170px; margin:0; margin-TOP:1px;}
#menu ul li ul li a { background:none; color:#000000; font-size:14px; width:170px; height:40px; border-bottom:1px #E6E6E6 solid; border-right:none;  line-height:35px; position:relative; }
#menu ul li ul li a .ico { position:absolute; right:0;  }
#menu ul li ul li a:hover { color:#0186D1; font-size:14px;height:40px; width:170px;  line-height:40px;}
#menu ul li:hover ul { display:block; }
#menu ul li.sfhover ul { display:block; z-index:999;}*/
#menun { width:1200px; }
#menun ul { list-style: none; margin: 0px; padding: 0px; }
#menun ul li { float:left; }
#menun ul li a { display:block; width:197px; color:#FFFFFF; height:56px;text-align:center; border-right:1px #1fa65b solid;  font-size:16px; line-height:56px;}
#menun ul li a:hover {width:197px; height:56px; background-color:#ff9901; color:#FFFFFF; font-size:16px;}


#db { width:930px; height:40px; }
#db ul { list-style: none; margin: 0px; padding: 0px; }
#db ul li { float:left; }
#db ul li a { display:block; width:185px; height:40px; line-height:40px;text-align:center; color:#F9E899; border-right:1px #623F26 solid; font-size:16px; }
#db ul li a:hover {width:185px; height:48px; color:#ff0000;  text-decoration:none; font-size:16px;}

#productlist { width:560px; height:45px; }
#productlist ul { list-style: none; margin: 0px; padding: 0px; }
#productlist ul li { float:left; }
#productlist ul li a { display:block; width:98px; height:39px; line-height:39px;text-align:center; margin-bottom:10px; margin-right:10px; color:#6C3600; border:1px #E0E0E0 solid; font-size:16px; }
#productlist ul li a:hover {width:98px; height:39px; background-color:#6C3600; color:#FFFFFF;  text-decoration:none; font-size:16px;}

.gdd:hover{background-color:#fff; color:#2975c7; border:1px #2975c7 solid; text-decoration: none;  width:163px; line-height:46px; height:46px;}
.gdd{ background-color:#2975c7; color:#fff; border:0px; width:163px; line-height:46px; height:46px;}

.more{color:#ffffff;  border:1px #ffffff solid;  width:163px; line-height:36px; height:36px;}
.more:hover{ background-color:#ffffff; color:#003399; border:0px; width:163px; line-height:36px; height:36px;}


#zcdh { width:220px; height:45px; }
#zcdh ul { list-style: none; margin: 0px; padding: 0px; }
#zcdh ul li { float:left; }
#zcdh ul li a { display:block; width:98px; height:39px; line-height:39px;text-align:center; margin-bottom:10px; margin-right:10px; color:#144D6B; border:1px #F1F1F1 solid; font-size:16px; }
#zcdh ul li a:hover {width:98px; height:39px; background-image:url(../img/btx.jpg); background-position:center; color:#FFFFFF;  text-decoration:none; font-size:16px;}


#productlistt { width:800px; height:45px; }
#productlistt ul { list-style: none; margin: 0px; padding: 0px; }
#productlistt ul li { float:left; }
#productlistt ul li a { display:block; width:98px; height:39px; line-height:39px;text-align:center; margin-right:10px; margin-bottom:10px; color:#ffffff; background-color:#824500;font-size:16px; }
#productlistt ul li a:hover {width:98px; height:39px; background-color:#603000;color:#FFFFFF;  text-decoration:none; font-size:16px;}

.ls{ color:#ffffff; font-size:20px; line-height:20px;}
.ysx{ color:#004BAC; font-size:16px; height:40px; font-weight:bold; line-height:40px;}
.product{ width:354px; height:200px; float:left; }
.news{ width:291px; height:200px;float:left; margin-left:35px; }
.contact{ width:270px;height:200px;margin-left:15px; float:right;}
.title{ width:98%; color:#ff0000;font-size:14px; padding-left:6px;  float:left;}
.title span{ margin-left:100px; font-size:14px;}

.btl{ float:left; background-image:url(../images/ny_03.jpg); background-repeat:no-repeat; width:18px; height:36px;}
.btr{ float:right; background-image:url(../images/ny_06.jpg); background-repeat:no-repeat; width:17px; height:36px;}

.foot{ height:128px; background-image:url(../pic/zy_30.jpg); background-repeat:repeat-x; color:#666666; }


a:link {font-size: 14px; text-decoration: none; color:#666;}
a:visited {font-size: 14px;text-decoration: none; color:#666;}
a:active {font-size: 14px; color:#2975c7;text-decoration: none;}
a:hover {font-size: 14px;color:#2975c7;text-decoration: none;}
a.b:link {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;

}
a.b:visited {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;

}
a.b:active {
	font-size: 14px;
	color: #FFF200;
	text-decoration: none;

}
a.b:hover {
	font-size: 14px;
	color: #FFF200;
	text-decoration: underline;

}

a.hs:link {font-size: 14px; color: #fff;text-decoration: none;}
a.hs:visited {font-size: 14px;color: #fff;text-decoration: none;}
a.hs:active {font-size: 14px; color:#FFFF00;text-decoration: none;}
a.hs:hover {font-size: 14px;color:#FFFF00;text-decoration: none;}
a.h:link {font-size: 16px;color: #666666;text-decoration: none;}
a.h:visited {font-size: 16px;color: #666666;text-decoration: none;}
a.h:active {font-size: 16px;color:#ff0000;text-decoration: none;}
a.h:hover {font-size: 16px;color:#ff0000;text-decoration: none;}
a.d:link {font-size: 14px;color: #fff;text-decoration: none;}
a.d:visited {font-size: 14px;color: #fff;text-decoration: none;}
a.d:active {font-size: 14px;color:#ff0000;text-decoration: none;}
a.d:hover {font-size: 14px;color:#ff0000;text-decoration: none;}

a.a:link {font-size: 17px; color:#000000;text-decoration: none; font-weight:bold;}
a.a:visited {font-size: 17px; color:#000000; text-decoration: none; font-weight:bold;}
a.a:active {font-size: 17px; color:#ff000;text-decoration: none; font-weight:bold;}
a.a:hover {font-size: 17px;color:#ff0000;text-decoration: none; font-weight:bold;}
.dh {font-size:23px;color: #ffffff;line-height: 25px;font-weight:bold;word-spacing: normal;}
.dhh {font-size:14px;color: #ffffff;line-height:35px;  word-spacing: normal; padding:40px;}
.ddhh {font-size:16px;color: #ffffff;line-height:35px;  word-spacing: normal; height:45px; }
.fontwhile {font-size: 14px;color:#333;line-height: 25px;word-spacing: normal;}
.ent{font-family:'Times New Roman', Times, serif; font-size:25px; line-height:30px; color:#fff;letter-spacing:3.3px;}
.fonths {font-size:30px;color: #fff; font-weight:bold;line-height: 40px; }
.fonthss {font-size:28px;color: #000; font-weight:bold;line-height: 40px; }
.fontbs {font-size: 14px;color:#666666;padding-left:20px;line-height: 25px; word-spacing: normal;}
.fontlls{ color:#000; font-weight:bold; font-size:20px; line-height:35px;}
.fontls{ color:#fff;font-size:17px;line-height:30px;word-spacing: normal;}
.fontlsx{ font-size:18px; text-transform:uppercase;}
.fontbt{ font-size:33px;font-weight:bold;word-spacing: normal; color:#333333;}
.fontqzs{  font-size:16px; line-height:35px; color:#FFFFFF;}
.fontjs {font-size:25px;color: #ffffff;line-height:30px;word-spacing: normal; font-weight:bold;letter-spacing:4.3px; }
.fontjst {font-size:52px;color: #ffffff;line-height:80px;word-spacing: normal; font-weight:bold; padding-top:240px;  }
}

.fontjssy {font-size:32px;color: #ffffff;line-height:50px;font-weight:bold; }
.fontjsten {font-size:18px;color: #ffffff;word-spacing: normal; letter-spacing:5px; }
.fontqzss{  font-size:16px; line-height:35px; }
.fontjss {font-size:25px;line-height:30px;word-spacing: normal; font-weight:bold; }
.fontjjs {font-size:40px; color:#000000;line-height:60px;word-spacing: normal; font-weight:bold;}
.tel{font-family:Impact; font-size:56px; color:#FFFFFF;}
.nybanner{ padding:40px; height:800px;}
@media(max-width: 1100px){ 
.tel{ font-size:36px; color:#FFFFFF; font-weight:bold;}	
.nybanner{ padding:20px; height:700px;}
}
.xinwen{z-index:-99;position:relative; background:url(/img/news.jpg) center center /cover; height:500px;}
@media(max-width: 1100px){ 
.xinwen{z-index:-99;position:relative; background:url(/img/news.jpg) center center /cover; height:300px;}
}
.other{z-index:-99;position:relative; background:url(/img/other.jpg) center center / cover; height:500px;}
@media(max-width: 1100px){ 
.other{z-index:-99;position:relative; background:url(/img/other.jpg) center center / cover; height:300px;}
}
@media(max-width: 1100px){ 
.fontjst {font-size:32px;color: #ffffff;line-height:60px;word-spacing: normal; font-weight:bold;  padding-top:160px;  }	
}
.caseal{width:45%;font-size:20px; color:#FFFFFF; line-height:50px;}
@media(max-width: 1100px){ 
.caseal{width:90%;font-size:20px; color:#FFFFFF; line-height:50px;}	
}
@media(max-width: 1100px){ 
.xinwentp { display:none;}	
}
.casepic{ padding-top:40px ; padding-left:80px; padding-right:20px; height:800px;}
@media(max-width: 1100px){ 
.casepic{ padding:40px ; height:800px;}
}
.mak{background:url(/images/yx.jpg) center center / cover; padding-top:40px; padding-left:80px; height:900px;}
@media(max-width: 1100px){ 
.mak{background:url(/images/yx.jpg) center center / cover; padding:40px; height:900px;}
}

#left {  background-color:#2975c7; width:90%; border-radius: 0 0 10px 10px;}
#left ul { list-style: none; display:inline-block;  }
#left ul li { font-size:14px;float:left;}
#left ul li a { display:block;  height:55px;  color:#FFFFFF; padding:0px 50px;  border-right:1px #1a6cab solid; float:left;line-height:55px;  }
#left ul li a:hover {  height:55px; background-color:#fff; color:#2975c7;   }



.foot { background-color:#000000; height:350px; }
@media(max-width: 1100px){ .foot { display:none;}
	}
.gwlj{padding:15px; background-color:#050505; display:none;height:80px; margin-bottom:55px;}
@media(max-width: 1100px){ .gywm{ display:none;}
.gwlj{ display:block; margin-bottom:70px;}
	}
/* 代码整理：懒人之家 */

#footpanel {
	position: fixed; display:none;
	bottom:0; left:auto; right:auto; max-width:640px; background-color:#2975c7;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/ border-bottom: none;  height:60px;	border-bottom: none; padding-top:14px; 
	width: 100%;
}
@media(max-width: 1100px){
	#footpanel{display:block;position: fixed;
	bottom:0; left:auto; right:auto; max-width:1100px; background-color:#2975c7;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/ border-bottom: none;  height:70px;	border-bottom: none; padding-top:14px; 
	width: 100%;}
	}
*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
 top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}


html #footpanel ul li a:hover {
	
}
html #footpanel ul li a.active { /*--Active state when subpanel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to subpanel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active area on top of the subpanel--*/
	position: relative;
}


	
#leftt{ border-bottom:none; }
#leftt ul{ list-style:none;margin: 0px; padding: 0px; }
#leftt ul li{   margin-bottom:10px; margin-right:10px;  }
#leftt ul li a { display:block; padding:0px 10px; height:40px; text-align:left; line-height:40px; border-bottom:1px #1a1a1a dashed;  font-size:14px; }
#leftt ul li a:hover { height:42px; padding:0px 10px; background-color:#2975c7;color:#fff;border-bottom:1px #1a1a1a dashed;  border:0px; font-size:15px;}

#leftn{ border-bottom:none; }
#leftn ul{ list-style:none;margin: 0px; padding: 0px; }
#leftn ul li{   margin-bottom:10px; margin-right:10px;  }
#leftn ul li a { display:block; padding:0px 30px; height:40px; text-align:left; float:left; line-height:40px; border-bottom:1px #1a1a1a dashed;  font-size:14px; }
#leftn ul li a:hover { height:42px; padding:0px 30px; background-color:#2975c7;color:#fff;border-bottom:1px #1a1a1a dashed;  border:0px; font-size:15px;}


#gy{ width:1200px;border-bottom:none;}
#gy ul{ list-style:none; }
#gy ul li{ float:left; }
#gy ul li a { display:block;  line-height:55px; margin-left:30px; background-color:#666666; background-repeat:no-repeat; width:162px; height:55px;color:#57200D; font-size:14px; }
#gy ul li a:hover { height:55px; color:#ff0000; background-color:#FFFFFF;  font-size:14px;}



/* 优势 */
.ystitle{color:#FFFF00; font-size:18px;}
.yscon{color:#FFFFFF; float:left; line-height:28px;}
#end {}
#end ul { list-style: none; display:inline-block; }
#end ul li { float:left; margin-right:15px; }
#end ul li a { display:block;  height:45px; padding-left:5px; color:#FFFFFF; padding:0px 20px;  float:left;line-height:45px;font-size:16px;  border:1px solid rgba(255, 255, 255, 0.3); }
#end ul li a:hover {  height:45px; background-color:#ff7800; color:#fff;font-size:16px;  }

#endd {}
#endd ul { list-style: none; display:inline-block; }
#endd ul li { float:left; margin-right:15px; }
#endd ul li a { display:block;  height:45px; padding-left:5px; padding:0px 20px; margin-bottom:10px;  float:left;line-height:45px;font-size:16px;  border:1px solid rgba(0, 0, 0, 0.1); }
#endd ul li a:hover {  height:45px; background-color:#ff7800; color:#fff;font-size:16px; border:none;  }
@media(max-width: 1100px){ 
#endd ul li { float:left; margin-right:10px; }
#endd ul li a { display:block;  height:45px; padding-left:5px; padding:0px 10px; margin-bottom:10px;  float:left;line-height:45px;font-size:16px;  border:1px solid rgba(0, 0, 0, 0.1); }
}

#ys { width:1200px;  margin:0 auto; overflow:auto; }
#ys ul { list-style: none; margin: 0px; padding: 0px;  }
#ys ul li { float:left; }
#ys ul li a { display:block;  width:340px; padding:16px 16px;   text-align:center;color:#A6A6A6;   font-size:14px; }
#ys ul li a:hover { width:340px; border:3px solid #3A3D43; text-align:center; color:#ffffff; font-size:14px; }




/* fullSlide */
*{margin:0;padding:0;list-style:none;}
.fullSlide{width:100%;position:relative;height:732px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:732px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:732px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px; }
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:80px;height:5px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:999;top:40%;margin-top:-30px;left:0%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none; }
.fullSlide .next{left:auto;right:0%;background-position:-6px -137px;}





.blk_l { width:1100px; padding-top:10px;	PADDING-RIGHT: 0px;  PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; OVERFLOW: hidden; ZOOM: 1; POSITION: relative; }
.blk_l .LeftBotton {	 FLOAT: left; TOP: 10px; }
.blk_l .RightBotton { padding-left:15px;}
.blk_l .Cont {	MARGIN: 0px auto; OVERFLOW: hidden;  }
.blk_l .box {	FLOAT: left; WIDTH: 254px; TEXT-ALIGN: center; margin:0 10px; }
.blk_l .box IMG {	 DISPLAY: block;  BACKGROUND: #fff; }
.blk_l .box A:hover IMG {  padding:0px;	}
.blk_l .box P {	 WIDTH: 260px; LINE-HEIGHT: 15px}
.rollphotos { margin:auto; WIDTH: 1100px}
.partC {	 OVERFLOW: auto; WIDTH: 1100px}
.partC .PC_left {	OVERFLOW: auto; WIDTH: 470px}
.partC .PC_right {	OVERFLOW: auto; WIDTH: 470px}
.partC .PC_left {	FLOAT: left}
.partC .PC_right {	FLOAT: right}
.PT_mix {	BORDER-RIGHT: #a2d1ff 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #a2d1ff 0px solid; PADDING-LEFT: 0px; BACKGROUND: #f3fbfe; PADDING-BOTTOM: 10px; OVERFLOW: auto; BORDER-LEFT: #a2d1ff 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #a2d1ff 1px solid}
.PhoTxt {	MARGIN-TOP: 10px; DISPLAY: inline; FLOAT: left; MARGIN-LEFT: 10px; OVERFLOW: auto; WIDTH: 220px}
.PhoTxt IMG {	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 3px; BACKGROUND: #fff; FLOAT: left; PADDING-BOTTOM: 3px; BORDER-LEFT: #ccc 1px solid; MARGIN-RIGHT: 5px; PADDING-TOP: 3px; BORDER-BOTTOM: #ccc 1px solid}
.PhoTxt H1 {	FONT-WEIGHT: bold; FONT-SIZE: 12px; LINE-HEIGHT: 23px}
.PhoTxt P {	COLOR: #545454; LINE-HEIGHT: 20px}



/*焦点图*/
.focus{position:relative;width:490px;height:542px;background-color:#000;}  
.focus img{height:352px;width:490px;} 
.focus .shadow .title{width:260px;height:45px;padding-left:30px;padding-top:10px;}
.focus .shadow .title a{text-decoration:none;color:#fff;font-size:14px;font-weight:bolder;overflow:hidden;}
.focus .btn{position:absolute;bottom:34px;left:510px;overflow:hidden;zoom:1;} 
.focus .btn a{position:relative;display:inline;width:14px;height:14px;border-radius:7px;margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53";text-decoration:none;text-align:center;outline:0;float:left;background:#D9D9D9;}  
.focus .btn a:hover,.focus .btn a.current{cursor:pointer;background:#fc114a;}  
.focus .fPic{position:absolute;left:0px;top:0px;}  
.focus .D1fBt{overflow:hidden;zoom:1;height:16px;z-index:10;}  
.focus .shadow{width:100%;position:absolute;bottom:0;left:0px;z-index:10;height:60px;line-height:60px;background:rgba(0,0,0,0.6);  
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;display:block;text-align:left;}  
.focus .shadow a{text-decoration:none;color:#fff;font-size:20px;overflow:hidden;margin-left:10px;font-family:"\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{position:relative;width:100%;float:left;display:none;background:#000  }  
.focus .fcon img{display:block;}  
.focus .fbg{bottom:25px;right:40px;position:absolute;height:21px;text-align:center;z-index:200;}  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative;display:inline;width:12px;height:12px;border-radius:7px;margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53";text-decoration:none;text-align:center;outline:0;float:left;background:#D9D9D9;}    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none;font-style:normal;}    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background:url(../pic/focus_btn.png) no-repeat;}
.focus .prev{top:50%;margin-top:-37px;left:0;background-position:0 -74px;cursor:pointer;}  
.focus .next{top:50%;margin-top:-37px;right:0;background-position:-40px -74px;cursor:pointer;}  
.focus .prev:hover{background-position:0 0;}  
.focus .next:hover{background-position:-40px 0;}  


img{ border:0px;}


/*幻灯片*/
#owl-demo{position:relative;width:591px;height:435px;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:591px;height:435px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:78px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:37px;width:100%;font:18px/32px "微软雅黑","黑体";color:#fff;text-align:center;}

.owl-pagination{position:absolute;left:0;bottom:10px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../images/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../images/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(../images/bg17.png);}
.owl-next{right:0;background-image:url(../images/bg18.png);}
.owl-prev:hover{background-image:url(../images/bg19.png);}
.owl-next:hover{background-image:url(../images/bg20.png);}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width:591px;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;width:591px;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width:591px;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/* 联系我们 */
.lxwm { max-width:100%; margin:0 auto; overflow:hidden;margin-bottom:30px;
}

.lxwm ul li  { list-style:none;  float:left; width:23%; border-right:1px #ececec solid;
 padding:10px;
}



@media(max-width: 1100px){ 
.lxwm ul li  { list-style:none;  float:left; width:45%; border-right:1px #ececec solid;border-bottom:1px #ececec solid;
 padding:10px;
}
}



/* 优势样式 */
.yslist { max-width:90%; margin:0 auto; overflow:hidden;margin-bottom:30px;border-bottom: 1px #ededed solid; background-color:#FFFFFF;
}

.yslist ul li  { list-style:none;  float:left; width:33.3%; 
  border-right: 1px #ededed solid; padding: 20px;
}



@media(max-width: 1100px){ 
.yslist ul li  { list-style:none;  float:left; width:100%; border-bottom: 1px #ededed solid;
 padding: 20px;
}}
	
	

.sjzz { max-width:100%; margin:0 auto; overflow:hidden;margin-bottom:30px;}
.sjzz ul li  { list-style:none;  float:left; width:33.3%; border-right:1px solid rgba(255,255,255, 0.1); padding: 20px;}
@media(max-width: 1100px){ 
.sjzz ul li  { list-style:none;  float:left; width:100%; border-bottom:1px solid rgba(255,255,255, 0.1);border-right:none;padding: 20px;
}}
	
	.about{background:url(/images/aboutbj.jpg) center center / cover; padding:120px; height:700px;}
	.aboutsj{display:none; width:100%;margin:0 auto; background-color:#f6f6f6; padding:20px; }
	.sjflash{ display:none;}
	@media(max-width: 1100px){ .about{ display:none;}
	.aboutsj{display:block;}
	.sjflash{ display:block;}.dnbanner{display:none;}
	}
	
.design{ margin:0 auto;}
.designm{display:none; width:100%;margin:0 auto; }
@media(max-width: 1100px){ .design{ display:none;}
.designm{display:block; margin:0 auto;}
}
.sjyy { max-width:100%; margin:0 auto; overflow:hidden;margin-bottom:30px;}
.sjyy ul li  { list-style:none;  float:left; width:33.3%; border-right:1px solid rgba(255,255,255, 0.1); padding: 20px;}
@media(max-width: 1100px){ 
.sjyy ul li  { list-style:none;  float:left; width:100%; border-bottom:1px solid rgba(255,255,255, 0.1);border-right:none;
}	
}


.marke { max-width:100%; margin:0 auto; overflow:hidden;margin-bottom:30px;}
.marke ul li  { list-style:none;  float:left; width:33.3%; border-right:1px #DFDFDF solid; padding: 20px;}
@media(max-width: 1100px){ 
.marke ul li  { list-style:none;  float:left; width:100%; border-bottom:1px #DFDFDF solid;border-right:none;padding: 20px;
}	
}

.yych { max-width:100%; margin:0 auto; overflow:hidden;margin-bottom:30px;}
.yych ul li  { list-style:none;  float:left; width:25%;  padding: 10px;}
@media(max-width: 1100px){ 
.yych ul li  { list-style:none;  float:left; width:100%; border-bottom:1px solid rgba(255, 255, 255, 0.10);padding:10px;
}	
}
	
	.gywm{}
	.gywmsj{display:none; width:100%;margin:0 auto;  padding:40px; }
	@media(max-width: 1100px){ .gywm{ display:none;}
	.gywmsj{display:block;}
	}
	
.ppqa { max-width:100%; margin:0 auto; overflow:hidden;}
.ppqa ul li  { list-style:none;  float:left; width:20%; border-right:1px #DFDFDF solid; padding: 10px;}
@media(max-width: 1100px){ 
.ppqa ul li  { list-style:none;  float:left; width:100%; border-bottom:1px #DFDFDF solid;border-right:none;padding:10px;
}	
}
.ppqavi{}
.ppqavisj{display:none; width:100%;margin:0 auto; }
@media(max-width: 1100px){ .ppqavi{ display:none;}
.ppqavisj{display:block;}
	}
	
.ppqazz { max-width:100%; margin:0 auto; overflow:hidden;}
.ppqazz ul li  { list-style:none;  float:left; width:25%; border-right:1px #DFDFDF solid; padding: 10px;}
@media(max-width: 1100px){ 
.ppqazz ul li  { list-style:none;  float:left; width:50%; border-bottom:1px #DFDFDF solid;border-right:none;padding:10px;
}	
}
	
/* 新闻卡片容器样式 */
.news-card { max-width:90%; margin:0 auto; overflow:hidden;
}
.news-card ul li { list-style:none;
}

.news-card ul li a {   float:left;margin-right:1.5%; width:48.5%; 
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.news-card ul li a:hover {   float:left;margin-right:1.5%; width:48.5%; 
  border: 1px solid #2975c7;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(255, 190, 0, 0.1);
}


@media(max-width: 1100px){
.news-card ul li a {   float:left;margin-right:1.5%; width:100%; 
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.news-card ul li a:hover {   float:left;margin-right:1.5%; width:100%; 
  border: 1px solid #2975c7;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(255, 190, 0, 0.1);
}

	}

.news-card ul li a:hover .news-title { color:#2975c7;

} 
/* 新闻标题样式 */
.news-card ul li a .news-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
 
/* 新闻日期和来源样式 */
.news-card ul li a .news-metadata {
  color: #888;
  font-size: 14px;
}
 
/* 新闻摘要样式 */
 .news-card ul li a .news-summary { font-weight:100;
  margin-top: 15px; font-size:13px; color:#666666;
  line-height: 1.5;
}



/* 内页品牌 */


/*资质荣誉*/
.welfare{
	padding-bottom: 60px;
}
.welfare-list{
	width: calc(100% + 25px);
	width: -webkit-calc(100% + 25px);
	overflow: hidden;
	margin-top: 40px;
}
.welfare-list a{
	display: block;
	color: #666;
	width: calc(25% - 25px);
	width: -webkit-calc(25% - 25px);
	 display:inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px 15px;
	border: 1px solid #E5E5E5;
}
.welfare-a{
	overflow: hidden; max-height:670px;
}
.welfare-a img{ 
 /*height: 20rem;  设置统一的高度 */
  width: 100%; /* 宽度自动调整以保持原始宽高比 */
  object-fit: contain; /* 图片将覆盖整个内容区，可能被裁剪 */}
.welfare-b{ height:45px; line-height:45px;
	font-size: 16px; text-align:center;
/*	line-height: 35px;
	height: 68px;*/
	margin-top: 15px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	 transition: all .3s;
  -webkit-transition:all .3s;
}
.txtcenter{  text-align: center; }
.welfare-c{
	font-size: 12px;
	line-height: 1;
	margin-top: 10px;
}
.welfare-d{
	font-size: 16px;
	line-height: 25px;
	height: 48px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.welfare-e{
	border: 1px solid #ff7f00;
	width: 130px;
	height: 45px;
	font-size: 16px;
	color: #ff7f00;
	line-height: 43px;
	text-align: center;
	margin-top: 35px;
	border-radius: 25px;
	 transition: all .3s;
  -webkit-transition:all .3s;
}
.welfare-list a:hover .welfare-b{ background-color:#2975c7;  
	color: #fff;
	 transition: all .3s;
  -webkit-transition:all .3s;
}
.welfare-list a:hover .welfare-e{
	color: #fff;
	border-color: #c62828;
	background: #c62828;
	 transition: all .3s;
  -webkit-transition:all .3s;
}
.welfare .page{
	background: #fff;
	margin-top: 40px;
}


