/* CSS Document */

* {
    margin: 0;
    padding: 0;
/*	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
}
html{overflow-x: hidden; /*scroll-behavior: smooth;*/}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    -webkit-font-smoothing: antialiased;
	line-height: 28px;
    margin:0 auto;
    background-color: #fff;
	}
	
ul li {
    list-style-type: none;
}
img{border:0;}
a{ 
blr:expression(this.onFocus=this.blur()); 
outline: none;
text-decoration:none;
}
a:active {star:expression(this.onFocus=this.blur());}
a {color:#333;text-decoration:none;}
a:hover{ color:#3783b7;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both; overflow:hidden; zoom:1;}
i, em {font-style: normal;}
.whitefont{color:#fff;}
.b0{bottom:0;}
.t0{ top:0;}
.none{ display:none;}
.picflash img{transition: all 0.6s;}
.picflash:hover img{transform:scale(1.1);} 
.bgh{ background-color:#f6f6f6;}
.bgw{ background-color:#FFFFFF;}
.pt50{ padding-top:50px !important;}
.pb50{ padding-bottom:50px !important;}
.p30{ padding:30px 0 !important;}
.p40{ padding:40px 0 !important;}
.p50{ padding:50px 0 !important;}
.p60{ padding:60px 0 !important;}
.p70{ padding:70px 0 !important;}
.pb70{ padding:0 0 70px 0 !important;}
.p80{ padding:80px 0 !important;}
.pt80{ padding:80px 0 0 0 !important;}
.m40{  margin:40px 0 !important;}
.m50{  margin:50px 0 !important;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
.mb90{ margin-bottom:90px;}
.mb100{ margin-bottom:100px;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt90{ margin-top:90px;}
.mt100{ margin-top:100px;}
.mt0{ margin-top:0px !important;}
.h60{ height:60px !important;}
.p20{padding:10px 0 30px; margin-bottom:50px;}
.bbd{border-bottom:1px #dfdfdf solid;}
.pl10{ padding-left:10px;}
.pr10{ padding-right:10px;}
.center{ text-align:center;}
.font35{ font-size:35px;}
.xian{ border-top:1px #f0f0f0 solid;}
input:focus {
  outline:none;
}
.hui{ background-color:#f5f5f5;}
.hei{ background-color:#242628;}
.pc_none{ display:none;}
.f16{font-size:16px;}

/*分页*/
.pageshow{ text-align:center; margin:30px 0 60px;}
.pageshow a {padding: 0 8px;line-height: 25px;display: inline-block;border: 1px #bbb solid;margin:20px 2px 2px 2px;background: #f8f9f7;}
.pageshow a.pagefan ,.pageshow a:hover{background: #333;border: 1px #333 solid; color:#FFFFFF;}

.txt{ padding:0 10px; font-size:15px; line-height:30px; min-height:150px;}
.txt_h{  min-height:150px;}
.txts{font-size:15px; line-height:30px;}
.txtimg img{ max-width:100%; height:auto;}

.txtimg2 img{ max-width:600px; width:100%; height:auto;}

.main{ width:1400px; overflow:hidden; margin:0 auto;}
.mainc{ width:1200px; overflow:hidden; margin:0 auto;}
.mains{ width:90%; overflow:hidden; padding:0 5%}
.main3{width:1500px; overflow:hidden; margin:0 auto;}
.main2{ max-width:1400px; width:100%; overflow:hidden; margin:0 auto; }

.tophot{ padding:10px 0 0 0; color:#666;}
.tophot .f-l{ float:left;}
.tophot .f-r{ float:right; margin-left:50px;}
.tophot .f-r.hottel{background:url(../images/tel.png) 0px 0px no-repeat; padding-left:30px; margin-left:100px;}
.tophot .f-r.hottel b{ color:#f00; font-size:18px; padding-left:10px;}
.tophot .f-r.lan{display: inline-block;color:#666;}
.tophot .f-r.lan span{ padding:0 10px;}
.tophot .f-r.lan .zn{ background:url(../images/cn.png) 0px 0px no-repeat;padding-left: 30px;}
.tophot .f-r.lan .en{ background:url(../images/en.png) 0px 0px no-repeat;padding-left: 30px; }
.tophot .f-r.lan a{color:#666;}


.tbg{background-color:#eee; height:30px; line-height:30px; color:#6f6f6f;}

.top_h{ height:160px;}
.top_0{ height:0 !important;}
.header{ position:relative;height:140px; width:100%; padding:0px 0 20px;
-moz-transition: all .5s;
-o-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
-ms-transition: all .5s;
z-index:999; background:url(../images/tbg.png) top center repeat-x #fff;}
	
.nav_fixed {

padding:0;
height:160px;
position:fixed; 
top:0px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);

}

.headbox2 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}



.bg{ background:url(../images/company.jpg) top center no-repeat #f5f5f5; min-height:700px; padding:80px 0 0 0;}
.gsjj{ width:930px; margin-top:120px; line-height:35px; font-size:16px; overflow:hidden; color:#555;}
.gsjj h1{ font-size:30px; color:#000; height:30px; line-height:30px; font-weight:normal; display:block;margin-bottom:60px; }
.gsjj h1 i{ display:block; width:60px; height:4px; background-color:#3783b7; margin:30px 0 0 0;}
.gsjjpic{ width:3160px; overflow:hidden; margin:80px auto; height:238px;}
.gsjjpic li{ float:left; width:298px; height:238px; margin-right:18px; overflow:hidden;}
.gsjjpic li img{width:298px; height:238px;object-fit: cover;}

.bg2{ background:url(../images/bg.jpg) center top repeat-y #f5f5f5; min-height:1247px; padding:70px 0;}
.bg3{ margin-top:200px;}
	
.ys{ max-width:1428px; width:100%; overflow:hidden; margin:60px auto 0;} 
.ys li{ float:left; width:12.66%; min-height:330px; overflow:hidden; padding:20px 1% 0; background-color:#FFF; margin:0 1%}
.ys li .ico{ width:110px; height:110px; background-image:url(../images/bg.png); margin:15px auto;}
.ys li img{-webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    -ms-transition: -ms-transform 0.6s ease-out;object-fit: contain;width:110px; height:110px;}
.ys li:hover img {transform:rotateY(180deg);
 -webkit-transform:rotateY(180deg);
 -moz-transform:rotateY(180deg);
 -ms-transform:rotateY(180deg);
 -o-transform:rotateY(180deg);}
.ys li .info{ margin-top:30px;font-size:15px; line-height:25px; color:#888;}
.ys li .info b{ font-size:25px; text-align:center;  display:block; margin-bottom:30px; color:#333; font-weight:normal;}

h3{ font-size:25px; font-weight:normal; line-height:30px; color:#666;}
.cp_box{ max-width:1500px; width:100%;  margin:60px auto 0; position:relative;}
.cp_box2{ margin:30px auto 40px !important;}
.cp_box .prev_l{left:0;}
.cp_box .next_r{right:0;}
.cp_box .prev_l , .cp_box .next_r{  position:absolute; top:-80px; cursor:pointer; transition: all .3s; z-index:1;}
.cp_box2 .prev_l , .cp_box2 .next_r{top:-110px;}
.cp_box .prev_l:hover , .cp_box .next_r:hover{ opacity: 0.5;}

.cpbox{ width:1400px; overflow:hidden;}
.cpbox li{ width:268px; margin:0 6px;  overflow:hidden; float:left;background-color:#fff; position:relative;}

.cpbox li .info{  width:238px; height:50px; line-height:50px; text-align:center; padding:0 15px; font-size:15px; position:absolute; bottom:0; left:0; background-color: rgba(0, 0, 0, .5); color:#fff;}

.cpbox li .photo{ width:268px; height:365px; text-align:center; overflow:hidden;position: relative;display: table;margin:0 auto;}
.cpbox li .photo .pics{display: table-cell; vertical-align: middle;width:268px; height:365px; }
.cpbox li .photo .pics img{ margin:0 auto;width:268px; height:365px;object-fit: contain;}



.btbg{ background:url(../images/hz_h.gif) center  13px  no-repeat;}
.btbg2{ background:url(../images/hz_h2.gif) center  13px  no-repeat;}
.btbg3{ background:url(../images/hz_h3.gif) center  13px  no-repeat;}

.bt{ color:#000; font-size:35px; position:relative; line-height:35px; text-align:center;}
.bt i{font-size:55px;display:block;margin-bottom:25px; text-transform:uppercase;font-weight:bold; color:#3783b7; }
.bt2 , .bt2 i{ color:#FFF !important;}

.caselist { width:1218px; margin:12px auto 0;}
.caselist li{ float:left; width:388px; height:290px; margin-right:18px; margin-top:18px;position: relative;transition: all .5s;}
.caselist li:hover{
transform:translate(0,-10px);
-webkit-transform:translate(0,-10px);
-moz-transform:translate(0,-10px);
-o-transform:translate(0,-10px);
-ms-transform:translate(0,-10px);
}
.caselist li .photo{ width:388px; height:290px;  text-align:center;overflow:hidden;position: relative;display: table;}
.caselist li .photo .pics{display: table-cell;width:388px; height:290px; overflow:hidden; vertical-align: middle;}
.caselist li .photo .pics img{ margin:0 auto;}
	
.caselist li .text{opacity: 0;transition: all .5s;color:#FFFFFF; padding:0 30px; line-height:22px;}
.caselist li .text h2{text-align:center; display:block; margin-bottom:20px; margin-top:80px; line-height:28px;}
.caselist li:hover .text{background-color: rgba(0, 92, 179, .8); opacity: 1;}
.caselist li .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
}
.caselist li .text p{ height:110px; overflow:hidden;}



.tedian{ width:1200px; overflow:hidden; margin:38px auto 0;}
.tedian li{ width:230px; float:left; margin:0 35px; font-size:18px; text-align:center; font-weight:bold; color:#646464;}
.tedian li .picshow{ width:166px; height:166px; background-image:url(../images/ted.png); margin:0 auto 25px;}
.tedian li img{transition: all .5s;}
.tedian li:hover  .picshow{ background-image:url(../images/teds.png);}
.tedian li:hover img{
transform:rotateY(180deg);
 -webkit-transform:rotateY(180deg);
 -moz-transform:rotateY(180deg);
 -ms-transform:rotateY(180deg);
 -o-transform:rotateY(180deg);
}


.cpl{ width:320px; overflow:hidden; background-color:#3783b7; padding-bottom:45px;}
.cpr{ width:1040px; overflow:hidden;}

.cpl .bts{overflow:hidden; text-align:center; color:#FFF; font-size:30px; padding:30px 0 15px;}
.cpl .bts i{ font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; display:block;text-transform: uppercase; margin-top:5px;}
.cpl .bts span{ display:block; width:40px; height:4px; margin:25px auto 30px; background-color:#FFF;}

.cpflbox{width:90%; overflow:hidden; background-color:#FFF; margin:0 auto; padding:20px 0;}
.cpflbox a{ background:url(../images/dd.jpg) 25px 15px no-repeat; height:45px; line-height:45px; border-bottom:1px #e6e6e6 solid; display:block; font-size:15px; padding-left:60px;transition: all .2s;}
.cpflbox a:hover , .cpflbox a.cur{  color:#06aae9; font-weight:bold;}
.cpflbox a:hover{ padding-left:63px;}

.cpbt{font-size:30px; color:#000; padding-bottom:20px; border-bottom:1px #e6e6e6 solid; margin-top:15px; position:relative;}
.cpbt i{ width:120px; height:5px; background-color:#3783b7; position:absolute; left:0; bottom:0px;}

.cplist{ width:1062px; overflow:hidden; margin:20px auto 0;}
.cplist2{ margin:0 auto 20px !important;}
.cplist3{ width:4260px;height:257px; margin:0 auto;}
.cplist li{  width:330px; border:1px #ebebeb solid; margin:22px 22px 0 0; float:left;position: relative;transition: all .3s; background-color:#FFF;}
.cplist2 li{margin:0 22px 22px 0 !important;}
.cplist li .photo{ width:310px; padding:10px; height:233px; text-align:center;overflow:hidden;position: relative;display: table;}
.cplist li .photo .pics{display: table-cell;width:310px; height:233px; overflow:hidden; vertical-align: middle;}
.cplist li .photo .pics img{ margin:0 auto;width:310px; height:233px;object-fit: contain;}
.cplist li .info{ height:40px; line-height:40px; overflow:hidden;text-align:center; font-size:15px; margin:0 10px 10px; border:0;padding:0 5px; background-color:#ebebeb;transition: all .2s;}
.cplist li:hover{border:1px #3783b7 solid;}
.cplist li:hover .info{background-color:#3783b7; color:#FFF;}

.cplist3 li{  width:333px; margin:0 8px;}
.cplist3 li .photo{ width:313px;height:235px;}
.cplist3 li .photo .pics{width:313px;height:235px;}
.cplist3 li .photo .pics img{width:313px;height:235px;}



.cplist li:hover.cp .photo{ border:1px #06aae9  solid;}
.cplist li .text { opacity: 0;
	width:268px;
	height:131px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	text-align:center;
	color:#FFF;
	line-height:38px;
	padding-top:71px;

}
.cplist li .text img{display:block; margin:0px auto;}


.mr_frbox{ width:1656px; margin:0 auto;}
.partnerlist{ width:1400px; overflow:hidden; margin:0 auto;}
.partnerlist ul{ width:4850px; overflow:hidden;}
.partnerlist ul li{ width:430px; margin-right:55px; float:left; background-color:#FFF;}
.partnerlist ul li .photo{ width:430px; height:300px; text-align:center;overflow:hidden;position: relative;}
.partnerlist ul li .photo .pics{display: table-cell;width:430px; height:300px; overflow:hidden; vertical-align: middle;}
.partnerlist ul li .photo .pics img{ margin:0 auto;width:430px;}
.partnerlist ul li .info{ width:390px; height:160px; background-color:#3783b7; padding:20px; }
.partnerlist ul li .info dt{ font-size:24px; color:#000; text-align:center; height:30px; overflow:hidden;}
.partnerlist ul li .info dd{ color:#FFF; line-height:23px; margin-top:15px; height:120px; overflow:hidden;}
.prev_l , .next_r{ cursor:pointer; transition: all .3s; margin-top:240px;}
.prev_l:hover , .next_r:hover{ opacity: 0.5;}


.aboutpic{ width:700px;}
.aboutpic img{ width:700px;}
.aboutinfo{width:640px;  padding-top:10px;}
.a_info{font-size:18px; color:#555; line-height:35px; height:180px; overflow:hidden;text-indent:35px;}

.about_ico{ margin-top:60px; width:660px; overflow:hidden;}
.about_ico li{ width:198px; float:left; border:1px #CCC solid; margin-right:20px; text-align:center; font-size:17px; line-height:40px; padding:35px 0;}

.about_ico li div{ width:50px; height:50px; background-position:center center; background-repeat:no-repeat; 
-webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    -ms-transition: -ms-transform 0.6s ease-out; margin:0 auto 10px;}
	
.about_ico li:hover div {transform:rotateY(180deg);
 -webkit-transform:rotateY(180deg);
 -moz-transform:rotateY(180deg);
 -ms-transform:rotateY(180deg);
 -o-transform:rotateY(180deg);}
 
.about_ico li div.ico1{ background-image:url(../images/ico1.jpg);transition: all .6s;}
.about_ico li div.ico2{ background-image:url(../images/ico2.jpg);transition: all .6s;}
.about_ico li div.ico3{ background-image:url(../images/ico3.jpg);transition: all .6s;}



.zbt{ background:url(../images/bg_l1.gif) right bottom no-repeat; height:50px;}
.zbt .ic1{ background:url(../images/bg_l1.png) left bottom no-repeat; height:50px; font-size:24px; font-weight:bold; padding-left:55px;}
.zbt .ic2{ background:url(../images/bg_l2.png) left bottom no-repeat; height:50px; font-size:24px; font-weight:bold; padding-left:55px;}
.zbt .ic3{ background:url(../images/bg_l3.png) left bottom no-repeat; height:50px; font-size:24px; font-weight:bold; padding-left:55px;}
.zbt .ic1 i,.zbt .ic2 i ,.zbt .ic3 i { font-size:20px; color:#999; display:block; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}
.zbt a{ float:right; color:#555; font-size:14px; text-transform:uppercase; margin-right:5px; margin-top:10px;}

.gs_l{ width:480px; height:350px; border:10px #dedede solid; background-color:#000;}
.gs_r{ width:640px; padding-top:20px;}
.gs_r h2{ font-size:25px;margin-bottom:30px;}
.gs_r .info{ font-size:15px; color:#555; line-height:25px; margin-bottom:50px;width:640px; height:170px; overflow:hidden;}

/*证书*/
.zzlist{ width:1240px; overflow:hidden;}
.zzlist22{width:2480px !important;}
.zzlist li{ width:208px;float:left; margin-right:40px; margin-top:30px; }
.zzlist li .photo{ width:206px; height:278px; border:1px #ddd solid; background-color:#fff;text-align:center; overflow:hidden;position: relative;display: table;-moz-transition: all .5s;
-o-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
-ms-transition: all .5s;}
.zzlist li .photo .pics{display: table-cell; vertical-align: middle;}
.zzlist li .photo .pics img{ margin:0 auto;}
.zzlist li .info{ width:208px; padding:10px 0; line-height:20px;text-align:center;color:#555;}
.zzlist li:hover .photo{border:1px #aaa solid;
-webkit-box-shadow:0px 3px 10px #c6c6c6 !important;
   -moz-box-shadow:0px 3px 10px #c6c6c6 !important;
        box-shadow:0px 3px 10px #c6c6c6 !important;}
		
		



.newsnav{background-color:#f6f6f6; padding:70px 0;}
.n-l{width:750px; height:430px;background-color:#fff;overflow:hidden;padding:25px;}
.n-r{width:310px; height:430px;background-color:#fff;overflow:hidden;padding:25px;}

.newsbtbg1{ background:url(../images/bg_l2.gif) bottom right no-repeat; height:43px;}
.newsbtbg2{ background:url(../images/bg_l3.gif) bottom right no-repeat; height:43px;}
.newsbt li{ float:left; font-size:16px; width:108px; height:39px; text-align:center; line-height:39px; color:#FFF;background:url(../images/btn1.png) top center no-repeat; cursor:pointer; margin-right:10px;}
.newsbt li.active{ background:url(../images/btn2.png) top center no-repeat;}
.newsbt span{padding:0 20px; float:left;}
.more2{ float:right; color:#878787;  text-transform:uppercase;}

.news{margin-top:30px; border-bottom:1px #dcdcdc solid; padding-bottom:30px; margin-bottom:20px; min-height:160px;}
.newsphone{ width:350px; height:160px; overflow:hidden;}
.newsphone img{ width:350px; height: auto;}
.newsinfo{ width:370px; height:160px; overflow:hidden;}
.newsinfo dt{ font-size:15px; font-weight:700;}
.newsinfo dd{ line-height:23px; margin-top:5px; height:120px; overflow:hidden; color:#666;}

.cpfl{width:780px; margin:0 auto; overflow:hidden;}
.cpfl a{ float:left; margin:0 5px; font-size:16px; color:#fff; display:block; height:50px; line-height:50px; text-align:center; background-color:#3783b7;transition: all .2s; width:250px;}
.cpfl a:hover{color:#fff; background-color:#3783b7;}

.newslist{ width:4850px; overflow:hidden; margin:30px auto 60px;}
.newslist li{ border:1px #d9d9d9 solid; width:388px; overflow:hidden; float:left;display:block; margin-right:55px; padding:20px;transition: all .5s; margin-top:10px; background-color:#FFFFFF;}
.newslist li .pic{ width:388px; height:244px; text-align:center; overflow:hidden;}
.newslist li .pic img{width:388px; }
.newslist li .info{ margin-top:28px; padding:0 25px;}
.newslist li .info dt{ font-size:18px; height:25px; overflow:hidden; color:#3783b7;}
.newslist li .info dd{ font-size:14px; color:#999; line-height:25px; margin-top:20px; height:72px; overflow:hidden;}
.newslist li .info .tms{ color:#888; margin-top:30px; font-size:15px;} 
.newslist li .info .tms span{ float:right; padding-top:8px;padding-right:5px;}
.newslist li:hover{
transform:translate(0,-10px);
-webkit-transform:translate(0,-10px);
-moz-transform:translate(0,-10px);
-o-transform:translate(0,-10px);
-ms-transform:translate(0,-10px);
}

.end{
background-image: url(../images/footbg.jpg);
    background-position: bottom center;
	background-color: #222;
    background-attachment: fixed;}


.foot{ background-color:#000; height:50px; line-height:50px; }
.foot ,.foot a{ color:#aaa; }
.foot a {margin-left:20px;}
.foot .power,.foot .power a{ color:#585858;margin-left:0px;}


.dl01 {
    padding-left: 0;
}

.t_top dl {
    overflow: hidden;
    padding: 0;
    float: right;
    min-height: 180px;
}
.dl05 {
	padding: 0 0 0 80px !important;
}
.t_top dt {
    overflow: hidden;
    font-size: 18px;
    padding-bottom: 15px;
    background: url(../images/p07_x.png) no-repeat left bottom;
    margin-bottom: 10px;
	color:#fff;
}
.t_top dt a {
    color: #fff;
	display:block;
}
.t_top dd {
    overflow: hidden;
}



.t_top dd a {
    display: block;
    color: #aaa;
    line-height: 30px;
}
.t_top dd a:hover {
    color: #fff;
}

.t_top .ewm2 {
    overflow: hidden;
    float: left;
    width: 620px;
}
.t_top .ewm2 .ewm-l { width:120px; margin-right:20px;}
.t_top .ewm2 .ewm-l img{ width:120px;}
.t_top .ewm2 .ewm-r{font-size:15px;color: #fff;line-height:30px;}

.qa{margin-top:30px; border-bottom:1px #dcdcdc  dotted; padding-bottom:20px; margin-bottom:20px;}
.qa .s1 , .qa .s1s{ float:left; font-weight:700; width:20px; color:#FFFFFF; height:20px; line-height:20px; text-align:center; display:block; margin-right:15px;}
.qa .s1 { background-color:#3783b7;}
.qa .s1s { background-color:#ff7f00;}
.qa .s2{ float:left; width:275px;}
.qa dt{ line-height:20px; margin-bottom:8px; display:block; font-size:15px;}
.qa dd{ color:#888; line-height:22px; font-size:14px;}


.linklist { margin-top:10px;}
.linklist a{ display:block; margin-right:20px; float:left; font-size:15px; margin-top:10px;}
.linklist a:hover{ text-decoration:underline;}



.ly{ width:500px;}
.ly h2{ font:18px "Microsoft Yahei"; color:#fff; text-align:center; margin-top:34px; margin-bottom:20px;}

.ly_c{ margin-top:16px;}
.ly_c ul{ margin-left:30px;}
.ly_c ul li{ color:red; margin-bottom:12px; float:left;}

.ly_c .ly1 span{ display:inline-block; width:57px; height:27px; font:14px/27px "Microsoft Yahei"; color:#fff;}
.l01{ background:#fff; height:27px; overflow:hidden; font:14px/26px "Microsoft Yahei"; color:#666; padding-left:10px; width:138px; vertical-align:top; border:0;}
.ly_c .ly01{ margin-left:20px;}

.l02{ background:#fff; height:27px; overflow:hidden; font:14px/26px "Microsoft Yahei"; color:#666; padding-left:10px; width:370px; vertical-align:top; border:0;}

.ly2 span{ display:inline-block; font:14px/30px "Microsoft Yahei"; color:#fff;}
.ly_c .inp2{ width:370px; padding-left:10px; height:68px;border:0;overflow:hidden; background:#fff; resize:none; color:#666;outline:none;font:14px/24px "Microsoft Yahei"; color:#666;}

.ly3 span{ display:inline-block; font:14px/27px "Microsoft Yahei"; color:#fff; height:27px;}

.l03{ vertical-align:top; height:27px; width:78px; border:0;padding-left:10px;font:14px/26px "Microsoft Yahei"; color:#666; background:#fff;}
.ly3 img{ margin-left:8px; vertical-align:top; height:27px;}


.ly .sumbit{ background-color:#fe7d06; width:85px; height:30px; text-align:center; line-height:30px; color:#FFF; border:0; border-radius:3px;outline:none; cursor:pointer; margin-left:30px;}

.



.cpm{ width:208px; margin-top:75px; margin-left:86px;}
.cpm a{ width:208px; background:url(../images/xx.png) top left no-repeat; height:75px; line-height:75px; display:block; font-size:16px; color:#000; padding-left:30px; font-weight:bold;}
.cpm a:hover{ color:#FFF;}

.tel2{ background:url(../images/tel2.png) left 4px  no-repeat; font-size:24px; color:#fff; font-weight:bold; padding-left:60px; margin-top:60px; margin-left:86px;}
.tel2 i{ font-size:15px; display:block; margin-bottom:2px; font-weight:normal; line-height:25px;}

.cpshow{ width:1020px; overflow:hidden;}
.cpshow li{ float:left;  margin-left:40px; background-color:#FFF; margin-top:30px;}
.cpshow li .photo{ width:280px; height:235px; text-align:center;overflow:hidden;position: relative;display: table; padding:10px;}
.cpshow li .photo .pics{display: table-cell;width:280px; height:235px; overflow:hidden; vertical-align: middle;}
.cpshow li .photo .pics img{ margin:0 auto;}
.cpshow li .info{ width:280px; height:57px; line-height:57px; background-color:#3783b7; text-align:center; color:#FFF; overflow:hidden; padding:0 10px; font-size:16px;}


.cps{ width:1437px; overflow:hidden; margin-top:10px;}
.cps li{ float:left; width:392px; height:250px; padding:25px; overflow:hidden; margin-right:37px; margin-top:37px; background-color:#e8ebf0;border-radius:10px;}

.cps li .photo{ float:right; width:150px; height:250px; text-align:center;overflow:hidden;position: relative;display: table;transition: all .5s;}
.cps li:hover .photo{ margin-right:10px;}
.cps li .photo .pics{display: table-cell;width:150px; height:250px; overflow:hidden; vertical-align: middle;}
.cps li .photo .pics img{ margin:0 auto; max-width:150px; max-height:250px;}
.cps li .info{ float:left; width:230px; overflow:hidden;}
.cps li .info p.t1{ font-size:20px; font-weight:bold; margin-top:40px; padding-left:10px;}
.cps li .info p.t2{ font-size:20px; color:#3783b7; margin-top:10px;padding-left:10px;}
.cps li .info p.t2 span{ color:#F00; font-size:18px; display:block; height:40px;}
.cps li .info  a{ display:block;border-radius:5px; text-align:center; width:80px; height:28px; line-height:28px; color:#FFF; background-color:#3783b7; margin:0 0 0 10px}
.cps li:hover .info  a{background-color:#3783b7;}
.cps li .t0{ width:165px; margin-top:5px; display:block;}


/* slide */
.slide-main{height:700px;position:relative;}
.prev,.next{display:block;width:44px;height:44px;position:absolute;z-index:222;top:328px;overflow:hidden;cursor:pointer;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);_border:1px solid none;}
.prev{left:80px;}
.next{right:80px;}
.prev:hover,.next:hover,.nav-main a:hover,.nav-main a.cur{opacity:1;-moz-opacity:1;filter:alpha(opacity=100);}
.item{display:block;width:100%;height:5px;position:absolute;z-index:124;top:650px;left:0;text-align:center;}
.item a{display:inline-block;width:50px;height:4px;margin-right:11px;background:#ccc;opacity:0.9;-moz-opacity:0.9;filter:alpha(opacity=90);overflow:hidden;}
.item a.cur{background:#3783b7;}
.slide-box,.slide{display:block;width:100%;height:700px;overflow:hidden;}
.slide-box{position:relative;}
/*.slide{display:none;height:490px;padding-top:89px;background:#ff6900;position:relative;position:absolute;z-index:8;}*/
#bgstylea{background:#ff6900;}
#bgstyleb{background:#193d85;}
#bgstylec{background:#000;}
.slide {background-repeat:no-repeat; background-position:center center;}
.slide a{display:block;width:100%;height:650px;cursor:pointer;}
.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f{position:absolute;z-index:9;left:50%;}
.obj-a,.obj-b{width:952px;margin-left:-476px;text-align:center;}
.obj-a{display:block;height:352px;top:100px;}
.obj-b{top:406px;height:100px;}
.obj-c{display:block;height:582px;top:0;margin-left:-540px;}
.obj-d{top:228px;height:164px;}
.obj-d p{display:block;padding-top:20px;font-size:16px;color:#fff;clear:both;}
.obj-e{width:366px;height:170px;margin-left:-460px;top:223px;z-index:12;}
.obj-f{width:692px;height:394px;top:158px;margin-left:-180px;}
.banAnimate .obj-a{display:block;animation-name:baoAni;-webkit-animation:baoAni 0.4s linear 0s normal none;-moz-animation:baoAni 0.4s linear 0s normal none;animation:baoAni 0.4s linear 0s normal none;}
@-webkit-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@-moz-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
.banAnimate .obj-b{display:block;animation-name:saAni;-webkit-animation:saAni 0.4s linear 0s normal none;-moz-animation:saAni 0.4s linear 0s normal none;animation:saAni 0.4s linear 0s normal none;}
@-webkit-keyframes saAni{from{opacity:0;-webkit-transform:scale(0,0);} to{opacity:1;-webkit-transform:scale(1,1);} }
@-moz-keyframes saAni{from{opacity:0;-moz-transform:scale(0,0);} to{opacity:1;-moz-transform:scale(1,1);} }
@keyframes saAni{from{opacity:0;transform:scale(0,0);} to{opacity:1;transform:scale(1,1);} }
.watch-code.code-show{display:block;animation-name:scode;-webkit-animation:scode 0.3s linear 0s normal none;-moz-animation:scode 0.3s linear 0s normal none;animation:scode 0.3s linear 0s normal none;}
@-webkit-keyframes scode{from{opacity:0;-webkit-transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;-webkit-transform:scale(1,1); transform-origin: left bottom;} }
@-moz-keyframes scode{from{opacity:0;-moz-transform:scale(1,0); transform-origin:left bottom;} to{opacity:1;-moz-transform:scale(1,1);transform-origin:bottom bottom;} }
@keyframes scode{from{opacity:0;transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;transform:scale(1,1);transform-origin: left bottom;} }
.banAnimate .obj-c,.banAnimate .obj-e{display:block;animation-name:saAnic;-webkit-animation:saAnic 0.3s linear 0s normal none;-moz-animation:saAnic 0.3s linear 0s normal none;animation:saAnic 0.3s linear 0s normal none;}
@-webkit-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
.banAnimate .obj-d,.banAnimate .obj-f{display:block;animation-name:saAnid;-webkit-animation:saAnid 0.3s linear 0s normal none;-moz-animation:saAnid 0.3s linear 0s normal none;animation:saAnid 0.3s linear 0s normal none;}
@-webkit-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }

.banner{
height:300px;
background-position:center center ;
background-repeat:no-repeat;
-webkit-animation: banner_inside 2s ease 1 forwards;
-moz-animation: banner_inside 2s ease 1 forwards;
-o-animation: banner_inside 2s ease 1 forwards;
animation: banner_inside 2s ease 1 forwards;


}

.banners{
background-position:center banner ;
}

@-webkit-keyframes banner_inside {
from {
-webkit-transform: translateZ(0) scale(1.2);
transform: translateZ(0) scale(1.2);
}
to {
-webkit-transform: translateZ(0) scale(1);
transform: translateZ(0) scale(1);
}
}
@-moz-keyframes banner_inside {
from {
-moz-transform: translateZ(0) scale(1.2);
transform: translateZ(0) scale(1.2);
}
to {
-moz-transform: translateZ(0) scale(1);
transform: translateZ(0) scale(1);
}
}
@-o-keyframes banner_inside {
from {
-o-transform: translateZ(0) scale(1.2);
transform: translateZ(0) scale(1.2);
}
to {
-o-transform: translateZ(0) scale(1);
transform: translateZ(0) scale(1);
}
}
@keyframes banner_inside {
from {
-webkit-transform: translateZ(0) scale(1.2);
-moz-transform: translateZ(0) scale(1.2);
-o-transform: translateZ(0) scale(1.2);
transform: translateZ(0) scale(1.2);
}
to {
-webkit-transform: translateZ(0) scale(1);
-moz-transform: translateZ(0) scale(1);
-o-transform: translateZ(0) scale(1);
transform: translateZ(0) scale(1);
}
}

.banner_h{height:300px;position:relative; width:100%; overflow:hidden;}
.banner_txt1 , .banner_txt2 { color:#fff;text-shadow:1px 1px 5px #333; padding-left:50px;}
.banner_txt1 { font-size: 35px;letter-spacing:3px; font-weight:bold;}
.banner_txt2  { font-size:22px;padding-top:30px;}
.b2{top:105px; width:1300px; left:50%; margin-left:-650px;position:absolute; z-index:9;}
.line{margin-top: 50px;
    display: block;
    width: 76px;
    height: 5px;
    background: #fff; margin-left:100px;}



@media screen and (min-width:1200px) and (max-width:1399px){
	
.slide-main{height:600px;}	
.slide-box,.slide{height:600px;}
.slide {background-size: auto 600px;}
.prev,.next{top:280px;}
.prev{left:60px;}
.next{right:60px;}
.item{top:560px;}
}

@media screen and (min-width:1023px) and (max-width:1199px){
	
.slide-main{height:500px;}	
.slide-box,.slide{height:500px;}
.slide {background-size: auto 500px;}
.prev,.next{top:220px;}
.prev{left:40px;}
.next{right:40px;}
.item{top:460px;}
}

@media only screen and (max-width: 1023px) {
.banner_h{height:120px;}
.slide-main{height:200px;}
.prev,.next{top:100px;}
.prev{left:20px;}
.next{right:20px;}
.slide-box,.slide{height:200px;}
.item{top:160px;}
.slide {background-size: auto 200px;}
.banner{ height:120px;background-size: auto 120px; background-position:50% center;background-attachment: inherit;}
.banner_txt1 , .banner_txt2 { text-align:center;color:#fff;text-shadow:1px 1px 3px #333; letter-spacing:0px; margin:0px; padding:0;}
.banner_txt1 { font-size:1.2rem;line-height: 2em;}
.banner_txt2  { font-size:.9rem;padding-top:5px;display: block;}
.b2{top:20px;width:90%; left:0; margin:0 ; padding:0 5%;}
.line{margin: 8% auto 0;}
}


.pplist{ width:750px; overflow:hidden;}
.pplist li{ width:370px; height:460px; overflow:hidden; margin-left:5px; background-color:#f5f5f5; float:left;}
.pplist li .photo{ width:310px; height:310px; padding:30px; text-align:center;overflow:hidden;position: relative;display: table;}
.pplist li .photo .pics{display: table-cell;width:310px; height:310px; overflow:hidden; vertical-align: middle;}
.pplist li .photo .pics img{ margin:0 auto;}
.pplist li .info{ width:335px; height:50px; line-height:50px; text-align:left; font-size:15px; padding-left:35px; margin-top:20px; color:#333; background:url(../images/jian.jpg) 290px center no-repeat;}


.ot{ width:100%; overflow:hidden; margin:0 auto 0;}
.ot li{ margin:0 1% 20px 1%; width:31.1%; float:left; border:1px #eee solid;}

@media only screen and (min-width:1143px) and (max-width:1290px){ 
.cpright{float:right; width:75%;}
}
@media only screen and (min-width:960px) and (max-width:1142px){ 
.cpright{float:right; width:70%;}
.ot li{ margin:0 1% 20px 1%; width:47%;}
}
@media only screen and (min-width:900px) and (max-width:959px){ 
.cpright{float:right; width:68%;}
.ot li{ margin:0 1% 20px 1%; width:47%;}
}

.ot li .photo{  width:96%;  padding:2%;height:242px; text-align:center;overflow:hidden; position:relative;}
.ot li .photo  img{ margin:0 auto;height:242px; max-width:100%;object-fit: cover;}

.ot2 li{ width:23%; margin:1%; border:0;}
.ot2 li .photo{ width: 100%;  padding:0;}
.ot2 li .photo img {height:100%; width:100%;}


.ot li .info{ width:96%; height:50px; line-height:50px;font-size:14px; text-align:center;color:#333;background-color:#eee;padding:0 2%;}
.ot li:hover  .info { background-color:#3783b7; color:#fff;}
.ot li .photo .mask{
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
     top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	 opacity: 0;
	 transition: all .3s;
	  background:url(../images/link.png) center center no-repeat;
	  z-index:9;
}
.ot li .photo .mask2 {background:url(../images/play.png) center center no-repeat;}

.ot li:hover .mask {
   opacity: 1;
    background-color:rgba(55,52,47,0.5);

}

.otto{ width:100%; overflow:hidden; margin:0 auto;}
.otto li{float:left; width:31%; margin:0 1% 30px; position:relative; }
.otto li .photo{border:8px solid #e3e4e4; padding:25px 5px; background:#fff; border-radius:15px 15px 0 0;}
.otto li .photo .pics{padding-bottom:62%; position: relative;display: block;width: 100%;overflow: hidden;}
.otto li .photo .pics img{ position: absolute;left: 50%;top: 0;width: auto; height: 100%; *height: auto; transform: translate(-50%,0);}


.otto li .info{  padding: 15px 10px; line-height:25px; font-size:16px; text-align:center;color:#333;background-color:#eee; border-radius: 0 0 15px 15px; transition: all 0.5s;}
.otto li:hover  .info { background-color:#3783b7; color:#fff;}
.otto li .photo .mask{
   width:100%; height:100%;
   position: absolute;
     top: 0;
    left: 0;
	 opacity: 0;
	 transition: all 0.5s;
}

.otto li:hover .mask {
   opacity: 1;
   background-color: rgba(0, 0, 0, .3);

}
.otto li .photo .mask .icon{width:47px; height:47px; position:absolute; left:50%; top:50%; margin:-24px 0 0 -24px;z-index:4;background:url(../images/big.png) no-repeat center; background-size:100% 100%; -webkit-transform:scale(0);transform:scale(0); transition:.3s ease;}
.otto li:hover .photo .mask  .icon{-webkit-transform:scale(1); transform:scale(1);}


.s_banner{height:500px; background-size: auto 500px; background-repeat: no-repeat;  background-position: center center;}

.pbg2{ background:url(../images/m2usBg.png) center bottom no-repeat #f5f5f5;}



.photonews{ width:460px; height:360px; overflow:auto;}
.photonews .photo{ width:460px; height:290px;  text-align:center;overflow:hidden;position: relative;display: table;background-color:#FFFFFF;}
.photonews .photo .pics{display: table-cell;width:460px; height:290px; overflow:hidden; vertical-align: middle;}
.photonews .photo .pics img{ margin:0 auto;}
.photonews .info{ background-color:#f5f5f5; font-size:15px; height:28px; line-height:28px; padding:21px 25px;}
.photonews .info .t1{ float:left; width:270px; overflow:hidden; height:28px;}
.photonews .info .t2{ border-left:1px #cbcbcb solid; padding-left:25px; margin-left:25px; float:right; color:#9d9d9d; width:85px;}

.nlist { width:740px; overflow:hidden;}
.nlist li{ float:left; width:320px; margin:10px 0 10px 50px; height:160px;}
.nlist li a{ display:block;}
.nlist li dt{ height:30px; line-height:30px; overflow:hidden; font-size:15px;}
.nlist li span{ color:#999999;}
.nlist li dd{ color:#8f8f8f; margin-top:10px; line-height:22px; height:40px; overflow:hidden; margin-bottom:30px;}
.nlist li img{ margin-left:0px;transition: all .5s;}
.nlist li:hover img{ margin-left:10px;}

.l_b{ background:url(../images/ln.jpg) left center no-repeat;margin-right:25px;}
.l_b:hover{background:url(../images/lns.jpg) left center no-repeat;}
.r_b{ background:url(../images/rn.jpg) right center no-repeat; margin-left:25px;}
.r_b:hover{background:url(../images/rns.jpg) right center no-repeat;}
.l_b ,.r_b{cursor:pointer; transition: all .3s; display:block;width:35px; height:75px; margin-top:66px;}
.c_b{ width:1080px; overflow:hidden; margin:50px auto 0;}
.c_b ul{ width:2210px; overflow:hidden;}
.c_b ul li{width: 194px;
    height: 106px;
    border: 1px #e0e0e0 solid;
    float: left;
    margin-right: 25px;
    overflow: hidden;
    background-color: #FFFFFF;
    text-align: center;
    display: block;
    overflow: hidden;}
.c_b ul li .photo{ width:174px; height:86px;padding: 10px;text-align:center;overflow:hidden;position: relative;display: table;background-color:#FFFFFF;}
.c_b ul li .photo .pics{display: table-cell;width:174px; height:86px; overflow:hidden; vertical-align: middle;}
.c_b ul li .photo .pics img{ margin:0 auto;}

.c_b2{ margin:50px auto 0;}
.c_b2 ul{ width:1220px; overflow:hidden;}
.c_b2 ul li{width: 283px;
    height: 116px;
    border: 1px #e0e0e0 solid;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    background-color: #FFFFFF;
    text-align: center;
    display: block;
    overflow: hidden;
	margin-bottom:20px;}
.c_b2 ul li .photo{ width:263px; height:96px;padding: 10px;text-align:center;overflow:hidden;position: relative;display: table;background-color:#FFFFFF;}
.c_b2 ul li .photo .pics{display: table-cell;width:263px; height:96px;overflow:hidden; vertical-align: middle;}
.c_b2 ul li .photo .pics img{ margin:0 auto;}


.m2newList {
    padding: 20px 0px 0;
    display: block;
}
.m2newList li {
    height: 200px;
    margin:35px auto 0;
}
.m2newList li a{ display:block;}

.overflowHide {
    float: left;
    height: 200px;
    width: 325px;
    overflow: hidden;
	background-color:#f8f8f8;
}
.overflowHide img{ width:325px; height:200px;transition: all 0.6s; object-fit: cover;}

.overflowHide a:hover  img{  
                transform: scale(1.1);  
            }  

.m2newTxt {
    margin-left: 452px;
    position: relative;
	
}

.m2newTimes {
    font-size: 60px;
    line-height: 52px;
    height: 52px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    top: -52px;
    color: #cacaca;
}
.m2new_time {
    font: 16px/22px Arial;
    color: #999999;
    text-align: center;
    display: inline-block;
    width: 65px;
    position: absolute;
    top: 60px;
    left: -98px;
}
.m2new_t1 ,.m2new_t1 a {
    font-size: 16px;
    color: #000000;
	line-height: 46px;
    height: 46px;
	overflow:hidden;
    margin-bottom: 14px;
}
.m2new_t1 a:hover{ color:#0055a3;}
.m2newDes {
    padding-top: 20px;
    border-top: 1px solid #F1F1F1;
    font-size: 14px;
    color: #666666;
	height: 68px;
	line-height:24px;
	overflow:hidden;
}


.m2proBox {
    padding: 38px 0px;
    border-bottom: 1px solid #F2F2F2;
}
.m2proImgBox {
    padding-top: 10px;
    text-align: center;
    float: left;
    width: 400px;
}

.m2proList {
    margin-left: 430px;
    padding: 10px 0px 50px 35px;
    border-left: 1px solid #EDEDED;
    min-height: 200px;
}

.m2proList .tts {
    background: url("../images/m2put_icon1.jpg") no-repeat left center;
    font-size: 20px;
    color: #333;
    padding-left: 20px;
	margin-bottom:20px;
}

a.more{ width:135px; height:50px; line-height:50px; background:url(../images/jj.png) 140px 16px #3783b7 no-repeat; padding-left:60px;  overflow:hidden; display:block; margin-top:40px;border-radius:5px; color:#FFFFFF; font-size:14px;transition: all .5s;}
a:hover.more{background:url(../images/jj.png) 145px 16px #3783b7 no-repeat;}

.cp1{display:-webkit-box;display:-moz-box;display:-ms-box;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-ms-box-orient:horizontal;-webkit-box-pack:center;-moz-box-pack:center;-ms-box-pack:center;}
.cp1 li a{ display:block;float:left; min-width:108px;height:39px; line-height:39px; text-align:center; font-size:15px;margin:0 10px;color:#FFFFFF;transition: all 0.3s; background:url(../images/btn1.png) top center no-repeat;}
.cp1 li a:hover , .cp1 li a.cur{  background:url(../images/btn2.png) top center no-repeat;}

.tab{width:100%; margin:0 auto;}
.tab li{ margin-bottom:20px;}
.tab input ,.tab textarea{ width:100%; line-height:22px;padding: 20px 26px; background-color:#f5f5f5; border:0;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
font-family: "微软雅黑";
font-size:16px;}

.tab .sumbit{width: auto; margin-left:50px; cursor:pointer; background-color:#888; font-size:16px;padding: 20px 80px; color:#FFFFFF; border:0px;}
.tab .sumbit:hover{ background-color:#3783b7; color:#FFFFFF;}
.w270{width:48%;}
.mr10{margin-right:20px;}

.feedback{width:76%; margin:0 auto; padding: 5% 5% 10% 5%;
   
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.feedback strong{font-size:40px; display:block; color:#555;text-align:center; margin:0 auto 50px;  width:100%; font-weight:normal;}

.passc{width:200px !important; padding:20px 26px;}


.down-list {}
.down-list li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 39px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}
.down-list li .pic {
    text-align: center;
    border-bottom: 1px solid #eee;
}
.down-list li .pic img {
    height: 250px;
    margin-bottom: 20px;
}
.down-list li h2 {
    font-size: 16px;
    color: #555;
    margin: 20px 0 0;
	 text-align:center;
	 font-weight:normal;
}

.down-list li a {
font-size:15px;
     margin: 20px auto 0;
    color: #3783b7;
    border: 1px solid #3783b7;
	border-radius: 5px;
	width:130px; height:35px; line-height:35px; text-align:center;
	display:block;
	transition: all 0.3s;

}
.down-list li a span{border-right: 1px solid #3783b7; padding-right:10px;}
.down-list li a i{ background:url(../images/down-icon-1.png) 0px -17px no-repeat; width:14px; height:17px;display: inline-block;
    vertical-align: middle;
    margin-left: 10px;transition: all 0.5s;}
	
.down-list li a:hover{ color: #fff; background-color:#3783b7;}
.down-list li a:hover span{border-right: 1px solid #fff;}
.down-list li a:hover i{ background:url(../images/down-icon-1.png) 0px 0px no-repeat;}

.piclist3{float:left; width:1230px;overflow:hidden;}
.piclist3 li{ float:left; display:block;width:358px; height:318px; padding:10px; background-color:#FFFFFF; border:1px #ddd solid;  margin-right:30px; margin-top:30px; text-align:center; color:#999;}
.piclist3 li .picbox{ width:360px;height:270px; overflow:hidden;background-color:#FFFFFF; position: relative;display: table;}
.piclist3 li .picbox .pics{display: table-cell; vertical-align: middle;}
.piclist3 li .titbox{ height:50px; line-height:50px; overflow:hidden; font-size:15px;}
.piclist3 li{
	transition:All 0.3s ease-in-out;
	-webkit-transition:All 0.3s ease-in-out;
	-moz-transition:All 0.3s ease-in-out;
	-o-transition:All 0.3s ease-in-out;
	
}
.piclist3 li:hover {
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px #e5e5e5;
    -moz-box-shadow:0px 5px 15px #e5e5e5;
    box-shadow:0px 5px 15px #e5e5e5;
}

.propic{ max-width:500px; height:auto;  margin-bottom:30px;}
.protitle{font-size:16px; font-weight:bold; color:#333}
.p2023{padding:20px 0 20px 30px;}



.store-view .up{ border:1px solid #e8e8e8; padding:30px; background:#fff; margin-top: 10px;}
.store-view .up .store-demo{ width:780px; float:right; position:relative; }

@media screen and (min-width:1300px) and (max-width:1400px){
.store-view .up .store-demo{ width:56%;}
 }
 @media screen and (min-width:1200px) and (max-width:1299px){
.store-view .up .store-demo{ width:54%;}
 }
 
  @media screen and (min-width:1150px) and (max-width:1199px){
.store-view .up .store-demo{ width:52%;}
 }
 
   @media screen and (min-width:1100px) and (max-width:1149px){
.store-view .up .store-demo{ width:50%;}
 }
 
    @media screen and (min-width:1024px) and (max-width:1099px){
.store-view .up .store-demo{ width:45%;}
 }
     @media screen and (min-width:900px) and (max-width:1023px){
.store-view .up .store-demo{ width:39%;}
 }
 
.store-view .up .store-demo .title{ font-size:24px; color:#000; margin-top:20px;text-align:left;}
.store-view .up .store-demo .xx{ margin:8px 0 20px; color:#999;text-align:left;}
.store-view .up .store-demo .text-box{ padding:30px 0px; position:relative;font-size:16px;border-top:1px #e1e1e1 dotted; line-height:35px;}

.store-view .up .store-banner{ width:500px; float:left;}
.store-view .up .store-banner .list,.store-view .up .store-banner .list ul li,.store-view .up .store-banner .list ul li{ text-align:center;}
.store-view .up .store-banner .list,.store-view .up .store-banner .list ul li,.store-view .up .store-banner .list ul li img{  width:500px;
	height:375px; overflow:hidden; position:relative; display:block; margin:0 auto;object-fit: contain;}
.store-view .up .hd-tu{ height:80px; width:500px; margin:8px 0 0 0; overflow:hidden; position:relative;}
.store-view .up .hd-tu ul li{ display:block; float:left; height:58px; width:76px; margin-right:4px; text-align:center;border:1px solid #fff;}
.store-view .up .hd-tu ul li img{ height:58px;width:76px; margin:0 auto;object-fit: contain;}
.store-view .up .hd-tu ul li.on {border:1px solid #00a2e9;}
.store-view .up .hd-tu a{ display:block; width:22px; height:46px; position:absolute; top:50%; margin-top:-32px; cursor:pointer; z-index:10;}
.store-view .up .hd-tu a.prev{ left:0px; background:url(../images/xx_03.png) no-repeat center;}
.store-view .up .hd-tu a.next{ right:0px; background:url(../images/xx_05.png) no-repeat center;}


.backhome{ margin:30px 0 50px; position:relative;}
.page-back{text-align:center; position:absolute; top:5px; left:50%; margin-left:-9px;}
.page-info{ float:left; width:39%; position:relative;}
.page-info a{ display:block; padding-left:40px; color:#666; font-size:16px; line-height:26px; background:url(../images/triangle.png) left center no-repeat; transition:560ms;}
.page-info a b{ display:block; width:33px; height:1px; background:#a0a0a0; position:absolute; transition:730ms;}
.page-info:nth-child(1) a b{ left:100px; top:14px;}
.page-info:hover a{ color:##c49845; background:url(../images/triangle5.png) left center no-repeat;}
.page-info:hover a b{ width:300px; background:##c49845;}
.page-info:nth-child(2){ float:right;}
.page-info:nth-child(2) a{ padding-left:0; padding-right:40px; background:url(../images/triangle1.png) right center no-repeat; text-align:right;}
.page-info:nth-child(2) a b{ right:100px; top:14px;}
.page-info:nth-child(2):hover a{ background:url(../images/triangle4.png) right center no-repeat;}

.m_content{ margin:50px 0 30px;background-color:#f3f3f3;}
.m_content li{width:20%;height: 50px; line-height:50px;float:left; display:block;text-align:center;font-size:18px;}
.m_content li:hover , .m_content li.active{background-color:#0080da;color:#FFFFFF;}

.ccc-l{width:950px;}
.ccc-r{width:350px;margin:50px 0 30px;}

.xgcp{ margin:30px 0 0 0;}
.xgcp li { display:block; margin-bottom:30px; }
.xgcp li a{ display:block;}
.xgcp li .pic{ width:160px; overflow:hidden; float:left; padding:5px;border:1px #eee solid;}
.xgcp li .pic .photo{ width:160px; overflow:hidden; margin:0 auto; line-height:0;}
.xgcp li .pic  img{ width:160px; height: auto;object-fit: cover;}
.xgcp li .info{ float:left; padding:10px; overflow:hidden;width:150px;}
.xgcp li .info .t1{font-size: 14px;color: #333;line-height: 20px; margin:5px 0 0 5px;}
.xgcp li .info .t2 { margin:10px 0 0 5px; color:#666}
.xgcp li a:hover  .t2 { color:#0080da;}

.m_content2{background-color:#3783b7;color:#FFFFFF; font-weight:bold; height: 60px; line-height:60px; padding-left:30px; font-size:18px;}
.m_content2 i{font-size:25px; margin-right:30px;}

.tablestyle{  margin:0 auto; border:1px #ddd solid; border-bottom:0; border-right:0}
.tablestyle td{ padding:10px 5px;border-bottom:1px #ddd solid; border-right:1px #ddd solid; font-size:14px!important;text-align:center;word-break:break-all;}
.tablestyle .firstRow td , .tablestyle td.firstlie{ background-color:#f3f3f3;}


.pcc{padding:20px 30px; background-color:#f5f5f5; margin-top:30px; line-height:32px;}

.kslj{ padding:50px 30px 10px 30px; }
.kslj p{ font-size:16px; color:#555; margin-bottom:10px;}
.kslj a{ font-size:16px; color:#333; margin-right:50px;}
.kslj a:hover{color:#3783b7;}



.newsdetails{
    width: 900px;
    padding: 60px 20px;
}
.article {
   
    text-align: left;
    color: #000;
    overflow-x: hidden;
}

.article .titlebox{
    text-align: center;
}

.article .title{
    font-size: 26px;
    font-weight: 100;

}

.article .time{
    color: #999;
    padding:25px 0;
	border-bottom:1px #ddd dotted;
	margin-bottom:25px;
}


.article .content img{
    max-width: 100%;
	height:auto;
    margin: 15px 0;
}

.article .content,
.article .content p{
    font-size: 16px;
    color: #444;
	line-height:30px;
}

.article-links{
	width:868px;
    margin-top: 30px;
	background-color:#f8f8f8;
	border:1px #eee solid;
	padding:15px 15px 10px;
	/*line-height:35px;*/
}
.article-links a{
    display: block;
    color: #666;
	line-height:22px;
	margin-bottom:5px;
}
.article-links a:hover span{ text-decoration:underline;}
.article-links a span{
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}


.article-prev span{
    color: #333;
    font-size: 15px;
}
.article-next span{
    color: #333;
    font-size: 15px;
}


.map_main {
    overflow: hidden;
    border: solid 5px #F0F0F0;
    margin: 30px 0;
    padding: 20px;
}

.map_xx{ border-bottom:1px #eee solid; padding-bottom:10px;}

.site_r_link {
    width: 135px;

    border: 1px solid #cdcdcd;
    background: #F8F8F8;
    padding: 5px 10px;
    float: right;
}

.map_main h4{ margin-top:20px; font-size:15px;}

.b4 {
    border: solid 1px #E0E0E0;
	margin:10px 0 0;
	padding:10px 20px;
}
.b4 p{ font-weight:bold; color:#3783b7; display:block;}

.b4 a {
    float: left;
	display:block;
    line-height: 30px;
    width: 158px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.m2pos {border-bottom: 1px solid #eee;}

.cp2{width:1400px; margin:0 auto;overflow: hidden;}
.cp2 li {float:left; }
.cp2 li a{ display:block;text-align:center; font-size:16px;color:#333; padding:20px 15px; margin:0 20px 0 0;border-bottom:2px solid #fff;}
.cp2 li a:hover , .cp2 li a.cur{ border-bottom:2px solid #3783b7; color:#3783b7;}





.cp3{width:1200px; margin:0 auto;}
.cp3 li {position: relative;}
.cp3 li a{ float:left; padding:5px 20px; margin:30px 5px 0 5px;text-align:center; font-size:15px;color:#333; border:1px #ddd solid;}
.cp3 li a:hover , .cp3 li a.cur{ border:1px #005bae solid; color:#005bae;}


.cpmenu{ width:1410px; overflow:hidden; margin-bottom:20px;}
.cpmenu li{ float:left;  margin-right:10px; background-color:#FFF;}
.cpmenu li .photo{ width:203px; height:163px; border:1px #CCC solid; text-align:center;overflow:hidden;position: relative;display: table; padding:10px;}
.cpmenu li .photo .pics{display: table-cell;width:203px; height:163px; overflow:hidden; vertical-align: middle;}
.cpmenu li .photo .pics img{ margin:0 auto;}
.cpmenu li .info{ width:205px; height:30px; line-height:30px; background-color:#003b90; text-align:center; color:#FFF; overflow:hidden; padding:0 10px; font-size:15px;}
.cpmenu li:hover .info ,  .cpmenu li a.cur .info{ color:#3783b7;}

h9{ width:263px; height:60px; line-height:60px; text-align:center; color:#FFF; font-size:18px; background-color:#3783b7; float:left;}
.fenl{ height:60px; width:1130px;background-color:#3783b7; float:right; overflow:hidden;}
.fenl li{ width:149px; float:left; border-right:6px #FFF solid;text-align:center;}
.fenl li a{ display:block; color:#FFF;  height:60px; line-height:60px;  font-size:18px;}
.fenl li a:hover , .fenl li a.cur{background-color:#3783b7;}


.mr_frbox22{ width:1230px; overflow:hidden;}
.mr_frbox22 li{ width:380px; margin-right:30px; float:left; background-color:#FFF; margin-top:30px;}
.mr_frbox22 li .photo{ width:380px; height:260px; text-align:center;overflow:hidden;position: relative;}
.mr_frbox22 li .photo .pics{display: table-cell;width:380px; height:260px; overflow:hidden; vertical-align: middle;}
.mr_frbox22 li .photo .pics img{ margin:0 auto;width:380px; height:auto;}
.mr_frbox22 li .info{ width:340px; height:160px; background-color:#3783b7; padding:20px; }
.mr_frbox22 li .info dt{ font-size:24px; color:#000; text-align:center; height:30px; overflow:hidden;}
.mr_frbox22 li .info dd{ color:#FFF; line-height:23px; margin-top:15px; height:120px; overflow:hidden;}

.lm{ width:263px; overflow:hidden;}
.lm a{ display:block;  margin-top:10px; height:58px; line-height:58px;text-align: center;
    font-size: 16px;
    border: 1px solid #c1c1c1;
    background: #f1f1f1;
    overflow: hidden; font-weight:bold;}
.lm a:hover , .lm a.cur { background-color:#3783b7; color:#FFF; border:1px #3783b7 solid;}

.rm{width:1130px; margin-top:10px;min-height:500px;}
.rm_l{width: 332px; float:left; overflow:hidden;}
.rm_r{width: 765px; float:right;overflow:hidden; }
.rm_l ,.rm_r {line-height:22px;}
.rm_l strong ,.rm_r strong{ margin-bottom:10px; font-size:16px; display:block;}


.rm_l table ,.rm_r table{  margin:0 auto; border:1px #ddd solid !important; border-bottom:0 !important; border-right:0 !important; width:100% !important;}
.rm_l table ,.rm_r table td{ padding:5px 20px !important;border-bottom:1px #ddd solid; border-right:1px #ddd solid; font-size:14px!important;word-break:break-all;}
.rm_l table ,.rm_r table .firstRow td , .rm_l table ,.rm_r table td.firstlie{ background-color:#f3f3f3;}

.rm_r h1{font-size: 20px;
    font-weight: 900;
    margin: 5px 0;
    color: #003b90;}

.photo_pro {
    width: 330px;
    border: 1px solid #f1f1f1;
    text-align: center;
    vertical-align: middle;
}
.photo_pro img{ max-width:330px;}



.w595{ width:595px; overflow:hidden;}
.tit {
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    font-size: 18px;
    color: white;
    font-weight: 400;
    background-color: #003b90;
}
.tit a{ float:right; color:#FFF; font-size:13px;}
.tit a:hover{ text-decoration:underline;}
.w595 ul li{ height:35px; line-height:35px; border-bottom: 1px dotted #555; background:url(../images/ac3.gif) 5px 12px no-repeat; padding:0 10px 0 30px;}
.w595 ul li span{ float:right; font-size:13px; color:#666;}


@media only screen and (max-width: 1023px) {
body{

    font-size:.9rem;

	line-height: 28px;

	}
.fl{ float:none;}
.fr{ float:none;}
.pt50{ padding-top:10% !important;}
.pb50{ padding-bottom:10% !important;}
.p50{ padding:10% 0 !important;}
.pt20{ padding-top:1% !important;}
.pt70{ padding:10% 0 0 0 !important;}
.p70{ padding:10% 0 !important;}
.mt60{ margin-top:0;}
.m50{  margin:10% 0 !important;}
.mb35{ margin-bottom:5%;}
.main , .main2 , .main3  , .mainc , .main_1 ,.w450{ width:100%; margin:0;}
.w450{ margin-bottom:10%;}
.pc_none{ display:block;}
.wap_none{ display:none;}
.pageshow{ text-align:center; margin:5% 0 10%; font-size:.9rem}
.header{height: 80px; position: static; top:0px;z-index:999; width:100%;background-color:#fff;-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0); padding:0; background: none}
.top_h{ height:0px;}

 .whitex{ background:url(../images/x.png) 8px 0px repeat-y; padding:5% 0}
.times{ font-size:1rem;width:115px; left:0px;}

.t_ico{background:url(../images/times2.png) 88px 0px no-repeat; height:35px;}
.times p{ line-height:25px; font-size:1rem; width:100px; padding-left:10px;}

.fonts{  margin-left:130px; background-color:#f5f5f5; padding:5%; margin-bottom:10%;}
.fonts{color:#333; font-size:1rem;line-height:1.6em; }


/*.txt video{ width:100% !important;}*/

.nav_fixed {

height:80px;
position:static; 

}

.p80{ padding:10% 0 !important;}
.p80_1{ padding:10% 0 0 0 !important;}
.p80_2{ padding:0 0 10% 0 !important;}
.p60{ padding:5% 0 !important;}
.p60s{ padding:5% 0 !important;}
.hui2{ background-color:#f5f5f5 !important;;}
.mb30{ margin-bottom:5%;}

.titel{height:36px; line-height:36px; font-size:1rem; padding:0 15px 0 38px; border-bottom: solid 1px #ededed; position:relative;margin:10px 0;}
.titel:after{
	width:6px;
    height:20px;
    background-color: #3783b7;
	border-radius:10px;
	-webkit-border-radius:10px;
    display: block;
    content: '';
    position: absolute;
	left:15px;
	top:8px;
    right:auto;
    bottom: auto;
    z-index:3;
    pointer-events: none;
}


.cp2 , .cp3{
width:100%; 
height: auto;
display:block;
white-space:nowrap;
overflow: auto;
}
.cp2 li {padding:0; position: static;display: inline-block;margin:0 20px}
.cp2 li a{ float: none; height: auto; line-height: normal;font-size:15px;
position: relative;
display: block;
 padding: 18px 0;}
	
.cp2 li a:hover , .cp2 li a.cur{ border-bottom:1px #3783b7 solid;}

.cp2 li:after {
    width: 0px;
    height: 0px;
}

.cp3 li {position: static;display: inline-block;}
.cp3 li a{padding:5px 10px; margin:20px 5px 10px;}

.titel a.curs{ font-weight:bold; color:#3783b7;}
 a.curs{ font-weight:bold; color:#3783b7;}
.flol { float: left;}

.tab{width:90%; margin:0 auto;}
.tab li{ margin-bottom:10px;}
.tab input ,.tab textarea{ width:100%; line-height:22px;padding: 15px 26px;
font-size:0.8rem;}
.passc{padding:15px 26px;}

.tab .sumbit{width: 100%; margin-left:0;font-size:1rem;padding: 15px 80px; margin-top:5%;}
.w270{width:100%;}
.mr10{margin-right:0;}


.feedback strong{font-size:1.5rem; margin-bottom:8%; margin-top:5%;}

.foot{  height: auto; line-height:28px; text-align:center; padding:5% 2%;}
.foot a{ margin-left:0px;}
.foot span{ display:block;}
.foot .power { margin-left:0;}
.foot .fb{ padding-left:0px;}
.foot .fc{ padding-right:0px;}

 
h9{ width: auto; height: auto; line-height: normal;font-size:1.2rem; font-weight:bold; background-color:transparent; color:#3783b7; float: none; padding:0 5% 5% 5%; display:block;}
.fenl{width:98%;background-color:transparent; float: none; overflow:hidden; margin:0 auto; height:auto;}
.fenl li{ width:31.33%; float:left; border-right:0;text-align:center; margin:0 1%;}
.fenl li a{ display:block; color:#FFF;  height:40px; line-height:40px;  font-size:1rem;background-color:#3783b7;}
.fenl li a:hover , .fenl li a.cur{background-color:#3783b7;}


.lm{ width:98%; margin:0 auto; overflow:hidden;}
.lm a{ display:block;height:40px; line-height:40px;text-align: center;
    font-size: .9rem;
    border: 1px solid #c1c1c1;
    background: #f1f1f1;
    overflow: hidden; font-weight:bold; float:left; width:47.5%; margin:5px 1% 10px;}

.rm{width:95%; margin:10px auto;min-height:500px;}
.rm_l{width: 100%; float: none; overflow:hidden; margin-bottom:5%; border-bottom:1px #CCC dotted; padding-bottom:5%;}
.rm_r{width: 100%; float: none;overflow:hidden; }
.rm_l ,.rm_r {line-height:22px;}
.rm_l strong ,.rm_r strong{ margin-bottom:10px; font-size:.9rem; display:block;}


.rm_l table ,.rm_r table{  margin:0 auto; border:1px #ddd solid !important; border-bottom:0 !important; border-right:0 !important; width:100% !important;}
.rm_l table ,.rm_r table td{ padding:5px 20px !important;border-bottom:1px #ddd solid; border-right:1px #ddd solid; font-size:14px!important;word-break:break-all;}
.rm_l table ,.rm_r table .firstRow td , .rm_l table ,.rm_r table td.firstlie{ background-color:#f3f3f3;}

.rm_r h1{font-size: 1.5rem;
    font-weight: 900;
    margin: 10px 0;
    color: #003b90;}

.photo_pro {
    width: 100%;
    border: 1px solid #f1f1f1;
    text-align: center;
    vertical-align: middle;
	margin-bottom:5%;
}
.photo_pro img{ max-width:100%;}




.bt{ font-size:1.2rem; line-height:1.5em;}
.bt i{font-size:2rem;margin-bottom:10px;}


.bt2{ margin:10% auto 5%; color:#418bc3;}
.bt2 i{color:#fff;}


.cps{ width:98%;margin:3% auto 0;}
.cps li{ float:left; width:42%; height: auto; padding:3%; overflow:hidden; margin:2% 1% 0 1%;}
.cps li .photo{ display:none;}

.cps li .info{ float: none; width: auto; }
.cps li .info p.t1{ font-size:1.2em; margin-top:20px; padding-left:5px;}
.cps li .info p.t2{ font-size:1.2em;  margin-top:5px;padding-left:5px;}
.cps li .info p.t2 span{ font-size:1em;height:30px;}
.cps li .info  a{margin:0 0 20px 5px}

.cps li .t0{ max-width:100%; margin-top:5px; display:block;}


.bg2{ background:url( ) right top no-repeat #f5f5f5; min-height: inherit;}
.bg3{ background-color:#0e6eb8; padding:2% 0 15%; margin-top:10%;}

.ys{ width:96%; max-width:100%; overflow:hidden; margin:10% auto 0; padding:0 2%;} 
.ys li{ float:left; width:42%; height:260px; padding:30px 2%; background-color:#FFF; margin:2%;}

.ys li .info{ margin-top:10%;font-size:.9rem; line-height:1.5em;}
.ys li .info b{ font-size:1.5rem; margin-bottom:10%;}



a.more{ width:120px;  background:url(../images/jj.png) 100px 16px #0e6eb8 no-repeat; padding-left:30px;font-size:1rem;transition: all 0s; margin:10% auto;}
a:hover.more{background:url(../images/jj.png) 100px 16px #0e6eb8 no-repeat;}
a.more2{ margin:10% auto 0 !important;}

.bai{padding:10% 0 5% 0;}


.cpfl{width:100%; margin:5% auto; overflow:hidden;}
.cpfl a{ float: none; font-size:1.1rem; color:#333; display:block; height: auto; line-height:2em; padding:2%; text-align:center; transition: all .2s; width:86%; margin:2% auto 0; border:1px #dddddd solid; border-right:1px #dddddd solid;}
.cpfl a:hover{color:#fff; background-color:#0e6eb8;}
.cpfl a:last-child{ border-right:1px #dddddd solid;}

.right{ width:95%;  padding:5% 0px; margin:10px 30px 0 10px;}
.right2{ width:95%; padding:5% 0px; margin:10px 30px 0 10px;}
.txt img{ width:100% !important; height:auto !important; display:block; margin:3% auto 5% !important;}
.txt{ padding:0px 5%; font-size:1rem; line-height:2em; min-height: inherit;}
.txt_h{  min-height:50px;}
.txt table td{ padding:0 2%;}


.map{width:100%; height:300px; margin-bottom:10%}


.w520{ width:100%; overflow:hidden;}

.zhxx{ position:relative;}
.zhxx p{ width:100%; height:200px; overflow:hidden;}
.zhxx p img{ width: auto;height:200px;}
.zhxx dt{ font-size:1.2rem;}
.zhxx dd { font-size:.9rem;}
.sj{position:absolute; top:160px; left:0px; width:76px; height:76px; padding:10px 5px 0px 5px; background-color:#0e6eb8; margin-left:20px; color:#fff; font-size:36px; text-align:center;}
.sj i{ display:block; font-size:18px; border-top:1px #5e7eb9 solid; margin-top:10px; padding-top:3px;}
.zw{padding:15px 0;border-top:1px #CCCCCC solid;}
.asklist{  width:100%;}
.asklist li{ padding:0 5% 30px 5%}
.asklist li dt , .asklist li dd{ font-size:1rem;}
.asklist li dt span , .asklist li dd span{ font-size:.9rem;}


.bg0{  background:url(../images/bg.jpg) top center no-repeat; padding:10% 0;}
.w836{ width:100%; padding:0;}

.w364{ width:80%; min-height:1px; padding:10%;}

.w364 dl{ margin-top:8%;}
.w364 dl dt{ font-size:1.1rem;  margin-bottom:5%;}
.w364 dl dd{  margin-top:2%; font-size:.9rem; line-height:1.5em;}



.cplist2{ width:98%;  margin:0 auto;}
.cplist2 li{ width:41%; margin:5% 2% 0 2%;padding:2% 2% 0 2%; float:left; background-color:#fff;border-width: 1px;
    border-style: solid;
    border-color: rgb(231, 231, 231);}
.cplist3 li {width:41%; margin:2% 2% 0 2%;padding:2% 2% 0 2%; float:left; background-color:#fff;border-width: 1px;
    border-style: solid;
    border-color: rgb(231, 231, 231);}
.cplist2 li .photo{ width:100%; height:120px; overflow:hidden; text-align:center; overflow:hidden;position: relative;display: table;}
.cplist2 li .photo2{ height:150px;} 
.cplist2 li .photo3{ height:80px;} 
.cplist2 li .photo .pics{display: table-cell; vertical-align: middle; text-align:center; width:auto; height:auto;}
.cplist2 li .photo .pics img{max-width:100%; max-height:120px; }
.cplist2 li .photo2 .pics img{max-width:100%; max-height:150px; }
.cplist2 li .photo3 .pics img{max-width:100%; max-height:80px; }
.cplist2 li .info{ width:100%; padding:0; height:30px; overflow:hidden;  line-height:30px;text-align:center; overflow:hidden; font-size: .8rem}
.cplist2 li .info2{ font-size:1rem;height:40px;padding:8% 0 0 0;}



.zzlist2{ width:98%; overflow:hidden;}
.zzlist2 li{ width:46%; margin:5% 2% 0 2%;float:left;}
.zzlist2 li .photo{ width:100%; height:180px; border:1px #e0e0e0 solid; text-align:center; overflow:hidden;position: relative;display: table;}
.zzlist2 li .photo .pics{display: table-cell; vertical-align: middle;}
.zzlist2 li .photo .pics img{max-width:100%; max-height:180px; }
.zzlist2 li .info{ width:100%; padding:5% 0 ;line-height:20px; text-align:center;}


.cplists{ width:100%; margin:5% auto 0;}
.cplists li{ float:left; width:44%; height: auto; padding:2% 2% 5% 2%; margin:1%;}
.cplists li .pic{ width:100%; height:120px;}
.cplists li .pic img {max-width:100%; height:120px;}
.cplists li .t1{ font-size:1rem; margin:8% 0 5%; padding:0; overflow:hidden; height:25px;}
.cplists li .t1 i{margin:5% 0 0 0}
.cplists li .t2{ padding:0 5%; font-size:.9rem; line-height:1.5;}


.m2newList {
    padding: 0;
    display: block;
}
.m2newList li {
    height: auto;
    margin:0 auto 5%;
}
.m2newList li a{ display:block;}

.overflowHide { display:none;}


.m2newTxt {

    position: relative;
	width:90%; margin:5% auto 10%;
	
}

.m2newTimes , .m2new_time { display:none;}

.m2new_t1 ,.m2new_t1 a {
    font-size:1.1rem;
   
	line-height:1.5rem;
    height: auto;
    margin-bottom:1%;
	overflow: auto;
}

.m2newDes {
    padding-top: 2%;
    border-top: 1px solid #F1F1F1;
    font-size: 0.9rem;
	height: auto;
	line-height:1.5rem;
	overflow: auto;

}


.store-view .up{ border:0px solid #e8e8e8; padding:0 3%; margin-top: 0px;}
.store-view .up .store-banner{ width:96%; float: none;border:1px solid #e8e8e8;padding:2%;}
.store-view .up .store-banner, .store-view .up .store-banner img{ max-width:100%;}
.store-view .up .store-demo{ width:100%; float: none;}
.store-view .up .store-demo .title{ font-size:1.3rem;margin-top:5%; text-align:center;}
.store-view .up .store-demo .xx{ margin:2% 0 5%;text-align:center;}
.store-view .up .store-demo .text-box{ padding:5% 0px;font-size:.9rem;}


.m_content{ margin:10% 0 5%;}
.m_content li{font-size:.9rem; width:40%;}


.backhome{ margin:15% 3%;}
.page-info:hover a b{ width:0px;}


.slidely{width:100%;height:300px;position:relative;margin:0 auto;}
.slidely .hd{height:10px;position:absolute;right:0px;bottom:30px;z-index:1;width:100%;text-align:center;}
.slidely .hd ul{overflow:hidden;zoom:1;}
.slidely .hd ul li{margin:0 7px;width:10px;height:10px;line-height:10px;display:inline-block;*display:inline;*zoom:1;background:#dfdfdf;cursor:pointer;border-radius:50%;-webkit-border-radius:50%;}
.slidely .hd ul li.on{background:#000000;width:12px;height:12px;}
.slidely .bd{position:relative;height:100%;z-index:0; width:100%; margin:0 auto;}
.slidely .bd li{zoom:1;vertical-align:middle;text-align:center;display:table-cell;vertical-align:middle;width:100%;height:300px;}
.slidely .bd li img{ margin:0 auto;}
.slidely .prev,.slidely .next{position:absolute;left:30px;top:50%;margin-top:-34px;display:block;width:30px;height:68px;background:url(../images/left.png) no-repeat center center #a0a0a0;}
.slidely .next{left:auto;right:30px;background:url(../images/right.png) no-repeat center center #a0a0a0;}
.slidely .prev:hover,.slidely .next:hover{background-color:#000000;}
.slidely .bd ul li img{ max-width:100%; max-height:300px;}


.canshu { margin:20px auto 10px;  border-top:1px solid #e1e1e1; padding:20px 10px; border-bottom:1px #e1e1e1 dotted;}
.canshu li{ float: none; width: auto; display:block;}

a.but_down{ margin:20px 20px 0 0}


.gsjj{min-height: inherit; padding:10% 0;}
.gsjj_info{ width:90%;  font-size:.9rem;margin:5% auto 0; line-height:2;}
.gsjj_bt{ border-left:3px #00a8eb solid; margin:5% 0 ; font-size:1.2rem;  padding-left:10px; padding-top:0px;}
.gsjj_bt i{font-size:.9rem; margin-top:0px; line-height:1.5}

.about_ico{ width:100%; margin:0;}
.about_ico a{ width:50%;margin:8% auto 0;}
.about_ico a .info{font-size:.9rem;}

	
}

:root {--dex:#1c6363;}
.jn04 {position: relative;overflow: hidden; margin:80px auto 20px;}
.jn04 .bot { width: calc(100% - (100% - 1400px)/2 ); position: relative;left:calc((100% - 1400px)/2);}
.jn04 .bot .swiper {overflow: hidden;position: relative;}
.jn04 .bot .b_so { margin-top: 45px; width: 1400px; display: flex;align-items: center;justify-content: space-between; margin-top: 34px;}
.jn04 .bot .b_so .swiper-pagination {    position: unset; width: 87%; height: 5px; border-radius: 5px;}
.jn04 .bot .b_so .fa { background-color: #e8e8e8; position: unset; width: auto; height: auto; margin: 0px; padding: 0px; width: 60px; height: 60px; font-size: 36px; color: #797979; display: flex; justify-content: center; align-items: center; background-image: none; border-radius: 50%;}
.jn04 .bot .b_so .faf {width: 10%;display: flex;justify-content: space-between;align-items: center;}
.jn04 .bot .b_so .fa:hover {color: #fff;background-color:#3783b7;}
.jn04 .bot .b_so .swiper-pagination-progressbar { background: rgba(0,0,0,.05); }
.jn04 .bot .b_so .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background:#3783b7;border-radius: 12px;}
.jn04 .bot .swiper-slide{overflow:hidden;}
.jn04 .bot .imgbox{ height:300px;overflow:hidden;}
.jn04 .bot .imgbox img{ width:100%; height:300px;object-fit: cover;}
.jn04 .bot .info{ padding:25px;}
.jn04 .bot .info .nyr{ color:#3783b7; font-size:16px;}
.jn04 .bot .info .tit2{font-size:20px; margin:15px 0;}
.jn04 .bot .info .inf{ color:#888; font-size:14px; line-height:23px;}
.jn04 .bot a{ display:block;}

@media only screen and (min-width:956px) and (max-width:1100px){ 
.jn04 .bot { width: 100%; left: 3%; }
.jn04 .bot .b_so { width: 94%; margin-top: 26px; }
.jn04 .bot .b_so .faf { width: 11%;}
.jn04 .bot .b_so .swiper-pagination { width: 83%; }
 }
@media only screen and (min-width:750px) and (max-width:1000px){
.jn04 .bot { width: 100%; left: 3%; }
.jn04 .bot .b_so { width: 94%; margin-top: 26px; }
.jn04 .bot .b_so .faf { width: 15%;}
.jn04 .bot .b_so .swiper-pagination { width: 81%; }
}
@media only screen and (max-width:768px){
.jn04 .top h3 { font-size: 26px; margin-bottom: 10px; }
.jn04 .bot { width: 100%; position: relative; left: 3%; }
.jn04 .bot .b_so { width: 94%; margin-top: 20px; }
.jn04 .bot .b_so .swiper-pagination { width: 80%; height: 4px; border-radius: 4px; }
.jn04 .bot .b_so .faf { width: 18%; }
.jn04 .bot .b_so .fa { width: 28px; height: 28px; font-size: 24px; }
.jn04 { padding-bottom: 50px; }	
}

.c_l{ padding:0 49px 0 50px; width:600px;}
.c_l>p {
    font-size: 22px;
    color: #bbb;
    line-height: 25px;
}
.c_l>span {
    display: block;
    font-size: 40px;
    color: #333333;
    line-height: 40px;
    margin: 15px 0px;
    font-weight: bold;
}
.c_l>i {
    display: block;
    font-size:15px;
    color: #999999;
    line-height: 32px;

}
.c_l>a {
    display: inline-block;
    width: 250px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
    background: #0080da;
}
.c_r{ padding:0 0 0 50px; width:600px;border-left: 1px solid #e2e2e2;}


 @media screen and (min-width:900px) and (max-width:1217px){
.c_l{ padding:0 5%;width:39%; float:left !important;}	 
.c_r{ padding:0 5% 0 5%;width:39%; float:right !important;}

	 
 }
@media only screen and (max-width: 999px) {

.c_l{ padding:0 5% 10% 5%;border-right:0; text-align:center;width:90%;}
.c_l>p {
    font-size: 1.2rem;

}
.c_l>span {
    font-size: 2rem;
    line-height:2rem;
    margin: 15px 0px;

}
.c_l>i {
    font-size:.9rem;
    line-height:1.5;

}
.c_l>a {
   
	line-height:40px;
    font-size: 1rem;
    margin-top: 5%;

}
.c_r{ padding:5% 0;width:100%;}

}