body,ul{margin: 0;padding: 0;}
img{border: none;display: inline-block;}
li{list-style: none}
a{text-decoration: none;color: #000;}

.fixed{position: fixed;width: 100%;z-index: 999;background: white;}
.w1200{width: 1200px;margin: 0 auto;}
.logo{float: left;}
.nav{float: right;}
.h90{height: 90px;}

.clear{clear: both;}

.nav ul{font-size: 0;}
.nav ul>li{display: inline-block;font-size: 18px;line-height: 90px;margin: 0 10px;position: relative;}

.d_pos{position: fixed;width: 100%;left: 0;background: #00a2ea75;line-height: 60px;height: 60px;top: -60px;/*transition: all 0.3s;*/z-index: 9;}
.nav ul>li:hover .d_pos{top: 90px;}
.n_ul{position: fixed;display: none;width: 100%;}
.n_ul li{line-height: 60px !important;font-size: 16px !important;vertical-align: top;}
.nav ul>li:hover .n_ul{display: block;height: 60px;z-index: 99;}
.u_li:hover .hen{display: block;}
.u_li:hover a{color: #00a2ea;}
.n_ul a{color: #000 !important;}

.on>a{color: #00a2ea;}
.hen{background: #00a2ea;height: 4px;width: 100%;position: absolute;bottom: 0;left: 0;display: none;}
.on .hen{display: block;}

/*.n_ul li a:hover{color: #75bf27;}*/

/*.banner{padding-top: 140px;}*/
.banner img{width: 100%;}
/*.banner .swiper-pagination-bullets{bottom:130px !important;}*/


.newsL{float: left;width: 500px;padding: 30px 0;}
.newsL h3{font-size: 28px;color: #00a2ea;text-transform: uppercase;font-weight: bold;}
.newsL h4 a{font-size: 16px;color: #999999;font-weight: bold;margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.newsL h4:hover a{color: #00a2ea;}
.newsL span{display: inline-block;font-size: 24px;color: #f85f2c;padding: 10px 0;}
.newsL p{font-size: 14px;color: #999999;line-height: 2;text-align: justify;}
.newsL div{position: relative;}
.newsL div a{position: absolute;right: 0;bottom: 0;font-size: 14px;color: #7dc4f1;line-height: 2;}

.newsR{float: right;width: 660px;padding: 30px 0;}
.n_a1{text-align: right;}
.n_a1 img:last-child{display: none;}
.n_a1:hover img:last-child{display: inline-block;}
.n_a1:hover img:first-child{display: none;}

.news_list li{margin-top: 10px;}
.news_list a{font-size: 16px;color: #949494;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.news_list li:hover a{color: #00a2ea;}

.bk1{padding: 60px 0;background: #fdf1ee;}

.bkul{font-size: 0;}
.bkul li{display: inline-block;font-size: 14px;position: relative;margin-left: 10px;overflow: hidden;}
.bkul li:first-child{margin-left: 0;}
.bkul .pos{position: absolute;left: 30px;bottom: 30px;color: white;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.bkul .pos h4{font-size: 18px;font-weight: bold;}
.bkul .pos span{display: inline-block;font-size: 16px;text-transform: uppercase;font-weight: bold;margin-top: 10px;}
.bkul .im1{position: absolute;right: 50px;bottom: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.im2{
    -webkit-transition: all 0.5s ease-in-out; 
    -moz-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out;    
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
}
.bkul li:hover .im2{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);  
    -o-transform: scale(1.04);    
    -ms-transform: scale(1.04);   
    transform: scale(1.04) ; 
}
.bkul li:hover .pos{
    transform: translate(-10px,0px);
    -webkit-transform: translate(-10px,0px);
    -moz-transform: translate(-10px,0px);
    -o-transform: translate(-10px,0px);
    -ms-transform: translate(-10px,0px);    
}
.bkul li:hover .im1{
    right: 40px;
}


.layui-tab-title li:hover{color: #00a2ea;}


.footer{border-top: 1px solid #ec6941;}
.foL{float: left;padding: 20px 0;}
.foL h4{font-weight: bold;font-size: 14px;color: #00a2ea;}
.foL p{color: #999999;font-size: 14px;margin-top: 5px;}
.foR{float: right;padding-top: 30px;}
.foR p{margin-top: 5px;color: #999999;font-size: 14px;}
.foR p:last-child{text-align: right;}

.p40{padding: 40px 0;}

.L_nav{float: left;width: 280px;}
.navname{background: #00a2ea;text-align: center;padding: 15px 0;}
.navname h4{font-size: 24px;color: white;}
.navname span{color: white;font-size: 18px;text-transform: uppercase;display: inline-block;margin-top: 10px;}

.navu li{height: 60px;line-height: 60px;background: #f2f2f2;text-align: center;margin-bottom: 2px;}
.navu li a{font-size: 18px;position: relative;display: block;}
.navu li a:after{width: 4px;height: 25px;content: "";background: #00a2ea;position: absolute;transform: translate(-50%,-50%);top: 50%;left: 20px;display: none;}
.navu li .om:after{display: block;}
.navu li:hover a:after{display: block;}
.navu li .om{color: #00a2ea;}
.navu li:hover a{color: #00a2ea;}

.rnews{border-top: 12px solid #00a2ea;margin-top: 10px;background: #f2f2f2;text-align: center;padding-bottom: 35px;}
.rnews h4{font-size: 18px;color: #00a2ea;padding: 30px 0;font-weight: bold;}
.rnews ul{padding: 0 27px;}
.rnews ul li{margin-top: 10px;}
.rnews ul li a{color: #808080;line-height: 1.8;font-size: 16px;padding-left: 15px;background: url(/statics/jqgc/img/b_03.png) no-repeat;background-position: 0 7px;display: inline-block;text-align: left;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.R_con{float: right;width: 885px;}
.adds{border-bottom: 1px solid #bfbfbf;}
.addL{font-size: 22px;line-height: 40px;float: left;}
.addR{float: right;line-height: 40px;}
.addR a{font-size: 16px;color: #4e4e4e;}

.content{padding: 20px 0;line-height: 1.9;font-size: 16px;}

.showtitle{font-size: 20px;color: #00a2ea;padding-bottom: 20px;text-align: center;font-weight: bold;}

.ban img{width: 100%;}

/*图像列表*/
.rylist-fc{font-size: 0;margin-left: -64px;padding-top: 40px;}
.rylist-fc li{display: inline-block;font-size: 16px;margin-left: 64px;margin-bottom: 40px;vertical-align: top;}
.fc-title{padding: 15px 30px;background:#225a99;}
.fc-title span{color: white;font-size: 18px;display: inline-block; }
.fc-title span:last-child{float: right;}
.rytop{background: #225a99; width:1150px; line-height: 2;color: white;padding: 10px 25px;font-size: 15px;}
.ryfc-title{padding: 15px 30px; text-align: center;}
.ryfc-title span{color: #000;font-size: 18px;display: inline-block; }
/*.ryfc-title span:last-child{float: right;}*/

.fc-img{width: 270px;overflow: hidden;height: 345px;}
.fc-img img{width: 100%;
    -webkit-transition: all 0.5s ease-in-out; 
    -moz-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out;    
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.ryfc-img{width: 410px;overflow: hidden;}
.ryfc-img img{width: 100%;
    -webkit-transition: all 0.5s ease-in-out; 
    -moz-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out;    
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.list-fc li:hover .fc-img img{
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);  
    -o-transform: scale(1.07);    
    -ms-transform: scale(1.07);   
    transform: scale(1.07) ;
}
.rylist-fc li:hover .ryfc-img img{
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);  
    -o-transform: scale(1.07);    
    -ms-transform: scale(1.07);   
    transform: scale(1.07) ;
}
.rylist-fc li:hover .ryfc-title{background:#00a2ea;}
.rylist-fc li:hover .ryfc-title span{color: white;}


.list-ul li{margin-bottom: 20px;padding: 20px 10px;transition: all .5s;border-bottom: 1px solid #bfbfbf;}
.ul-left{float: left;width: 220px;overflow: hidden;}
.ul-left img{width: 100%;/*height: 165px;*/
    -webkit-transition: all 0.5s ease-in-out; 
    -moz-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out;    
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.list-ul li:hover .ul-left img{
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);  
    -o-transform: scale(1.07);    
    -ms-transform: scale(1.07);   
    transform: scale(1.07) ;
}
.ul-right{float: right;width: 625px;}
.ul-right h4{font-size: 18px;font-weight: bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.ul-right span{display: block;margin-top: 15px;}
.ul-right p{line-height: 1.8;color: #727272;margin-top: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ul-right i{display: inline-block;font-style: normal;border-bottom: 1px solid #808080;line-height: 1.8;margin-top: 10px;}

.gs{width: 100%;}
.list-ul li:hover{background: #f8f8f8;box-shadow: 0px 1px 5px #bfbfbf;}
.list-ul li:hover .ul-right h4{color: #00a2ea;}

.jobtit{background: #9aa1a9;padding: 0 35px;}
.jobtit i{float: left;font-size: 16px;width: 20%;font-style: normal;text-align: center;color: white;height: 48px;line-height: 48px;}

.layui-colla-title span{float: left;width: 20%;text-align: center;}

/*分页*/
.paging{text-align: center;width: 100%;}
.paging span{font-size: 14px;margin-right: 6px;background: #eeeeee;display: inline-block;min-width: 28px;height: 28px;line-height: 28px;padding: 5px;}
.paging a{color: #333333;display: block;}
.p_n1{background: #00a2ea !important;color: #ffffff;}
.p60 .newsright ul li:hover h4{font-weight: 600; color: #e63c49;}


#container2{width: 100%;height: 500px;}
.left,.right {width: 100%;height: 700px;padding: 40px 20px;box-sizing: border-box;}
.left {height: 500px;}
.container {width: 50%;height: 100%;}
.des {float: right;width: 48%;height: 100%;border: 1px dashed #000;box-sizing: border-box;}
.dtitle {font-size: 15px;font-weight: bold;color: #cc5522;}
.dcontent {font-size: 12px;color: #333;/*margin-top: 6px;*/display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}

.lxfs{padding-bottom: 20px;}
.lxfs h5{font-size: 18px;color: #00a2ea;}
.lxfs ul{font-size: 0;margin-top: 20px;background: #eee;padding: 40px 20px;}
.lxfs ul li{display: inline-block;font-size: 14px;width: 281px;vertical-align: top;}
.lxfs ul li:hover .fr p{color: #00a2ea;}
.fl{float: left;}
.fr{float: left;margin-left: 15px;}

.pary{background: url(/statics/jqgc/img/aa_07.png) no-repeat;background-position: right;min-height: 445px;}
.pary li{background: url(/statics/jqgc/img/aa_03.png) no-repeat;background-position: 0 5px;padding-left: 35px;max-width: 540px;margin-bottom: 20px;}

.mobile{display: none;}
.mob{display: none;}
.subnavcont03{display: none;}

.Another{padding-top: 20px;line-height: 1.8;font-size: 16px;}





@media screen and (max-width: 640px){
.mobile{display: block;position: fixed;width: 100%;z-index: 99;background: white;}
.pc{display: none;}
.h90{height: 70px;}
.w1200{width: 95%;margin: 0 auto;}
.mob{display: block;}

.header{z-index: 999;display: flex;justify-content: space-between;padding: 0 20px;height: 70px;align-items: center;}
.index_logo{width: 200px;}
.index_logo img{width: 100%;}
.menu img{width: 26px;}
.menu{display: flex;align-items: center;}
.wnav{ width:100%; height:100%; display:none; position:fixed; left:0; z-index:999999; top:0rem; }
.mobile .m_nav{ width:56%; height:auto;  background:#1787CB; padding:2%; text-align:left; height:100%;float: none;}
.mobile .m_nav ul{ width:100%; height:auto; float:left; display:inline; overflow:hidden;}
.mobile .m_nav li{ width:98%; height:40px; border-bottom:1px dashed #fff; float:left; display:inline; overflow:hidden;font:14px/40px Arial; padding-left:2%; text-transform:uppercase; color:#FFF}
.mobile .m_nav li b{ font-weight:normal;font:9px/40px Arial,; padding-left:5px; }
.mobile .m_nav a{ color:#fff;}
.mobile .m_nav li strong{ width:12px; height:13px; float:right; padding-right:10px;padding-top:10px;}

.newsL{width: 100%;}
.newsR{width: 100%;padding-top: 0;}
.n_a1{display: none;}

.newsL h3{font-size: 22px;}
.newsL span{font-size: 14px;}
.news_list a{font-size: 14px;}

.bk1{display: none;}

.foL{width: 100%;}
.foR{width: 100%;padding-top: 0;padding-bottom: 20px;display: none;}
.foR p:last-child{text-align: left;}

.L_nav{display: none;}
.adds{display: none;}
.R_con{width: 100%;}

.subnavcont03{display: block;}
.subnavlist03 {background-color: #f2f2f2;display: block;}
.zsannavbtn03 {padding:10px;color:#333333;text-align:center;font-size:18px;cursor:pointer;}
.commonweb {padding:0px 10px;}
.zsannavbtn03 a:after {display:inline-block;content:"";width:12px;height:12px;border-left:1px solid #333333;border-bottom:1px solid #333333;margin:0 0 3px 6px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}
.subnavlist03 ul li a.cur {background-color:#00a2ea;color:#ffffff;}
.subnavlist03 ul li a {display:block;width:100%;font-size:16px;padding:15px 0;text-align:center;line-height:18px;background-color:#F2F2F2;color:#333333;}

.p40{padding: 20px 0;}
.content{padding: 0;}
.content img{width: 100%;}

.auto{width: auto !important;}

.rylist-fc{margin-left: 0;padding-top: 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.rylist-fc li{width: 48%;margin-left: 0;margin-bottom: 10px;}
.ryfc-img{width: 100%;}
.ryfc-title span{font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}

.ul-left{width: 30%;}
.ul-right{width: 67%;}
.list-ul li{margin-bottom: 5px;}
.ul-right h4{font-size: 16px;}
.ul-right span{margin-top: 5px;font-size: 14px;}
.ul-right i{font-size: 14px;margin-top: 0;}
.ul-right p{margin-top: 5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 14px;}

.gs{width: 100%;}

.jobtit i{font-size: 14px;}
.layui-colla-title span{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.layui-colla-content{font-size: 14px;}

.lxfs ul li{display: block;width: 100%;margin-bottom: 15px;}

.indexPage{padding-top: 20px;}
.indexPage a{display: flex;justify-content: space-between;}
.indexPage .trimg{width: 50%;}
.indexPage .trimg img{width: 100%;}
.indexPage p{font-size: 14px;line-height: 1.6;margin-top: 5px;color: #999999;}
.trtitle{width: 45%;}
.trtitle span{display: block;font-size: 18px;color: #00a2ea;font-weight: bold;}
.trtitle i{display: block;width: 20px;height: 2px;background: #00a2ea;margin-top: 5px;}

.showtitle{font-size: 18px;}

.innav{display: flex;justify-content: space-between;margin-top: 20px;}
.innav p{text-align: center;font-size: 16px;line-height: 1.8;margin-top: 5px;}
.innav img{width: 75px;}

.pary{background: none;}

.layui-colla-title{padding: 0 !important;}
.jobtit{padding: 0;}
.layui-colla-icon{display: none;}

.Another{font-size: 14px;}

}



















