@charset "utf-8";
.banner,.header-m,.i-banner,footer,header,main{transition:all .5s;-webkit-transition:all .5s}
.header{position:fixed;z-index:5;left:0;top:0;width:100%;}
.header .logo{height:80px;line-height:80px;overflow:hidden}
.header nav ul li{position:relative;float:left;}
.header nav ul li.cur a::after,.header nav ul li:hover a::after{-webkit-transform:scale(1);transform:scale(1)}
#i-main{ overflow:hidden;}
.header nav ul li:hover .sub-nav{visibility:visible;opacity:1;top:80px}
.header nav ul li>a{position:relative;height:80px;line-height:80px;color:#fff;font-size:16px;margin:0 24px}
.header nav ul li>a::after{position:absolute;content:'';left:0;bottom:0;width:100%;height:2px;background:#fff;transform:scale(0,1);-webkit-transform:scale(0,1);transition:all .3s;-webkit-transition:all .3s}
.header nav ul li .sub-nav{visibility:hidden;opacity:0;z-index:1;top:100px;left:50%;width:118px;color:#fff;background:rgba(0,0,0,.3);transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .5s;-webkit-transition:all .5s}
.fly-midd{    display: inline-block;
    height: 12px;
    width: 1px;
    vertical-align: middle;
    background-color: #fff;}
.header nav ul li .sub-nav a{display:block;line-height:42px;padding:0px 10px;text-align:center}
.header nav ul li .sub-nav a:hover{background:rgba(0,76,161,1); color:#fff;}
.header .language{color:#fff}
.header .language {height:80px;line-height:80px;cursor:pointer;padding-right:25px}
.header .language .yww{ height:30px; line-height:30px;display: inline-block;}
.header .language  a{background:#fff; width:30px; height:30px; color:#004ca1; margin:0 5px; font-size:16px; text-align:center; -moz-border-radius: 60px;-webkit-border-radius: 60px;border-radius: 60px;}
.header .language  a.atv,.header .language  a:hover{background:#004ca1;color:#fff;}
.mlt{ margin-left:35px;}
.header .syss{height:80px;line-height:80px;}
.header .syss form {
    display: inline-block;
}
.header .syss input {
    border: 1px solid #ededed;
    color: #c6c6c6;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    width: 260px;
    border-radius: 50px;
    outline: none;
	font-size:14px;
}
.header .syss button {
    background: transparent;
    border: medium none;
    color: #c6c6c6;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 5px;
    top: 24px;
    z-index: 10;
    font-size: 20px;
    cursor: pointer;
    border-top-right-radius: 5px;
    outline: none;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease 0s;
}
.header .syss .layui-icon {
    font-size: 20px;
}
.in-header.cur{background:rgba(3,50,100,.4)}
.i-banner{background:0 0}
.i-banner .sm-dn{height:100vh}
.i-banner .sm-dn .slick-list,.i-banner .sm-dn .slick-track{height:100%!important}
.i-banner .sm-dn .slick-slide{height:100%}
.i-banner .sm-dn .slick-slide a,.i-banner .sm-dn .slick-slide div{width:100%;height:100%}
.i-banner .slick-arrow{width:50px;height:50px}
.i-banner .slick-prev{left:2.5%;background:url(../images/banner_l.png) no-repeat center}
.i-banner .slick-next{right:2.5%;background:url(../images/banner_r.png) no-repeat center}
.i-banner .slick-dots{bottom:3.5%}
.i-banner .slick-dots div{width:20px;height:20px;margin:0 .3rem;background:url(../images/banner_page.png) no-repeat center;transition:all .3s;-webkit-transition:all .3s}
.i-banner .slick-dots div.slick-active,.i-banner .slick-dots div:focus,.i-banner .slick-dots div:hover{background:url(../images/banner_pages.png) no-repeat center}
.i-banner a{display:block;min-height:85px}
.i-banner .dn{display:none!important}
.banner {
    height: 504px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.i-about{background:url(../images/about_bg.jpg) no-repeat center; padding:130px 0;}
.i-about-b-1{ padding-left:30px;}
.i-about-b-1 h2{ font-size:46px; color:#333333; padding:25px 0 10px 0;}

.i-about-b-1 p{ font-size:16px; color:#666666; text-indent:2em; padding-top:30px; line-height:24px;}
.i-about-b-1 a{ margin-top:60px;}

.i-about-a a img{transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}
.i-about-a a img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.pic {width: 100%; overflow: hidden; font-size: 0;}
.pic img {width: 100%;	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}
	
.i-product{padding:130px 0;}	

.i-product .i-product-a h3{ font-size:46px; color:#333333; padding:80px 0 185px 0;}
.jdal{ padding-top:40px;}
.jdal ul li div{border: solid 2px #a7a7a7;}	
.jdal ul li div a img{transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}
.jdal ul li div a img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.jdal ul li div:hover{
    border: solid 2px #004ca1;
}
.jdal ul li div.bornoe{border: none;}	
.i-product .i-product-b-2 a img{transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}
.i-product .i-product-b-2 a img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

.i-product .i-product-a a img{transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}
.i-product .i-product-a a img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.i-product-b-1{ position:relative;}

.pro-pf{ position:absolute; top:16%; padding:0 30px; width:100%;}

.pro-pf h3{ font-size:34px; color:#fff;transition: margin-left 0.3s ease-out;}
.pro-pf h3 a{ display:block;}
.pro-pf h3 a:hover{color:#eee;margin-left:10px;}

.pro-bj{ height:50px; line-height:50px; background:rgba(3,50,100,.3); margin-top:20px;}

.pro-bj p{ font-size:16px; color:#fff; padding-left:10px;}

.pro-pf span{ padding:30px 0;}

.pro-pf .pro-zz,.pro-pf .pro-zz pre{ font-size:16px; color:#fff;font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; line-height:28px;}

.pro-pf .pro-more{ padding-top:30px;transition: margin-left 0.3s ease-out;}

.pro-pf .pro-more a:hover{ margin-left:10px;}



.i-news {
    background: url(../images/news_bg.jpg) no-repeat center;
    padding: 100px 0;
}
.fl{ float:left;}
.fr{ float:right;}

.i-news-1 h3{ font-size:46px; color:#fff; padding:50px 0 60px 0; text-align:right;}

.i-news-1 ul li{ height:60px; line-height:60px; background:#fff; margin-top:12px;text-align:center;}


.i-news-1 ul li a{ font-size:22px; color:#666; display:block;}

.i-news-1 ul li:hover,.i-news-1 ul li.vur{background:#0091bf;}
.i-news-1 ul li:hover a,.i-news-1 ul li.vur a{color:#fff;}
.bews ul li{ border-bottom:1px solid #9bb2ca;}
.bews ul li a{ display:block; padding:37px 30px 40px 15px;}
.bews .bwsj{ font-size:60px; color:#fff; text-align:center;}

.bews .bwsj i{ font-size:18px; color:#fff; display:block;}

.bews ul li a:hover{ background:#fff;}

.bews ul li a:hover h3,.bews ul li a:hover i{ color:#666666;}
.bews ul li a:hover span{ color:#0091bf;}
.bews ul li a:hover p{ color:#333333;}
.bews .bews-a{ padding:0 15px 0 20px;}
.bews .bews-a h3{ font-size:20px; color:#fff;}
.bews .bews-a p{ font-size:16px; color:#c0ddf5; padding-top:17px; line-height:24px;}
.i-news-3 a img{transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}
.i-news-3 a img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

.i-jo{ margin:80px 0 150px 0; }

.i-jo h3{ padding-bottom:50px; font-size:46px; color:#333}
.fly-middd {
    display: inline-block;
    height: 1px;
    width: 40px;
    vertical-align: middle;
    background-color: #004ca1;
}
.i-jo-a h4{ padding-top:16px;}
.i-jo-a h4 a{ font-size:20px; color:#333; padding-left:15px;transition: margin-left 0.3s ease-out;}
.i-jo-a h4 a:hover{color: #004ca1;margin-left:5px}
.i-jo-a p{ padding:10px 0 0 55px; font-size:16px; color:#747474;}
.i-jo-a .post-img {
    position: relative;
    overflow: hidden;
}

.i-jo-a .post-img .overlay {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
    	height: 100%;
	    background-color: rgba(19, 29, 59, 0.7);
	    visibility: hidden;
        opacity: 0;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

.i-jo-a .post-img:hover .overlay {
		visibility: visible;
        opacity: 1;
	}

.i-jo-a .post-img .overlay:before, 
.i-jo-a .post-img .overlay:after {
	    content: '';
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    background: #fff;
	    transform: translate(-50%, -50%);
	    opacity: 0;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

.i-jo-a .post-img .overlay:before {
	    width: 30px;
	    height: 2px;
	    left: 0;
	}

.i-jo-a .post-img .overlay:after {
	    height: 30px;
	    width: 2px;
	    top: 0;
	}

.i-jo-a .post-img:hover .overlay:before {
	    left: 50%;
	    opacity: 1;
	}

.i-jo-a .post-img:hover .overlay:after {
	    top: 50%;
	    opacity: 1;
	}

.i-jo-a .post-img img,
	.themesflat_sc_vc-teammembers:hover .team-image img {
		-webkit-transition: all 0.7s ease-in-out;
	    -moz-transition: all 0.7s ease-in-out;
	    -ms-transition: all 0.7s ease-in-out;
	    -o-transition: all 0.7s ease-in-out;
	    transition: all 0.7s ease-in-out;
	}

.i-jo-a .post-img img:hover .post-img img,
	.themesflat_sc_vc-teammembers:hover .team-image img {
	    transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	}
footer {
    background: url(../images/foot_bg.jpg) no-repeat center;
}
.foot{ padding:80px 0 40px 0;}
.foot .foot-1 h4{font-size:16px; color:#737373; line-height:30px;}

.fly-midds {
    display: inline-block;
    height: 1px;
    width: 100%;
    vertical-align: middle;
    background-color: #565656;
	margin:20px 0 15px 0;
}
.foot-2,.foot-3{margin-top: 20px;}
.foot-2 dl dt{ font-size:24px;color:#fff; border-bottom:1px solid #565656; padding-bottom:20px;}

.foot-2 dl  dd{ font-size:16px; color:#737373; padding-top:10px;}

.foot-2 dl dd:nth-child(2){padding-top:20px;}

.foot-2 dl  dd a:hover{ color:#fff;}
.foot-2 dl  dt a:hover{ color:#737373;}

.foot-3 h4 {
    font-size: 24px;
    color: #fff;
    border-bottom: 1px solid #565656;
    padding-bottom: 20px;
	width:50px;
}
.foot-3 h5 {
padding-top:30px;
}
.webchat{ margin-top:25px;}
.webchat p{font-size:16px; color:#737373; padding-top:12px;}

.foot-4{ font-size:16px; text-align:right;color:#737373;}

.foot-4 .ft-bo{ padding:0 0 20px 0;}
.fly-miw {
    display: inline-block;
    height: 1px;
    width: 94px;
    background-color: #565656;
}
.foot-4 p{padding-top:10px;}
.foot-4 span{ font-size:30px;color:#fff; padding:15px 0 10px 0; display:block;}

.ft-bb .select {
    width: 255px;
    height: 37px;
    padding-left: 10px;
    border: 1px solid transparent;
    background: #e2e0e2 url(../images/link_icon.png) no-repeat 230px center;
    color: #636363;
    border-radius: 3px;
}

.ft-bb .select option {
    padding: 0 10px;
}

.fly-mif {
    display: inline-block;
    height: 1px;
    width: 258px;
    background-color: #565656;
}
.addr{font-size:16px; color:#737373; padding-top:14px;}

.ft-bb{ margin-top:40px;}
.ft-bb p{padding-top:25px;}
.fen{ padding-left:25px;}
.ft-dd p{padding-top:10px;font-size: 15px;
    color: #737373; text-align:center;}
.ly-nr{border-bottom: 1px solid #c9c9c9;}
.fly-panel-title{position: relative; height:70px;color: #666;font-size: 18px;}
.fly-panel-title .nbiao{color: #fff;font-size: 24px; background:#004da1; padding:19.5px 92px;}
.fly-panel-main{padding: 10px 15px;}
.fly-filter a{padding: 0 5px; color: #666;}
.fly-filter a:hover{color: #0f71b5;}
.fly-panel-title .layui-hide-xs a:last-child {
    color: #e93f37;
}
.fly-filter-right{position: absolute; right: 0; top: 0;}
.fly-filter-right p{display: inline-block; background:#e9eef3; margin-left:10px;}
.fly-filter-right a{color: #666;font-size: 16px; padding:0; position:relative; display: inline-block;height:70px;
line-height:70px; width:140px; text-align:center;}

.fly-filter-right  a.layui-this-moren{
background:#fff;
color:#004da1;
border-bottom: 3px solid #0f71b5;

	
}
.fly-filter-right  a:hover{
background:#fff;
color:#004da1;
}
.fly-filter-right  a:after{
    content: "";
    width: 0;
    height: 3px;
    background: #0f71b5;
    position: absolute;
    top: 95%;
    left: 50%;
    transition: all .8s;
}
.fly-filter-right  a.layui-this-moren:after{
    content: "";
    width: 0;
    height: 3px;
    background: #0f71b5;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .8s;
}

.fly-filter-right  a:hover:after{
   left: 0%;
   width: 100%;
}
.i-content{ margin:70px 0;}
.icon-about h3{ font-size:28px; color:#004da1; padding-bottom:30px;}
.dsz{ float:right; padding-left:60px;}

.center {
    text-align: center;
}

.nyhonor ul li {
    margin:5px 0;
}
.nyhonor ul li span {
width: 330px;
    height: 245px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
border: 1px solid #b9b9b9;
}
.nyhonor ul li p {
color:#666666;
font-size:18px;
text-align:center;
padding:20px 0;
}
.nyhonor ul li img {
padding:10px;
}

.pagination-style {
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
}
.pagination-style ul li {
  display: inline-block;
  margin: 5px;
}
.pagination-style ul li a {
padding: 8px 12px;
  border: 1px solid #e8e8e8;
  display: block;
  border-radius: 3px;
  color:#888;
  
}
.pagination-style ul li a:hover {
  background:#004ca1;
  color: #fff;
}
.pagination-style ul .active a {
  color: #fff;
  background: #004ca1;
}


.alert-danger {
    background-color: #004ca1;
    border-color: #004ca1;
    color: #fff;
}
.alert {
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 4px;
margin-bottom: 20px;
}
.icon-video{ width:800px; margin:0 auto;}
.icon-video .video{position:relative;width:800px !important;height:450px !important; cursor:pointer;}
.icon-video .video em{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);background-image:url(../images/icon_video.png);background-position:center center;background-repeat:no-repeat; transition:ease .5s;-webkit-transition:ease .5s;}
.icon-video .video:hover em{background-color:rgba(0,0,0,.3);}


.event .con-l{width:32.5%}
.event .con-r{width:67.5%;padding-left:7.7%}
.event ul{padding-left:60px;padding-top:45px}
.event ul::after,.event ul::before{position:absolute;content:''}
.event ul::before{z-index:1;top:0;left:0;width:25px;height:25px;background:url(../images/event_icon.png) no-repeat center}
.event ul::after{left:12px;top:0;width:1px;height:100%;background:#e6e6e6}
.event li{margin-bottom:.35rem}
.event .date{width:85px;height:32px;line-height:32px;background:#004ca1;border-top-right-radius:5px;border-bottom-right-radius:5px}
.event .date::after,.event .date::before{position:absolute;content:''}
.event .date::before{left:-51px;top:50%;width:7px;height:7px;border:1px solid #999;border-radius:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%)}
.event .date::after{left:-15px;border-right:15px solid #004ca1;border-top:16px solid transparent;border-bottom:16px solid transparent}
.event .info{width:calc(100% - 100px);padding-left:.35rem}


.nyxwlists2 ul li{float:left; margin-bottom:30px; background:#f1f1f1; width:100%;font-size:16px; color:#666;}


.xwls2 a{display: block;}
.xwls2 img{ width:100%;}
.xwls2 a:hover img{-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

.xwrs2  a{ display:block; position:absolute; padding:0 30px 0 0;}

.xwrs2  a:hover{ color:#fff;}

.xwrs2 span.tym{ padding-left:40px;}
.cper{ margin:18px 0 0 0; padding-left:130px;}
.cper .poaa{ position:absolute;left: 30px;}
.cper .poab{ line-height:24px;}

.cper3{ padding-top:22px;}

.layui-col-md4d{ width:21%;}
.layui-col-md8d{ width:79%;}

.nyxwlists2 ul li:hover{background:#004ca1; color:#fff;}



.courseList li { padding-bottom: 40px; padding-bottom:40px; padding-right:60px;}

.courseList li.newxw{padding-right:0; padding-left:60px;}
.courseList li a{display: block;}
.courseList li .pic {float: left;width: 32%;overflow: hidden;}
.courseList li .cont {float: left; width: 68%;padding-left: 25px}
.courseList li .cont h3 { font-size: 18px; line-height: 34px;}
.courseList li .cont h3  {color: #333333;}
.courseList li:hover h3 {color: #004ca1;}
.courseList li .cont p {color: #666; line-height: 30px;}
.courseList li img{transition: 1s;width: 100%;} 
.courseList li:hover img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.newsList li {overflow: hidden; border: none;    -moz-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
.newsList li .pic img {width: 100%}
.newsList li .cont {-moz-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
.newsList li .cont h3 {overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;margin-top: 10px; line-height: 28px; font-size: 18px;}
.newsList li .cont h3 a {color: #333333;}
.newsList li .cont h4 {margin-top: 12px; line-height: 24px; color: #adadad;-moz-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in; font-size:15px;}
.newsList li .cont p {color: #666; line-height: 24px; font-size:12px;padding-top: 10px;display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;}
  .newsList li .cont span{font-size: 14px ;color: #666;margin: 16px 0 5px 0;display: block;}
.newsList li:hover h3 a {color: #004ca1;}
.newsList li .cont .more{background: url(../images/jt1.png) center no-repeat;width: 35px;height: 30px;}
.newsList li:hover .more{background: url(../images/jt2.png) center no-repeat;width: 35px;height: 30px;}
.courseList .clpic {  width: 100%;height: 0;padding-bottom: 62%; overflow: hidden;    }
 
 
 .courseList .mores{width: 100%; display:inline-block; transition:1s; border-bottom:1px solid rgb(223, 223, 223); position:relative; margin-top: 10px; font-size: 16px; padding-bottom: 7px;}
 .courseList .mores:hover{ color: #004ca1; }
 .courseList .mores:before{ content:""; width:100%; height:1px; background:#004ca1; position:absolute; left:0; bottom:-1px; transform-origin:100%; 
-webkit-transform-origin:100%; -webkit-transition:-webkit-transform 1.2s cubic-bezier(.4,0,.2,1); transition:-webkit-transform 1.32s cubic-bezier(.4,0,.2,1); transition:transform 1.6s cubic-bezier(.4,0,.2,1); transition:transform 1.2s cubic-bezier(.4,0,.2,1),-webkit-transform 1.2s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); 

}
.courseList li:hover .mores:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}

.nsneitime{border: 1px solid #ccc;}
.nsneitime h5{font-size: 36px;color: #004ca1;text-align: center;padding: 5px 0; font-weight: bold;border-bottom: 1px solid #ccc;}
.nsneitime h4{font-size: 15px;color: #949494;text-align: center;padding: 5px 0; }
.nycontent{ font-size:14px; line-height:30px; color:#666;}

.nytitle{ font-size:22px; color:#373737; font-weight:bold; padding:10px 0 30px 0;}
.nyimg{ padding-bottom:30px;}

.newsDetailH h3 {
    margin-bottom: 22px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.newsDetailCont {
    font-size: 16px;
    color: #666;
    line-height: 32px;
	
	margin:30px 0;
}
.newsDetailCont i{ font-weight:bold;}
.newsDetailH {
    padding: 0 0 24px 0;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
}

.icon-hd ul li a {
    display: block;
    position: relative;
}
.icon-hd ul li a:hover p {
background-color:rgba(0,77,161,0.5);
}
.icon-hd ul li p{ position:absolute;bottom:0; height:45px; line-height:45px; text-align:center; width:100%; background-color: rgba(0,0,0,.5);color: #fff;font-size: 16px; padding:0 10px;}

.icon-hd ul li a img{transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}
.icon-hd ul li a img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

.pageJump {margin-top: 25px; padding-top: 30px; border-top: 1px dashed #DCDCDC;}
.pageJump p {font-size: 16px; line-height: 30px; margin-bottom: 10px;}
.pageJump p a {color: #666;}
.pageJump p a:hover {color: #00889c;}

.ditu{position: relative;margin-top: 200px;}
.ditutxt {border: 1px solid #ccc;width: 735px;padding:50px 60px ; position: absolute;top: -100px; background: #fff;left: 120px;}
.ditutxt h3{font-size: 28px;color:#004ca1;padding: 0 0 30px 0;}
.ditutxt P{line-height: 35px;font-size: 16px;color: #666;}
.ditutxtbot {padding: 60px 0;width: 100%;overflow: hidden; }
.ditutxtbot img{float: left;padding-right: 15px;}
.ditutxtbot span{margin-top: 30px;color: #666;font-size: 18px;display: block; line-height:35px;}
.ditutxt .tpa{padding-top: 50px}


.zhaopin {
	width:100%;
	height:auto;
}
.zhaopin table th {
	height: 50px;
	background:#0077c1;
	line-height:50px;
	font-size:14px;
	color:#fff;
}
.zhaopin table td {
	height: 50px;
	line-height:50px;
	text-align:center;
	font-size:14px;
	color:#333;

}
.zhaopin table tr.detailed {
	background:#fff;
	color:#333;
	border-bottom:1px solid #eee;
	cursor:pointer;
}
.zwx{ color:#0077c1;}

table tr.detailBox {
	display: none;
	height:auto;
	border-bottom:1px solid #eee;
}
table tr.detailBox td {
	padding: 10px;
	font-weight:normal;
	line-height:30px;
	background:#ffffff;
	border-top:0;
	text-align:left;
}
.zhaopin table tr.yanse {
	background:#ed1b24;
	color: #fff;
}
.zwzp .layui-table{
    margin:0;
}
.zwzp .ttou{ font-size:16px; color:#fff; background:#004ca1; line-height:40px; padding:10px 30px;}

.zwzp  td.tou-a{ font-size:16px; color:#666; text-align:center; padding:50px 0;}
.zwzp  td.tou-b{ font-size:14px; color:#666;padding:20px; line-height:20px;}

.i-cut-b{background:#004da1; color:#fff; position:relative; padding:60px 30px 80px 30px; max-height:186px;}
.i-cut-a{position:absolute; left:130px; right:40px; top:50px;}
.i-cut-b span{}
.i-cut-a h3{ font-size:28px; color:#fff;}
.i-cut-a p{ font-size:16px; color:#fff;text-align: justify; padding-top:10px; line-height:26px;}
.qucu{ margin:70px 0 110px 0;}

.qucu .layui-table td, .layui-table th {
    position: relative;
    padding: 32px;
    min-height: 20px;
    line-height: 36px;
    font-size: 18px;
	color:#666;
	text-align:center;
}
.qucu .qu-a{ text-align:left;  padding: 30px 50px;}

.qucu .qu-b{ text-align:center;  padding: 30px 50px;}
.que{ position:relative;}
.qud img{ display:block; width:100%;}
.qud .ceng{overflow: hidden; position:absolute; bottom:8%; left:0; width:100%; height:90px; background:rgba(0,77,161,0.8); text-align:center; color:#fff; transition:0.5s;}
.qud ul li:hover .ceng{ bottom:0;height: 100%;background:rgba(0,77,161,0.8);}
.qud ul li:hover h3{margin-top: 50%;font-size: 30px;}
.qud ul li h3{font-size:28px;line-height:90px; height:90px;}

.qud ul li  p{font-size:16px; padding:0 20px; line-height:26px;}
.cas{ background:#e4e9ef;}

.jdal ul li.cuu div{
    border: solid 2px #004ca1;
}

@-webkit-keyframes animation_icon{
0%{opacity:0;transform:translateY(-50%)}
100%{transform:none}
}
@keyframes animation_icon{
0%{opacity:0;-webkit-transform:translateY(-50%)}
100%{opacity:1;-webkit-transform:none}
}


.slick-dots div.slick-active,.slick-dots div:focus,.slick-dots div:hover{background:#004ca1}

.fix-wrap{display:none;z-index:9999;position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.8)}
.fix-wrap .hide{position:fixed;top:5%;right:5%;width:25px;height:25px;padding:25px;border-radius:50%;background:#090908;cursor:pointer;transition:all .8s;-webkit-transition:all .8s}
.fix-wrap .hide::after,.fix-wrap .hide::before{position:absolute;top:50%;left:50%;content:'';width:1px;height:55%;margin-top:-27.5%;background:#fff}
.fix-wrap .hide::before{transform:rotate(45deg);-webkit-transform:rotate(45deg)}
.fix-wrap .hide::after{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}
.fix-wrap .hide:hover{transform:rotate(180deg);-webkit-transform:rotate(180deg)}
.fix-video .video-wrap{min-width:55%;max-width:55%;padding:10px;border-radius:5px;border:1px solid #3a3a3a;box-shadow:0 0 5px rgba(0,0,0,.5);background:#2d2d2d}
.fix-video video{width:100%;height:100%;object-fit:cover;animation:ReturnToNormal .5s both;-webkit-animation:ReturnToNormal .5s both}
.fix-pic{overflow:auto}
.fix-pic img{max-height:100%;animation:zoomIn .5s both;-webkit-animation:zoomIn .5s both}
.fix-pics{background:rgba(0,0,0,.7)}
.fix-pic-slider .item{position:relative;width:100%;height:100vh;cursor:grab;cursor:-webkit-grab;background-color:transparent}
.fix-pic-slider .item img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:inherit}
.fix-pic-slider .item em{position:absolute;left:0;bottom:0;width:100%;font-size:16px;line-height:25px;color:#fff;font-weight:700;text-align:center;padding:10px;box-shadow:0 0 10px rgba(255,255,255,.1);background:rgba(0,0,0,.7)}
.fix-pic-slider .slick-arrow{width:45px;height:45px;line-height:45px;text-align:center;color:#fff;font-size:28px;font-family:SimSun,NSimSun,Serif,Georgia;box-shadow:0 0 5px rgba(255,255,255,.1);border-radius:5px;background:rgba(0,0,0,.3);transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:all .5s;-webkit-transition:all .5s}
.fix-pic-slider .slick-arrow:hover{background:rgba(0,0,0,.9)}
.fix-pic-slider .slick-prev{left:1%}
.fix-pic-slider .slick-next{right:1%}
.fix-pic-slider .slick_page{position:absolute;top:0;left:0;font-size:16px;font-weight:700;color:#fff;padding:15px}
.fix-pic-slider .slick_page div{display:none}
.fix-pic-slider .slick_page div.slick-active{display:block}
.fix-search{padding:0 2.5%;background:#222}
.fix-search:hover .search::after{transform:scale(1);-webkit-transform:scale(1)}
.fix-search .search{position:relative;width:100%;height:125px;color:#555;padding-left:88px;font-size:66px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNEE5NEZGREQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNEE5NEZGRUQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0QTk0RkZCRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0QTk0RkZDRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/Hs+IwAAAVlJREFUeNpi+P//PwMaFgLiJiC+/x8VHATiCCzqMTC6QBKSIc+AeC0QzwXiA0jiT4DYmFhDS6CaNgGxOg4NIUD8E6rOipChcVCFZUR4jwWIj0PVq+EylA2q4AAx4YWEQeAxLkMroAqESTS0D6rPAZuhL4H4NYkGgrAG1NDl2AwFgRVkGMqClBpQ5JgYIOAdA+ngL5TmR5eAGapKhqE8UPo1NkNvAbEtGYaaQOmDGDLAMIiGho0niWEKy2UWuBL/VyD+RYKBFlAD9+PLUTZQRUeAWICAgU5QB4CAIaG8745UaHQCsRkQ8wIxOxCLA7EfEG9HK7kuArEsoVLKHIgf/McPQF72RioaXwGxCD5DYdgXiBcC8S0gfgvEV4B4OhA7IqmRh+ZGELgJxFyEDCUWSwLxVSSDZalhKAhzogWFLiPYZMqBJBBfBGJRIH5ALUNBQBGI5wPxVIAAAwAoIUyRNtFOOQAAAABJRU5ErkJggg==) no-repeat 35px center}
.fix-search .search::after,.fix-search .search::before{position:absolute;content:'';left:0;bottom:0;width:100%;height:1px;transition:all 1s;-webkit-transition:all 1s}
.fix-search .search::before{background:#515151}
.fix-search .search::after{background:rgba(255,255,255,.5);transform:scale(0,1);-webkit-transform:scale(0,1)}
.fix-search .btn,.fix-search .txt{color:#fff;background:0 0}
.fix-search .txt{width:100%;text-align:center;font-size:24px;padding-right:2%}
.fix-search .btn{font-size:24px}
@media (max-width:1680px){
.header .syss input {
    width: 180px;
}
.header nav ul li>a {
margin: 0 20px;
}
.header .language {
    padding-right: 5px;
}
.mlt {
    margin-left: 5px;
}

.foot-2 dl dt,.foot-3 h4 {
    font-size: 20px;

}
.bews ul li a {
    padding: 35px 30px 35px 15px;
}
.foot-2 .layui-col-space40{margin: -10px;}
.foot-2 .layui-col-space40>*{padding: 10px}
}
@media (max-width:1600px){
.nbxs {
display:none;
}
.fen {
    padding-left:0;
}
}
@media (max-width:1440px){
.header .syss input {
    width: 180px;
}
.header nav ul li>a {
margin: 0 20px;
}
.header .language {
    padding-right: 5px;
}
.mlt {
    margin-left: 5px;
}
.i-product .i-product-a h3 {
    padding: 80px 0 135px 0;
}

.bews ul li a{ display:block; padding:10px;}
.fen {
    padding-left:0;
}
.foot-2 dl dt,.foot-3 h4 {
    font-size: 18px;
}

.icon-about .layui-col-md8w{ width:65%;}
.icon-about .layui-col-md4w{ width:35%;}
.layui-col-md4d{ width:25%;}
.layui-col-md8d{ width:75%;}
.courseList li { padding-bottom: 40px; padding-bottom:40px; padding-right:20px;}

.courseList li .cont {
    width: 63%;
}
.courseList li .pic {
    width: 37%;
}

.courseList li.newxw{padding-right:0; padding-left:20px;}

.i-cut-b {
    background: #004da1;
    color: #fff;
    position: relative;
    padding: 30px;
    max-height: inherit;
	height:230px;
	overflow:hidden;
}
.i-cut-b span {
display:block;
text-align: center;
}
.i-cut-a h3 {

    text-align: center;
}
.i-cut-a {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
	padding-top: 10px;
}
.foot-2 dl dd {
    font-size: 14px;
}
}
@media (max-width:1439px){
.header nav ul li>a {
margin: 0 16px;
}
.header .syss input {

    height: 30px;
    line-height: 30px;

}
}
@media (max-width:1366px){
.foot-2 .layui-col-space40{margin: -5px;}
.foot-2 .layui-col-space40>*{padding: 5px}
.header nav ul li>a {
margin: 0 16px;
}
.header nav ul li>a {
    font-size: 14px;

}
.i-product .i-product-a h3 {
    padding: 80px 0 120px 0;
}
.i-news .layui-col-space80 {
    margin: -20px;
}
.i-news .layui-col-space80>* {
	padding: 20px
}
.foot-2 dl dt,.foot-3 h4 {
    font-size: 16px;

}
.foot-2 dl dd {
    font-size: 14px;
}

.fly-filter-right a {
    font-size: 16px;
}
.icon-about .layui-col-md8w{ width:62%;}
.icon-about .layui-col-md4w{ width:38%;}
.layui-col-md4d{ width:27.2%;}
.layui-col-md8d{ width:72.8%;}
.courseList li .cont {
    width: 60%;
}
.courseList li .pic {
    width: 40%;
}
.ditutxt {
width: auto;

}
.bews .bews-a p {
    font-size: 15px;
}
.foot .layui-col-space50{margin: -10px;}
.foot .layui-col-space50>*{padding: 10px}
.header .language a {
    width: 25px;
    height: 25px;
    margin: 0 5px;
    font-size: 14px;
}
.header .language .yww {
    height: 25px;
    line-height: 25px;
    display: inline-block;
}
}
@media (max-width:1365px){

.header nav ul li>a {
margin: 0 10px;
}
}
@media (max-width:1280px){
.header nav ul li>a {
margin: 0 10px;
}

.i-product .i-product-a h3 {
    padding: 80px 0 92px 0;
}
.pro-pf {
    top: 5%;
    padding: 0 20px;
}
.pro-pf h3{ font-size:20px;}
.pro-pf span {
    padding: 10px 0;
}
.pro-pf .pro-more {
    padding-top: 10px;

}
.bews .bews-a p {
height:60px;
overflow:hidden;
}
.foot .layui-col-space60 {
	margin: -15px
}
.foot .layui-col-space60>* {
	padding: 15px
}
.foot .layui-col-space50 {
	margin: -10px
}
.foot .layui-col-space50>* {
	padding: 10px
}
.fly-filter-right a {
    width: 130px;
}
.fly-filter-right a {
    font-size: 14px;
}
.layui-col-md4d{ width:31%;}
.layui-col-md8d{ width:69%;}
.courseList li .cont {
    width: 55%;
}
.courseList li .pic {
    width: 45%;
}
.nsneitime h4 {
    font-size: 12px;
}
.ditutxtbot {
    padding: 30px 0;

}
.i-cut-b {
	height:280px;
}
.bews .bews-a h3 {
    font-size: 18px;
}
.cper{ margin:15px 0 0 0;}
.foot-2 dl dd {
    font-size: 13px;
}
}
@media (max-width:1024px){
body{padding-top:70px}
.header{display:none}
.header-m{display:block!important;z-index:999;position:fixed;left:0;top:0;width:100%;height:70px;background:#fff;box-shadow:1px 1px 10px rgba(0,0,0,.1)}
.header-m::after{display:none;position:fixed;content:'';top:70px;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}
.header-m .logo{position:absolute;left:50%;line-height:70px;transform:translateX(-50%);-webkit-transform:translateX(-50%)}

.header-m .m-menu-b{display:block;position:absolute;top:0;left:0;width:60px;height:70px;cursor:pointer}
.header-m .m-menu-b::after,.header-m .m-menu-b::before{position:absolute;top:50%;left:calc(35px / 2);content:'';width:25px;height:1px;z-index:9999;transition:all .3s ease-out .3s;-webkit-transition:all .3s ease-out .3s;background:#222}
.header-m .m-menu-b::before{transform:translateY(-4px) rotate(0);-webkit-transform:translateY(-4px) rotate(0)}
.header-m .m-menu-b::after{transform:translateY(4px) rotate(0);-webkit-transform:translateY(4px) rotate(0)}
.header-m .m-menu{display:none;z-index:888;position:fixed;width:100%;width:260px;height:100%;top:0;left:-260px;opacity:1;background:#fafafa;text-align:left;padding-top:70px}
.header-m .m-menu::after{position:absolute;top:70px;content:'';width:100%;height:1px;background:#ebebeb}
.header-m .nav{height:100%;overflow-x:hidden;overflow-y:auto}
.header-m .nav>li{border-bottom:1px solid #ebebeb;animation:resize .5s both;-webkit-animation:resize .5s both}
.header-m .nav>li>a{position:relative;display:block;width:100%;font-size:15px;padding:0 40px;color:#666;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;overflow:hidden;height:50px;line-height:50px}
.header-m .nav>li>a::after{position:absolute;left:20px;top:50%;margin-top:-5px;content:'';width:8px;height:8px;border:1px solid #999;border-radius:50%;background:0 0;transition:all .3s;-webkit-transition:all .3s}
.header-m .nav>li .sub-nav{display:none}
.header-m .nav>li .sub-nav a{position:relative;display:block;line-height:24px;padding:12px 40px;background:#f2f2f2;color:#4e4e4e}
.header-m .nav>li .sub-nav a::after,.header-m .nav>li .sub-nav a::before{position:absolute;content:'';width:0;height:0;left:20px;top:20px;border:5px solid transparent;overflow:hidden;transition:all .3s;-webkit-transition:all .3s}
.header-m .nav>li .sub-nav a::before{left:21px;border-left:5px solid #555}
.header-m .nav>li .sub-nav a::after{border-left:5px #ebebeb solid}
.header-m .nav>li.cur{position:relative}
.header-m .nav>li.cur::after,.header-m .nav>li.cur::before{position:absolute;content:'';background:#999;transition:all .5s;-webkit-transition:all .5s}
.header-m .nav>li.cur::before{top:19px;right:25px;width:2px;height:12px}
.header-m .nav>li.cur::after{top:24px;right:20px;width:12px;height:2px}
.header-m .nav>li.active::after{background:#fff}
.header-m .nav>li.active::before{height:0}
.header-m .nav>li.active>a{color:#fff;background:#004ca1}
.header-m .nav>li.active>a::after{background:#fff;border-color:#fff}
.header-m .nav>li.active .sub-nav li{animation:ReturnToNormal .5s both;-webkit-animation:ReturnToNormal .5s both}
.header-m .m-language{position:absolute;left:0;bottom:0;width:100%;text-align:center}
.header-m .m-language a{color:#666;height:40px;line-height:40px;font-size:16px;display:block;border-bottom:1px solid #ebebeb;animation:slideInUp 1.5s both;-webkit-animation:slideInUp 1.5s both}
.header-m .m-search-b{display:block;position:absolute;top:0;right:0;width:40px;height:70px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;background-size:23px}
html.active{height:100%;overflow:hidden}
html.active body{height:100%;overflow:hidden}
html.active .header-m{left:260px}
html.active .header-m::after{display:block}
html.active .header-m .m-menu-b::after,html.active .header-m .m-menu-b::before{background:#000}
html.active .header-m .m-menu-b::before{transform:translateY(0) rotate(225deg);-webkit-transform:translateY(0) rotate(225deg)}
html.active .header-m .m-menu-b::after{transform:translateY(0) rotate(-225deg);-webkit-transform:translateY(0) rotate(-225deg)}
html.active .header-m .m-menu{display:block;left:0}
html.active .banner,html.active .i-banner,html.active footer,html.active main{transform:translateX(260px);-webkit-transform:translateX(260px)}
.i-about-b-1 h2 {
    font-size: 46px;
    color: #333333;
    padding: 0 0 10px 0;
}
.i-about {

    padding: 30px 0;
}
.i-about-b-1 p {
    padding-top: 20px;
}
.i-about-b-1 a {
    margin-top: 40px;
}
.i-product .i-product-a h3 {
    padding: 65px 0 70px 0;
}
.i-news-1 h3 {
    font-size: 40px;
}
.foot .layui-col-space60 {
	margin: -10px
}
.foot .layui-col-space60>* {
	padding: 10px
}
.foot .layui-col-space50 {
	margin: -5px
}
.foot .layui-col-space50>* {
	padding: 5px
}
.main-nav-m {
    display: block;
    position: relative;
    z-index: 555;
    cursor: pointer;
}
.ly-nr{display:none}
.main-nav-m{display:block;position:relative;z-index:555;cursor:pointer}
.main-nav-m .title{position:relative;height:45px;line-height:45px;padding:0 10px;background:#004ca1}
.main-nav-m .title strong{color:#fff;font-size:16px;font-weight:700}
.main-nav-m .title i{position:absolute;content:'';width:45px;height:100%;right:0}
.main-nav-m .title i::after,.main-nav-m .title i::before{position:absolute;top:50%;content:'';width:12px;height:1px;background:#fff;transition:all .3s;-webkit-transition:all .3s}
.main-nav-m .title i::before{left:46%;transform:rotate(40deg) scaleY(1.5);-webkit-transform:rotate(40deg) scaleY(1.5)}
.main-nav-m .title i::after{right:46%;transform:rotate(-40deg) scaleY(1.5);-webkit-transform:rotate(-40deg) scaleY(1.5)}
.main-nav-m .title.active i::before{transform:rotate(-40deg) scaleY(1.5);-webkit-transform:rotate(-40deg) scaleY(1.5)}
.main-nav-m .title.active i::after{transform:rotate(40deg) scaleY(1.5);-webkit-transform:rotate(40deg) scaleY(1.5)}
.main-nav-m ul{display:none;position:absolute;top:45px;width:100%;padding:0 10px;background:rgba(0,77,161,.8);color:#fff}
.main-nav-m ul li{animation:ReturnToNormal .5s both;-webkit-animation:ReturnToNormal .5s both}
.main-nav-m ul li a{display:block;height:45px;line-height:45px;border-bottom:1px solid rgba(255,255,255,.55)}
.layui-col-md4d{ width:37.6%;}
.layui-col-md8d{ width:62.4%;}
.courseList li .cont {
    width: 50%;
}
.courseList li .pic {
    width: 50%;
}
.ic-news .layui-col-space50{margin: -15px;}
.ic-news .layui-col-space50>* {
	padding: 15px
}
.ditutxt {
    padding:30px;
}
.ditu {
    position: relative;
    margin-top: 150px;
}
.ditutxt {
    left: 30px;
}
.rensh{ display:none;}
.i-cut-a h3 {
    font-size: 22px;
    color: #fff;
}
.i-cut-b {
    height: 240px;
}
.cper{ margin:10px 0 0 0;}
.xwrs2 a {
    padding-right: 10px;
}
}
@media (max-width:768px){
.i-about {
    background:none;
    padding: 30px 0;
}
.i-about-b-1 {
    padding-left: 0;
}
.hbtn.hb-fill-right-rev:before {
    background: #fff;
}
.i-product {
    padding: 30px 0;
}
.i-product .i-product-a h3 {
    padding: 30px 0 ;
}
.i-news {
    background:#004ca1;
    padding: 30px 0;
}
.i-news-1 h3 {
    font-size: 46px;
    color: #fff;
    text-align: center;
	padding:30px 0;
}
.i-news-3 img{ width:100%;}
.bews ul li a {
    display: block;
    padding: 15px;
}
footer {
    background:#242424;
}
.foot-2,.foot-1{ display:none;}
.foot {
    padding:40px 0;
}
.foot-2, .foot-3 {
    margin-top: 0;
}
.ft-bb {
    margin-top:0;
}
.ft-bb p {
    padding-top: 20px;
}
.i-jo {
    margin: 80px 0;
}
.icon-about .layui-col-md8w,.icon-about .layui-col-md4w{ width:100%;}
.icon-about .layui-col-md4w{ text-align:center;}
.dsz{ float: none; padding:0 0 30px 0; text-align:center;}
.icon-video{ width:100% !important;}
.icon-video .video{position:relative;width:100% !important;height:100% !important;}
.layui-col-md4d{ width:49.2%;}
.layui-col-md8d{ width:50.8%;}
.xwrs2 span.tym {
    padding:20px 0 0 0;
}
.courseList li {
    padding-right:0;
}
.courseList li.newxw {
    padding-right: 0;
    padding-left:0;
}
.courseList li .cont {
    width: 65%;
}
.courseList li .pic {
    width:35%;
}
.ditutxt {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
}
.ditu {
    position: relative;
    margin:30px 0;
}
.ditufr{ margin-top:30px;}
.qucu .qu-a,.qucu .qu-b{ padding:15px; text-align:left;}
.xwrs2 a {
    display: block;
 position: relative;
    padding-right: 15px;
}
.cper {
    padding-left: 90px;
}
.cper .poaa {
    left: 5px;
}
.cper {
    margin: 10px 0;
}
.poaa,.poab{ font-size:14px;}
}
@media (max-width:767px){
.i-banner .sm-db{display:block!important}

.banner {
    height: 3rem;
}
.fix-search{padding:0 15px}
.fix-search .search{height:65px;padding-left:0;background:0 0}
.fix-search .txt{font-size:20px;text-align:left;padding:0 10px}
.fix-search .btn{font-size:22px;color:#777;width: 80px;}
.i-about-b-1 h2 {
    font-size: 30px;
    color: #333333;
    padding: 5px 0 10px 0;
}
.i-about-b-1 p {

    padding-top: 15px;
	line-height:30px;

}
.i-about-b-1 a {
    margin-top: 40px;
}
.pro-pf h3 {
    font-size: 26px;
}
.pro-pf span {
    padding: 20px 0;
}
.pro-pf .pro-more {
    padding-top:30px;
}
.bews .bwsj {
    font-size: 50px;
    color: #fff;
    text-align: left;
}
.bews .bews-a {
    padding: 0 0 0 30px;
}
.i-jo {
    margin: 40px 0 30px 0;
}
.i-jo h3 {
    padding-bottom: 30px;
    font-size: 40px;
    color: #333;
}
.foot-3{ text-align:center;}
.foot-3 h4 {
    width:100%;
}
.foot-4 {
margin-top:10px;
    text-align: center;
}



.ic-about .layui-col-space60 {
	margin: -15px
}
.ic-about .layui-col-space60>* {
	padding: 15px
}
.i-content {
    margin: 30px 0 40px 0;
}
.nyhonor ul li span {
width:100%;
height:auto;
}
.nyhonor .honorimg {
position: relative;
    display: block;
	text-align: center;
}
.honorimg img {
    max-width: 100%;
	padding:10px;

}
.layui-col-md4d,.layui-col-md8d{ width:100%;}
.xwrs2 span.tym,.cper3 {
    padding: 10px 0 0 0;
}
.cper{ margin-top:10px;} 

.courseList li .cont {
    width: 60%;
}
.courseList li .pic {
    width:40%;
}
.newsList li .cont p{    -webkit-line-clamp: 1;}
.newsList li .cont span{font-size: 12px;}
.newsList li .cont h3{font-size: 16px;}
.courseList .mores{margin-top: 5px;}
.newsbfr {display: none!important;}
.newsbox{margin: 30px 0;}
.newsbcons{padding: 20px 0;}
.nsneitime {width: 45%;margin-bottom: 20px;}
.nsneifr {display: none!important;} 
.newsList li .cont h3 {
    margin-top: 0;font-size: 16px;
}
.newsList li .cont p {
    padding-top: 5px;
    line-height: 22px;
	-webkit-line-clamp: 1;
}
.newsList li .cont span {
    font-size: 12px;
	margin: 0;
}
.ditutxt {
    padding: 20px;
}
.xuel{ display:none;}
.zwzp .ttou {
    font-size: 16px;
    color: #fff;
    background: #004ca1;
    line-height: 30px;
    padding: 10px 30px;
}
.i-cut-b {
    height: auto;
	padding:20px;
}
.i-cut-a p {
text-align:center;
}
.qucu{
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
	
}
.qucu .layui-table{
	table-layout: fixed;
	
}
.qucu .layui-table td, .layui-table th {
    line-height: 30px;
    font-size: 14px;
}
.i-news-1 ul li a {
    font-size: 18px;
}
.xwrs2 a {
    padding-right: 10px;
}

}
@keyframes resize{
60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;transform:scale(5,5)}
100%{opacity:1;transform:scale(1,1)}
}
@-webkit-keyframes resize{
60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;-webkit-transform:scale(5,5)}
100%{opacity:1;-webkit-transform:scale(1,1)}
}
@keyframes ReturnToNormal{
from{opacity:0;transform-origin:right bottom;transform:rotate3d(0,0,1,45deg)}
to{opacity:1;transform-origin:right bottom;transform:none}
}
@-webkit-keyframes ReturnToNormal{
from{opacity:0;-webkit-transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg)}
to{opacity:1;-webkit-transform-origin:right bottom;-webkit-transform:none}
}
@-webkit-keyframes imageAnimation {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	8% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes imageAnimation {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	8% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.home-banner-img-animate {	
	-webkit-animation: imageAnimation 20s linear infinite 0s;
    -moz-animation: imageAnimation 20s linear infinite 0s;
    -o-animation: imageAnimation 20s linear infinite 0s;
    -ms-animation: imageAnimation 20s linear infinite 0s;
    animation: imageAnimation 20s linear infinite 0s;  
}
.ovh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}