

/*css中的display是设置元素显示的方式，block是一块状元素的方式显示，inline是以内联元素的方式显示，none是不显示，块状元素会单独占据一样，其他元素跟他在同一行的会被迫换行，挤到下一行。bolck是此元素将显示为块级元素，此元素前后会带有换行符。多个block元素会各自新起一行。 inline-block 图像在下一行显示*/

@charset "utf-8";
/* CSS Document */

body, div, dl, ddl, dl2, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, button, p, blockquote, pre, hr, th, td, em{
	margin:0;
	padding:0;
}
body{
	color:#464646;
-webkit-text-size-adjust:none; /*background:#dcdcdc;*/	font-family: '微软雅黑', 'Microsoft YaHei', Arial, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6, button, input, select, textarea{font-size:100%; font-weight:normal; font-family:"Microsoft YaHei";}
fieldset, img{border:0; display:inline-block;}
address, caption, cite, code, em, i, strong, th, var{font-style:normal}
ol, ul{list-style:none}
table{border-collapse:collapse; border-spacing:0}
label{cursor:default}
input,textarea{ outline:none}
a{text-decoration:none; cursor:pointer;}
a{color:inherit;}
a:link{text-decoration:none;}
.fleft, .uleft li{float:left; display:inline}
.fright{float:right; display:inline}
.clear{clear:both;}
.clearfix:before, .clearfix:after { content: ""; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }
.layout{ width:1200px;margin:0 auto;}

/* 去除iPhone中默认的input样式 */
input,select,textarea,button{appearance:none; -o-appearance:none; -ms-appearance:none; -moz-appearance:none; -webkit-appearance:none; resize: none; border-radius:0; outline: none; border:none; background-color:transparent; font-family:inherit; font-size:inherit; color:inherit;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; box-sizing:border-box; vertical-align:middle;}

input[type="button"],input[type="radio"],input[type="checkbox"],input[type="submit"],button {cursor:pointer;}

@media screen and (max-width:1220px){
.layout{ width: 1100px; }
}

@media screen and (max-width:1150px){
.layout{ width: 1000px; }
}
@media screen and (max-width:1024px){
.layout{ width: 750px; }
.layout3{display:none;}
}
@media screen and (max-width:768px){
.layout{ width: 94%; }
}



/*reset*/



/*header*/
#warpper{width:100%;position:relative;overflow-x:hidden;}
.header{width:100%;height:auto;position:relative;/*background:#e5e5e5;*/}
.header .tou{ height:120px;padding:28px 0;}
.header .tou .layout{ position:relative; height:auto;}
.header .logo{display:inline-block; }
.header .Top-right{height:73px;float:right;position: absolute;top: 50%;right: 0;margin-top: -36.5px;background:url(../images/top-line.png) no-repeat right center;}
.header .Top-right a{display:inline-block;font-size:12px;color:#949494;margin-left:16px; line-height:40px;margin-top:16px;}
.header .Top-right a.on{color:#1e2831;}
.header .Top-right a.en{ position:relative;margin-right:27px;}
.header .Top-right a.en:before{ content:""; left:-11px; top:0; height:100%; width:6px;position: absolute;background:url(../images/top-line2.png) no-repeat left center;}
.header .Top-right .email{display:inline-block;font-size:12px;color:#909090;padding-left:50px;background:url(../images/top-em.png) no-repeat left center; float:left;margin-right:24px;margin-top:16px;}
.header .Top-right .email .t{font-size:16px;color:#1e2831;line-height:20px;}
.header .Top-right .email .t span{font-size:14px;}
.header .Top-right .email .em{font-size:14px;color:#4f5962;line-height:20px;}

.header .bom{width:100%;height:45px;background-color:#1e2831;border-top:1px solid #1e2831;box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);}
/*nav*/
.header .nav{width:100%;position:relative;}
.header .nav:after{ content:"";width:1px; position:absolute; right:0; height:46px; background:#4f5962;top:0;}
.header .nav li{width:14.28571428571429%;float:left;position:relative;z-index:5;text-align:center;}
.header .nav li.cur{background:url(../images/top-menubg.jpg) repeat left center #4f5962;}
.header .nav li>a{display:block;line-height:45px;font-size:14px;color:#fff;border-left:1px solid #4f5962;}
.nav-body{width:100%;height:0px;position:absolute;top:45px;left:0;z-index:0;-webkit-perspective:400px;-moz-perspective:400px;-ms-perspective:400px;-o-perspective:400px;perspective:400px;}
.nav-body p{min-width:150px;position:relative;}
.nav-body p:after{border-top:1px solid #696969;content:"";width:100%; height:100%;position:absolute;top:0;right:0;background:#232323; z-index:0;filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75; }
.nav-body p{opacity:0;visibility:hidden;-webkit-transform: rotateY(90deg);-moz-transform: rotateY(90deg);-ms-transform: rotateY(90deg);-o-transform: rotateY(90deg);transform: rotateY(90deg);-moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.nav-body p a{color:#fff;display:block;font-size:14px;line-height:26px;padding:5px 20px;text-decoration:none;position:relative; z-index:1;}
.nav-body p:hover a{color: #2091f3;}
.nav li:hover .nav-body{height:auto;z-index:10;}
.nav li:hover .nav-body p{opacity:1;visibility:visible;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;}
.nav li:hover .nav-body p:nth-child(1){
	-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;}
.nav li:hover .nav-body p:nth-child(2){
    -webkit-transition-delay: 50ms;-moz-transition-delay: 50ms;-ms-transition-delay: 50ms;-o-transition-delay: 50ms;transition-delay: 50ms;}
.nav li:hover .nav-body p:nth-child(3) {
    -webkit-transition-delay: 100ms;-moz-transition-delay: 100ms;-ms-transition-delay: 100ms;-o-transition-delay: 100ms;transition-delay: 100ms;}
.nav li:hover .nav-body p:nth-child(4) {
    -webkit-transition-delay: 150ms;-moz-transition-delay: 150ms;-ms-transition-delay: 150ms;-o-transition-delay: 150ms;transition-delay: 150ms;}
.nav li:hover .nav-body p:nth-child(5) {
    -webkit-transition-delay: 200ms;-moz-transition-delay: 200ms;-ms-transition-delay: 200ms;-o-transition-delay: 200ms;transition-delay: 200ms;}

.nav li:hover .nav-body p:nth-child(6) {
    -webkit-transition-delay: 250ms;-moz-transition-delay: 250ms;-ms-transition-delay: 250ms;-o-transition-delay: 250ms;transition-delay: 250ms;}
.nav li:hover .nav-body p:nth-child(7) {
    -webkit-transition-delay: 300ms;-moz-transition-delay: 300ms;-ms-transition-delay: 300ms;-o-transition-delay: 300ms;transition-delay: 300ms;}
.nav li:hover .nav-body p:nth-child(8) {
    -webkit-transition-delay: 350ms;-moz-transition-delay: 350ms;-ms-transition-delay: 350ms;-o-transition-delay: 350ms;transition-delay: 350ms;}
.nav li:hover .nav-body p:nth-child(9) {
    -webkit-transition-delay: 350ms;-moz-transition-delay: 400ms;-ms-transition-delay: 400ms;-o-transition-delay: 400ms;transition-delay: 400ms;}
.nav li:hover .nav-body p:nth-child(10) {
    -webkit-transition-delay: 350ms;-moz-transition-delay: 450ms;-ms-transition-delay: 450ms;-o-transition-delay: 450ms;transition-delay: 450ms;}
.nav li:hover .nav-body p:nth-child(11) {
    -webkit-transition-delay: 350ms;-moz-transition-delay: 500ms;-ms-transition-delay: 500ms;-o-transition-delay: 500ms;transition-delay: 500ms;}
.nav li:hover .nav-body p:nth-child(12) {
    -webkit-transition-delay: 350ms;-moz-transition-delay: 550ms;-ms-transition-delay: 550ms;-o-transition-delay: 550ms;transition-delay: 550ms;}
.nav-body p:nth-child(1) {
    -webkit-transition-delay: 350ms;-moz-transition-delay: 350ms;-ms-transition-delay: 350ms;-o-transition-delay: 350ms;transition-delay: 350ms;}
.nav-body p:nth-child(2) {
    -webkit-transition-delay: 300ms;-moz-transition-delay: 300ms;-ms-transition-delay: 300ms;-o-transition-delay: 300ms;transition-delay: 300ms;}
.nav-body p:nth-child(3) {
    -webkit-transition-delay: 250ms;-moz-transition-delay: 250ms;-ms-transition-delay: 250ms;-o-transition-delay: 250ms;transition-delay: 250ms;}
.nav-body p:nth-child(4) {
    -webkit-transition-delay: 200ms;-moz-transition-delay: 200ms;-ms-transition-delay: 200ms;-o-transition-delay: 200ms;transition-delay: 200ms;}
.nav-body p:nth-child(5) {
    -webkit-transition-delay: 150ms;-moz-transition-delay: 150ms;-ms-transition-delay: 150ms;-o-transition-delay: 150ms;transition-delay: 150ms;}
.nav-body p:nth-child(6) {
    -webkit-transition-delay: 100ms;-moz-transition-delay: 100ms;-ms-transition-delay: 100ms;-o-transition-delay: 100ms;transition-delay: 100ms;}
.nav-body p:nth-child(7) {
    -webkit-transition-delay: 50ms;-moz-transition-delay: 50ms;-ms-transition-delay: 50ms;-o-transition-delay: 50ms;transition-delay: 50ms;}
.nav-body p:nth-child(8) {
    -webkit-transition-delay: 0s;-moz-transition-delay: 0s;-ms-transition-delay: 0s;-o-transition-delay: 0s;transition-delay: 0s;}




.head{ display:none;}
@media screen and (max-width:1200px){
.header .logo img{ max-width:80%;}	
}
@media screen and (max-width:1024px){
	
body {
  position: relative;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  font-size: 1.6rem;
}
body {
    z-index: 1;
    font-size: .32rem
}
.header{display:none;}
.fl {
    float: left
}

.fr {
    float: right
}

.head .head_content,header.head {top: 0;width: 100%;background-color: #e5e5e5;left: 0;z-index: 999; display:block;}
.bd,.ft,.hd {display: inline-block;vertical-align: middle}header.head {position: fixed;height:66px;}
.head .head_content {position: absolute;height:66px;border-bottom: 0px solid #dcdcdc}
.f_menu .f_menu_box>li>a,.footer .f_menu,.head .nav_box .sub_menu>li {border-bottom: 1px solid #69a6ce}
.head .hd img {height: 50px;margin:7px 0 5px 25px;}
.head .menu a {display: inline-block;width: 30px;height: 30px;position: relative;margin: 15px 25px 15px 0;}
.head .menu span {display: block;width: 30px;height: 2px;background:#000;background-size: cover;transition: -webkit-transform .5s ease;transition: transform .5s ease;}
.head .nav_box .menu_box>li,.head nav {width: 100%}
.head .menu .menu_top {position: absolute;top: 2px;right: 0}
.head .menu .menu_mid {position: absolute;top: 9px;right: 0;opacity: 1}
.head .menu .menu_bot {position: absolute;top: 16px;right: 0}
.head .menu span.menu_top_r {-webkit-transform: rotateZ(-45deg);transform: rotateZ(-45deg);-webkit-transform-origin: center;transform-origin: center}
.head .menu .menu_mid_r {opacity: 0}
.head .menu .menu_bot_r {-webkit-transform: rotateZ(45deg);transform: rotateZ(45deg);-webkit-transform-origin: center;transform-origin: center}
.head nav {position: absolute;top: 0;left: 0;background-color:#001415;opacity: 0.9;display: none;height: 100vh;overflow: auto}
/*上面是手机菜单背景色*/
.head .nav_box .menu_box {padding: 100px 3%;padding-top:68px;}
.head .nav_box .menu_box>li>a {display: block;width: 100%;height: 50px;line-height: 50px;border-bottom: 1px solid #69a6ce;color: #fff;font-size: 18px;position: relative;}
.head .nav_box .menu_box>li>a>i {display: inline-block;width: .16rem;height: .16rem;margin: .36rem .18rem 0 .1rem;background-size: cover}
.head .nav_box .menu_box>li>a>i.menu_active {background-size: cover}
.head .nav_box .menu_box>li>a>span.sub_menu_active {background: url(../images/reduce.png) center no-repeat;background-size: contain}
.head .nav_box .menu_box>li>a>span {display: inline-block;width: 30px;height: 30px;margin-top: 10px;margin-right: 10px;background: url(../images/plus.png) no-repeat;background-size: contain;}
.menu_show,.menu_show body {overflow: hidden}
.menu_show body {position: relative;height: 100%}
.head .nav_box .sub_menu {margin: 0;display: none}
.head .nav_box .sub_menu>li {height: 33px;line-height: 33px;}
.head .nav_box .sub_menu>li span {display: inline-block;width: 5px;height: 9px;margin-top: 0px;margin-left: 15px;margin-right: 8px;color: #DC143C;}
/*.head .nav_box .sub_menu>li span {display: inline-block;width: 5px;height: 9px;margin-top: 0px;margin-left: 15px;margin-right: 8px;background: url(../images/ss2.png) no-repeat;background-size: cover;}*/
.f_menu .f_menu_box>li,.footer {width: 100%}
.head .nav_box .sub_menu>li a {display: block;height: 100%;color: #b9e3ff;font-size: 15px;font-weight:300;}

}











/*banner*/
.bannerwarp{width:100%;height:100%;position:relative;}
.banner{overflow: hidden;clear:both;width: 100%;max-height:730px;position: relative;z-index: 1;}
.bx-wrapper{position:relative;margin:auto;padding:0;*zoom:1;}
.bx-wrapper ul li{width:100%;}
.bx-wrapper ul li a{display:block;width:100%;}
.bx-wrapper ul li img{display:block;width:100%;}
.bx-wrapper .bx-pager{position:absolute;left:0px;bottom:24px;z-index:10;width:100%;text-align:center;}
.bx-wrapper .bx-pager-item{margin:0px 5px;display:inline-block;*display:inline;zoom:1;}
.bx-wrapper .bx-pager-item a{display:block;width:6px;height:6px;font-size:0;border:3px solid #fff;border-radius:50%;}
.bx-wrapper .bx-pager-item a.active{background-color:#fff;}
.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-30px;z-index:10;}
.bx-wrapper .bx-prev{left:0px;-webkit-transition: all 0.6s ease;transition: all 0.6s ease;}
.bx-wrapper .bx-next{right:0px;-webkit-transition: all 0.6s ease;transition: all 0.6s ease;}
.bx-wrapper .dnext,.bx-wrapper .dprev{display:block;width:60px;height:60px;background:url(../images/arrow.png) no-repeat;visibility:hidden;opacity:0;}
.bx-wrapper .dnext{background-position:right 0px;}
.bx-wrapper .dprev{background-position:left 0px;}
.bx-wrapper .bx-controls-direction a .dnext::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;background:url(../images/arrow.png) no-repeat #045aa5 right 0px;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);z-index: 0;-webkit-transition: all .4s ease;transition: all .4s ease;}
.bx-wrapper .bx-controls-direction a .dnext:hover::after {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.bx-wrapper .bx-controls-direction a .dprev::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;background:url(../images/arrow.png) no-repeat #045aa5 left 0px;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);z-index: 0;-webkit-transition: all .4s ease;transition: all .4s ease;}
.bx-wrapper .bx-controls-direction a .dprev:hover::after {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.banner:hover .bx-wrapper .dnext,.banner:hover .bx-wrapper .dprev{visibility:visible;opacity:1;}
.banner:hover .bx-wrapper .bx-prev{left:80px;}
.banner:hover .bx-wrapper .bx-next{right:80px;}
.TouchSlide{ display:none}
@media screen and (max-width:1024px){
.bannerwarp{ display:none;}	
/*m_Banner*/
.TouchSlide{width:100%;position: relative; height:auto;  margin:0 auto; overflow:hidden; display:block;padding-top:66px;margin-bottom:-12px;}
.TouchSlide .bd{position:relative; z-index:0;text-align:center;width:100%;}
.TouchSlide .bd li{width:100%;margin-bottom:0px;}
.TouchSlide .bd li img{width:100%;}
.TouchSlide .bd li a{ display:block;}
.TouchSlide .hd {width:100%;position:absolute;z-index:1;bottom:3.125vw;text-align:center;}
.TouchSlide .hd ul li{border:1px solid #fff;cursor:pointer;display:inline-block;*display:inline;zoom:1;width:5px;height:5px;margin:0 0.5em;overflow:hidden;line-height:999px;border-radius:50%;}
.TouchSlide .hd ul li.on{background: #fff;}
}





/*display:flex;弹性布局    flex-direction:row;横向排列    justify-content:space-around;均匀分布    flex-wrap:wrap;父类宽度不够自动换行*/

/*footer*/
.footer-top2{background-color:rgba(0,0,0,0);}/*255,255,255,0白色透明，0,0,0,0为黑色透明*/
.footer{width:100%;background-image:url("bg.gif");background-repeat:repeat;/*background-color:#202022;background-repeat:no-repeat;background-position:center top;box-sizing:border-box;*/ overflow:hidden;/*padding-top:25px;*/}
.footer .beijing{width:100%;height:100%;background-color: rgb(0 0 0 / 68%);background-repeat:repeat!important; padding-top:25px;}
.footer .flist{width:100%;padding-bottom:15px;flex-wrap:wrap;}
.pingbi{width:100%;height:auto;}
.footer .w1080{margin:0 auto;}

.footer .flist .t1 a{font-size:14px;color:#b9b9b9;font-weight:normal;}/*所有分类超级链接*/

.footer .flist .flistBox{float:left;padding-left:45px;}
.footer .flist .flistBox2{float:left;padding-left:80px;}/*中文*/

.footer .flist .footer-lx ddl{font-size:12px;color:#666666;line-height:21px;}
.footer .flist .footer-lx2 ddl{font-size:12px;color:#666666;line-height:30px;}/*中文 联系小标题*/

.footer .flist dl{float: left;padding-right:45px;/*width:135px;*//*text-align:left;*/}
.footer .flist dl2{float:left;padding-right:100px;}/*中文 分类小标题 左浮动 距离右边填充100*/

.footer .flist dl dd a{font-size:12px;color:#666666;line-height:30px;padding-left:0px;/*background:url(bgggggg.gif) no-repeat left center;*/}/*链接文字背景图*/
.footer .flist dl2 dd a{font-size:12px;color:#666666;line-height:30px;}

.footer .flist a:hover{color:#0359a4;/* background-image:url(../images/bottom-ss2.png);*/}/*鼠标经过颜色*/

.footer .flist .footer-lx{float:right;width:280px;padding-right:80px;}
.footer .flist .footer-lx2{float:right;width:250px;padding-right:110px;}/*中文  联系大类浮动 右浮动 距离右边填充110*/
/*.footer .flist .footer-lx td{font-size:12px;}*/
.footer .flist .footer-lx img{ display:block;}/*联系方式图片 显示：块*/
/*.footer .flist .footer-code{float:center;color:#ffffff;font-size:12px;line-height:20px; width:100%;}页脚代码
.footer .flist .footer-code img{max-width:100%;}*/


/*bq*/
.copyright{padding:0px 20px;box-sizing:border-box;position:relative;text-align:center;width:100%;}/*左右填充像素，若用0 0 0 0 为上右下左 顺时针 自动框架 文本居中对齐*/
.copyright span{color:#666666;display: inline-block;font-size:11px; line-height:20px;padding-bottom:5px;}
.copyright a{color:#b9b9b9;display: inline-block;font-size:12px; line-height:20px;}/*超级链接颜色*/
.copyright a:hover{color:#0359a4;}/*鼠标划过颜色*/
@media screen and (max-width:1024px) {
    .footer{width:100%;overflow:hidden;}
	.jian46 {margin-top:-46px;max-width:720px;width:100%;padding:0px 0px;position: relative;} /*relative相对位置，在前面。 absolute完全,在前面。 fixed固定。*/
/*	.footer-top2{display:none;}*/
    .footer .beijing{width:100%;height:100%;background-color:#202022!important;background-repeat:repeat!important; padding-top:0px;}
    .footer .flist{padding-top:10px;}
    .pingbi{display:none;}
	.csdn-side-toolbar{display:none;}
	.footer{max-width:720px;width:100%;padding:0px 0px;}

	.footer .flist .t1 a{font-size:14px;color:#ffffff;font-weight:normal;}/*主分类菜单颜色,不分中英*/     /*字体粗细100-900， 400=normal是正常字体，bold加粗，normal 、bold、bolder 、lighter 、number。normal： 正常的字体*/
	
	 /*display:flex;弹性布局*/
	.footer .layout .flist .flistBox{ display:none;}
	.footer .layout .flist .flistBox2{ display:none;}
	
	.footer .layout .flist .flistBox{color:#ffffff;float:left;padding-left:15px;}
    .footer .layout .flist .flistBox2{color:#999999;float:left;padding-left:15px;}	
	.footer .layout .flist .flistBox dl{float:left;padding-right:20px;max-width:300px;}/*左浮动 右边间距20 中文 大分类*/
    .footer .layout .flist .flistBox2 dl2{float:left;padding-right:20px;max-width:300px;}/*左浮动 右边间距20 中文 小分类*/
	
	
	.footer .layout .flist .flistBox dd a{color:#666666;font-size:12px;line-height:15px;}
	.footer .layout .flist .flistBox2 dd a{color:#666666;font-size:12px;line-height:18px;}/*中文 分类小菜单 字体*/
		
	
    .footer .layout .flist .footer-lx{/*float:left;padding-left:20px;*/width:280px;padding:5px 35px 1px 0;}
	.footer .layout .flist .footer-lx2{/*float:left;padding-left:20px;*/width:280px;padding:5px 35px 1px 0;}/*隐藏左浮动 距离上层5，贴近底部1 中文联系方式*/
	.footer .layout .flist .footer-lx ddl{line-height:15px;color:#666666;/*float:left;padding-right:20px;*/max-width:280px;}
	.footer .layout .flist .footer-lx2 ddl{line-height:18px;color:#666666;/*float:left;padding-right:20px;*/max-width:280px;}
		
.copyright{padding:5px 0px;box-sizing:border-box;text-align:center;position:relative;}/*版权上下边距 左右边距 font-weight:100-900; 加了字号字体变细*/
.copyright span{line-height:15px;}
.copyright a{color:#b9b9b9;display: inline-block;font-size:12px; line-height:15px;}/*超级链接颜色*/

}







/*index_pro*/
.index-pro{width:100%; margin:0 auto;padding-top:13px;padding-bottom:1px;} 



/*ListMenu*/
.ListMenu{ position:relative; float:left;width:300px;margin-right:18px;}
.ListMenu .ListMenu-t{
background:url(../images/navbg.jpg) center bottom repeat #4a545d; text-align:center;line-height:48px; color:#ffffff;font-size:18px;
}
/*List-video*/
.ListMenu .List-video{margin-bottom:10px; overflow:hidden;}
.ListMenu .List-video img{max-width:100%; display:block;}
.ListMenu .List-video img{-moz-transition: all .5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;transition: all .5s ease-in-out;}
.ListMenu .List-video img:hover{-moz-transform: scale(1.05); -webkit-transform: scale(1.05);transform: scale(1.05);}
/*nav 第一行首页产品分类颜色f6f6f5*/
.ListMenu .ListSub{border-top:none; background:#f6f6f5;margin-bottom:10px;}
.ListMenu .ListSub .ul1{padding-bottom:22px;}
.ListMenu .li1{ position:relative;}
.ListMenu .li1:before{ content:""; left:0;right:0; bottom:0; height:1px; width:216px;margin:0 auto;position: absolute;border-bottom:1px dashed #d2d2d2;}
.ListMenu .li1 i{width:47px;height:47px;background:url(../images/ss.png) center center no-repeat; position:absolute;top:50%;right:10px; cursor:pointer;margin-top:-25px;}
.ListMenu .li1 a{display:block;font-size:14px;line-height: 37px;color:#000000;padding: 5px 53px 5px 32px;overflow: hidden;}
.ListMenu .li1 .a1{font-size:14px;color:#000;line-height: 30px;padding: 15px 43px 15px 32px;}
.ListMenu .li1:hover .a1,.ListMenu .li1 .a1.on,.ListMenu li.focus .a1{color:#fff; background:#224778;}
.ListMenu .li1:hover i,.ListMenu li.focus i{background:url(../images/ss2.png) center center no-repeat; }
/*erji*/
.ListMenu .li1 ul{display:none;}
.ListMenu li.on ul,.ListMenu li.focus ul{display:block;}
.ListMenu .li1 ul li a:hover,.ListMenu ul .li1 ul li.on a,.ListMenu ul .li1 ul li a.focus{color:#038887;}
/*ListMenu listSub2 opacity透明底色*/
.ListMenu .listSub2{position:absolute;top:0;margin-left:75px!important;left:203px!important;z-index:100; background:#232323; opacity: 0.85;display:none;padding-top:10px;padding-bottom:10px;}

.ListMenu .listSub2 a{display:block;font-size:14px;line-height:30px; font-weight:normal; color:#fff;width: 191px!important;padding: 5px 20px 5px 20px;}
.ListMenu .listSub2 a:hover{background:#045aa5;text-decoration:none;}
.ListMenu .li1:hover .listSub2{ display:block;}
/*List-contact第一行首页联系方式颜色f6f6f5*/
.ListMenu .List-contact{background:#f6f6f5;margin-bottom:20px; color:#000000;font-size:13px; line-height:24px;}
.ListMenu .ListMenu-wz{padding:28px;}

@media screen and (max-width:1024px) {
.index-pro{padding-top:20px;padding-bottom:20px;} 
.ListMenu{ display:none;}	
}








/*index-pro-right首页产品图像大小*/
.indexright{float:left;width:882px;}
.indexright .indexright-t a{ display:block;line-height:45px;color:#fff;font-size:18px;padding:0 23px; background:url(../images/navbg.jpg) center bottom repeat #4a545d; margin-bottom:10px;}
.indexright .indexright-t a span{ float:right;text-align:right;color:#fff;font-size:16px;}
.indexright .indexright-t a:hover span{color:#cee0ed;}
.proList ul{margin:0 -11px; font-size:0;}
.proList ul li{ display:inline-block;*display:inline; zoom:1;width:50%;margin-bottom:26px;transition: transform 0.3s ease-in-out; vertical-align:top;}
.proList ul li a{border-bottom:1px dashed #b9b9b9;display:block;margin:0 11px;}
.proList ul li .Img{height:auto;border:1px solid #bfbfbf; position: relative;}
.proList ul li .ImgBox{width:100%; height:100%;overflow:hidden;}
.proList ul li .ImgBox img {
	max-width:100%;
	max-height:100%;
	transition: transform 0.3s ease-in-out;
	display:block;
	background-position: center;
}
.proList ul li .ImgBox img{-moz-transition: all .5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;transition: all .5s ease-in-out;}
.proList ul li a:hover .ImgBox img{-moz-transform: scale(1.05); -webkit-transform: scale(1.05);transform: scale(1.05);}
.proList ul li .ListInfo{font-size:20px; color: #535353; line-height:35px;}
.proList ul li .more2{display: block;text-align:right;font-size: 16px;color:#FFF;) line-height: 1px; position:absolute; left:1;right:0; bottom:5px;}
.proList ul li .more2 span{padding-right:15px;background:url(../images/more0.png) left center no-repeat;margin-left:6px;}
@media screen and (max-width:1220px){
.indexright{width:802px;}
}

@media screen and (max-width:1150px){
.indexright{width:702px;}
}
@media screen and (max-width:1024px){
.indexright{width:100%;}
.proList ul{margin:0 -5px;}
.proList ul li a{margin:0 5px}
.proList ul li .more2{font-size: 12px;}
.proList ul li .ListInfo{font-size:14px; line-height:30px;}
}






/*index-lunbo第一行变色未有变化*/
.index-lunbo{width:100%;height:auto;padding-bottom: 40px;padding-top:55px;overflow:hidden;position:relative; background:#E9E9E9;padding:32px 0;/*margin-bottom:115px;*/margin-top:45px;}
.index-lunbo ul{height:auto;font-size:0;padding-bottom:1px!important;}
.index-lunbo ul li{display:inline-block;*display:inline; zoom:1;list-style:none; width:16.66666666666667%;vertical-align:top;margin-bottom:-1px;}
.index-lunbo ul .Img{ width:100%;}
.index-lunbo ul .Img a{border:5px solid #fff;display:block;margin-left:-1px; text-align:center;}
.index-lunbo ul li .Img .ImgBox{width:100%; height:auto;overflow:hidden; position:relative; display:block;}
.index-lunbo ul li .Img .ImgBox:after{ content:""; left:0;right:0; bottom:0; height:100%; width:100%;position: absolute;background:#000;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.index-lunbo ul li a:hover .ImgBox:after{filter:alpha(opacity=35); -moz-opacity:0.35; -khtml-opacity: 0.35; opacity: 0.35;}
.index-lunbo ul li .ImgBox img {max-width:100%; max-height:100%;}
.index-lunbo ul li .ImgBox img{-moz-transition: all .5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;transition: all .5s ease-in-out;}
.index-lunbo ul li{display:inline-block;*display:inline; zoom:1;list-style:none; vertical-align:top;margin-bottom:-1px;}
@media screen and (max-width:1220px){ 
.index-lunbo{margin-bottom:80px;margin-top:30px;}
}
@media screen and (max-width:1150px){ 
.index-lunbo{margin-bottom:50px;margin-top:20px;}
}
@media screen and (max-width:1024px){ 
.index-lunbo{margin-bottom:40px;margin-top:0;}
.index-lunbo ul li{width:16.66666666666667%;}	 
}
@media screen and (max-width:768px){ 
.index-lunbo ul li{width:20%;}	
}





/**********************page**********************/



/*pagebanner*/
.pagebannerBox {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	position: relative;
	height: 300;
}
.pagebannerBox img{width:100%; display:block;}
@media screen and (max-width:1024px){
.pagebannerBox {margin-top:66px;}
}



/********page*******/
/*.page{padding-bottom:55px;}*/
.page{padding-bottom:0px;}
.position{font-size:14px;color:#464646; line-height:30px;padding:5px 0;text-align:right;}
.position a{color:#464646;}
.position a:hover{color:#224778;}
.position2{
	font-size:14px;
	line-height:30px;
	padding:5px;
	text-align: right;
}
.position2 a{color:#464646;}
@media screen and (max-width:1024px){
.position{font-size:12px;line-height:18px;}
.position2{
	font-size:12px;
	line-height:18px;
}
}


/********menu2*e9e9e无变化*******/
.ListMenu2{float:left;width:310px;margin-right:24px; height:100%;}
.ListMenu2 .ListMenu-tit{padding:50px 30px;background:url(../images/page-menubg.jpg) center bottom no-repeat #424242; text-align:center;margin-bottom:4px;}
.ListMenu2 .ListMenu-tit .tt{font-size:18px;color:#fff;line-hieght:30px; }
.ListMenu2 .ListMenu-tit .en{font-size:14px;margin-top:4px;font-weight:300;margin-left:10px;}
.ListMenu2 .li1{ position:relative;}
.ListMenu2 .li1 a{font-size:14px;line-height:26px;color:#464646;overflow: hidden;padding:10px 37px 10px 32px; display:block;border-bottom:2px solid #dcdcdc; background:#e9e9e9;transition: padding 0.3s ease-in-out;}
.ListMenu2 .li1.focus .a1,.ListMenu2 .li1:hover .a1{color:#fff;background:url(../images/s.png) 90% center no-repeat #4a545d;}
.ListMenu2 .li1 a:hover{padding-left:42px;}

/*List-contact左侧 简介和联系底色f6f6f7*/
.ListMenu2 .List-contact{background:#f6f6f7;margin-bottom:20px; color:#000000;font-size:13px; line-height:24px;margin-top:20px;/*border-bottom:1px solid #4a545d;*/}
.ListMenu2 .ListMenu-wz{padding:25px 23px;}<!--后数值为距离左右边边框大小-->
.ListMenu2 .ListMenu-wz img{max-width:100%;}
@media screen and (max-width:1024px){
.ListMenu2{float:none;width:100%;margin-right:0;margin-bottom:10px;}
.ListMenu2 .ListMenu-tit,
.ListMenu2 .List-contact{ display:none;}
.ListMenu2 .li1{display:inline-block;}
.ListMenu2 .li1 a{min-width:100px; text-align:center;}
.ListMenu2 .li1.focus .a1,.ListMenu2 .li1:hover .a1{color:#fff;background:#224778;}
}
@media screen and (max-width:768px){
.ListMenu2 .li1 a{padding:5px 15px 5px 15px;}	
}





/*page-right内容 简介和联系底色f6f6f6*/
.page-rihgt{float:left;width:866px; }
.pageInfo{padding:40px; background:#f6f6f6; font-size:14px; line-height:30px; color:#000;min-height:438px;}
.page img{max-width:100%;}
.pageTit{font-size:24px; text-align:center; line-height:normal;margin-bottom:20px;}
.proInfo{
	font-size:14px;
	line-height:35px;
	background-color:#fff;
	color:#000;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
}
.proInfo2{
	font-size:14px;
	line-height:35px;
	background-color:#fff;
	color:#000;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
}
.proInfo3{
	font-size:14px;
	line-height:35px;
	background-color:#fff;
	color:#000;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
}


.proInfo3{display:none;}
/*@media screen and (max-width:1220px){
.page-rihgt{float:left;width:766px;}	
}
@media screen and (max-width:1150px){
.page-rihgt{float:left;width:666px;}	
}*/
@media screen and (max-width:1024px){
.proInfo2{display:none;}
.proInfo3{display:block;}
.enlarge{margin-top:-15px;color:#666666;}

.page-rihgt{float:none;width:100%;}
.pageInfo{padding:15px;}
.pageTit{font-size:18px;margin-bottom:15px;}	
/*.proInfo2{padding:15px;}*/
}





/*pageList*/
.pageList ul{margin:0 -40px; font-size:0;}
.pageList ul li{
	display:inline-block;
*display:inline; 	zoom:1;
	width:50%;
	margin-bottom:49px;
	transition: transform 0.3s ease-in-out;
	vertical-align:top;
}
.pageList ul li a{border-bottom: 1px dashed #a0a0a0;display:block;margin:0 40px;}
.pageList ul li .Img{width:100%; height:auto;overflow:hidden;border:3px solid #d2d2d2;}
.pageList ul li .ImgBox{width:560px;height:375px;vertical-align:middle;text-align:center;display:table-cell;}
.pageList ul li .ImgBox img {max-width:100%; max-height:100%;transition: transform 0.3s ease-in-out; display:block; margin:0px auto;}
.pageList ul li .ImgBox img{-moz-transition: all .5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;transition: all .5s ease-in-out;}
.pageList ul li a:hover .ImgBox img{-moz-transform: scale(1.05); -webkit-transform: scale(1.05);transform: scale(1.05);}
.pageList ul li .ListInfo{font-size:26px; color: #464646; line-height:80px;}
@media screen and (max-width:1220px){
.pageList ul{margin:0 -20px;}
.pageList ul li a{margin:0 20px;}
.pageList ul li .ListInfo{font-size:24px;line-height:70px;}
.pageList ul li .ImgBox{width:530px;height:374px;}
}
@media screen and (max-width:1150px){
.pageList ul{margin:0 -15px;}
.pageList ul li{margin-bottom:30px;}
.pageList ul li a{margin:0 15px;}
.pageList ul li .ListInfo{font-size:20px;line-height:60px;}
.pageList ul li .ImgBox{width:485px;height:342px;}
}
@media screen and (max-width:1024px){
.pageList ul{margin:0 -10px;}
.pageList ul li{margin-bottom:20px;}
.pageList ul li a{margin:0 10px;}
.pageList ul li .Img{border:2px solid #d2d2d2;}
.pageList ul li .ImgBox{width:100%; height:auto; display:block;}
.pageList ul li .ListInfo{font-size:18px; line-height:50px;}
}
@media screen and (max-width:768px){
.pageList ul{margin:0 -5px;}
.pageList ul li a{margin:0 5px}
.pageList ul li .Img{border:1px solid #d2d2d2;}
.pageList ul li .ListInfo{font-size:14px; line-height:40px;}
}




/*产品详情页视频控件*/
.proImg{/*border:3px solid #d2d2d2;*/ text-align:center;}
.proImg img{ width:100%;}
.proImg video{max-width:100%;margin:0 auto; width:640px; height:360px;background:#000;}
.proImg source{max-width:100%;margin:0 auto;}
.proTit{ text-align:left;margin-bottom:10px;margin-top:10px;}
.proTit span{ display:inline-block;font-size:20px;color:#fff; line-height:65px;background:#0071bd; padding:0 50px; width:auto; text-align:center;}
@media screen and (max-width:1024px){
.proTit{margin-bottom:20px;margin-top:0px;}
.proTit span{font-size:18px;line-height:40px;padding:0 30px; width:auto;}
.proImg video{width:100%;height:auto;}
}
@media screen and (max-width:768px){
.pageList ul{margin:0 -5px;}
.pageList ul li a{margin:0 5px}
.pageList ul li .ListInfo{font-size:14px; line-height:40px;}
}
@media screen and (max-width:640px){
.proTit span{font-size:16px;line-height:35px;padding:0 20px; width:auto;}
}










/*pageNews新闻*/
.pageNews{ width:100%; overflow:hidden;padding-bottom:35px;background:#f6f6f6;}
.pageNews .newli{padding:0 40px;background:#f6f6f6;}
.pageNews .newli a{ display:block;padding:35px 0;border-bottom:1px dashed #cacaca;}
.pageNews .newli .ImgBoxB{float:left;overflow:hidden;width:260px;height:auto;margin-right:40px;}
.pageNews .newli .ImgBox{foverflow:hidden;width:260px;height:170px;}
.pageNews .newli .ImgBox img{width:100%;max-width:260px;max-height:170px;
   -webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
   -o-transition: all 0.6s ease-in-out;
   -ms-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out;
}
.pageNews .newli a:hover .ImgBox img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.pageNews .newli a .nr{padding-top:30px;}
.pageNews .newli a h1{ font-size:22px;color:#464646;line-height:34px;height:68px;margin-bottom:20px;font-weight:normal; overflow:hidden;}
.pageNews .newli a .date{ font-size:14px;color:#757575;line-height:28px;font-weight:normal; overflow:hidden;}
.pageNews .newli a:hover{ background:#fbfbfb;}
@media screen and (max-width:768px) {
.pageNews{padding-bottom:15px;}
.pageNews .newli{padding:0 15px;}
.pageNews .newli a{padding:15px 0;}
.pageNews .newli .ImgBoxB{width:40.625vw;margin-right:3%;}
.pageNews .newli .ImgBox{width:40.625vw;height:26.5625vw;}
.pageNews .newli a .nr{padding-top:2%;}
.pageNews .newli a h1{ font-size:14px;line-height:1.5rem;height:3rem;margin-bottom:10px;}
.pageNews .newli a .date{ font-size:12px;line-height:20px;}
}












/*contactTableB*/
.contactTableB{margin-bottom:60px;}
.contactTableB .tt{font-size:18px;color:#1e2831; line-height:30px; text-align:center; font-weight:600;}
.contactTableB .tt2{font-size:15px;color:#1e2831; line-height:24px; text-align:center;}
.contactTableB .contactTable{ float:left; width:33.3333333%;}
.contactTableB .contactTable td{ text-align:center;}
.contactTableB .contactTable2{background:url(../images/contact-line.png) right center no-repeat;}
@media screen and (max-width:768px){
.contactTableB .contactTable{ float:none; width:100%;}
.contactTableB .contactTable2{background:none}
.contactTableB{margin-bottom:30px;}
.contactTableB .tt{font-size:16px;line-height:30px;}
.contactTableB .tt2{font-size:12px;line-height:24px; }

}
@media screen and (max-width:640px){
.contactTableB .contactTable td img{width:20.3125vw;}	
	
}



/*pageMap*/
.pageMap{margin-bottom:50px;}
@media screen and (max-width:768px){
.pageMap{margin-bottom:30px;}
}


/*feedback2Box*/
.feedback2Box{ padding:0 0  10px 0;font-size:14px;color:#464646;line-height:30px;}
.feedback2Box .contact-tit{font-size:24px;line-height: 30px; font-weight:600; text-align:center; color:#000000;}
.feedback2{font-size:14px;color:#464646;line-height: 30px;text-align:left;padding:0;margin:0 -8px;margin-top:40px;}
.feedback2 .tt{font-size:16px;color:#000000;line-height: 30px;}
.feedback2 .l1{float:left;width: 50%;}
.feedback2 .l1Box{margin:0 8px;}
.feedback2 .text{display:block;width: 100%;padding:4px 3% 4px 3%;height:43px;margin-bottom:15px;outline:none;font-size:14px;color:#a0a0a0;font-family:Arial,"微软雅黑",Sans-Serif;border:none;border-radius:0;background:#f0f0f0;text-align:left;}
.feedback2 .text2{display:block;width:100%;padding:10px 1.5% 10px 1.5%;height:126px;margin-bottom:15px;outline:none;font-size:14px;color:#a0a0a0;font-family:Arial,"微软雅黑",Sans-Serif;border:none;border-radius:0;background:#f0f0f0;text-align:left;}
.feedback2 .getcode{display:inline-block;width:25%;padding:4px 3% 4px 3%;height:43px;margin-bottom:0;
outline:none;font-size:14px;color:#a0a0a0;font-family:Arial,"微软雅黑",Sans-Serif;border:none;border-radius:0;background:#f0f0f0; float:left;}
.feedback2 .kk{font-size:14px;color:#464646;margin-left:2px; float:left; line-height:43px; vertical-align:middle;}
.feedback2 .inputbtn{display:inline-block;width:38%;height: 43px;line-height: 43px;margin:0;outline:none;font-size:14px;color: #fff;font-family: Arial,"微软雅黑",Sans-Serif;border:none;background-color: #0071bd;cursor:pointer;border-radius:0;text-align:center; float:right;transition:all 0.3s ease-in-out;}
.feedback2 .inputbtn:hover{ background:#4a545d;}
@media screen and (max-width:1024px){
.feedback2Box .contact-tit{font-size:20px;}
	
}
@media screen and (max-width:768px){
.feedback2{margin:0;margin-top:30px;}
.feedback2Box .contact-tit{font-size:18px;}
.feedback2 .l1{float:none;width:100%;}
.feedback2 .kk{ display:inline-block; clear: both;}
.feedback2 .text{width: 100%;padding:4px 3% 4px 3%;}
.feedback2 .getcode{width:100%;padding:4px 3% 4px 3%;margin-bottom:15px;}
.feedback2 .inputbtn{width:100%;}
}










/*page-back*/
.page .page-back{ margin:0 auto; text-align:center;padding:40px 0; border-top:1px solid #d6d6d6;margin-top:40px;}
.page .page-back a{display:block;width:160px;font-size: 14px;line-height: 42px;height:42px;overflow:hidden; text-align:center;border-radius:5px;color: #fff; background:#464646;margin:0 auto;-webkit-transition: 0.3s;-moz-transition: 0.3s;transition: 0.3s; text-transform:uppercase;}
.page .page-back a:hover{background: #0b3769;}


/*top-fixed*/
.header.top-fixed .bom{ position:fixed; top:0; z-index:500;}
