﻿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;font-family: "microsoft yahei";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: #444;text-decoration: none;}
a:hover{color: #144bb1; 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;}
table{max-width: 100%;border-collapse: collapse; border-spacing: 0;}
table td{border: 1px solid #333;padding:3px;}
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{color: #444;font-size: 12px;line-height: 39px;background: #f4f5f6;border-bottom: 1px solid #ddd;}
.top_main li{position: relative;display: inline-block;text-align: center;margin: 0 8px;}
.top_main .split{display: inline-block;width: 1px;height: 12px;background: #858585;vertical-align: middle;margin: 0;margin-top: -2px;}
.top_main li a{color: #333;cursor: pointer;}
.top_main li a:hover{color: #144bb1;}
/*网站头部*/
.header_main{width: 100%;height: 150px;z-index: 100;}
.header_main .logo{display: block;margin-top: 35px;}
.header_main .logo img{width: 100%;height: 100%;display: block;}
.header_main .ewm{width: 95px;height: 95px;margin: 0 25px;margin-top: 24px;}
.header_main .ewm img{width: 100%;height: 100%;display: block;}
.header_main .tel{margin-top: 47px;padding-left: 65px;background: url(../images/tel.png) no-repeat top left;}
.header_main .tel span{color: #333;font-size: 16px;font-weight: bold;line-height: 20px;}
.header_main .tel h3{color: #144bb1;font-size: 30px;font-weight: bold;line-height: 30px;padding-top: 5px;}
/*网站导航*/
.nav_main{width:100%;height: 60px;z-index: 3;background: #144bb1;}
.nav_main .nav li{float:left;width: 149px;line-height: 60px;display: block;position: relative;z-index: 10;font-size: 16px;text-align: center;transition: all .5s;}
.nav_main .nav li a{display: block;color:#fff;font-size:16px;}
.nav_main .nav li:hover, .nav_main .nav li.hover{background: #2065e6;}
.nav_main .nav dl{width: 100%;position: absolute;left: 0;top: 100%;z-index: 12;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.nav_main .nav dl{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_main .nav li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav_main .nav dl dd{line-height: 40px;height: 40px;text-align: left;position: relative;z-index: 12;display: block;width: 100%;border-top: 1px solid #2065e6;}
.nav_main .nav dl dd:first-child{border: none;}
.nav_main .nav dl dd a{color: #fff;font-size: 14px;padding: 0;background: #144bb1;text-align:center;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, #2065e6, #2065e6);background-image: linear-gradient(to right, #2065e6, #2065e6);-webkit-transition: all 0.5s;transition: all 0.5s;background-size: 0% 100%;}
.nav_main .nav dl dd a:hover {background-size: 100% 100%;color: rgba(255, 255, 255, 0.9999);}
/*网站大图*/
#banner_main{overflow:hidden;position: relative;z-index: 2;max-width:1920px;margin:0 auto;}
#banner_main .banner{height: 600px;}
#banner{width:100%;min-width:1000px;position:relative;overflow:hidden;z-index:0;}
#banner, .banner ul{max-height: 600px;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: #144bb1;}
#banner #btn_prev,#banner #btn_next{width: 70px;height: 70px;position:absolute;top: 50%;margin-top: -35px;z-index:5;border-radius: 100%;opacity: 0;}
#banner #btn_prev{left: 4%;}
#banner #btn_next{right: 4%;background-position: bottom;}
#banner:hover #btn_prev,#banner:hover #btn_next{opacity: 0.8;}
#banner #btn_prev:hover,#banner #btn_next:hover{opacity:1;}
/*搜索栏*/
.search_main{height: 60px;width:100%;overflow:hidden;background: #e9e9e9;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: #333;line-height: 60px;}
.search_main .skey p a{display:inline-block;font-weight: normal;color: #333;line-height: 15px;margin-right:10px;}
.search_main .skey p a:hover{color:#144bb1;}
.search_main .skey p a.hotkey{color:#333;margin-right:0;}
.search_main .search_form{float:right;width: 285px;height: 30px;overflow: hidden;border: 2px solid #144bb1;background-color:#fff;position:relative;margin-top: 14px;border-radius: 5px;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: #144bb1 url(../images/search.png) center no-repeat;border-radius:0 3px 3px 0;}
/*网站底部*/
.footer{padding-top:40px;padding-bottom: 30px;background-color:#313435;}
.footer .title{color: #ddd;font-size: 18px;line-height:30px;font-weight:bold;}
.footer .fnav{width:280px; float:left;}
.footer .fnav ul{padding-top: 10px;overflow:hidden;}
.footer .fnav ul li{float: left;margin-top:10px;margin-right:30px;}
.footer .fnav ul li a{display: block;color: #ccc;font-size: 14px;line-height:30px;overflow:hidden;}
.footer .fnav ul li a:hover{color:#fff;}
.footer .contact{width: 300px;float:left;margin-left:60px;}
.footer .contact .box{padding-top:15px;}
.footer .contact p{color: #ccc;line-height:30px;margin-top:5px;}
.footer .link{width:350px;float:left;margin-left: 60px;}
.footer .link .box{text-align:left;float:left;margin-top: 20px;}
.footer .link a{color: #ccc;line-height:30px;display: inline-block;padding-right: 15px;}
.footer .link a:hover{color:#fff;}
.footer .ewm{width: 120px;}
.footer .ewm .box{padding-top:25px;}
.footer .ewm img{width: 120px;height: 120px;}
.copyright{color:#ccc;line-height: 60px;text-align:center;background-color: #2b2c2d;}
.copyright a{color:#ccc;}
.copyright a:hover{color:#fff;}
/*******index css*******/
/*首页标题*/
.index .in_title{position: relative;color: #333;font-size: 24px;font-weight: bold;line-height:30px;height:30px;text-align: center;padding-bottom: 10px;margin-bottom: 30px;}
.index .in_title:after{display: inline-block;content: "";width: 100px;height: 2px;background-color: #144bb1;position: absolute;z-index: 2;left: 50%;margin-left: -50px;bottom: 0;}
.index .in_title span{color: #999;font-size: 16px;font-weight: normal;line-height:30px;height:30px;padding-left:10px;}
/*产品中心*/
.index .pro_box{padding: 40px 0;background: #f4f5f6;}
.index .pro_box .pro_l{width: 270px;float: left;}
.index .pro_box .pro_l .pro_l_left{border: 2px solid #144bb1;background: #fff;border-top: 0;padding-bottom: 10px;overflow: hidden;}
.index .pro_box .pro_l .pro_tit{height: 70px;color: #fff;line-height: 70px;background: #144bb1 url(../images/pro.png) no-repeat 230px center;}
.index .pro_box .pro_l .pro_tit h3{position: relative;font-size: 22px;font-weight: bold;margin: 0 20px;}
.index .pro_box .pro_l ul{padding: 0 18px;overflow: hidden;}
.index .pro_box .pro_l ul li{font-size: 16px;line-height: 45px;}
.index .pro_box .pro_l ul li a{position: relative;display: block;color: #144bb1;padding-left: 25px;background: url(../images/tag.png) no-repeat 5px center;border-bottom: 1px solid #ddd;}
.index .pro_box .pro_l ul li:hover a{color: #144bb1;border-color: #144bb1;}
.index .pro_box .pro_list{float: right;width: 900px;}
.index .pro_box .pro_list li{float: left;width:274px;height:210px;margin-right: 10px;margin-bottom: 10px;padding: 8px;padding-bottom: 0;background: #fff;border: 1px solid #ddd;transition: .5s;}
.index .pro_box .pro_list li:nth-child(3n){margin-right: 0;}
.index .pro_box .pro_list li .img{position: relative;width: 275px;height: 172px;overflow: hidden;}
.index .pro_box .pro_list li .img img{width: 100%;height: 100%;transition: all .5s;}
.index .pro_box .pro_list li h3{color: #333;font-size: 16px;font-weight: bold;height:34px;line-height: 34px;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow:hidden;}
.index .pro_box .pro_list li:hover{border-color: #144bb1;}
.index .pro_box .pro_list li:hover .img img{transform: scale(1.2);}
.index .pro_box .pro_list li:hover h3{color: #144bb1;}
.index .pro_box .pro_list li .img .mask{width: 100%;height: 100%;background: rgba(20,75,177,.8);position: absolute;left: 0;top: 0;opacity: 0;transition: all .5s;}
.index .pro_box .pro_list li .img .link{display: block;width: 40px;height: 40px;position: absolute;left: 50%;top: 50%;margin-left: -20px;margin-top: -20px;}
.index .pro_box .pro_list li:hover .img .mask{opacity: 1;}
/*切割产品*/
.index .pro_hot{padding: 40px 0;background: #f4f5f6;}
.index .pro_hot .w1200{position: relative;}
.index .pro_hot .bd{padding-top: 15px;overflow: hidden;}
.index .pro_hot .list{}
.index .pro_hot .list li{float: left;position: relative;padding: 25px;margin-right: 45px;background: #fff;width:320px;height:240px;overflow:hidden;}
.index .pro_hot .list li a{display: block;}
.index .pro_hot .list li a .img{width: 320px;height: 200px;overflow: hidden;}
.index .pro_hot .list li a .img img{width: 100%;height: 100%;transition: all .5s;}
.index .pro_hot .list li a h3{color: #333;font-size: 16px;line-height: 25px;margin-bottom: 10px;text-align:center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.index .pro_hot .list li:hover img{transform: scale(1.2);}
.index .pro_hot .list li:hover h3{color:#144bb1;}
.index .pro_hot .hd{position: relative;width: 200px;height: 40px;margin: auto;margin-top: 50px;}
.index .pro_hot .hd ul{position: absolute;top: 50%;left: 50%;margin-top: -5px;transform: translateX(-50%);text-align: center;}
.index .pro_hot .hd ul li{display: inline-block;width: 10px;height: 10px;margin: 0 5px;font-size: 0;text-indent: -9999rem;background: #ccc;border-radius: 100%;cursor: pointer;transition: all .5s;}
.index .pro_hot .hd ul li:hover,.index .pro_hot .hd ul li.on{background: #144bb1;}
.index .pro_hot .hd span{width: 22px;height: 40px;cursor: pointer;position: absolute;top: 0;transition: all .5s;}
.index .pro_hot .hd .prev{left: 0;}
.index .pro_hot .hd .next{right: 0;}
.index .pro_hot .hd .prev:after,.index .pro_hot .hd .prev:before,
.index .pro_hot .hd .next:after,.index .pro_hot .hd .next:before{content:"";display: block;position: absolute;top: 19px;width: 28px;height: 3px;background: #999;border-radius: 5px;transition: all .5s;}
.index .pro_hot .hd .prev:after,.index .pro_hot .hd .next:after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.index .pro_hot .hd .prev:before,.index .pro_hot .hd .next:before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.index .pro_hot .hd .prev:after{top: 28px;left: -3px;}
.index .pro_hot .hd .prev:before{top: 10px;left: -3px;}
.index .pro_hot .hd .next:after{top: 10px;right: -3px;}
.index .pro_hot .hd .next:before{top: 28px;right: -3px;}
.index .pro_hot .hd .prev:hover:after,.index .pro_hot .hd .prev:hover:before,
.index .pro_hot .hd .next:hover:after,.index .pro_hot .hd .next:hover:before{background: #144bb1;}
/*关于我们*/
.index .about{height:540px;padding: 40px 0;background: url(../images/about_bg.jpg) no-repeat center top;}
.index .about .in_title{margin-bottom: 50px;}
.index .about .in_title,.index .about .in_title span{color: #fff;}
.index .about .in_title:after{background: #fff;}
.index .about ul{width:160px;}
.index .about ul li{width:120px; height:80px; padding:20px; background-color:#144bb1; color:#FFF; display:block;}
.index .about ul li:last-child{background-color: #4f4f4f;}
.index .about ul li h3{color: #fff;font-size:22px;font-weight:bold;line-height: 30px;}
.index .about ul li p{color: #fff;font-size: 12px;line-height:30px;}
.index .about .con{width:100%;height:300px;padding:50px;overflow:hidden;background-color:#FFF;}
.index .about .con .img{width:400px;height:300px;overflow:hidden;}
.index .about .con .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.index .about .con .txt{width:750px;height:300px;}
.index .about .con .txt h3{color: #333;font-size:22px;font-weight:bold;line-height: 40px;}
.index .about .con .txt p{color:#333;font-size: 14px;line-height: 30px;margin-top:10px;text-align: justify;overflow: hidden;}
.index .about .con .txt .more{width:100px; height:35px; border-radius:4px; display:block; line-height:35px; font-size:14px; color:#FFF; text-align:center; background-color:#144bb1; margin-top:30px;}
.index .about .con .txt .more:hover{background: #333;}
.index .about .con .img:hover img{transform: scale(1.1);}
/*新闻中心*/
.index .inews{padding: 40px 0;}
.index .inews .in_title{margin-bottom: 40px;}
.index .inews .news{width:340px;height: 450px;overflow:hidden;float:left;padding:19px;padding-bottom: 0;border:1px solid #ddd;margin-right: 30px;}
.index .inews .news:last-child{margin-right: 0;}
.index .inews .news .title{height:20px;padding-bottom: 19px;border-bottom: 1px solid #ddd;overflow:hidden;}
.index .inews .news .title h3{float: left;color: #144bb1;font-size: 18px;font-weight: bold;line-height:20px;}
.index .inews .news .title span{float: left;color: #333;font-size: 16px;line-height: 22px;padding-left: 10px;}
.index .inews .news .title a{position: relative;height:20px;width:46px;color: #999;font-size:14px;line-height: 20px;padding-right: 15px;float:right;}
.index .inews .news .title a:after{display: inline-block;content: " + ";position: absolute;top: 50%;margin-top: -7px;right: 0;width: 12px;height: 12px;color: #999;font-size: 12px;line-height: 10px;text-align: center;border: 1px solid #999;border-radius: 100%;transition: all .5s;}
.index .inews .news .title a:hover{color: #144bb1;}
.index .inews .news .title a:hover:after{color: #144bb1;border-color: #144bb1;}
.index .inews .news .hot{position:relative;margin-top:20px;}
.index .inews .news .hot .img{width: 100%;height: 212px;overflow:hidden;}
.index .inews .news .hot .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.index .inews .news .hot h3{position: absolute;bottom: 0;left: 0;width:300px;height:50px;padding:0px 20px;color: #fff;font-size: 14px;font-weight: bold;line-height:50px;overflow:hidden;background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));transition: all .5s;}
.index .inews .news .hot a:hover{color: #144bb1;}
.index .inews .news .hot:hover img{transform: scale(1.2);}
.index .inews .news .list{padding: 10px 0;}
.index .inews .news .list li{font-size:14px;line-height: 40px;border-bottom: 1px dashed #ddd;}
.index .inews .news .list li:last-child{border-bottom: 0;}
.index .inews .news .list li a{color: #333;width:260px;float:left;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.index .inews .news .list li span{float: right;color: #333;}
.index .inews .news .list li:hover a{color: #144bb1;}
.index .inews .news .bd{margin-top:20px;height: 420px;overflow: hidden;}
.index .inews .news .faq li{border-bottom:1px solid #ddd;margin-bottom: 15px;}
.index .inews .news .faq li h3{color: #333;font-size: 16px;line-height:30px;font-weight:bold;transition: all .5s;}
.index .inews .news .faq li p{color: #333;font-size: 12px;line-height: 23px;height: 46px;margin-top: 5px;padding-bottom: 15px;overflow:hidden;}
.index .inews .news .faq li:hover h3{color: #144bb1;}
/*工程案例*/
.index .case{padding-bottom: 120px;}
.index .case .w1200{position: relative;}
.index .case .bd{padding-top: 20px;overflow: hidden;}
.index .case .list{}
.index .case .list li{float: left;border: 1px solid #ddd;margin-right: 26px;}
.index .case .list li a{display: block;}
.index .case .list li .img{width: 278px;height: 172px;overflow: hidden;}
.index .case .list li .img img{width: 100%;height: 100%;transition: all .5s;}
.index .case .list li h3{color: #333;font-size: 14px;line-height: 50px;text-align: center;background: #fff;}
.index .case .list li:hover img{transform: scale(1.2);}
.index .case .hd{position:absolute;width:100%;}
.index .case .hd span{width: 50px;height: 40px;border: 1px solid #dddddd;border-radius: 4px;cursor: pointer;position: absolute;top: 30px;transition: all .5s;}
.index .case .hd .prev{left: 50%;margin-left: -85px;}
.index .case .hd .next{right: 50%;margin-right: -85px;}
.index .case .hd span:hover{border-color: #144bb1;background: #144bb1;}
.index .case .hd .prev:after,.index .case .hd .prev:before,
.index .case .hd .next:after,.index .case .hd .next:before{content:"";display: block;position: absolute;top: 19px;width: 15px;height: 2px;background: #b5b5b5;border-radius: 5px;transition: all .5s;}
.index .case .hd .prev:after,.index .case .hd .next:after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.index .case .hd .prev:before,.index .case .hd .next:before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.index .case .hd .prev:after{left: 18px;top: 24px;}
.index .case .hd .prev:before{left: 18px;top: 14px;}
.index .case .hd .next:after{right: 18px;top: 14px;}
.index .case .hd .next:before{right: 18px;top: 24px;}
.index .case .hd .prev:hover:after,.index .case .hd .prev:hover:before,.index .case .hd .next:hover:after,.index .case .hd .next:hover:before{background: #fff;}
/*******内页样式********/
.nybanner{width: 100%;position: relative;height: 450px;overflow: hidden;background-position: center;background-repeat: no-repeat;);}
.submian{padding: 20px 0;}
.submian .sobtitle{height: 35px;line-height: 35px;padding: 5px 0;font-size: 14px;color: #333;border-bottom: 1px solid #ddd;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: #333;}
.submian .sobtitle a:hover{color: #144bb1;}
/*内页左侧*/
.submian .subleft{width: 250px;}
.submian .subleft .title{height: 70px;color: #fff;line-height: 70px;background: #144bb1 url(../images/pro.png) no-repeat 210px center;}
.submian .subleft .title h3{position: relative;font-size: 22px;font-weight: bold;margin: 0 20px;}
/*栏目分页*/
.submian .subleft .lefta{margin-bottom: 10px;}
.submian .subleft .lefta .comt{border: 2px solid #144bb1;background: #fff;border-top: 0;padding-bottom: 15px;overflow: hidden;}
.submian .subleft .lefta .comt ul{padding: 0 18px;overflow: hidden;}
.submian .subleft .lefta .comt ul li a{position: relative;display: block;color: #144bb1;font-size: 16px;line-height: 51px;padding-left: 25px;background: url(../images/tag.png) no-repeat 5px center;border-bottom: 1px solid #ddd;}
.submian .subleft .lefta .comt ul li:hover a, .submian .subleft .lefta .comt ul li.hover a{color: #144bb1;font-weight:600;}
.submian .subleft .lefta .comt ul li:hover a:after, .submian .subleft .lefta .comt ul li.hover a:after{background: #144bb1;}
.submian .subleft .lefta .comt ul li .boxlist{display: none;padding: 0;border-bottom: 1px solid #ddd;}
.submian .subleft .lefta .comt ul li .boxlist li a{color: #838383;font-size: 12px;line-height: 35px;border-bottom: 0;padding-left: 25px;background: none;}
.submian .subleft .lefta .comt ul li .boxlist li a:after{content: " ";position: absolute;right: 0;top: 50%;left: 10px;margin-top: -2px;width: 4px;height: 4px;background: #144bb1;border-radius: 50%;}
.submian .subleft .lefta .comt ul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover{color: #144bb1;}
.submian .subleft .lefta .comt ul li.hover .boxlist{display: block;}
/*推荐产品*/
.submian .leftnews{margin-bottom: 10px;}
.submian .leftnews ul{padding-top: 10px;border: 2px solid #144bb1;border-top: 0;}
.submian .leftnews ul li{float: left;text-align:center;width: 110px;height:95px;margin-left: 9px;}
.submian .leftnews ul li a{width: 110px;height:95px;display:block;}
.submian .leftnews ul li img{width: 108px;height: 68px;border: 1px solid #ddd;overflow:hidden;}
.submian .leftnews ul li p{color: #333;font-size: 12px;line-height: 25px;transition: all .5s;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.submian .leftnews ul li:hover img{border:1px solid #144bb1;}
.submian .leftnews ul li:hover p{color:#144bb1;}
/*联系我们*/
.submian .leftnews .leftcont{background: #fff;padding: 10px;border: 2px solid #144bb1;border-top: 0;}
.submian .leftnews .leftcont h2{font-size: 16px;font-weight: bold;color: #144bb1;padding-bottom: 10px;border-bottom: 1px solid #f2f2f2;text-align: center;}
.submian .leftnews .leftcont p{color: #333;font-size: 14px;line-height: 30px;padding-top: 10px;display: block;}
.submian .leftnews .leftcont .leftcontwechat{display: block;width:100%:}
.submian .leftnews .leftcont .leftcontwechat p{display: block;width:100%;text-align:center;}
.submian .leftnews .leftcont .leftcontwechat img{display: block;width:100%;text-align:center;}
/*内页右侧*/
.submian .subright{width: 930px;}
/*默认单页*/
.submian .Aboutpage{color: #333;font-size: 14px;line-height: 28px;text-align: justify;}
.submian .Aboutpage img{max-width: 100%;}
.submian .t{padding: 0 0 25px;color: #144bb1;font-size: 18px;}
.submian .t2{padding: 25px 0;color: #144bb1;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 .img{width: 220px;height: 146px;font-family: arial;font-size: 18px;font-weight:bold;color: #333;text-align: center;background: #f2f2f2;overflow:hidden;}
.submian .Newslist .item .img img{width: 220px;height: 146px;transition: all .8s;}
.submian .Newslist .item .time{width: 130px;height: 146px;font-family: arial;font-size: 18px;font-weight:bold;color: #333;text-align: center;background: #f2f2f2;}
.submian .Newslist .item .time .day{font-size: 40px;line-height: 60px;margin-top:20px;display: block;}
.submian .Newslist .item .txt{width: 560px;cursor: pointer;margin-right:10px;}
.submian .Newslist .item .txt h3{font-size: 16px;font-weight:600;line-height: 35px;transition: all .5s;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.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: #333;line-height: 22px;text-align: justify;}
.submian .Newslist .item .txt p span{display: inline-block;color:#144bb1;padding-left: 10px;}
.submian .Newslist .item a:hover .txt h3{color:#144bb1;padding-left:8px;}
.submian .Newslist .item a:hover .time{color:#144bb1;}
.submian .Newslist .item a:hover .img img{transform: scale(1.2);}
/*图片列表*/
.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:nth-child(3n){margin-right:0;}
.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: 190px;}
.Piclist ul.list li.item a:hover{background: #144bb1;}
.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;}
.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);}
/*内容详情页*/
.submian .subright .conBox .ArticleTitle h1{font-size: 24px;text-align:center;padding: 10px 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 .ArticleInfo{width:500px;height:345px;float:left;padding:0 10px;overflow:hidden;}
.submian .subright .conBox .ArticleInfo .ArticleTitle{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;font-size: 24px;padding:0px;font-weight: bold;max-height:120px;overflow:hidden;white-space: unset;text-overflow: unset;}
.submian .subright .conBox .ArticleInfo .ArticleSubTitle{font-weight: bold;min-height:120px;line-height:25px;}
.submian .subright .conBox .ArticleContact{margin:10px 0 0 0;padding:0;border-top:1px solid #ddd;}
.submian .subright .conBox .ArticleContact .ArticleContactTitle{font-size:18px;font-weight:bold;color:#144bb1;}
.submian .subright .conBox .ArticleContact .ArticleContactMobile{font-size:16px;font-weight:bold;line-height:45px;}
.submian .subright .conBox .ArticleContact .ArticleContactMobile span{color:#144bb1;}
.submian .subright .conBox .ArticleContact .ArticleContactBtn{width:100%;text-align:center;margin-top:20px;}
.submian .subright .conBox .ArticleContact .ArticleContactBtn a{padding:9px 30px;background-color:#144bb1;margin:0 10px;border-radius:4px;color:#fff;font-size:16px;}
.submian .subright .conBox .ArticleContact .ArticleContactBtn a:last-child{background-color:#2065e6;}
.submian .subright .conBox .ArticleContact .ArticleContactBtn a:hover{background-color:#4b7afb;}
.submian .subright .conBox .ArticleContent{padding: 5px 0px 10px 0px;margin-top:10px;color: #333;border-top:1px solid #ddd;font-size:16px;letter-spacing: 1px;line-height: 28px;text-align: justify;overflow: hidden;}
.submian .subright .conBox .ArticleContent img{max-width: 100%;}
.submian .subright .conBox .ArticleContent a{max-width: 100%;}
.submian .subright .conBox .ArticleContent a:hover{max-width: 100%;}
.submian .subright .conBox .ArticleTencont{padding: 5px 0px 20px 0px;color: #333;font-size:16px;line-height: 28px;text-align: justify;overflow: hidden;}
.submian .subright .conBox .ArticleTencont .knows_details{padding: 10px;color: #333;background-color:#f2f2f2;border-radius:10px; overflow: hidden;}
.submian .subright .conBox .ArticleTencont img{max-width: 800px;}
.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;margin: 10px auto 10px;padding:0;}
.reLink .prevLink, .reLink .nextLink{height: 38px;line-height: 38px;color: #333;}
.reLink .prevLink a, .reLink .nextLink a{height: 38px;line-height: 38px;color: #333;}
.reLink .prevLink a:hover, .reLink .nextLink a:hover{color: #144bb1;}
.reLink .prevLink{float: left;width: 48%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.reLink .nextLink{float: right;width: 48%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
/*浮动客服*/
.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: #144bb1;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.qq .box{position: absolute;top: 0;width: 150px;right: -200px;margin-right: 10px;padding-bottom:10px;border-radius: 5px;background: #144bb1;opacity: 0;transition: all .5s;}
.toolbar dd.qq .box p{font-size: 14px;margin: 15px auto 7px;}
.toolbar dd.qq .box a{display:block;font-size: 18px;color:#fff;padding:3px 0;}
.toolbar dd.qq .box a:hover{color:#7ea7f1;}
.toolbar dd.qq .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #144bb1;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: #144bb1;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 #144bb1;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: #144bb1;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 #144bb1;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #2065e6;}
.toolbar dd.qq:hover .box{opacity: 1;right: 80px;}
.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: 400px;float:left;}
/*大图展示区域*/
.OriginalPicBorder{padding: 0;}
#OriginalPic{width:400px;height:266px;overflow:hidden;position:relative;font-size:12px;}
#OriginalPic img{width:400px;height:266px;display:block;margin:0 auto;}
/*小图预览和滑动*/
.SliderPicBorder{width: 100%;overflow:hidden;}
.ThumbPicBorder {width: 400px;margin:0 auto;background: #eeeeee;overflow: hidden;position: relative;}
.ThumbPicBorder #btnPrev{width:40px;height:64px;cursor:pointer;position: absolute;left: 0;top: 0;}
.ThumbPicBorder #btnNext{width:40px;height:64px;cursor:pointer;position: absolute;right: 0;top: 0;}
.ThumbPicBorder .pic{width: 320px;overflow: hidden;position: relative;margin: 0 auto;}
#ThumbPic img{border: 2px solid #ddd;cursor:pointer;background-color: #ddd;margin:0;width: 60px;height: 60px;display:block;transition: all .5s;}
#ThumbPic img.active{border: 2px solid #144bb1;}