﻿@charset "UTF-8";
body{overflow-x: hidden;overflow-y: auto;}
body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd{margin: 0px;}
input,button,ul,ol{margin: 0px; padding: 0px;}
body,input,button,form{font-size: 14px;line-height: 28px;font-family: "microsoft yahei","宋体", "Arial";color: #333;}
h1,h2,h3,h4,h5,h6{font-size: 14px; font-weight: normal;}
ul,ol,li{list-style: none;}
input{background: none; border: 0 none;}
img,iframe{border: 0px;}
em,i{font-style: normal;}
button,input,select,textarea{font-size: 100%;}
table{border-collapse: collapse; border-spacing: 0;}
.red{color: #ba292e;}
.fl{float: left;}
.fr{float: right;}
.tac{text-align: center;}
.tar{text-align: right;}
.poa{position: absolute;}
.por{position: relative;}
.hidden{display: none;}
.w1200{width: 1200px; margin: 0 auto;}
a{color: #434343;text-decoration: none;}
a:hover{color: #1048a0; text-decoration: none;}
a:visited{text-decoration: none;}
.ease,
.ease *{-webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;}
.noease,
.noease *{-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;}
:-moz-placeholder{color: #aaa;}
::-moz-placeholder{color: #aaa;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color: #aaa;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #aaa;}
/*清除浮动*/
.clear{clear:both;}
.clearfix{*zoom: 1;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
/*网站顶部*/
.top_main{position: relative;width: 100%;height: 39px;line-height: 39px;color: #666;font-size: 14px;background-color: #fafafa;border-bottom: 1px solid #f2f2f2;z-index: 10;}
.top_main .top_l{background: url(../images/home.png) no-repeat left center;padding-left: 17px;} 
.top_main .top_r li{background: url(../images/tel.png) no-repeat left center;padding-left: 20px;}
.top_main .top_r li b{font-size: 18px;color: #1048a0;}
/*网站头部*/
.header_main{position: relative;width: 100%;height: 100px;background: #fff;z-index: 9;box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);border-bottom: 3px solid #1048a0;transition: all 1s;}
.header_main .w1200{position: relative;}
.header_main .logo{display: block;margin-top: 10px;}
.header_main.bg{position: fixed;top: 0;background: rgba(255,255,255,0.9);}
/*网站导航*/
#nav{position: relative;display: block;}
#nav .navlist{display: block;}
#nav li{float: left;width: 100px;position: relative;border-left: 1px solid #ccc;}
#nav li a{height: 100px;display: block;text-align: center;position: relative;color: #808080;font-size: 16px;line-height: 20px;padding-top: 33px;padding-bottom: 24px;box-sizing: border-box;}
#nav li a span{display:block;font-size: 12px;}
#nav li.hover a,#nav li:hover a{background: #F0F0F0;}
#nav ul .subnav{position: absolute;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
#nav ul li:hover .subnav{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
#nav ul .subnav{box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);height: auto;overflow: hidden;position: absolute;top: 100%;left: 50%;margin-left: -65px;width: 130px;z-index: 199;padding-top: 5px;}
#nav ul .subnav:before{content: "";width:0;height:0;position:absolute;top: 0;left:50%;margin-left: -5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom: 5px solid #1048a0;}
#nav ul .subnav a{color: #fff;display: block;font-size: 12px;font-weight: 500;height: 35px;line-height: 35px;padding: 0;max-width: 100%;border: 0;padding: 0 5px;background: #1048a0;}
#nav ul .subnav a:hover{color: #1048a0;background: #fff;}
/*网站大图*/
#banner_main{overflow:hidden;position: relative;z-index: 2;max-width:1920px;margin:0 auto;}
#banner_main .banner{height: 550px;}
#banner{width:100%;min-width:1000px;position:relative;overflow:hidden;z-index:0;}
#banner, .banner ul{max-height: 550px;overflow:hidden;}
.banner li{width:100%;position:absolute;z-index:1;overflow:hidden;display: none;}
.banner li:first-child{display:block;}
.banner li img{width:1920px;display:block;position:relative;left:50%;margin-left:-960px;top:0;}
#banner .tip{width:1000px;height: 10px;line-height:0;font-size:0;text-align:center;position:absolute;left:50%;margin-left:-500px;bottom: 20px;z-index:3;}
#banner .tip span{width: 10px;height: 10px;margin: 0 5px;display:inline-block;cursor: pointer;background: #fff;border-radius: 50%;transition: all .5s;}
#banner .tip span.cur{background: #1048a0;}
#banner #btn_prev,#banner #btn_next{width: 50px;height: 70px;position:absolute;top: 50%;margin-top: -35px;background: url(../images/btn-banner.png) no-repeat;z-index:5;opacity: .8;}
#banner #btn_prev{left: 4%;}
#banner #btn_next{right: 4%;background-position: right;}
#banner #btn_prev:hover,#banner #btn_next:hover{opacity:1;}
/*搜索栏*/
.search_main{height: 60px;width:100%;overflow:hidden;background: #f0f0f0;border-bottom: 1px solid #CCC;border-top: 1px solid #CCC;}
.search_main .skey{float:left;line-height: 60px;}
.search_main .skey p{font-size: 14px;font-weight: bold;color: #666;line-height: 60px;}
.search_main .skey p a{display:inline-block;font-weight: normal;color: #666;border-right: 1px solid #e8e8e8;line-height: 15px;padding:0 12px;}
.search_main .skey p a:last-of-type{border-right:none;}
.search_main .skey p a:hover{color:#1048a0;}
.search_main .search_form{float:right;width: 285px;height: 30px;overflow: hidden;border: 1px solid #e8e8e8;background-color:#fff;position:relative;margin-top: 14px;border-radius: 3px;position:relative;}
.search_main .search_form input{background-color: none;border: none;outline: none;}
.search_main .search_form .stxt{width:245px;height: 30px;line-height: 28px;display: block;text-indent: 10px;color:#999;}
.search_main .search_form .sbtn{width: 40px;height: 30px;display: block;cursor: pointer;position:absolute;top: 0;right: 0;font-size: 0;background: #1048a0 url(../images/search.png) center no-repeat;border-radius: 3px;}
/*友情链接*/
.link{padding: 20px 0;background: #f7f7f7;}
.linklogo{width: 165px;height:26px;position:relative;z-index:10;margin-left:10px;color: #666;font-size: 16px;line-height: 26px;background: #f7f7f7;}
.linklogo b{display: inline-block;float: left;color: #1048a0;font-size: 24px;font-weight: bold;margin: 0 10px;}
.linkcon{width:1198px;line-height:53px;border:#cccccc solid 1px;position:relative;top:-11px;}
.linkcon a{padding-left:20px;color: #666;}
/*网站底部*/
.footer_main{width:100%;background-color: #191919;color:#fff;}
.footer_main .footer{padding-bottom: 40px;}
.footer_main .footer .links{padding: 20px 0;margin-bottom: 40px;font-size: 16px;border-bottom: 1px solid rgba(255,255,255,.2);}
.footer_main .footer .links span{color: #fff;display:inline-block;}
.footer_main .footer .links a{display:inline-block;font-size: 14px;color: #fff;padding-right: 10px;opacity: .7;}
.footer_main .qcode{width: 540px;}
.footer_main .qcode .ewm{width:130px;display:block;text-align: center;}
.footer_main .qcode .ewm img{width: 100%;display:block;}
.footer_main .qcode .ewm h3{width: 100%;display:block;opacity: .7;}
.footer_main .btel{width: 300px;line-height:28px;}
.footer_main .btel img{display: block;margin: 0 auto 8px;max-width: 100%;max-height:60%;}
.footer_main .btel .p1{color: #fff;}
.footer_main .btel .p2{font-family: "GrayDesign Regular", "arial, helvetica, sans-serif";font-size:34px;color: #fff;line-height: 34px;padding-bottom: 5px;}
.footer_main .btel .p3{color: #fff;line-height: 22px;opacity: .7;}
.footer_main .botnavlist{}
.footer_main .botnavlist li{float: left;width: 150px;/* padding: 0 0 0 48px; */display: block;list-style: none;font-size: 16px;line-height: 32px;text-align: center;border-right: 1px solid rgba(255,255,255,.2);overflow: hidden;}
.footer_main .botnavlist li:first-child{padding-left: 0px;}
.footer_main .botnavlist li a{color: #fff;display: block;line-height: 32px;font-size: 14px;}
.footer_main .botnavlist li .drop{padding-top: 10px;}
.footer_main .botnavlist li .drop a{display: block;line-height: 26px;color: #fff;width: 100%;font-size: 12px;opacity: .7;}
/*版权文字*/
.copymain{border-top: 1px solid rgba(255,255,255,.2);line-height: 60px;color: #fff;font-size: 12px;background: #101010;}
.copymain p a{color: #fff;}
/*******index css*******/
/*首页标题*/
.index .in_title{text-align: center;padding-bottom: 20px;}
.index .in_title h3{color: #333;font-size: 24px;font-weight: bold;line-height: 30px;position: relative;height: 50px;}
.index .in_title h3:before{display: inline-block;content: "";width: 500px;height: 1px;position: absolute;background-color: #ccc;left: 50%;margin-left: -250px;bottom: 0;z-index: 1;}
.index .in_title h3:after{display: inline-block;content: "";width: 150px;height: 2px;background-color: #1048a0;position: absolute;z-index: 2;left: 50%;margin-left: -75px;bottom: 0;}
.index .in_title p{color: #999;font-size: 14px;line-height: 18px;margin-top: 15px;}
/*产品中心*/
.index .pro_box{padding-top: 45px;padding-bottom: 25px;}
.index .pro_box .pro_l{width: 260px;float: left;}
.index .pro_box .pro_l .pro_l_left{border: 1px solid #1048a0;background: #fff;border-top: 0px;overflow: hidden;}
.index .pro_box .pro_l .pro_tit{height: 120px;box-sizing: border-box;text-align: center;background: #1048a0;padding: 24px 0;color: #fff;line-height: 36px;}
.index .pro_box .pro_l .pro_tit h3{font-size: 20px;color: #fff;font-weight: bold;}
.index .pro_box .pro_l .pro_tit span{font-size: 18px;display: block;text-align: center;}
.index .pro_box .pro_l ul{padding: 6px 6px;overflow: hidden;}
.index .pro_box .pro_l ul li{color: #333;font-size: 14px;line-height: 44px;border-bottom: 1px dashed #ccc;}
.index .pro_box .pro_l ul li a{position: relative;display: block;color: #333;padding-left: 20px;}
.index .pro_box .pro_l ul li:last-child{border: 0;}
.index .pro_box .pro_l ul li a:after{content: ">";position: absolute;right: 0;top: 50%;margin-top: -10px;width: 20px;height: 20px;font-family: 宋体;color: #fff;font-size: 12px;line-height: 20px;text-align: center;background: #a4a4a4;border-radius: 50%;transition: all .5s;}
.index .pro_box .pro_l ul li:hover a{color: #1048a0;}
.index .pro_box .pro_l ul li a:hover:after{background: #1048a0;}
.index .pro_box .pro_l .pro_lxwm{height: 75px;padding-top: 45px;padding-left: 20px;color: #fff;font-size: 14px;background: #1048a0 url(../images/lxwm.png) no-repeat 20px 15px;}
.index .pro_box .pro_l .pro_lxwm b{font-size: 20px;}
.index .pro_box .pro_list{float: right;width: 920px;}
.index .pro_box .pro_list li{float: left;margin-right: 20px;margin-bottom: 20px;padding: 4px;background: #fff;border: 1px solid #e5e5e5;transition: .5s;}
.index .pro_box .pro_list li:nth-child(3n){margin-right: 0;}
.index .pro_box .pro_list li .img{width: 283px;height: 212px;overflow: hidden;}
.index .pro_box .pro_list li .img img{width: 100%;height: 100%;transition: all .5s;}
.index .pro_box .pro_list li h3{font-size: 16px;line-height: 40px;color: #666;text-align: center;}
.index .pro_box .pro_list li:hover{background: #1048a0;border-color: #1048a0;}
.index .pro_box .pro_list li:hover .img img{transform: scale(1.2);}
.index .pro_box .pro_list li:hover h3{color: #fff;}
/*关于我们*/
.index .about{background: url(../images/about_bg.jpg) no-repeat center center;background-attachment: fixed;padding: 45px 0;}
.index .about .box{background-color: rgba(0,0,0,0.6);padding: 40px;height: 530px;}
.index .about .box .title{text-align: center;padding-bottom: 60px;}
.index .about .box .title h3{color: #fff;font-size:24px;line-height: 30px;font-weight: bold;}
.index .about .box .title p{color: #fff;font-size:14px;line-height: 18px;margin-top:15px;}
.index .about .box .txt{position: relative;width: 700px;height: 400px;padding-left: 500px;}
.index .about .box .txt .img{position: absolute;top: 0;left: 0;width: 443px;height: 394px;background: url(../images/bg.png) no-repeat left top;}
.index .about .box .txt .img img{position: absolute;top: 55px;left: 70px;width: 300px;height: 340px;display: block;}
.index .about .box .txt p{color: #fff;font-size: 14px;line-height: 30px;text-align: justify;}
/*品牌优势*/
.index .youshi{margin:35px auto 15px auto;}
.index .youshi .tit{color:#fff;font-size:24px;line-height: 34px;font-weight:bold;font-style:italic;padding: 9px 0;text-align: center;background: url(../images/bg_9.gif) no-repeat center;}
.index .youshi .youshi_1{position: relative;height: 360px;padding-top: 40px;}
.index .youshi .youshi_1 dl{float: left;width: 580px;height: auto;margin-bottom: 60px;margin-right: 50%;}
.index .youshi .youshi_2{position: relative;height: 380px;}
.index .youshi .youshi_2 dl{float: right;width: 580px;height:auto;margin-bottom: 60px;margin-left: 50%;text-align:left;}
.index .youshi dl dt i{position: absolute;top: 0;left: 0;display: block;width: 46px;height: 46px;color: #fff;font-size: 40px;line-height: 46px;font-weight: bold;text-align: center;background: #1048a0;border-radius: 50%;}
.index .youshi dl dt span{display: block;height: 55px;color: #1048a0;font-weight:bold;font-size:26px;line-height: 43px;margin-left: 60px;border-bottom: 1px dashed #ddd;}
.index .youshi dl dt{position: relative;height:55px;}
.index .youshi dl dd{width:526px;height:auto;color: #666;font-size: 14px;line-height:26px;text-align: justify;padding: 10px 0 0 57px;}
.index .youshi .img{position: absolute;right: 0;}
.index .youshi .youshi_2 .img{left: 0;right: auto;}
/*工程案例*/
.index .case{background-color: #f6f6f6;padding: 45px 0 25px;height: 400px;}
.index .case .w1200{position: relative;}
.index .case .bd{padding-top: 30px;overflow: hidden;}
.index .case .pro_list{}
.index .case .pro_list li{float: left;margin-bottom: 20px;margin-right: 20px;}
.index .case .pro_list li a{display: block;}
.index .case .pro_list li a .img{width: 283px;height: 212px;border: 1px solid #f0f0f0;overflow: hidden;}
.index .case .pro_list li a .img img{width: 100%;height: 100%;transition: all .5s;}
.index .case .pro_list li a h3{color: #666;font-size: 16px;line-height: 40px;text-align: center;}
.index .case .pro_list li:hover img{transform: scale(1.2);}
.index .case .hd{position:absolute;width:100%;}
.index .case .hd span{width: 20px;height: 145px;cursor: pointer;position: absolute;top: -240px;background: url(../images/btn-scroll.png) no-repeat;}
.index .case .hd .prev{background-position: left center;left: -35px;}
.index .case .hd .next{background-position: right center;right: -35px;}
/*新闻中心*/
.index .inews{position: relative;margin-top: 40px;margin-bottom: 30px;}
.index .inews:before{position: absolute;top: 0;left: 50%;content: " ";width: 1px;height: 100%;background: #e7e7e7;}
.index .inews .title{position: relative;width: 100%;height: 30px;line-height: 30px;margin-bottom: 28px;}
.index .inews .title:before{position: absolute;top: 50%;left: 0;content: " ";width: 100%;height: 1px;background: #e7e7e7;}
.index .inews .title h3{position: relative;display: inline-block;color: #333;font-size: 22px;padding-right: 20px;background: #fff;}
.index .inews .title h3 span{display: inline-block;margin-left: 10px;color: #1048a0;}
.index .inews .title a{position: relative;color:#999;font-size: 16px;padding: 0 10px;margin-right: 20px;background: #fff;}
.index .inews .title a:hover{color:#1048a0;}
.index .inews .newslist{line-height: 55px;}
.index .inews .newslist li{height: 55px;line-height: 55px;overflow: hidden;border-bottom: 1px dashed #bebcbd;}
.index .inews .newslist li a{display: block;color: #333;padding-left: 20px;background: url(../images/news.png) no-repeat left center;}
.index .inews .newslist li .time{color: #999;float: right;font-weight: normal;}
.index .inews1{width: 540px;float: left;}
.index .inews .item{width: 100%;height: 110px;display: block;padding-bottom: 15px;border-bottom: 1px dashed #bebcbd;}
.index .inews .item img{width: 147px;height: 110px;float: left;display: block;margin-right: 20px;}
.index .inews .item h3{color: #333;font-size: 16px;line-height: 25px;font-weight: bold;line-height: 24px;overflow: hidden;margin-bottom: 10px;transition: all .5s;}
.index .inews .item .txt{color: #999;font-size: 14px;line-height: 24px;text-align: justify;overflow: hidden;}
.index .inews .item:hover h3,.index .inews .newslist li a:hover{color: #1048a0;}
.inews2{width: 540px;float: right;}
/*******内页样式********/
.nybanner{width: 100%;position: relative;height: 300px;overflow: hidden;background-position: center;background-repeat: no-repeat;background-image: url(../images/nybanner.jpg);}
.submian{padding: 20px 0;}
.submian .sobtitle{height: 35px;line-height: 35px;padding: 5px 0;font-size: 14px;color: #666;border-bottom: 1px solid #F1F1F1;margin-bottom: 20px;}
.submian .sobtitle s{display: inline-block;width: 18px;height: 22px;margin-right: 10px;background: url(../images/locationIco.png) no-repeat;vertical-align: middle;}
.submian .sobtitle a{font-size: 14px;color: #666;}
.submian .sobtitle a:hover{color: #1048a0;}
/*内页左侧*/
.submian .subleft{width: 250px;}
.submian .subleft .title{height: 120px;box-sizing: border-box;text-align: center;background: #1048a0;padding: 24px 0;color: #fff;line-height: 36px;}
.submian .subleft .title h2{}
.submian .subleft .title h2 p{font-size: 20px;color: #fff;font-weight: bold;}
.submian .subleft .title h2 span{font-size: 18px;display: block;text-align: center;}
/*栏目分页*/
.submian .subleft .lefta{margin-bottom: 10px;}
.submian .subleft .lefta .comt{border: 1px solid #1048a0;background: #fff;border-top: 0px;overflow: hidden;}
.submian .subleft .lefta .comt ul{padding: 6px 6px;overflow: hidden;}
.submian .subleft .lefta .comt ul li a{position: relative;display: block;color: #333;font-size: 14px;line-height: 44px;border-bottom: 1px dashed #ccc;padding-left: 20px;}
.submian .subleft .lefta .comt ul li:last-child a{border: 0;}
.submian .subleft .lefta .comt ul li a:after{content: ">";position:absolute;right: 0;top:50%;margin-top: -10px;width: 20px;height: 20px;font-family: 宋体;color: #fff;font-size: 12px;line-height: 20px;text-align: center;background: #a4a4a4;border-radius: 50%;transition: all .5s;}
.submian .subleft .lefta .comt ul li:hover a, .submian .subleft .lefta .comt ul li.hover a{color: #1048a0;}
.submian .subleft .lefta .comt ul li:hover a:after, .submian .subleft .lefta .comt ul li.hover a:after{background: #1048a0;}
.submian .subleft .lefta .comt ul li .boxlist{display: none;padding: 0;border-bottom: 1px dashed #ccc;}
.submian .subleft .lefta .comt ul li .boxlist li a{color: #838383;font-size: 12px;line-height: 35px;border-bottom: 0;padding-left: 20px;}
.submian .subleft .lefta .comt ul li .boxlist li a:after{content: " ";left: 10px;margin-top: -2px;width: 4px;height: 4px;background: #1048a0;}
.submian .subleft .lefta .comt ul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover{color: #1048a0;}
.submian .subleft .lefta .comt ul li.hover .boxlist{display: block;}
/*推荐产品*/
.submian .leftnews{margin-bottom: 10px;}
.submian .leftnews ul{padding-top: 10px;border: 1px solid #1048a0;border-top: 0;}
.submian .leftnews ul li{float: left;text-align:center;width: 110px;margin-left: 9px;}
.submian .leftnews ul li img{width: 108px;height: 81px;border: 1px solid #ddd;}
.submian .leftnews ul li p{color: #666;font-size: 12px;line-height: 30px;transition: all .5s;}
.submian .leftnews ul li:hover p{color:#1048a0;}
/*联系我们*/
.submian .subleft .leftcont{height: 75px;padding-top: 45px;padding-left: 20px;color: #fff;font-size: 14px;background: #1048a0 url(../images/lxwm.png) no-repeat 20px 15px;}
.submian .subleft .leftcont b{font-size: 20px;}
/*内页右侧*/
.submian .subright{width: 930px;}
/*默认单页*/
.submian .Aboutpage{color: #666;font-size: 14px;line-height: 28px;text-align: justify;}
.submian .Aboutpage img{max-width: 100%;}
.submian .t{padding: 0 0 25px;color: #1048a0;font-size: 18px;}
.submian .t2{padding: 25px 0;color: #1048a0;font-size: 24px;}
/*文章列表*/
.submian .Newslist{}
.submian .Newslist .list{padding-bottom: 20px;}
.submian .Newslist .item{border-bottom: 1px dashed #eaeaea;display: block;padding: 20px 0;transition: all .5s;}
.submian .Newslist .item a{display: block;}
.submian .Newslist .item .time{width: 120px;height: 100px;font-family: arial;font-size: 18px;color: #666;text-align: center;background: #f2f2f2;}
.submian .Newslist .item .time .day{font-size: 40px;line-height: 60px;display: block;}
.submian .Newslist .item .txt{width: 780px;cursor: pointer;}
.submian .Newslist .item .txt h3{font-size: 16px;line-height: 30px;transition: all .5s;}
.submian .Newslist .item .txt .mark{color: #999;font-size: 12px;line-height: 20px;padding:0;}
.submian .Newslist .item .txt .mark span{display: inline-block;padding-right: 18px;}
.submian .Newslist .item .txt p{color: #666;line-height: 25px;text-align: justify;}
.submian .Newslist .item .txt p span{display: inline-block;color:#1048a0;padding-left: 10px;}
.submian .Newslist .item a:hover .txt h3{color:#1048a0;}
/*图片列表*/
.Piclist ul.list{float: left;width: 100%;padding-left: 0px;}
.Piclist ul.list li.item{float: left;width: 287px;margin-bottom: 30px;margin-right: 31px;border: 1px solid #F6F6F6;}
.Piclist ul.list li.item a{display: block;width:100%;overflow: hidden;position: relative;background: #F6F6F6;}
.Piclist ul.list li.item span{width: 100%;height: 45px;color: #555;text-align: center;display: block;line-height: 45px;transition: all .5s;}
.Piclist ul.list li.item img{display: block;width: 287px;height: 215px;}
.Piclist ul.list li.item a:hover{background: #1048a0;}
.Piclist ul.list li.item a:hover span{color: #fff;}
.Piclist ul.list li.item .item_mask{width: 287px;height: 215px;background: rgba(0,0,0,0);position: absolute;left: 0;top: 0;opacity: 0;filter:Alpha(opacity=0);*zoom:1;-webkit-transform: rotateX(180deg) scale(0.5, 0.5);transform: rotateX(180deg) scale(0.2, 0.2);transition: all ease-out .5s;}
.Piclist ul.list li.item .item_link_icon{display: block;width:45px;height:45px;text-align: center;line-height: 38px;position: absolute;left: 50%;top: 50%;margin-left: -22px;opacity:0;filter:Alpha(opacity=0);*zoom:1;background: url(../images/See.png) center no-repeat;}
.Piclist ul.list li.item:hover .item_mask{opacity: 1;filter:Alpha(opacity=100);-webkit-transform: rotateX(0deg) scale(1, 1);transform: rotateX(0deg) scale(1, 1);transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;background: rgba(0, 0, 0, .1);}
.Piclist ul.list li.item:hover .item_link_icon{transform: translateY(-21px);opacity: 1;filter:Alpha(opacity=100);}
/*留言表单*/
.formData{padding-bottom: 20px;}
.formData .item{float: left;color: #999;font-weight: normal;width: 420px;height: 56px;line-height: 56px;border: 1px solid #e4e4e4;margin-right: 76px;margin-bottom: 45px;position: relative;}
.formData .item label{padding-left: 15px;position: absolute;left: 0;top: 0;z-index: 11;text-align: center;display: block;margin: 0;height: 56px;line-height: 56px;font-size: 18px;color: #666;}
.formData .item input{outline: none;line-height: 38px;height: 38px;font-size: 18px;}
.formData .item .txt{width: 350px;height: 56px;line-height: 56px;display: block;background: none;padding-left: 70px;border: 0 none;color: #666;}
.formData .item .red{position: absolute;right: 15px;top: 0;color: #ff0000;z-index: 11;}
.formData .item.mr0{margin-right: 0;}
.formData .msg-box{position: absolute;left: 0;top: 0px;}
.formData .liuyan{width: 918px;height: 260px;border: 1px solid #e4e4e4;float: left;}
.formData .liuyan label{text-align: right;display: block;}
.formData .liuyan textarea{width: 908px;height: 234px;line-height: 35px;padding: 12px 10px;text-indent: 100px;font-size: 18px;font-family: "microsoft yahei";color: #333;border: 0 none;overflow: hidden;background: none;resize: none;display: block;outline: none;}
.formData .bot{width: 100%;}
.formData .sub{width: 232px;line-height: 52px;border: 2px solid #1048a0;margin-right: 2px;text-align: center;background: #1048a0;color: #FFF;cursor: pointer;font-size: 18px;display: block;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;}
.formData .sub:hover{background: none;color: #1048a0;}
.formData .yzm .txt{padding-left: 80px;}
.formData .yzm img{position: absolute;right: 0;top: 0;height: 56px;border: 0px;display: block;}
/*内容详情页*/
.submian .subright .conBox .ArticleTitle h1{font-size: 24px;text-align: center;padding: 20px 0px;font-weight: bold;}
.submian .subright .conBox .ArticleMessage{line-height: 30px;height: 30px;margin-bottom: 10px;text-align: center;border-bottom: 1px dashed #ccc;}
.submian .subright .conBox .ArticleMessage span:first-child{margin-left:0;}
.submian .subright .conBox .ArticleMessage span{color: #999;margin-left: 14px;font-size: 12px;}
.submian .subright .conBox .ArticleMessage .jiathis_style{float: left; margin-top: 5px;}
.submian .subright .conBox .ArticleTencont{padding: 5px 0px 20px 0px;color: #666;font-size:14px;line-height: 28px;text-align: justify;overflow: hidden;}
.submian .subright .conBox .ArticleTencont img{max-width: 100%;}
.submian .subright .conBox #pic{text-align: center;}
.submian .subright .conBox #pic img{display: inline-block;max-width: 800px;padding: 1px;box-shadow: 0 0 20px 0 rgba(0,0,0,.3);}
/*内容分页*/
.reLink{height: 38px;border: 1px solid #ddd;margin: 10px auto 10px;padding: 0px 10px;}
.reLink .prevLink, .reLink .nextLink{height: 38px;line-height: 38px;color: #666;}
.reLink .prevLink a, .reLink .nextLink a{height: 38px;line-height: 38px;color: #666;}
.reLink .prevLink a:hover, .reLink .nextLink a:hover{color: #1048a0;}
.reLink .prevLink{float: left;}
.reLink .nextLink{float: right;}
/*浮动客服*/
.toolbar{position: fixed;top: 50%;right: 1%;margin-top: -163px;z-index: 100;width: 80px;}
.toolbar dd{position: relative;float: left;width: 80px;height: 80px;background: #1048a0;margin-top: 2px;border-radius: 5px;color: #fff;font-size: 14px;line-height: 21px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: #1048a0;opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p{font-size: 14px;margin: 15px auto 7px;}
.toolbar dd.tel .box h3{font-size: 18px;font-weight: bold;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #1048a0;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: #1048a0;opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 140px;height: 140px;padding: 11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #1048a0;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #333;}
.toolbar dd.tel:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}
/*↓组图样式↓*/
.HS10, .HS15{overflow:hidden;clear:both;}
.HS10{height:10px;}
.HS15{height:15px;}
.Hidden{display:none;}
.Clearer{display:block;clear:both;font-size:1px;line-height:1px;margin:0;padding:0;}
.FlLeft{float:left;}
.FlRight{float:right;}
/*幻灯片区域背景*/
.MainBg{width: 920px;margin:0 auto;}
/*大图展示区域*/
.OriginalPicBorder{padding: 0;}
#OriginalPic{width: 920px;overflow:hidden;position:relative;font-size:12px;}
#OriginalPic img{display:block;min-width: 100px;margin:0 auto;}
/*鼠标手势*/
.CursorL{position:absolute;z-index:999;width:50%;height: 100%;color:#FFF;left: 0;cursor:url(../images/CurL.cur), auto;}
.CursorR{position:absolute;z-index:999;width:50%;height: 100%;color:#FFF;right:0;cursor:url(../images/CurR.cur), auto;}
/*小图预览和滑动*/
.SliderPicBorder{width: 100%;overflow:hidden;}
.ThumbPicBorder {width: 920px;margin:0 auto;background: #eeeeee;overflow: hidden;position: relative;}
.ThumbPicBorder #btnPrev{width:45px;height:113px;cursor:pointer;position: absolute;left: 20px;top: 20px;}
.ThumbPicBorder #btnNext{width:45px;height:113px;cursor:pointer;position: absolute;right: 20px;top: 20px;}
.ThumbPicBorder .pic{width: 755px;overflow: hidden;position: relative;margin: 20px auto;}
#ThumbPic img{border: 3px solid #ddd;cursor:pointer;background-color: #ddd;margin: 0 5px;width: 135px;height: 108px;display:block;transition: all .5s;}
#ThumbPic img.active{border: 3px solid #1048a0;}