@charset "utf-8";
/*@font-face {
  font-family: 'meixin';
  src: url('../font/meixin.eot');
  src:
    url('../font/meixin.eot?#font-spider') format('embedded-opentype'),
    url('../font/meixin.woff') format('woff'),
    url('../font/meixin.ttf') format('truetype'),
	url('../font/meixin.svg') format('svg');
    font-weight: normal;
	font-style: normal;
}*/

/* 初始化CSS */
html{}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img{margin:0 auto; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight: normal; -webkit-margin-before:0em; -webkit-margin-after:0em;}
fieldset, img{vertical-align:middle; border:none;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "宋体",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{font-size:12px; margin:0;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{resize:none; font-family: "宋体",Arial,sans-serif;}
body{color:#333; font:12px "微软雅黑",Arial,sans-serif; background: #fff;}
a{color:#666; text-decoration:none;}
i, em{ font-style:normal;}
.clearfix:after{content:""; display:block; height:0; visibility:hidden; clear:both;}
.clearfix{zoom:1;}
.clearfit{clear:both; height:30px; font-size:0; overflow:hidden;}
.clear{height: 10px;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}
/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}
.font_ca{text-transform:Capitalize ;}
/*transition*/
.tran200{-webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; transition:all 0.2s ease;}
.tran400{-webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease;}
/*网页限定宽度*/
.W1200{ margin: 0 auto; position:relative; width: 1200px;}
.W1200:after{content:""; display:block; height:0; clear:both;}
.mar1{ margin-bottom: 22px;}
/*头部*/
.header{position: fixed;top: 0;background-color: #ffffff; width: 100%; height: 129px;z-index: 99;}
.header .logo{float: left; padding-top:34px;display: inline-block;}
.header .language{position: absolute;top:52px;right:0;display: block;padding-left: 22px;background-image: url(../images/language.png); background-repeat: no-repeat;font-size: 14px;color:#444;}
.header .nav{float: right; margin-top: 46px;margin-right: 100px;}
.header .nav li{float: left;position: relative; width: 90px; height: 30px;}
.header .nav li a{display: block; font-size: 14px; color: #444444; text-align: center; line-height: 30px;}
.header .nav>li:hover{background-color: #0054a7;border-radius: 14px;}
.header .nav li:hover a{color: #fff;}
.header .nav li.on{background-color: #0054a7;border-radius: 14px;}
.header .nav li.on a{color: #fff;}
.header .nav li ul.sub{display: none; z-index: 99; *zoom:1; position: absolute; top: 32px; left: 0; width: 100%; background: url(../images/BG4.png) repeat;}
.header .nav li ul.sub li{margin-left: 0;  border-bottom: 1px solid #fff; line-height: 30px;height:30px;overflow:hidden; text-align: center;}
.header .nav li ul.sub li a{padding:0 5px; color: #fff;}
.header .nav li:hover ul.sub{background: url(../images/BG4.png) repeat;}
.header .nav li:hover ul.sub li:hover{background: #0054a7;}
.mobile_btn{width:40px;height: 38px;background-color: #dcdcdc;border-radius: 4px;position:absolute;right: 0;top:20px;opacity: 0.7;padding-top:3px;display:none;}
.mobile_btn>span{width:36px;height: 2px;background-color: #737373;display:block;margin:7px auto;position:relative;}
.mobile_btn>span:before{content: '';background-color: #737373;height: 6px;width: 3px;position: absolute;top: -2px;left: 25%;transition: left 0.6s linear;-webkit-transition: left 0.6s linear;}
.mobile_btn>span:nth-child(2):before{left: 75%;}
.mobile_btn:hover{opacity: 1;}
.on>span:before{left: 75% !important;}
.on>span:nth-child(2):before{left: 25% !important;}
.mobile_nav{position:absolute;top:104px;z-index: 999;display:none;background:#111;opacity: 0.8;}
.mobile_nav>ul>li{margin:0 30px;position:relative;}
.mobile_nav>ul>li:after{content: "";position: absolute;right: 0;top: 18px;width: 0;height: 0;border: 4px solid transparent;border-left: 4px solid #fff;transition: all 0.3s ease;}
.mobile_nav>ul>.on:after{border-left: 4px solid #0054a7;-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
.mobile_nav>ul>.on>a{color:#0054a7;border-bottom: 1px solid #0054a7;}
.mobile_nav>ul>li>a{font-size: 16px;color: #ffffff;line-height:45px;border-bottom: 1px solid #ffffff;display:block;}
.mobile_nav>ul>li>ul{display:none;}
.mobile_nav>ul>li>ul>li>a{font-size: 14px;color: #ffffff;line-height:32px;border-bottom: 1px solid #ffffff;display:block;margin-left:30px;}
.mobile_nav>ul>li:last-child>a{border-bottom:none;}
/*banner*/
.fullSlide {overflow:hidden; position: relative; width:100%; height:564px;margin-top:129px;}
.fullSlide .bd{ overflow:hidden; z-index:0; position:relative; margin:0 auto;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd ul li{ width:100% !important;}
.fullSlide .bd ul li a{ display: block; height:564px; background-position:center; background-repeat:no-repeat;background-size:cover;}
.fullSlide .hd { position:absolute; left:0; bottom:10px; z-index:1; width:100%; text-align:center;}
.fullSlide .hd ul li{ display:inline-block; zoom:1; margin:0 4px; width:16px; height:16px; font-size:0;  cursor:pointer;}
.fullSlide .hd .on{ background-position:0 0;}

/*首页内容区*/
.indexCon{position: relative; padding-top: 30px;}
.tit1{position: relative;}
.tit1 h2{font-size: 24px; color: #0054a7;}
.tit1 span{display: block; color: #0054a7;}
.tit1 a.more1{float: right; width: 68px; height: 21px; background: url(../images/BG1.png) no-repeat;}
.part1{position: relative;}
ul.ul1{position: relative; padding-top: 20px;}
ul.ul1 li{float: left; overflow: hidden; position: relative;  margin:0 1%!important;margin-bottom: 24px!important; border:1px solid #dfdfdf;  width: 23%; height: 272px;box-sizing: border-box;}
ul.ul1 li .img{ display:block; overflow:hidden; width:100%; height:100%;text-align:center;}
ul.ul1 li .img img{margin:0 auto;display: inline-block; max-width:100%; max-height:100%; -webkit-transition:all 0.15s linear; transition:all 0.15s linear;}
ul.ul1 li .img:after{display:inline-block; overflow:hidden; width:0; height:100%; vertical-align:middle; content:"";}
ul.ul1 li .img:hover img{-webkit-transform:scale(1.05); transform:scale(1.05);}
ul.ul1 li .txt1{ z-index: 1; zoom:1; position: absolute; bottom: -56px; left: 0; width: 100%; height: 56px; background: #0054a7;text-align: center;}
ul.ul1 li .fl{padding:10px 0 0 0;width: 100%;}
ul.ul1 li .txt1 h3{font-size: 14px; color: #fff;}
ul.ul1 li .txt1 span{display: block; font-size: 14px; color: #fff;}
ul.ul1 li .txt1 em{float: right; padding-right: 10px; line-height: 56px; font-size: 18px; font-weight: bold; color: #fff;}

.part2{position: relative;  width: 100%; height: 456px; background: #f3f3f3;}
.mainCon1{position: relative;overflow: hidden; padding-top: 30px; margin:30px auto auto auto; width: 841px;  height: 395px;}
.mainCon1 .bd{overflow: hidden; z-index: 0; position: relative;  height: 359px;}
.mainCon1 .bd ul{width: 100% !important;}
.mainCon1 .bd ul li{width: 100% !important;}
.mainCon1 .span1{position: absolute; left:0; top:128px; width: 839px; height: 191px;border:1px solid #0054a7;}
.mainCon1 .box1{z-index: 1; zoom:1; position: absolute; left:25px; top:88px; width: 791px; height: 272px; background: #0054a7;}
.mainCon1 .box1 .span2{position: relative;  position: absolute; left:50%; overflow: hidden; margin-left: -88px; top:-88px; width: 177px; height: 177px; background: url(../images/BG5.png) no-repeat;}
.mainCon1 .box1 .pic{display: block; z-index: -1; position: absolute; left:0; top:0; overflow: hidden; width: 177px; height: 177px;}
.mainCon1 .box1 .pic img{width: 100%; height: 100%;}
.mainCon1 .box1 .txt2{position: absolute; left:0; bottom: 53px; padding:0 49px; width: 693px;}
.mainCon1 .box1 .txt2 p{overflow: hidden; height: 75px; color: #fff; line-height: 25px; text-align: center;}
.mainCon1 .hd { position:absolute; left:0; bottom:0; z-index:1; width:100%; text-align:center;}
.mainCon1 .hd ul li{ display:inline-block; zoom:1; margin:0 4px; width:9px; height:9px; font-size:0; background: url(../images/dot.png) no-repeat 0 0; cursor:pointer;}
.mainCon1 .hd .on{ background-position:-21px 0;}

.part3{position: relative; margin-top: 30px;}
.part3 .fl{width: 180px; margin-top: 126px;}
.part3 .slidebox1{float: left; overflow: hidden; position: relative; margin-left: 24px; width: 996px;}
.part3 .slidebox1 .bd{position: relative; width: 816px;}
.part3 .slidebox1 .bd .pic{display: block; float: left; overflow: hidden; width: 384px; height: 230px;}
.part3 .slidebox1 .bd .pic img{width: 100%; height: 100%;}
.part3 .slidebox1 .bd .txt3{float: left;position: relative; margin-left: 24px; width: 408px;}
.part3 .slidebox1 .bd .txt3 h3{padding:25px 0 28px; font-size: 14px; font-weight: bold;  color: #444444;}
.part3 .slidebox1 .bd .txt3 .span1{position: relative;}
.part3 .slidebox1 .bd .txt3 .span1 p{padding-bottom: 15px; color: #555555;}
.part3 .slidebox1 .btn{position:absolute; z-index:10; top:89px; right: 20px; width:68px; height:21px; background: url(../images/icon.png) no-repeat; -webkit-transition:all .15s linear; transition:all .15s linear; cursor:pointer;}
.part3 .slidebox1 .prev { right:0; background-position:0 0;}
.part3 .slidebox1 .next { right:0; top:121px; background-position:0 -32px;}
.part3 .slidebox1 .prev:hover{background: url(../images/icon.png) no-repeat -82px 0;}
.part3 .slidebox1 .next:hover{background: url(../images/icon.png) no-repeat -82px -32px;}


.part4{position: relative; margin-top: 54px;}
ul.ul2{position: relative; padding-top: 20px;}
ul.ul2 li{float: left;margin:0 1%!important;margin-bottom:10px!important; padding:38px 24px; border:1px solid #dfdfdf; width: 23%; height: 272px;box-sizing: border-box;}
ul.ul2 li h3{font-size: 14px; color: #444; font-weight: bold;height:19px;line-height: 19px;width: 100%;overflow:hidden;}
ul.ul2 li p{overflow: hidden;padding:40px 0 30px; height: 75px; color: #777777; text-align: justify; text-align: distribute-all-lines; line-height: 25px;}
ul.ul2 li .date{position: relative; font-family: "Times New Roman"; }
ul.ul2 li .date h4{ font-size: 30px; color: #777;}
ul.ul2 li .date span{display: block;font-size: 14px; color: #000;}
ul.ul2 li:hover{border-color: #0054a7; background: #0054a7;}
ul.ul2 li:hover h3, ul.ul2 li:hover p, ul.ul2 li:hover .date h4, ul.ul2 li:hover .date span{color: #fff;}


.part5{position: relative; margin-top: 30px; padding:27px 0 17px 0; background: #f3f3f3;}
.picMarquee_left{ overflow:hidden; position:relative; margin:0 auto; width:1050px; height:68px; }
.picMarquee_left .bd{}
.picMarquee_left .bd ul{ overflow:hidden;}
.picMarquee_left .bd ul li{ float:left; overflow:hidden; margin:0 3px; text-align:center;}
.picMarquee_left .bd ul li .pic{display: block; overflow:hidden; width:204px; height:68px;}
.picMarquee_left .bd ul li .pic img{ width:100%; height:100%; -webkit-transition:all 0.15s linear; transition:all 0.15s linear;}
.picMarquee_left .bd ul li .pic a:hover img{-webkit-transform:scale(1.05); transform:scale(1.05);}

/*返回顶部*/
.go_back{z-index: 99;position: fixed;right: 10%;bottom: 30px; transition: all 0.3s ease;}
.go_back li{position: relative;width: 68px;height:68px;}
.go_back li a{display: block;width: 100%;height:100%; background-color: rgba(255,255,255,0.6);padding:5px 10px;border-radius:50%;}
.go_back li a img{display: block;width: 23px;padding-top: 6px; margin: 6px auto;}
.go_back li a p{font-size: 12px;text-align: center;color: #363636;}
/*返回顶部结束*/

/*内页*/
.nyBanner{position: relative; overflow: hidden;margin-top:129px; width: 100%; height: 340px; background-position: center;background-repeat: no-repeat;background-size:cover;}
.nyCon{position: relative; margin-bottom: 65px; min-height: 400px;overflow: hidden;}
ul.nyNav{margin:29px 0 32px;}
ul.nyNav li{float: left; position: relative; margin-right: 15px; padding:0 21px; min-width:96px;border-radius:12px;  }
/*ul.nyNav li .before{display: none; position: absolute; left: 0; top:0; width: 21px; height: 32px; background: url(../images/BG2.png) no-repeat; content: "";}
ul.nyNav li .after{display: none; position: absolute; right: 0; top:0; width: 21px; height: 32px; background: url(../images/BG3.png) no-repeat; content: "";}*/
ul.nyNav li a{display: block; font-size: 14px; text-align: center; line-height: 32px; color: #555555;}
/*ul.nyNav>li:hover .before, ul.nyNav>li:hover .after{display: block;}*/
ul.nyNav>li:hover{background: #0054a7;}
ul.nyNav>li:hover>a{color:#fff;}
/*ul.nyNav>li.on .before, ul.nyNav>li.on .after{display: block;}*/
ul.nyNav>li.on{ background: #0054a7;}
ul.nyNav>li.on>a{color:#fff;}
ul.nyNav>li.on ul{display: block;}
ul.nyNav li ul{position: absolute;left:0;top:32px; min-width:1140px;display: none;}
ul.nyNav li ul li{display: inline-block;padding:0 6px;}
ul.nyNav li ul li a:hover,ul.nyNav li ul li a.on{color:#0054a7;text-decoration:underline;}
.nyCon form table{text-align:center;font-size: 14px;border-collapse: collapse;border:1px solid #dcdcdc;box-sizing: border-box;width: 100%;}
.nyCon form table th{width: 20%;height:60px;line-height: 60px;background-color: #e8380d;color: #ffffff;font-size: 16px;font-weight: bold;}
.nyCon form table tr{height:60px;line-height: 60px;color:#111111;}
.nyCon form table tr:nth-child(2n){background-color: #dcdcdc;}


/*recruit_page*/
.recruit_page{display: table;margin:30px auto;font-size: 16px;}
.recruit_page li{float: left;width: 32px;height:32px;line-height: 32px;text-align:center;margin:0 3px;}
.recruit_page li a{color:#666666;display: block;width: 100%;height:100%;background-color: #ffffff;border:1px solid #eeeeee;border-radius:3px;}
.recruit_page li.btn{width: 60px;}
.recruit_page li:hover a,.page li.on a{background-color: #e8380d;color:#ffffff;}
.recruit_page li.btn:hover a{border-color:#e8380d;background-color: #ffffff;color:#666666;}
/*recruit_page end*/


.page{position: relative; margin-top: 10px;}
.page ul{text-align: center;}
.page ul li{display: inline-block; margin:0 6px; border:1px solid #d2d2d2; width: 39px; height:39px; text-align: center; line-height: 39px; background: #fff;}
.page ul li:first-child{width: 134px}
.page ul li:last-child{width: 134px}
.page ul li a{display: block; font-size: 14px;  color: #999999; }
.page ul li:hover{border-color:#e8380d;  background: #e8380d;}
.page ul li:hover a{color: #fff;}

.final_page{border:1px solid #dfdfdf; padding:55px 50px 60px; width:1098px;}
 .final_page .art_title{ margin-bottom:30px; padding-bottom:25px; border-bottom:3px #ececec solid; text-align:center;}
 .final_page .art_title h3{ font-size:18px; color:#555555;}
 .final_page .art_title .info{ margin-top:15px; font-size:12px; color:#777777;position: relative;}
 .final_page .art_title .info span{ display:inline-block; margin:0 6px;}
  .final_page .art_title .info a{position: absolute;right: 0;}
 .final_page p{  text-align: justify; text-align: distribute-all-lines; line-height: 23px; font-size: 14px; color: #777;}
 /*.final_page span{width: 100%!important;}*/
 .final_page table{width: auto!important;}
 .final_page img{ display:inline-block; margin:auto auto 15px auto; max-width:100%;height:auto;float: none;}

/*客服中心*/
.service{padding:44px 20px 74px 20px;width: 1140px;}
.service form ul{font-size: 0;}
.service form ul .star{background-image: url(../images/star.png);background-repeat: no-repeat;background-position: 9px 11px;}
.service form li{margin:0 15px 10px 0;padding-left: 24px; display: inline-block;width: 562px;height: 35px;font-size: 14px;color:#404040;line-height: 33px; box-sizing: border-box;border:1px solid #b5b5b5;vertical-align: top;}
.service form ul li:nth-child(2n){margin-right:0;}
.service form ul li:nth-child(7){height: 195px;width: 100%;margin-right: 0;padding-left: 0;}
.service form ul li:nth-child(7) p{padding-left: 24px;font-size: 14px;color:#404040;}
.service form ul li:nth-child(7) p:nth-child(1){margin:0 0 10px 0;padding-left: 24px; display: inline-block;width: 540px;height: 35px;line-height: 33px; box-sizing: border-box;vertical-align: top;}
.service form ul li:nth-child(7) p:nth-child(2){padding-left: 24px;line-height: 33px;}
.service form ul li:nth-child(7) p:nth-child(2) textarea{border:none;padding-left: 10px;width: 990px;height: 140px;vertical-align: top;font-size: 14px;line-height: 33px;}
.service form ul li:nth-child(8) input{width: 270px;margin-right:126px;}
.service form ul li:nth-child(8) img{display: inline-block;line-height: 33px;width: 80px;height: 26px;margin:0;cursor: pointer;}
.service form ul li input{height:100%;width: 440px;border:none;vertical-align: top;padding-left: 10px;font-size: 14px;color:#c0c0c0;}
.service form .btn{width: 82px;height: 28px;margin:26px 18px 0 0; text-align: center;line-height: 28px;border-radius: 6px;font-size: 14px;border:none;cursor: pointer;opacity: 0.8}
.service form .btn1,.service form .btn2{color: #404040;background-color: #b5b5b5;}
.service form .btn1:hover,.service form .btn2:hover{color: #fff;background-color: #0054a7;}
.service form .btn:hover{opacity: 1;}
*//*自定义单选框input[type="radio"]样式*/
.service form label{cursor: pointer;}
.service form input[type="radio"]{display: none;}
.service form input[type="radio"]+em{position: relative;display: inline-block;width: 12px;height: 12px;background-color: #fff;border: 1px solid #b8b8b8;border-radius: 50%;vertical-align: top;cursor: pointer;vertical-align: middle;margin:0 10px 0 20px;}
.service form input[type="radio"]+em:before{content: '';position: absolute;left: 50%;top: 50%;width: 5px;height: 5px;border-radius: 50%;transform: translate(-50%,-50%);}
.service form input[type="radio"]:checked+em{border-color: #0054a7;}
.service form input[type="radio"]:checked+em:before{background-color: #0054a7;}
/*客服中心 end*/


.footer{position: relative; border-top: 10px solid #f3f3f3; padding-top: 34px;overflow: hidden;}
.foot1{padding-bottom: 40px; border-bottom: 1px solid #d8d8d8;}
.flogo{float: left; margin:55px 0 0 20px;}
.fabout{float: left; margin-left: 172px; width: 180px;}
.fcontact{float: left; margin-left: 102px; width: 470px;}
.footer dl{position: relative;}
.footer dl dt{padding-bottom: 30px; font-size: 14px; font-weight: bold; color: #555;}
.footer dl dd{position: relative;}
.footer dl dd a{display: block; float: left; margin-right: 5px; width: 32px; height: 32px; background: url(../images/icon.png) no-repeat;}
.footer dl dd a.icon1{background-position: 0 -80px;}
.footer dl dd a.icon2{background-position: -37px -80px;}
.footer dl dd a.icon3{background-position: -74px -80px;}
.footer dl dd p{float: left; padding-bottom: 10px; width: 230px; color: #777777;}
.foot2{height: 48px; line-height: 48px;}
.foot2 p{color: #777777;}

@media screen and (max-width: 1200px){
.header .nav li{width: 84px;}
.header .nav li a{font-size: 12px;}
.W1200{width:96%;}
.fullSlide{height:440px;}
.fullSlide .bd ul li a{height:440px;}
ul.ul1 li{height:230px;}
.final_page{padding:55px 4% 60px;width: 92%;}
ul.nyNav li{margin-bottom:10px;}
.part3 .fl{margin-top:0;margin-bottom:10px;}
.part3 .slidebox1{margin-left:0;width: 100%;}
.part3 .slidebox1 .bd{width: 100%;}
.part3 .tempWrap{width: 100%;}
.part3 .slidebox1 .bd .pic{float: none;margin:0 auto;}
.part3 .slidebox1 .bd .txt3{float: none;margin:0 auto;}
}

@media screen and (max-width:1024px){
.header .nav li{margin-left: 18px}
.fullSlide{height:330px;}
.fullSlide .bd ul li a{height:330px;}
.picMarquee_left{width: 96%;}
}

@media screen and (max-width:900px){
.header .nav{display:none;}
.mobile_btn{display:block;}
.mobile_nav{width: 100%;}
.fullSlide{height:280px;}
.fullSlide .bd ul li a{height:280px;}
.part2{height:390px;}
.mainCon1{padding-top: 0;width: 100%;}
.mainCon1 .span1{width:100%;box-sizing: border-box;}
.mainCon1 .box1{width: 80%;height:248px;left: 10%;}
.mainCon1 .box1 .span2{margin-left: -105px;top: -54px;width: 210px;height:145px;}
.mainCon1 .box1 .txt2{width: auto;}
.mainCon1 .hd{bottom:30px;}
ul.ul1 li{height:210px;}
iframe{width: 100%!important;}
.nyCon form{overflow-x: auto;}
.nyCon form table{width: 900px;}
.go_back{display: none;}
}

@media screen and (max-width:700px){
.fullSlide{height:260px;margin-top:80px;}
.fullSlide .bd ul li a{height:260px;}
ul.ul1 li{width: 48%;margin-bottom:10px!important;}
ul.ul2 li{width: 48%;margin-bottom:10px!important;}
.nyBanner{height:200px; margin-top:80px;}
}

@media screen and (max-width:500px){
.header{height:80px;}
.header .logo{padding-top: 6px;}
.header .logo img{width: 139px;}
.mobile_btn{top: 8px;}
.mobile_nav{top: 60px;}
.fullSlide{height:160px;}
.fullSlide .bd ul li a{height:160px;}
ul.ul1 li{width: 48%;height:180px;margin-bottom: 10px!important;}
/*.part3 .slidebox1 .bd{width: 100%;}
.part3 .slidebox1{width: 100%;margin-left:0;}*/
.part3 .slidebox1 .bd .pic{width: 100%;}
.part3 .slidebox1 .bd .txt3{width: 100%;}
.part3 .slidebox1 .bd .txt3{margin-left:0;}
ul.ul2 li{width: 48%;height:180px;padding:19px 12px;margin-bottom:10px!important;}
ul.ul2 li p{padding:10px 0 4px;}
.footer{padding-top: 16px;}
.foot2{line-height: 28px;text-align:center;}
.flogo{float: none;margin-top:10px;}
.flogo img{display: block;margin:0 auto;}
.fabout{float: none;text-align:center;margin-left: 0;width: 100%;}
.fabout dl dd a{display: inline-block;float: none;}
.footer dl dt{padding:10px 0;}
.fcontact{margin-left:0;width: 100%;text-align:center;}
.footer dl dd p{float: none;}
.foot1{padding-bottom: 10px;}
ul.nyNav li{margin-right:0;}
#dituContent{height:300px!important;}
.picMarquee_left .bd ul li{width: 48%;margin:0 1%;}
.picMarquee_left .bd ul li .pic{width: 100%;}
 .final_page .art_title .info a{right: -13px;}
}
