


body{
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    font-size:14px;
    color: #333;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{text-decoration:none;color:black; transition: all .3s ease-in-out;}
.left{
    float: left;
}
.right{
    float: right;
}
.bodywidth{
    width: 1400px;
    margin: auto;
}
.header{
    height: 45px;
    line-height: 45px;
    background: #0070C0;
    color: white;
}
.header a{
    color: white;
}
.header .left{
    background: url('../../style/cn_style/l1.png') no-repeat left center;
    text-indent: 20px;

}
.header .right{
    background: url('../../style/cn_style/r1.png') no-repeat left center;
    text-indent: 30px;  
}
.top{
    height: 90px;   
    z-index: 100;
    position: relative;
}
.top .logo{
    background: url('../cn_style/logo.jpg') no-repeat left 15px;
    height: 70px;
    font-size: 30px;
    font-weight: bold;
    text-indent: 70px;
    padding: 12px 0 0;
}
.top .logo span{
    display: block;
    font-weight: normal;
    text-indent: 70px;
    padding: 2px 0 0;
    font-size: 17px;
}
.top .nav{
    height: 90px;
    line-height: 90px;

}
.top .nav ul{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap; 
}
.top .nav ul li{
    font-size: 16px;
    position: relative;    
    z-index: 100;    

}
.top .nav ul li a{
    display: block;
    color: #333;
    text-align: center;
    width: 120px;

    font-size: 18px;
}
.top .nav ul li a:hover{
    display: block;
    background:#0070C0;
    color: white;
  
}
.top .nav ul ul{
	display: none;
	position:absolute;
	top: 90px;
	left: 0;
    width: 200px;
	background: #006AD0;
	opacity: 0.9;
	z-index: 100;
}
.top .nav ul ul li{
	height: 40px;
	line-height: 40px;
    width: 200px;
}
.top  .nav ul ul li a{
    display: block;
	color: white;
	font-size: 14px;        width: 200px;
}
.header .nav ul ul li a:hover{
    background:#005797;
}


.top .tel{

    background: url('../../style/cn_style/tel.png') no-repeat left center;
    height: 90px;
    text-indent: 40px;
    font-size: 22px;
    line-height: 90px;
}
.top .tel img{
    transition: all .3s ease-in-out;
}
.top .tel img:hover{
    transform:scale(1.1);
    cursor: pointer; 
}
.banner{
    z-index: 0;
}
.search{
    height: 60px;
    line-height: 60px;
    background: #F1F1F1;
    z-index: 100;
    position: absolute;
    width: 100%;
    color: #333;

}

/*********************** 样式 *************************/
.picChange{width:100%;height:600px;position:relative;}

/* 动画区域 */
.picChange .PicList{width:100%;height:100%;position:relative;overflow:hidden;transform-style:preserve-3d; perspective:1000px;}
.picChange .PicList div{position:absolute;display:none;width:100%;height:100%;background-size:cover;background-position:center;}
.picChange .PicList div a{display: block; width:100%;height:100%;}
.picChange .PicList div.show{display: block;z-index:1;}

/* 列表按钮区域 */
.picChange .BtnList{bottom:20px; width:100%; position: absolute; z-index:1;  text-align: center; padding:0; list-style: none;}
.picChange .BtnList li{width:80px; height:40px; opacity: 0.8; border:3px white solid; margin:0px 5px; display: inline-block;  background-size:cover;background-position:center; transition: all .3s ease-in-out;}
.picChange .BtnList li:hover{position: relative; transform: scale(1.1); z-index:2; cursor: pointer;}
.picChange .BtnList li.act{opacity: 1; transform: scale(1.2);margin:0px 20px;}

/* 箭头按钮区域 */
.picChange .BtnArrow{width:100%; position: absolute; top:50%; margin-top:-40px; z-index:1;}
.picChange .BtnArrow span{display:block; position: absolute; width:50px; height:80px; background-color: black; opacity: 0.1; cursor: pointer; color:white; font-family: "宋体"; font-size: 70px; text-align: center; transition: all .3s ease-in-out;}
.picChange:hover .BtnArrow span{opacity: 0.4;}
.picChange .BtnArrow span:hover{opacity: 0.7;}
.picChange .BtnArrow span.BtnLeft{ left:10px; }
.picChange .BtnArrow span.BtnRight{ right:10px; }



.gsjjindex{
    padding:40px 0;
}
.gsjjindex .title{
    font-size: 45px;
    text-align: center;
}
.gsjjindex .title a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;  
}
.gsjjindex .title a{
    color: #0070BF;
}
.gsjjindex .titlecont{

    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.gsjjindex .titlecont a{
    color: #666;
}
.gsjjindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.gsjjindex .titleline{
    background: #1AA343;
    width: 28px;
    height: 2px;
    margin: auto;
}



.gsjjindex ul{
    width: 1400px; 
    margin:40px  auto;   
}
.gsjjindex ul li {
    position: relative;
    width: 1400px;
    height: 400px;
}


.gsjjindex ul li .cont{
    font-size: 16px;
    line-height: 200%;
    width: 660px;
    position: absolute;
    top: 0px;
}

.gsjjindex ul li .more{
    width: 660px;
    position: absolute;
    bottom: 50px;
}
.gsjjindex ul li .more a{
    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background:#0070C0;
    color: white;
    border-radius: 3px;
}
.gsjjindex ul li .more a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;      
    background: #1B2D45;
}
.gsjjindex ul li .image{
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    height: 460px;
}
.gsjjindex ul li .image img{
    transition: all .3s ease-in-out;
}
.gsjjindex ul li .image img:hover{
    transform:scale(1.05);
    cursor: pointer; 
}



.cpzsindex{
    background: #F5F5F5;
    padding: 40px 0 0;
    overflow: hidden;
}
.cpzsindex .title{
    font-size: 45px;
    text-align: center;
}
.cpzsindex .title a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.cpzsindex .titlecont{
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.cpzsindex .titlecont a{
    color: #666;
}
.cpzsindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.cpzsindex .titleline{
    background: #1AA343;
    width: 28px;
    height: 2px;
    margin: auto;
}
.cpzsindex ul{
    display: flex; 
    margin: 40px 0;
}
.cpzsindex ul li{
    position: relative;    
    overflow: hidden;
}
.cpzsindex ul li .name{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.cpzsindex ul li .name a{
    color: white;
}
.cpzsindex ul li:nth-child(1){
    width: 25%;
}
.cpzsindex ul:hover li{
    /* transition: all .3s; */
    width: 25%;
}

.cpzsindex ul li:nth-child(1) img{

}
.cpzsindex ul:hover li:nth-child(1):hover{
    width: 25%;
}
.cpzsindex ul li:nth-child(2){
    width: 25%;
    margin-left:2px;
}
.cpzsindex ul:hover li:nth-child(2):hover{
    width: 25%;
}
.cpzsindex ul li:nth-child(3){
    width: 25%;
    margin-left:2px;
}
.cpzsindex ul:hover li:nth-child(3):hover{

}
.cpzsindex ul li:nth-child(4){
    width: 25%;
    margin-left:2px;
}
.cpzsindex ul:hover li:nth-child(4):hover{

}
.cpzsindex ul li .image img{
    transition: all .3s ease-in-out;
}
.cpzsindex ul:hover li .image img:hover{
    transform:scale(1.05);
    cursor: pointer; 
}

.cpxlindex{
 
    overflow: hidden;
    padding:40px 0 0;
    clear: both;
}
.cpxlindex .title{
    font-size: 35px;
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
  
}
.cpxlindex .title a{
    color: #0070BF;
}
.cpxlindex .title a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.cpxlindex .titlecont{
    color: #999;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.cpxlindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.cpxlindex .titlecont a{
    color: #666;
}
.cpxlindex .titleline{
    background: #1AA343;
    width: 28px;
    height: 2px;
    margin: auto;    
}
.cpxlindex .titleline a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.cpxlindex .cpxl{

   
}
.cpxlindex .cpxl a{
    color: white;
}
.cpxlindex .cpxl img{
    border: 1px #CCC solid;
}

.cpxlindex .cpxl a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}

.cpxlindex ul{
    padding: 40px 0;   
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;     
}
.cpxlindex ul li{
    width:420px;
    height: 320px;
    position: relative;
    padding-bottom: 80px;
}
.cpxlindex  ul li .image img{

    width:420px;
    height: 320px;
    transition: all .3s ease-in-out;
}
.cpxlindex  ul li .image img:hover{
    transform:scale(1.1);
    cursor: pointer; 
}

.cpxlindex  ul li .name{
    position: absolute;
    bottom:40px;
    width:422px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    background:#0070BF;
}


.cpxlindex ul li .name a{
    color: #fff;   
}
.cpxlindex  ul li .name a:hover{
    color: #1877D3;
}
.tjcpindex{
 
    padding: 50px 0;
}
.tjcpindex .title{
    font-size: 45px;
    text-align: center;
}
.tjcpindex .title a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.tjcpindex .title a{
    color: #0070BF;
}
.tjcpindex .titlecont{
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.tjcpindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.tjcpindex .titlecont{
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.tjcpindex .titlecont a{
    color: #666;
}
.tjcpindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.tjcpindex .titleline{
    background: #1AA343;
    width: 28px;
    height: 2px;
    margin: auto;
}
.tjcpindex  ul{
    padding: 40px 0;   
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;     
}
.tjcpindex  ul li {

}
.tjcpindex  ul li .name{

}
.tjcpindex  ul li img{
 
    transition: all .3s ease-in-out;
}
.tjcpindex  ul li img:hover{
    transform:scale(1.1);
    cursor: pointer; 
}
.hfysindex{
    padding: 60px 0 0;
}
.hfysindex .title{
    font-size: 45px;
    text-align: center;

    background: url('../cn_style/tline.png') no-repeat center center;
}
.hfysindex .title a{
    color: #333;
}
.hfysindex .title a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.hfysindex .titlecont{
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.hfysindex .titlecont a{
    color: #666666;
}
.hfysindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.hfysindex  ul{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;  
    padding: 40px 0 0;
}
.hfysindex  ul  li{
    height: 300px;
    background: url('../../style/cn_style/alline.jpg') no-repeat left center;
    text-align: center;
    width: 280px;
}
.hfysindex  ul  li a{
 
}
.hfysindex  ul  li .name{
    font-size:25px;
    padding: 5px 0;
}

.hfysindex  ul  li .cont{
    font-size: 16px;
    color: #E5E5E5;
}
.hfysindex  ul  li:first-child{
    background: none;
}

.hfysindex  ul  li:nth-child(1) .image{
   background: url('../cn_style/y1.png') no-repeat left center;   
   width: 48px;
   height: 56px;
 
}
.hfysindex  ul  li:nth-child(2) .image{
    background: url('../cn_style/y2.png') no-repeat left center;   
    width: 48px;
    height: 56px;  
 }
 .hfysindex  ul  li:nth-child(3) .image{
    background: url('../cn_style/y3.png') no-repeat left center;   
    width: 48px;
    height: 56px; 
 }
 .hfysindex  ul  li:nth-child(4) .image{
    background: url('../cn_style/y4.png') no-repeat left center;   
    width: 48px;
    height: 56px;   
 }
 .hfysindex  ul  li:nth-child(5) .image{
    background: url('../cn_style/y1.png') no-repeat left center;   
    width: 48px;
    height: 56px;   
 }
 .hfysindex  ul  li .image{
    margin: 60px auto 0;
}
.alzsindex{
    overflow: hidden;
}
.lxwmindex{
    background: url(../cn_style/lxbg.jpg) no-repeat center top;
    height: 700px;
}
.lxwmindex .title{
    font-size: 45px;
    text-align: center;
    padding-top: 50px;
}

.lxwmindex .title a{
    color: #0070BF;
}
.lxwmindex .titlecont{
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.lxwmindex .titlecont a{
    color: #666;
}
.lxwmindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.lxwmindex .titleline{
    background: #1AA343;
    width: 28px;
    height: 2px;
    margin: auto;
}

.lxwmindex ul{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;   
    background:url('../../style/cn_style/jj.png') no-repeat center center;
    position: relative;
    height: 420px;
    margin-top: 40px;

}
.lxwmindex ul li {
    color: #666;
    text-align: center;
    font-size: 16px;
    width: 220px;

}
.lxwmindex ul li:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
}
.lxwmindex ul li:nth-child(2){
    position: absolute;
    bottom: 0;
    left: 120px;
}

.lxwmindex ul li:nth-child(3){
    position: absolute;
    top: 0;
    left: 300px;
}
.lxwmindex ul li:nth-child(4){
    position: absolute;
    bottom: 0;
    left: 440px;
}
.lxwmindex ul li:nth-child(5){
    position: absolute;
    top: 0;
    left: 640px;
}
.lxwmindex ul li:nth-child(6){
    position: absolute;
    bottom: 0;
    left: 800px;
}
.lxwmindex ul li:nth-child(7){
    position: absolute;
    top: 0;
    left: 970px;
}
.lxwmindex ul li:nth-child(8){
    position: absolute;
    bottom: 0;
    left: 1120px;
}
.lxwmindex ul li:nth-child(9){
    position: absolute;
    bottom: 0;
    left: 1300px;
}
.lxwmindex ul li a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}

.ryzsindex{
    background: #E5E5E5;
    padding: 30px 0;
}
.ryzsindex .title{
    font-size: 45px;
    text-align: center;
}
.ryzsindex .title a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.ryzsindex .titlecont{
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.ryzsindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.ryzsindex .titleline{
    background: #006AD0;
    width: 28px;
    height: 2px;
    margin: auto;
}
.ryzsindex ul{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;  
    padding: 40px 0;  
}
.ryzsindex ul  img{
    transition: all .3s ease-in-out;
}
.ryzsindex ul img:hover{
    transform:scale(1.1);
    cursor: pointer; 
}

.alzsindex{
    padding: 40px 0;
    overflow: hidden;
}
.alzsindex .title{
    font-size: 45px;
    text-align: center;
}
.alzsindex .title a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.alzsindex .titlecont{
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.alzsindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.alzsindex .titleline{
    background: #006AD0;
    width: 28px;
    height: 2px;
    margin: auto;
}
/*产品选项卡*/
.TabTitle {
}
.myTab .TabTitle ul {

    width: 1400px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;   
}
.myTab .TabTitle li {
	float: left;
	cursor: pointer;
	height: 130px;
	font-size: 18px;
    background: url('../cn_style/albg.jpg') no-repeat left center;
	color: #333;
    width: 320px;

}
.myTab .TabTitle li span{
    display: block;
   padding-left:50px;
   padding-top: 20px;
}
.myTab .TabTitle li span a{
    font-size: 30px;
    font-weight: bold; 
    display: block;
}
.myTab .TabTitle li span a:hover{

    color: #1877D3;  
}
.myTab .TabTitle li.normal {

}
.myTab .TabTitle li.active {

}
.myTab .TabContent {
	position: relative;

}
.myTab .TabContent div.normal {
	display: none;
	z-index: 0;
}
.myTab .TabContent div.active {
	z-index: 1;
}
/*产品选项卡1-1*/
.myTab1_Content {
	width: 100%;

}
.myTab1_Content img{
    transition: all .3s ease-in-out;
}
.myTab1_Content img:hover{
    transform:scale(1.1);
    cursor: pointer;    
}
.xwzxindex{
    overflow: hidden;
    padding: 60px 0;
}
.xwzxindex .title{
    font-size: 45px;
    text-align: center;  background: url('../cn_style/tline.png') no-repeat center center;
}
.xwzxindex .title a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}
.xwzxindex .titlecont{
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}
.xwzxindex .titlecont a:hover{
    display: block;
    transform: rotateY(360deg);
	transition: all .8s ease-in-out; /*动画时间*/;
    cursor: pointer;
}


.xwzxindex  ul {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap; 
    padding: 30px 0;  
}

.xwzxindex  ul  li{
    width: 450px;  


}
.xwzxindex  ul  li .Time{

    width: 450px;  
    font-size: 14px;
  
}
.xwzxindex  ul  li .Image img{
    width: 450px;  
    height: 260px;
}
.xwzxindex  ul  li .Name{
 
    font-size: 22px;
    padding-top: 15px;

    width: 450px;  
}
.xwzxindex  ul  li .Name a.ColName{
    display:none;
}
.xwzxindex  ul  li .Desc{
    padding: 5px 0px 10px 0px;
    line-height: 160%;
    height: 38px;
    overflow: hidden;          width: 450px;  
}
.xwzxindex  ul  li  .More{
      width: 450px;  
}
.xwzxindex  ul  li  .More a{
    color: #006AD0;
}

.xwzxindex  ul  li{
    transition: all .3s ease-in-out;
}
.xwzxindex  ul  li:hover{
    transform:scale(1.05);
    cursor: pointer; 
}
.bottom{
    background: #333333;
    height: 200px;
    border-top: 5px #0070C0 solid;
    color: white;
    padding: 50px 0;
}
.bottom .left .title{
    font-size: 30px;
}
.bottom .left .title span{
    font-size: 16px;

}
.bottom .left ul {
    padding: 10px 0;
}
.bottom .left ul li{
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    text-indent: 50px;
}
.bottom .left ul li:nth-child(1){
    background: url('../../style/cn_style/f1.png') no-repeat left center;
}
.bottom .left ul li:nth-child(2){
    background: url('../../style/cn_style/f2.png') no-repeat left center;
}
.bottom .left ul li:nth-child(3){
    background: url('../../style/cn_style/f3.png') no-repeat left center;
}
.bottom .left ul li:nth-child(4){
    background: url('../../style/cn_style/f4.png') no-repeat left center;
}
.bottom .right{
    text-align: center;
}
.bottom .right span{
    display: block;
    padding-top: 5px;
}

.footer{
    background: #111;
    border-top: 5px #333333 solid;
    height: 50px;
    line-height: 50px;
    color: white;
 

}
.nbanner{

    height: 500px;
}
.neiyecont{
    padding: 40px 0;
    overflow: hidden;
}
.neiyecont1{
    background: url('../cn_style/wz.jpg') no-repeat left center;
    text-indent: 30px;
  
}
.neiyecont1 .Station{
    color: #666;
}




.neiyecont2{
    padding: 20px 0;
    overflow: hidden;

}
.neiyecont2_1{
    width: 240px;
}
.neiyecont2_1_1{

}

.neiyecont2_1_1 .title{
    background: #014099;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: white;
    text-indent: 10px;

}
.neiyecont2_1_1 ul.ProdMenu>li>a{
    display: none;

}
.neiyecont2_1_1 ul ul{
    border: 1px #CCC solid;


}
.neiyecont2_1_1 ul ul li{

    border-bottom: 1px #DDD solid;
    background: #EEE;
}
.neiyecont2_1_1 ul ul li:first-child{   
    border-top: none;
}
.neiyecont2_1_1 ul ul li a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}
.neiyecont2_1_1 ul ul li a:hover{
    color: #014099;  
}
.neiyecont2_1_1 ul ul ul{
    display: none;
    border:none;
}
.neiyecont2_1_1 ul ul ul li{
    background: #FFF;
}
.neiyecont2_1_1 ul ul ul li a{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px #EEE solid;
}

.neiyecont2_1_1 .xwzx .Name{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.neiyecont2_1_1 .xwzx .Name a.ColName{
    display: none;
}
.neiyecont2_1_1 .xwzx .Desc{
   color: #999;
   height: 60px;
   overflow: hidden;
}
.neiyecont2_1_1 .xwzx ul{
    border: 1px #CCC solid;
    padding: 20px 0;
}
.neiyecont2_1_1 .xwzx .Time{
    display: none;
}
.neiyecont2_1_2{
    padding-top: 20px;
}
.neiyecont2_1_2 .title{
    background: #014099;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: white;
    text-indent: 20px;

}
.neiyecont2_1_2 p{
    padding: 10px;
    border: 1px #CCC solid;
    margin: 0;
    line-height: 180%;
}
.neiyecont2_1_2 p strong{
    color:#014099;
}
.neiyecont2_2{
    width: 1100px;
}
.neiyecont2_2_1{
    background: url('../cn_style/title11.jpg') no-repeat left center;  
    height: 60px;
    line-height: 50px;
    text-indent: 40px;
    font-size: 18px;
}
.neiyecont2_2_2{
    padding: 20px 0;
}
.neiyecont2_2_2 p{
    line-height: 200%;
    font-size: 14px;
}
.gsjj p{
    line-height: 250%;
    font-size: 16px;  
}
.gsjj p strong{
    color:#006AD0;  
}
/*干栏目文字列表*/
.ColumnList.Article {padding: 20px 0px;overflow: hidden;}
.ColumnList.Article li {padding:15px 0px;border-bottom: 1px solid #F0F0F0;}
.ColumnList.Article li .Name {float: left;width: 80%;font-size:14px;font-weight:bold;background-image: url('../global/Maincont_ico4.gif');background-position: 10px center;background-repeat: no-repeat;overflow: hidden;text-overflow: 

ellipsis;white-space: nowrap;color:#333;}
.ColumnList.Article li .Time {float: right;width: 20%;text-align: right;}
.ColumnList.Article li .Desc {clear:both;overflow: hidden;padding: 5px 0 0;line-height: 200%;}

.gsjj1 .gs{
	line-height:300%;font-size:16px;
}
.lxwm{
	font-size: 16px;
	line-height: 300%;

}

.NoColumn.Product ul.List {padding: 20px 0px;display: flex;flex-wrap: wrap;    justify-content:left;	}

.NoColumn.Product ul.List li{
    transition: all .3s ease-in-out;
    margin-bottom: 40px;
    margin-left: 25px;

}
.NoColumn.Product ul.List li:hover{
    transform:scale(1.1);
    cursor: pointer; 
}

.NoColumn.Product ul.List li .Image img{
    object-fit:contain;
    width: 328px;
    height: 246px;
    display: block;
    border: 1px #CCC solid;
}
.PageInfo{
    text-align: right;
}
.NoColumn.Product ul.List li .Name{text-align:center;width:330px;background-color:#EEE;height:35px;line-height:30px;font-size:14px;margin:0;}
.NoColumn.Product ul.List li a{color:#333;}
.NoColumn.Product ul.List li a.ColName{display:none;}
.NoColumn.Product ul.List li .Desc{display:none;}

.Detail.Product > .Name{
        display: none;

}
.Detail.Product > .Images{
    display: none;

}
.Pagination{
	clear:both;
	text-align: center;
}
.Pagination a{
	padding:5px;
	border:1px #EEE solid;
	margin:2px;
	cursor:pointer;
}
.Pagination a:hover{
	background-color: #EEE;
}
.Pagination a.now{
	background-color: #333;
	color:white;
	font-weight: bold;
}
.Back{
	text-align: center;
    overflow: hidden;
    padding: 20px 0;
}
.Back a{
	display:inline-block;
	padding: 6px 12px;
	font-size: 15px;
	background-color:#EEE ;
	color: #333;
	border: 1px #CCC solid;
}
.Back a:hover{
	background-color:#006AD0 ;
	color: #fff;	
}


.biaoge{

}
.biaoge table{
    width: 100%;
    border-top: 1px #CCC solid;
    border-left: 1px #CCC solid;
}
.biaoge table tr td{
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    text-align: center;
    height: 30px;
    line-height: 30px;
    min-width: 60px;
}
.biaoge table tr th{
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    text-align: center;
    height: 30px;
    line-height: 30px;
    min-width: 60px;
}
.biaoge table tr:nth-child(1){
    background-color: #EEE;
    font-weight: bold;

}


.nycp1 ul {padding: 20px 0px;display: flex;flex-wrap: wrap;    justify-content: space-between;	}


.nycp1 ul li{
    transition: all .3s ease-in-out;
    margin-bottom: 20px;

}
.nycp1 ul li:hover{
    transform:scale(1.1);
    cursor: pointer; 
}

.nycp1 ul li  img{
    object-fit: cover;
    width: 520px;
    height: 380px;
    display: block;
}
.nycp1 ul li a{
    display: block;    padding-bottom: 10px;
}
.nycp1 ul li span{
    display: block;
    width: 520px;
    font-size: 16px;

    text-align: center;
}
.nycp1 p {
    text-align: center;

}
.nycp1 p img{

    transition: all .3s ease-in-out;
}
.nycp1 p img:hover{
    transform:scale(1.1);
    cursor: pointer;    
}
.nycpnr{
    line-height: 200%;
}


.nycp2 ul {
    padding: 20px 0px;
    display: flex;flex-wrap: wrap;    
    justify-content: space-between;	
}


.nycp2 ul li{
    transition: all .3s ease-in-out;
    margin-bottom: 20px;

}
.nycp2 ul li:hover{
    transform:scale(1.1);
    cursor: pointer; 
}

.nycp2 ul li  img{
    object-fit: cover;
    width: 340px;
    height: 220px;
    display: block;
}
.nycp2 ul li a{
    display: block;    
    padding-bottom: 10px;
}
.nycp2 ul li span{
    display: block;
    width: 340px;
    font-size: 16px;
    text-align: center;
}


/*干栏目图片列表-新闻*/
.NoColumn.Article ul.List
{
	overflow: hidden;	
}
.NoColumn.Article ul.List {padding: 20px 0px;}
.NoColumn.Article ul.List li{overflow: hidden;border-bottom: 1px #DDD solid;padding:10px 0;}
.NoColumn.Article ul.List li.newsList {float: none;width:auto;height:auto;overflow: hidden;text-align: center; padding:10px 0px; border-bottom:1px #AAA solid;overflow: hidden;}
.NoColumn.Article ul.List li div.Image {float:left;padding-right:30px;}
.NoColumn.Article ul.List li div.Image img{width: 150px;height: 100px;padding: 3px;border: 1px solid #CCCCCC;}
.NoColumn.Article ul.List li div.newsName{float:left;  }
.NoColumn.Article ul.List li div.Name{
	padding-top: 8px;
}
.NoColumn.Article ul.List li div.Name a{
	color: #006AD0;
	font-size:16px;font-weight:bold;
}
.NoColumn.Article ul.List li div.Time{
	padding: 5px 0;
	color: #666;
}
.NoColumn.Article ul.List li div.Desc{
	line-height: 180%;
}
.NoColumn.Article ul.List li div.newsBrief{float:left; width:700px; padding:10px 0px; line-height:25px; color:gray;text-align:left;}

.PageInfo{
    text-align: right;
}
.Detail.Article .Name{
    display: none;
}
.Detail.Article .From{
    text-align: right;
}

/*干栏目文字列表*/
.ColumnList.Article {padding: 20px 0px;overflow: hidden;}
.ColumnList.Article li {padding:15px 0px;border-bottom: 1px solid #F0F0F0;}
.ColumnList.Article li .Name {float: left;width: 80%;font-size:14px;font-weight:bold;background-image: url

('../global/Maincont_ico4.gif');background-position: 10px center;background-repeat: no-repeat;overflow: hidden;text-overflow: 

ellipsis;white-space: nowrap;color:#333;}
.ColumnList.Article li .Time {float: right;width: 20%;text-align: right;}
.ColumnList.Article li .Desc {clear:both;overflow: hidden;padding: 5px 0 0;line-height: 200%;}




.ryzs ul {padding: 20px 0px;display: flex;flex-wrap: wrap;    justify-content: space-between;	}


.ryzs ul li{
    transition: all .3s ease-in-out;
    margin-bottom: 30px;

}
.ryzs ul li:hover{
    transform:scale(1.1);
    cursor: pointer; 
}

.ryzs ul li  img{
    object-fit: cover;
    width: 300px;
    padding: 4px;
    border: 1px #CCC solid;
    display: block;
}
div.order_online{width:600px;margin:auto}
div.order_online td{color:#1B8FDE;line-height:100%;padding:10px;text-align: left;}
div.order_online td:first-child{text-align: right;}
div.order_online td input{background-color:#f1f9ff;width:400px;border-radius:4px;padding:3px; border:1px solid #1B8FDE;}
div.order_online td textarea{background-color:#f1f9ff;width:400px;height:40px;border-radius:4px; border:1px solid #1B8FDE;}
div.order_online img.VerifyCode{height:25px;vertical-align:middle;}
div.order_online input[name="VerifyCode"]{width:100px;vertical-align:middle;}
div.order_online input[type="submit"]{float: right;width:150px;background-color:#1B8FDE;color:white;cursor: pointer;vertical-align:middle;}


.midbanner{
    background: url('../../style/cn_style/bottom.jpg') no-repeat center top;
    height: 380px;
    color: white;
}
.midbanner  ul{
    padding: 100px 0;   
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;     
}
.midbanner  ul  li{
    width: 332px;
}
.midbanner  ul li .name{
    font-size: 30px;
    line-height: 130%;
 
}
.midbanner  ul li .cont{
    font-size: 30px;
}


.cpdeatil h3{
    background: url('../../style/cn_style/titlebg.jpg') no-repeat left top;
    height: 50px;
    line-height: 50px;
    text-indent: 30px;
    color: white;
}
.cpdeatil p strong{
    text-decoration: underline;
    font-size: 16px;
}
.footer a{
    color: white;
}

.zs{

}
.zs ul {
    display: flex;

	flex-wrap: wrap;    
}
.zs ul li{
    width: 30%;
    height: 450px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.zs ul li img{
    width: 100%;
    height: 100%;
}