.m-head,
.m-nav-ce,
.m-bann,
.m-middle,
.m-inside,
.m-foot{
    display: none;
}

.l-head{
}
.l-head .top{
    height: 34px;
    background: url("../img/top-b.png") repeat-x center;
}
.l-head .top,
.l-head .top *{
    font-size: 12px;
    color: #9c9c9c;
}
.l-head .top .left{
    padding: 4px 0 0;
}
.l-head .top .right a{
    display: inline-block;
    padding: 4px 14px;
}
.l-head .top .right a:last-child{
    padding-right: 0;
}
.l-head .top .right a:hover{
    text-decoration: underline;
}
.l-head .top .right span{
    display: inline-block;
    width: 1px;
    height: 8px;
    background: #DCDCDC;
    overflow: hidden;
}
.l-head .middle{
    height: 126px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0 0;
}
.l-head .middle .logo{
    height: 74px;
}
.l-head .middle .left .text{
    border-left: 1px solid #EAEAEA;
    margin: 15px 0 0 14px;
    padding: 0 0 0 14px;
}
.l-head .middle .left .text p:nth-child(1){
    font-size: 18px;
    font-weight: bold;
    color: #005fc4;
}
.l-head .middle .left .text p:nth-child(2){
    color: #696969;
}
.l-head .middle .right{
    margin: 12px 0 0;
}
.l-head .middle .right h1{
    margin: 6px 0 0 5px;
    font-family: Century Gothic;
    line-height: 40px;
    font-size: 35px;
    letter-spacing: -3px;
    color: #005fc4;
}
.l-head .nav{
    height: 64px;
    text-align: center;
    background: #005FC4;
}
.l-head .nav>ul{
    display: inline-block;
}
.l-head .nav .l-wrap>ul>li>a{
    display: inline-block;
    padding: 20px 28px;
    color: white;
    /*-webkit-transition: all .3s ease-in-out 0s;*/
    /*-moz-transition: all .3s ease-in-out 0s;*/
    /*-ms-transition: all .3s ease-in-out 0s;*/
    /*-o-transition: all .3s ease-in-out 0s;*/
    /*transition: all .3s ease-in-out 0s;*/
}
.l-head .nav ul>li>ul{
	position:absolute;
	background:#005FC4;
	display:none;
	z-index:10000;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.l-head .nav ul>li>ul>li{
	border-bottom: 1px solid #fff;
	padding: 0 5px;
}
.l-head .nav ul>li>ul>li a{
	 padding: 20px 28px;
	 color:white;
	width: 112px;
	padding: 20px 0;
	 display:block;
}
.l-head .nav .l-wrap>ul>li:hover ul{
    display:block;
}
.l-head .nav a:hover{
	text-decoration:underline;
}
.l-foot{
    margin: 40px 0 0;
    text-align: center;
    background: gray;
}
.l-foot .nav{
    background: #005FC4;
}
.l-foot .nav li{
    display: inline-block;
}
.l-foot .nav li a{
    display: inline-block;
    padding: 19px 26px;
    font-size: 14px;
    color: white;
}
.l-foot .nav li:hover a{
    text-decoration: underline;
}
.l-foot .midd{
    padding: 30px 0;
    background: #0054AE;
}
.l-foot .midd .logo{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 27px;
}
.l-foot .midd .info{
    border-left: 1px solid #005FC4;
    border-right: 1px solid #005FC4;
    margin: 0 35px;
    padding: 0 35px;
    line-height: 30px;
    text-align: left;
    color: #beccfe;
    font-size: 12px;
}
.l-foot .midd .info a{
	color: #beccfe;
}
.l-foot .midd .info a:hover{
	text-decoration: underline;
}
.l-foot .midd .info img{
    position: relative;
    top: 2px;
    margin: 0 13px 0 0;
}
.l-foot .midd .er{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 20px 0;
    color: white;
}
.l-foot .midd .er img{
	width: 130px;
}
.l-foot .cr{
    padding: 7px 0!important;
    font-size: 12px;
    color: #beccfb;
    background: #005FC4;
}
.l-foot .midd .er p{
    font-size: 12px;
    color: #beccfb;
}
.l-midd .sear{
    border-bottom: 1px solid #EEEEEE;
    padding: 25px 0 7px;
}
.l-midd .sear .keyw{
    font-weight: bold;
}
.l-midd .sear .keyw a{
    margin: 0 20px 0 0;
    font-weight: normal;
}
.l-midd .sear .keyw a:hover{
    text-decoration: underline;
}
.l-midd .sear .keyw a:last-child{
    margin-right: 0;
}
.l-midd .sear form{
    position: relative;
    top: -9px;
}
.l-midd .sear form input:nth-child(1){
    position: relative;
    left: 4px;
    width: 260px;
    height: 39px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E9E9E9;
    padding: 0 0 0 10px;
    font-size: 12px;
}
.l-midd .sear form input:nth-child(1)::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #cfcfcf;
}
.l-midd .sear form input:nth-child(1):-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #cfcfcf;
}
.l-midd .sear form input:nth-child(1)::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #cfcfcf;
}
.l-midd .sear form input:nth-child(1):-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #cfcfcf;
}
.l-midd .sear form input:nth-child(2){
    width: 55px;
    height: 40px;
    background: url("../img/sear-butt.png") no-repeat center;
}
.l-midd .why{
    height: 1019px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 305px 0 0;
    background: url("../img/why-b.png") no-repeat center;
    overflow: hidden;
}
.l-midd .why .cont li{
    width: 390px;
    margin: 0 0 40px;
}
/*.l-midd .why .cont li:nth-child(odd){
    float: left;
    clear: both;
}
.l-midd .why .cont li:nth-child(even){
    float: right;
}*/
.wyl_le{
	float: left;
}
.wyl_ri{
	float: right;
}
.l-midd .why .cont li h3{
	transition: all ease .5s;
}
.l-midd .why .cont li .l-df p{
	transform: translateY(20px);
	transition: all ease .5s;
}
.l-midd .why .cont li:hover .l-df p{
	transform: translateY(0px);
}
.l-midd .why .cont li:hover>div>div:nth-child(1){
	transform: rotate(360deg);
}
.l-midd .why .cont li:hover .l-df h3{
	color: #F8EB12;
	transform:scale(1.2) translateX(50px);
}
.l-lf>li{
	background: url(../img/t_1.jpg) no-repeat right center;
	box-sizing: border-box;
}
.l-lf>li:last-child{
	background: none;
}
.l-midd .why .cont li>div>div:nth-child(1){
    width: 30px;
    height: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 11px 0 0;
    padding: 5px 0 0 12px;
    color: white;
    background: url("../img/why-i-b.png") no-repeat center;
    transition: all .5s ease-in-out;
}
.l-midd .why .cont li>div>div:nth-child(2){
    width: 338px;
}
.l-midd .why .cont li>div>div:nth-child(2) h3{
    margin: 2px 0 15px;
    font-size: 18px;
    color: white;
}
.l-midd .why .cont li>div>div:nth-child(2) p{
    line-height: 26px;
    color: #dadada;
}
.l-midd .why .phon p{
    margin: 6px 0 0;
    font-family: Century Gothic;
    font-size: 35px;
    font-weight: bold;
    color: #f8eb12;
}
.l-midd .prod{
    margin-top: -95px;
    margin-bottom: 50px;
}
.l-midd .prod .left{
    width: 247px;
    color: white;
}
.l-midd .prod .left>:nth-child(1) {
    margin: 0 0 16px;
}
.l-midd .prod .left>:not(*:nth-child(1)){
    margin: 0 0 5px;
    padding: 10px;
    text-align: center;
}
.l-midd .prod .left>:not(*:nth-child(1)) ul{
    border: 1px solid #236BCA;
    padding: 0 0 5px;
}
.l-midd .prod .left>:not(*:nth-child(1)) ul h5{
    margin: 17px 0 5px;
}
.l-midd .prod .left>:not(*:nth-child(1)) ul li{
    margin: 0 0 4px;
}
.l-midd .prod .left>:not(*:nth-child(1)) ul a{
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding: 6px 10px;
}
.l-midd .prod .left>:not(*:nth-child(1)) ul li:hover a{
    border-bottom: 1px solid #3C85F2;
}
.l-midd .prod .left a{
    color: white;
}
.l-midd .prod .left .type{
    background: #005AC2 url("../img/prod-type-b.png") no-repeat center;
}
.l-midd .prod .left .type2,
.l-midd .prod .left .type3{
    background: #005FC4;
}
.l-midd .prod .left .type2 ul{
    padding: 0 16px;
}
.l-midd .prod .left .type3 ul{
    padding: 0 16px;
}
.l-midd .prod .left .type3 ul a{
    width: 96px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0;
}
.l-midd .prod .left .ctct{
    background: #005AC2 url("../img/prod-ctct-b.png") no-repeat center;
}
.l-midd .prod .left .ctct ul{
    padding: 22px 0 18px;
}
.l-midd .prod .left .ctct ul h1{
    margin: 10px 0 0;
    font-size: 27px;
}
.l-midd .prod .righ{
    width: 906px;
}
.l-midd .prod .righ hr{
    width: 100%;
    margin: 223px 0 23px;
    background: #EDEDED;
}
.l-midd .prod .righ li{
    margin: 0 15px 16px 0;
}
.l-midd .prod .righ li:nth-child(3n){
    margin-right: 0;
}
.l-midd .prod .righ .l-img{
    width: 290px;
    height: 200px;
    border: 1px solid #EDEDED;
}
.l-midd .prod .righ .l-img img{
    max-width: 290px;
    max-height: 200px;
}
.l-midd .prod .righ .bott{
    padding: 11px 0 6px;
    text-align: center;
    background: #F4F4F4;
}
.l-midd .prod .righ .bott p a{
    display: block;
    width: 292px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.l-midd .prod .righ .bott>a{
    margin: 15px  11px 0;
}
.l-midd .prod .righ .bott>a:nth-child(2){
    display: inline-block;
    width: 97px;
    height: 33px;
    background: url("../img/prod-butt.png") no-repeat center;
}
.l-midd .prod .righ .bott>a:nth-child(3){
    display: inline-block;
    width: 97px;
    height: 33px;
    background: url("../img/prod-butt2.png") no-repeat center;
}
.l-midd .adva{
    height: 1456px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 300px 0 0;
    background: url("../img/adva-b.png") no-repeat center;
    overflow: hidden;
}
.l-midd .adva .left{
    position: relative;
    width: 361px;
    min-height: 202px;
}
.l-midd .adva .left .shad{
    visibility: hidden;
    position: absolute;
    top: 244px;
    left: 342px;
    width: 361px;
}
.l-midd .adva .left .titl{
    height: 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 22px;
    color: white;
    background: url("../img/adva-titl-b.png") no-repeat center;
}
.l-midd .adva .left .titl p{
    line-height: 14px;
}
.l-midd .adva .left .titl p:nth-child(2){
    margin: 5px 0 0;
    color: #7b95f0;
    transform: scale(.7);
}
.l-midd .adva .left .cont{
    padding: 13px 20px;
    background: rgba(255,255,255,.9);
}
.l-midd .adva .left .cont:after{
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
}
.l-midd .adva .left .cont p{
    line-height: 30px;
    color: #757574;
}
.l-midd .adva .left .cont a{
    color: #a1a1a1;
}
.l-midd .adva .left .cont a:hover{
    text-decoration: underline;
}
.l-midd .adva .righ{
    margin: 26px 0 0 212px;
}
.l-midd .adva .righ li{
    margin: 0 0 64px;
    cursor: pointer;
}
.l-midd .adva .righ li:nth-child(2){
    position: relative;
    left: 145px;
    margin-bottom: 80px;
}
.l-midd .adva .righ li:nth-child(3){
    position: relative;
    left: 207px;
    margin-bottom: 98px;
}
.l-midd .adva .righ li:nth-child(4){
    position: relative;
    left: 219px;
    margin-bottom: 123px;
}
.l-midd .adva .righ li:nth-child(5){
    position: relative;
    left: 142px;
}
.l-midd .adva .righ li:nth-child(odd) p{
    line-height: 37px;
    font-size: 24px;
    color: white;
}
.l-midd .adva .righ li:nth-child(even) p{
    font-size: 18px;
    color: #a7baff;


}
.l-midd .adva .righ li p{

    transition: all ease-in-out .5s;
    	
}
.l-midd .adva .righ li:hover p{
	color: #f8eb12;
	transform:scale(1.2) translateX(50px);
}
.l-midd .adva .phon{
    margin: 172px 0 0;
}
.l-midd .adva .phon span{
    position: relative;
    top: -6px;
    font-family: Century Gothic;
    font-size: 48px;
    font-weight: bold;
    color: white;
}
.l-midd .adva .bott{
    margin: 68px 0 0;
}
.l-midd .adva .bott li{
    display: inline-block;
    width: 316px;
    text-align: left;
    color: white;
}
.l-midd .adva .bott li:nth-child(2){
    position: relative;
    left: 88px;
}
.l-midd .adva .bott li:nth-child(3){
    position: relative;
    left: 169px;
}
.l-midd .adva .bott li p:nth-child(2){
    position: relative;
    top: -9px;
    font-size: 12px;
}
.l-midd .adva .more{
    display: inline-block;
    margin: 68px 0 0;
    color: #bac9ff;
    text-decoration: underline;
}
.l-midd .case .titl{
    margin: 82px 0 40px;
}
.l-midd .case .swip .l-img{
    width: 288px;
    height: 204px;
}
.l-midd .case .swip .l-img{
    width: 288px;
    height: 204px;
}
.l-midd .case .swip .l-img img{
    position: relative;
}
.l-midd .case .swip p{
    padding: 17px 0;
    background: #005FC4;
}
.l-midd .case .swip p a{
    display: block;
    width: 288px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: white;
}
.l-midd .case ul.text{
    margin: 45px 0 60px;
}
.l-midd .case ul.text li{
    display: inline-block;
    width: 33%;
    color: #707070;
}
.l-midd .case ul.text li span{
    font-size: 18px;
    color: #005fc4;
}
.l-midd .case ul.part{
    width: 1104px;
    margin: 0 auto;
}
.l-midd .case ul.part li{
    margin: 0 12px 0 0;
}
.l-midd .case ul.part li:last-child{
    margin-right: 0;
}
.l-midd .case ul.part li:nth-child(odd) .l-img{
    width: 267px;
    height: 169px;
    background: url("../img/part-b.png") no-repeat center;
}
.l-midd .case ul.part li:nth-child(even) .l-img{
    width: 267px;
    height: 169px;
    background: url("../img/part-b2.png") no-repeat center;
}
.l-midd .case ul.part li .l-img img{
    max-width: 267px;
    max-height: 169px;
}
.l-midd .case .more{
    display: inline-block;
    margin: 40px 0 58px;
}
.l-midd .clie{
    height: 844px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 265px 0 0;
    background: url("../img/clie-b.png") no-repeat center;
}
.l-midd .clie .left{
    width: 680px;
}
.l-midd .clie .left li{
    border-bottom: 1px solid #1066B9;
    padding: 30px 0;
}
.l-midd .clie .left li:first-child{
    padding-top: 0;
}
.l-midd .clie .left li:last-child{
    border-bottom: none;
}
.l-midd .clie .left .l-img{
    display: inline-block;
    height: 193px;
}
.l-midd .clie .left .l-img a{
    display: inline-block;
    width: 260px;
    height: 193px;
    overflow: hidden;
}
.l-midd .clie .left .l-img img{
    position: relative;
}
.l-midd .clie .left .text {
    width: 395px;
    padding: 12px 0 0;
    color: white;
}
.l-midd .clie .left .text p{
    line-height: 30px;	
	display:-webkit-box;  
	-webkit-box-orient:vertical;   
	-webkit-line-clamp:3;  
	overflow:hidden;
	text-overflow:ellipsis;
}
.l-midd .clie .left .text p:nth-child(2){
    margin: -5px 0 0;
}
.l-midd .clie .left .text hr{
    position: relative;
    left: 20px;
    width: 100%;
    margin: 8px 0;
    background: #1068BC;
}
.l-midd .clie .left .text a{
	display: inline-block;
	margin: 10px 0 0;
    font-size: 12px;
    color: #4ca0fe;
}
.l-midd .clie .righ{
    width: 365px;
    margin: 2px 32px 0 0;
}
.l-midd .clie .righ>div span{
    font-family: Century Gothic;
    font-size: 40px;
    font-weight: bold;
    color: white;
}
.l-midd .agen{
    padding: 55px 0 100px;
}
.l-midd .agen .titl{
    margin: 0 0 40px;
}
.l-midd .agen .l-img{
    width: 188px;
    height: 293px;
}
.l-midd .agen .l-img img{
    max-width: 188px;
    max-height: 293px;
}
.l-midd .agen>a{
    display: inline-block;
    margin: 55px 0 0;
}
.l-midd .tran{
    height: 315px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 68px 0 0;
    background: url("../img/tran-b.png") no-repeat center;
}
.l-midd .tran .left p:nth-child(1){
    font-size: 20px;
    color: white;
}
.l-midd .tran .left p:nth-child(1) span{
    font-size: 26px;
    color: #f8eb12;
}
.l-midd .tran .left p:nth-child(2){
    margin: 5px 0 7px;
    font-size: 16px;
    color: white;
}
.l-midd .tran .left p:nth-child(3){
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.l-midd .tran .left p:nth-child(3) span{
    color: #f8eb12;
}
.l-midd .tran .left p:nth-child(4){
    margin: 11px 0 11px;
    line-height: 36px;
    font-size: 36px;
    font-weight: bold;
    color: white;
}
.l-midd .tran .left a{
    display: inline-block;
    padding: 6px 15px;
    font-size: 18px;
    color: #2344cc;
    background: #F8EB12;
}
.l-midd .tran .righ{
    margin: 117px 0 0;
    font-weight: bold;
    font-size: 40px;
    font-family: Century Gothic;
    color: white;
}
.l-midd .abou{
    width: 1105px;
    margin-top: 76px;
}
.l-midd .abou .left{
    width: 205px;
}
.l-midd .abou .left p{
    margin: 10px 0 0;
    font-size: 12px;
    color: #757575;
}
.l-midd .abou .righ{
    width: 862px;
}
.l-midd .abou .righ video{
    width: 346px;
    height: 235px;
    background: black;
}
.l-midd .abou .righ .p1{
    margin: 0 0 0 1px;
}
.l-midd .abou .righ .p1 img{
    width: 513px;
	height: 235px;
}
.l-midd .abou .righ p{
    line-height: 30px;
    color: #8e8e8e;
}
.l-midd .abou .righ p a{
    display: inline-block;
    margin: 0 0 0 15px;
    color: #c3c3c2;
}
.l-midd .abou .righ p a:hover{
    text-decoration: underline;
}
.l-midd .styl .cont li{
    margin: 0 24px 0 0;
}
.l-midd .styl .cont li:last-child{
    margin-right: 0;
}
.l-midd .styl .cont .l-img a{
    display: inline-block;
    width: 220px;
    height: 150px;
}
.l-midd .styl .cont .l-img img{
    position: relative;
}
.l-midd .styl .cont li p a{
    display: block;
    padding: 9px 0;
    color: #5a5a5a;
    background: #EBEBEB;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    width: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.l-midd .styl .cont li:hover p a{
    color: #fff;
    background: #005FC4;
}
.l-midd .hist{
    height: 738px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 72px 0 0;
    padding: 85px 0 0;
    background: url("../img/hist-b.png") no-repeat center;
}
.l-midd .hist .titl{
    margin: 0 0 0 270px;
    color: white;
}
.l-midd .hist .titl h1{
    margin: 62px 0 13px;
    font-size: 30px;
}
.l-midd .hist .titl p{
    line-height: 30px;
}
.l-midd .hist .cont{
    margin: 108px 0 0;
}
.l-midd .hist .cont li{
    position: relative;
    padding: 0 46px;
}
.l-midd .hist .cont li:nth-child(1){
    position: relative;
    top: 150px;
}
.l-midd .hist .cont li:nth-child(5),
.l-midd .hist .cont li:nth-child(6){
    position: relative;
    top: -120px;
}
.l-midd .hist .cont li>div:first-child{
    width: 107px;
    height: 107px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 42px 0 0 13px;
    font-size: 35px;
    color: #005FC4;
    background: url("../img/hist-i-b.png") no-repeat center;
    cursor: pointer;
}
.l-midd .hist .cont li>div:first-child:hover{
    color: #fff;
    background: #005FC4 url("");
}
.l-midd .hist .cont li>div:first-child.active{
    color: #fff;
    background: #005FC4 url("");
}
.l-midd .hist .cont li .shad{
    display: none;
    position: absolute;
    top: 107px;
    left: -33px;
    width: 263px;
}
.l-midd .hist .cont li:nth-child(3) .shad{
    display: block;
}
.l-midd .hist .cont li .shad img{
    position: relative;
    top: 7px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
}
.l-midd .hist .cont li .shad .titl2{
    padding: 8px 0;
    color: white;
    background: url(../img/prod-ctct-b.png) no-repeat center;
    background-size: 100% auto;
}
.l-midd .hist .cont li .text{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 18px;
    text-align: left;
    line-height: 30px;
    color: #757575;
    background: #D9EAF2;
}
.l-midd .link .l-titl{
    height: auto;
    background: url(../img/l-titl-b.png) no-repeat top center;
}
.l-midd .link a{
    display: inline-block;
    padding: 0 22px;
    color: #c3c3c3;
}
.l-midd .link a:nth-child(1){
    margin: 0 0 10px 15px;
}
.l-midd .news{
    padding: 45px 0 30px;
}
.l-midd .news>.titl{
    margin: 0 0 13px;
}
.l-midd .news .left{
    display: none;
    width: 685px;
}
.l-midd .news .left:nth-child(1){
    display: block;
}
.l-midd .news .left li{
    margin: 0 0 11px;
}
.l-midd .news .left .l-img{
    border: 1px solid #F2F2F2;
    padding: 4px;
}
.l-midd .news .left .l-img a{
    display: inline-block;
    width: 223px;
    height: 151px;
}
.l-midd .news .left .l-img img{
    position: relative;
}
.l-midd .news .left .text{
    width: 431px;
}
.l-midd .news .left .text p:nth-child(1){
    margin: 4px 0 8px;
    font-size: 16px;
    color: #707070;
    display: block;
    width: 431px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.l-midd .news .left .text p:nth-child(2){
    line-height: 30px;
    color: #9c9c9c;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    text-overflow:ellipsis;
}
.l-midd .news .left .text>a{
    display: inline-block;
    margin: 7px 0 0;
    font-size: 12px;
    color: #acacac;
}
.l-midd .news .left li:hover .text>a{
    color: #2956f8;
}
.l-midd .news .righ{
    width: 514px;
    height: 560px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -35px 0 0;
    padding: 238px 0 0;
    text-align: center;
    background: url("../img/news-b.png") no-repeat center;
}
.l-midd .news .righ .type a{
    display: inline-block;
    padding: 0 13px;
}
.l-midd .news .righ .type span:last-child{
	display: none;
}
.l-midd .news .righ .cont{
    text-align: left;
}
.l-midd .news .righ .cont ul{
    display: none;
    width: 408px;
    margin: 0 auto;
}
.l-midd .news .righ .cont ul:first-child{
    display: block;
}
.l-midd .news .righ .cont ul a{
    display: inline-block;
    padding: 7px 0;
    color: #9c9c9c;
    width: 262px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.l-midd .news .righ .cont ul li:hover a{
    color: #005fc4;
}
.l-midd .news .righ .cont ul span{
    display: inline-block;
    float: right;
    padding: 10px 0;
    color: #9c9c9c;
}
.l-midd .news .righ .cont ul li:hover span{
    color: #005fc4;
}
.l-prod .loca{
    padding: 14px 0;
}
.l-prod .swip{
    margin: 0 0 15px 0;
    background: #EEEEEE;
}
.l-prod .swip div:nth-child(1){
    padding: 11px 33px;
    color: white;
    background: #005FC4;
}
.l-prod .swip span{
    display: inline-block;
    border-left: 1px solid #CECECE;
    padding: 11px 23px;
    color: black;
    cursor: pointer;
}
.l-prod .swip span.active{
	color: white;
	background: #005FC4;
}
.l-prod .swip span.active img{
	-webkit-filter: saturate(3.6);
	filter: saturate(3.6);
}
.l-prod .swip span img{
    margin: 0 5px 0 0;
}
.l-prod .swipC>*{
    display: none;
}
.l-prod .swipC>*:nth-child(1){
    display: block;
}
.l-prod .swipC .list li{
    margin: 0 13px 20px 0;
}
.l-prod .swipC .list li:nth-child(4n){
    margin-right: 0;
}
.l-prod .swipC .list .l-img{
    width: 288px;
    height: 213px;
    border: 1px solid #ECECEC;
}
.l-prod .swipC .list .l-img img{
    max-width: 288px;
    max-height: 213px;
}
.l-prod .swipC .list li .text{
    padding: 12px 17px;
    text-align: center;
    background: #F4F4F4;
}
.l-prod .swipC .list li .text p{
    line-height: 30px;
    text-align: left;

    display: block;
    width: 256px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.l-prod .swipC .list li .text p:nth-child(1){
    color: #005fc4;
}
.l-prod .swipC .list li .text span{
    color: #7f7f82;
}
.l-prod .swipC .list li .text a{
    display: inline-block;
    margin: 10px 15px 0;
}
.l-prod .comm{
    margin: 0 0 100px;
}
.l-prod .comm li{
    margin: 0 16px 0 0;
}
.l-prod .comm li:last-child{
    margin-right: 0;
}
.l-prod .comm .l-img{
    width: 225px;
    height: 153px;
    border: 1px solid #ECECEC;
}
.l-prod .comm .l-img img{
    max-width: 185px;
    max-height: 122px;
}
.l-prod .list2{
    width: 100%;
    border: none;
    text-align: center;
}
.l-prod .list2 tr{
    border-bottom: 1px solid #EBEBEB;
}
.l-prod .list2 tr:hover{
    background: #F3F9FF;
}
.l-prod .list2 tr td:first-child>div:nth-child(2){
	min-width: 180px;
	margin: 0 0 0 20px;
}
.l-prod .list2 th{
    border: 1px solid #93BFEF;
    padding: 8px 0;
    font-weight: normal;
    background: #F3F9FF;
}
.l-prod .list2 td{
    border: none;
    padding: 17px 0;
    color: #6c6c6c;
}
.l-prod .list2 td:nth-child(1){
    max-width: 272px;
}
.l-prod .list2 td:last-child a{
    color: #005fc4;
}
.l-prod .list2 td:nth-child(1) div:nth-child(2) div{
    min-width: 115px;
    height: 114px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.l-prod .list2 .l-img{
    width: 157px;
    height: 113px;
    border: 1px solid #ECECEC;
}
.l-prod .list2 .l-img img{
    max-width: 127px;
    max-height: 84px;
}
.l-midd2{
    margin-top: 24px;
    margin-bottom: 70px;
}
.l-side{
    width: 247px;
    color: white;
}
.l-side>* {
    margin: 0 0 9px;
    padding: 10px;
}
.l-side>.titl{
    height: 92px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 -9px;
    padding: 21px 0 0;
    text-align: center;
    background: #0162CA;
}
.l-side>.titl h1{
    margin: 0 0 4px 0;
}
.l-side>.titl p{
    font-size: 12px;
}
.l-side ul{
    border: 1px solid #236BCA;
    padding: 5px 0;
}
.l-side ul li{
    margin: 0 0 4px;
}
.l-side ul li:last-child{
    margin-bottom: 0;
}
.l-side ul a{
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding: 6px 10px;
}
.l-side ul li:hover a{
    border-bottom: 1px solid #3C85F2;
    color: #f9ef55;
}
.l-side ul li a.active{
    border-bottom: 1px solid #3C85F2;
    color: #f9ef55;
}
.l-side a{
    color: white;
}
.l-side .type{
    background: #005AC2 url("../img/prod-type-b.png") no-repeat center;
}
.l-side .ctct{
    background: #005AC2 url("../img/prod-ctct-b.png") no-repeat center top;
}
.l-side .ctct .titl{
    text-align: center;
}
.l-side .ctct .titl span{
    display: inline-block;
    position: relative;
    left: -86px;
    white-space: nowrap;
    transform: scale(.5);
}
.l-side .ctct ul{
    padding: 10px 0 18px;
}
.l-side .ctct ul h1{
    margin: 10px 0 0;
    font-size: 27px;
}
.l-side .ctct .cont{
    padding: 0 15px;
    line-height: 26px;
    font-size: 12px;
}
.l-cont{
    width: 924px;
    text-align: left;
}
.l-abou video{
    width: 100%;
    height: 258px;
    background: black;
}
.l-abou p{
    line-height: 36px;
    color: #7c7c7c;
}
.l-ctct .text h3{
    margin: 5px 0 8px;
}
.l-ctct .text p{
    line-height: 30px;
    color: #676767;
}
.l-ctct .er{
    margin: 63px 0 0 30px;
    text-align: center;
}
.l-ctct .er .l-df>div{
    margin: 0 20px;
}
.l-ctct .er p{
    color: #676767;
}
.l-ctct .map{
    margin: 25px 0 0;
}
.l-news li{
    border-bottom: 1px solid #EDEDED;
    padding: 28px 0 18px;
}
.l-news li:hover{
    -webkit-box-shadow: 0px 3px 12px 1px #dadadaba;
    -moz-box-shadow: 0px 3px 12px 1px #dadadaba;
    box-shadow: 0px 3px 12px 1px #dadadaba;
}
.l-news .date{
    padding: 0 25px;
    text-align: center;
}
.l-news .date span{
    font-family: Arial;
    line-height: 70px;
    font-size: 70px;
    color: #737373;
}
.l-news .date p{
    font-family: Arial;
    font-size: 18px;
    color: #737373;
}
.l-news li:hover .date *{
    color: #005fc4;
}
.l-news .text{
    width: 785px;
}
.l-news .text h5 a{
    color: #393939;
}
.l-news .text p{
    margin: 5px 0 9px;
    padding: 0 10px 0 0;
}
.l-news .text p a{
    line-height: 24px;
    color: #686160;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
}
.l-news .text .more{
    line-height: 24px;
    color: #9e9e9e;
}
.l-news li:hover .text .more{
    color: #005fc4;
}
.l-page{
    padding: 30px 0;
}
.l-map{
	margin: 0 0 30px;
}
.l-map .list{
	padding: 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}
.l-map>div:nth-last-child(2){
	border: none;
}
.l-map h3{
	margin: 0 0 5px;
}
.l-map h3 a{
	font-size: 14px!important;
}
.l-map .two{
	padding: 0 0 0 10px;
}
.l-map .two a{
	display: inline-block;
	padding: 4px 15px 4px 0;
}
.pagination{
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 30px;
}
.pagination li{
	float: left;
	border: 1px solid #EEEEEE;
	padding: 2px 7px;
	width: 15px;
	text-align: center;
}
.pagination .active{
	color: white;
	background: #005FC4;
}
.pagination li span,
.pagination li a{
	font-size: 16px;
	text-align: center;
	display: inline-block;
}
.l-prodS .cont{
	padding: 30px 0;
	text-align: center;
}
.l-prodS .cont>h4{
	margin: 0 0 25px;
}
.l-prodS .cont>img{
	max-width: 100%;
	margin: 0 0 25px;
}
.l-prodS .cont .cont2{
	text-align: left;
}
.l-img .list{
	margin: 22px 0 0;
}
.l-img .list li{
	margin: 0 29px 30px 0;
}
.l-img .list li:nth-child(3n){
	margin-right: 0;
}
.l-img .list .l-img a{
	display: inline-block;
	width: 288px;
	height: 204px;
}
.l-img .list .l-img img{
	position: relative;
}
.l-img .list p a{
	display: block;
	padding: 15px 0;
	background: #F4F4F4;
}
.lm_message{
	margin: 30px 0 50px 0;
}
.lm_message .write>div{
	margin-bottom: 20px;
}
.lm_message .write>div span{
	display:-moz-inline-box;
	display:inline-block;
	width:59px;
}
.lm_message .write input{
	border:1px solid #A9A9A9;
	width: 500px;
	height: 40px;
	padding: 0 0 0 10px;
}
.lm_message .write textarea{
	border:1px solid #A9A9A9;
	width: 500px;
	height: 100px;
	padding: 10px 0 0 10px;
color: #757575;
}
.lm_message .write div:nth-last-child(2) span{
	position: relative;
	top: -85px;
}
.lm_message .write div:last-child{
	margin-top: -23px;
	clear: both;
}
.lm_message .write div:last-child input:nth-last-child(2){
	width: 90px;
}
.lm_message .write img{
	height: 42px;
	margin-left: 10px;
	position: relative;
	top: 17px;
}
.lm_message .submit{
	clear: both;
}
.lm_message .submit input{
	width: 100px;
	height: 30px;
	border: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	background: #005FC4;
	color: white;
}
.lm_message2{
	margin-bottom: 84px;
}
.lm_message2 .write>div:not(:last-child) input,
.lm_message2 textarea{
	width: 100%!important;
}
.lm_message2 .write>div{ 
	margin-bottom: 8px;
}
.lm_message2 .submit input{
	position: relative;
	left: 93px;
	color: #212121;
	background: white;
}
.sidebarshow{
	padding:20px 0;
}
.sele a:hover{
	color:#005FC4;
	text-decoration:underline;
}
.sele a.active{
	color:#005FC4;
	text-decoration:underline;
}
.sele{
	border:1px solid #eaeaea;

	line-height:48px;
}
.sele a{
	color:#838383;
}
.sele .titl{
	background:#EEEFEF;
	color:#5b5b5b;
	float:left;
	box-sizing:border-box;
	height:100%;
	width:140px;
	text-align:center;
}
.formselect{
	padding:0 0 20px 0;
}
.sele .vals{
	float:left;
	width:1000px;
}
.sele:after{
	content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
}