﻿@charset "UTF-8";
html{ min-width:1435px;}
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;}
.fl,.left{float: left;}
.fr,.right{float: right;}
.tac{text-align: center;}
.tar{text-align: right;}
.poa{position: absolute;}
.por{position: relative;}
.hidden{display: none;}
.w1200{width: 1300px; margin: 0 auto;}
a{color: #434343;text-decoration: none;}
a:hover{color: #e60212; 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;}
/*清除浮动*/
.clearfix{*zoom: 1;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
/*网站顶部*/
.top_main{width: 100%;height: 35px;color: #777;font-size: 12px;line-height: 35px;background-color: #f3f3f3;}
.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: #777;vertical-align: middle;margin: 0;margin-top: -2px;}
.top_main li a{color: #777;cursor: pointer;}
.top_main li a:hover{color: #f67b14;}
/*网站头部*/
.header_main{width: 100%;height: 120px;z-index: 100;background: #fff;}
.header_main .logo{display: block;margin-top: 20px;}
.header_main .logo img{width: 100%;height: 100%;display: block;}
.header_main .ewm{float: right;position: relative;z-index: 999;padding-right: 70px;}
.header_main .ewm li{background: url(../images/ewm1.png) no-repeat center top;float: left;margin-right: 20px;height: 60px;margin-top: 50px;position: relative;cursor: pointer;transition: all .5s;}
.header_main .ewm li:nth-child(2n){margin-right: 0;}
.header_main .ewm li p{text-align: center;margin-top: 30px;line-height: 30px;font-size: 15px;color: #777;transition: all .5s;}
.header_main .ewm li img{position: absolute;top: 100%;left: 50%;margin-left: -75px;width: 150px;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);}
.header_main .ewm li:hover img{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.header_main .ewm li:hover{background: url(../images/ewm2.png) no-repeat center top;}
.header_main .ewm li:hover P{color: #f67b14;}
.header_main .tel{float: right !important;margin-top: 30px;margin-right: 100px;}
.header_main .tel .tel_img{margin-right: 14px; float: left; width: 57px; height: 57px;}
.header_main .tel .tel_img img{width: 100%; display: block;}
.header_main .tel .tel_text{float: right !important;}
.header_main .tel .tel_text p{font-size: 16px;line-height: 16px;color: #2b2b2b;padding: 7px 0 10px;}
.header_main .tel .tel_text h4{font-size: 28px;font-weight: bold;color: #005bbb;display: inline-block;line-height: 24px;}
.header_main .tel:hover img{animation: zy 2.5s .15s linear infinite; -moz-animation: zy 2.5s .15s linear infinite; -webkit-animation: zy 2.5s .15s linear infinite; -o-animation: zy 2.5s .15s linear infinite;}/*网站导航*/
.nav_main{width:100%;height: 60px;background: #0971cb;position: relative;z-index: 3;}
.nav_main .nav{width: 1350px; margin: 0 auto;}
.nav_main .nav li{float:left;width: 132px;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:17px;}
.nav_main .nav li:hover, .nav_main .nav li.hover{background: #d81e06;}
.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: 44px;height: 44px;text-align: left;position: relative;z-index: 12;display: block;width: 100%;border-top: 1px solid #00549d;}
.nav_main .nav dl dd:first-child{border: none;}
.nav_main .nav dl dd a{color: #fff;font-size: 15px;padding: 0;background: #0971cb;text-align:center;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, #d81e06, #d81e06);background-image: linear-gradient(to right, #d81e06, #d81e06);-webkit-transition: all 0.5s;transition: all 0.5s;background-size: 0% 100%;}
.nav_main .nav dl dd a:hover {background-size: 100% 100%;padding-left: 10px;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: 900px;}
#banner{width:100%;min-width:1000px;position:relative;overflow:hidden;z-index:0;}
#banner, .banner ul{max-height: 900px;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: 18px;line-height:0;font-size:0;text-align:center;position:absolute;left:50%;margin-left:-500px;bottom: 30px;z-index:3;}
#banner .tip span{width: 18px;height: 18px;margin: 0 5px;display:inline-block;cursor: pointer;background: #dddddd;border-radius: 14px;transition: all .5s;}
#banner .tip span.cur{width: 50px;height: 18px;background: #004a97;}
#banner #btn_prev,#banner #btn_next{width: 40px;height: 40px;position:absolute;top: 50%;margin-top: -20px;background: #004a97 url(../images/arrows.png)  no-repeat;-webkit-border-radius: 100%;border-radius: 100%;z-index:5;opacity: 0;}
#banner #btn_prev{left: 4%;transition: all 600ms ease;}
#banner #btn_next{background-position: -40px 0;right: 6%;transition: all .5s ease;}
#banner:hover #btn_prev,#banner:hover #btn_next{opacity: 1;}
/*搜索栏*/
.search_main{height: 60px;width:100%;overflow:hidden;background: #fff;border-bottom: 1px dashed #d9d9d9;}
.search_main .skey{float:left;line-height: 60px;padding-left: 20px;background: url(../images/huo.png) no-repeat left center;}
.search_main .skey p{font-size: 14px;color: #2b2b2b;line-height: 60px;}
.search_main .skey p a{display:inline-block;font-weight: normal;color: #777777;margin: 0 5px;line-height: 15px;}
.search_main .skey p a:last-of-type{border-right:none;}
.search_main .skey p a:hover{color:#e60212;}
.search_main .search_form{float:right;width: 310px;height: 40px;overflow: hidden;background: #f3f3f3;border-radius: 5px;position:relative;margin-top: 10px;position:relative;}
.search_main .search_form input{background-color: none;border: none;outline: none;}
.search_main .search_form .stxt{width: 260px;height: 40px;line-height: 28px;display: block;text-indent: 10px;color: #777;}
.search_main .search_form .sbtn{width: 50px;height: 40px;display: block;cursor: pointer;position:absolute;top: 0;right: 0;font-size: 0;background: url(../images/sou.png) center no-repeat;}
/*网站底部*/

/*网站底部*/
.footer{width:100%;height: 546px;background: url(../images/footer_bg.png) center no-repeat;}
.footer .f_top{position: relative;height: 75px;}
.footer .f_top #ftop{position: absolute;top: 95px;left: 50%;margin-left: -33px;display: block;width: 66px;height: 66px;background: var(--colour1);border-radius: 50%;}
.footer .f_top #ftop:after{content: '';position: absolute;top: -5px;left: -5px;width: 100%;height: 100%;border: 5px solid rgba(0,0,0,0.2);border-radius: 50%;}
.footer .f_top #ftop s{position: absolute;top: 50%;left: 50%;margin-top: -15px;margin-left: -13px;width: 26px;height: 26px;background-position: -120px top;margin-right: 8px;}
.footer .links{border: 1px solid #fff;height: 35px;padding: 24px 0 22px 0;width: 1198px;margin-top: 150px;}
.footer .links .tit{width: 130px;padding: 0 20px 0 20px;height: 45px;border-right: 1px solid #686868;float: left;}
.footer .links .tit s{width: 130px;height: 45px;background-position: -160px top;}
.footer .links p{float: left;width: 1000px;height: 45px;line-height: 45px;padding-left: 26px;}
.footer .links p a{color: #dadada;font-size: 16px;margin-right: 20px;}
.footer .bottom{margin-top: 30px;}
.footer .flogo{margin: 59px 0;}
.footer .f_ban{width: 400px;padding: 10px 0 0;margin-left: 70px;}
.footer .f_ban p{font-size: 16px;color: #fff;line-height: 24px;margin-bottom: 12px;}
.footer .f_ban p s{position: relative;top: -2px;width: 16px;height: 16px;margin-right: 20px;}
.footer .f_ban p.name s{background-position: -40px top;}
.footer .f_ban p.cel s{background-position: -56px top;}
.footer .f_ban p.tel s{background-position: -72px top;}
.footer .f_ban p.mail s{background-position: -88px top;}
.footer .f_ban p.add s{background-position: -104px top;}
.footer .f_er{width: 240px;padding: 33px 0 0;background: url(../images/f_erbg.png) no-repeat 0 20px;}
.footer .f_er p{width: 200px;text-align: center;line-height: 0;float: left;padding: 0 0 0 20px;}
.footer .f_er img{width:100px; height:100px;}
.footer .f_er span{display: block;font-size: 14px;color: #fff;line-height: 30px;padding: 15px 0 0;}
.copyright{height: 70px;line-height: 70px;color: #fff;font-size: 14px;text-align: center;background: #e60212;}
.copyright a{color: #fff;}
:root {
  --colour1: #bc070e;
  --colour2: #a0060c;
  --colour3: rgba(191,4,16,.25);
  --colour4: rgba(191,4,16,.80);
}
.icon{background-image: url("../images/icon_red.png");display: inline-block;vertical-align: middle;}
.contact-list{width:1260px;height:auto;margin:0 auto;overflow:hidden;padding:70px 0;padding-bottom: 0;}
.contact-list ul li{width:31%;float:left;margin:2% 1%}
.contact-list ul li h4{width:100px;height:100px;border-radius:100%;background-color:#0288d6;line-height:100px;text-align:center;margin:0 auto;transition:all .4s}
.contact-list ul li h4 img{max-width:100%;height:auto;padding-top: 30px;overflow:hidden}
.contact-list ul li:hover h4{transform:translateY(-10px)}
.contact-list ul li h5{font-size:18px;color:#333;text-align:center;padding-top:20px}
.contact-list ul li h6{font-size:16px;color:#666;line-height:24px;text-align:center;padding-top:20px}
.contact-map{width:100%;height:550px;overflow:hidden}
.contact-map iframe{width:100%;height:100%}
.box1{background-color:#f3f3f3; padding-bottom:50px;}
.fenlei_t{width: 180px;height: 40px;background-color: #000000;text-align: center;color: #fff;font-size: 15px;text-transform: uppercase;font-weight: lighter;margin-top: 23px;}
.fenlei_t h3{font-size: 24px;line-height: 40px;}
.fenlei_r{}
.fenlei_r li{height: 45px;background-color: #0971cb;line-height: 45px;text-align: center;margin-left: 15px; width:180px; border-radius:20px;transition: all .5s;}
.fenlei_r li a{display: block;color: #fff;font-size: 16px;padding: 0 20px;}
.fenlei_r li.cur{background: #d81e06;}
.tab1{display: none;}
.product_list{margin-top: 19px;height: 730px;}
.product_list li{width: 282px;margin-right: 24px;margin-bottom: 10px;margin-top: 20px;}
.product_list li:nth-child(4n){margin-right: 0;}
.product_list li a.img{border:1px solid #e5e5e5;display: block;}
.product_list li a.img:hover{transform:scale(1.3);}
.product_list li .h3 a{display: block;color: #5c5c5c;font-size: 16px;font-weight: normal;line-height: 47px;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.product_list li .h3 a:hover{ color:#0159d2; font-size:18px;}
.product_list li a.img img{display: block;width: 280px;height: 303px;}
.box2{margin-top: 24px;}
.tab2{display: none;}

/*小banner1*/
.index .xbanner1{color: #fff;height: 215px;background: url(../images/xbanner1.jpg) center no-repeat;}
.index .xbanner1 .w1200{position: relative;padding-top: 38px;}
.index .xbanner1 .txt{position: relative;font-size: 36px;font-weight: bold;line-height: 58px;padding-bottom: 23px;}
.index .xbanner1 .txt:after{content: '';position: absolute;left: 0;bottom: 0;width: 75px;height: 2px;background: #fff;}
.index .xbanner1 .tel{margin-right: 200px;}
.index .xbanner1 .tel h3{font-size: 43px;font-weight: bold;padding-bottom: 12px;line-height: 75px;}
.index .xbanner1 .tel span{display: block;width: 215px;height: 55px;color: #252525;font-size: 28px;line-height: 55px;text-align: center;background: #fff;border-radius: 10px;margin: auto;}
.index .xbanner1 .ren{position: absolute;top: -45px;right: 0;width: 147px;height: 260px;background: url(../images/ren.png) center no-repeat;}

/*小banner2*/
.index .xbanner2{color: #fff;height: 197px;background: #0971cb url(../images/xbanner2.png) center no-repeat;}
.index .xbanner2 .tel{width: 370px;padding-top: 45px;text-align: center;}
.index .xbanner2 .tel h3{font-size: 32px;font-weight: bold;padding-bottom: 12px;line-height: 50px;}
.index .xbanner2 .tel a{display: block;width: 143px;height: 42px;color: #fff;font-size: 18px;line-height: 42px;text-align: center;border: 1px solid rgba(255,255,255,.4);margin: auto;}
.index .xbanner2 .tel a:hover{background: #0971cb;border-color: #0971cb;}
.index .xbanner2 .txt{width: 750px;text-align: center;padding-top: 65px;}
.index .xbanner2 .txt h3{font-size: 26px;font-weight: bold;}
.index .xbanner2 .txt p{font-size: 21px;margin-top: 10px;}

/*服务优势*/
.index .advantages{height: 615px;background: url(../images/ys_bg.jpg) center no-repeat;}
.index .advantages .title{position: relative;height: 80px;text-align: center;margin-top: 50px; padding-top:80px;z-index: 1;}
.index .advantages .title div{position: relative;display: inline-block;padding: 0 454px;}
.index .advantages .title div:before,.index .advantages .title div:after{content:" ";position: absolute;top: 26px;left: 0;width: 454px;height: 2px;background: #fff;}
.index .advantages .title div:after{left: auto;right: 0;}
.index .advantages .title span{position: relative;display: inline-block;padding: 0 50px;}
.index .advantages .title span:before,.index .advantages .title span:after{content:" ";position: absolute;top: 22px;left: 0;width: 9px;height: 9px;background: #fff;border-radius: 50%;}
.index .advantages .title span:after{left: auto;right: 0;}
.index .advantages .title span h3{color: #fff;font-size: 32px;line-height: 22px;font-weight: bold;}
.index .advantages .title span p{color: #fff;font-size: 12px;line-height: 50px;}
.index .advantages ul{margin-top: 55px;}
.index .advantages ul li{float: left;width: 230px;margin: 0 35px;text-align: center;cursor: pointer;}
.index .advantages ul li .img{position: relative;display: inline-block;width: 145px;height: 145px;background: rgba(255,255,255,.2);border-radius: 50%;}
.index .advantages ul li .img img{position: relative;width: 75px;height: 75px;margin: 35px;z-index: 3;}
.index .advantages ul li .img:after{content: '';position: absolute;top: 50%;margin-top: -66px;left: 50%;margin-left: -66px;width: 130px;height: 130px;border: 1px solid rgba(255,255,255,.2);border-radius: 50%;z-index: 2;}
.index .advantages ul li .img:before{content: " ";position: absolute;z-index: 1;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;-webkit-transform: scaleX(0) scaley(0);transform: scaleX(0) scaley(0);border-radius: 50%;transition: all .5s;}
.index .advantages ul li h3{color: #fff;font-size: 18px;font-weight: bold;margin: 20px 0;}
.index .advantages ul li p{color: #fff;line-height: 25px;}
.index .advantages ul li:hover .img:before{background: var(--colour1);opacity: 1;-webkit-transform: scaleX(1.01) scaley(1.01);transform: scaleX(1.01) scaley(1.01);}

/*产品导航*/
.bootom_nav{width: 100%;height: 40px;background-color: #868686;background-color: rgba(0,0,0,0.6);position: fixed;bottom: 0px;left: 0px;z-index: 66;}
.bootom_nav a{position: relative;top: -14px;left: 0;width: 176px;height: 54px;display: block;}
.bootom_nav a img{width: 176px;height: 54px;display: block;}
.bootom_nav .tel{height: 40px;padding-left: 30px;background: url(../images/cel.png) no-repeat left 15px;line-height: 40px;color: #fff;font-size: 18px;margin-left: 74px;}
.bootom_nav .tel i{color: #e60212;font-size: 28px;}
.bootom_nav select{width: 300px;float: left;height: 30px;background-color: #fff;margin-left: 100px;cursor: pointer;margin-top:5px;color: #333;}
.bootom_nav .top{position: relative;width: 48px;height: 40px;float: right;color: #e60212;font-size: 12px;line-height: 55px;cursor: pointer;}
.bootom_nav .top:before{content: "";width:0;height:0;position:absolute;top: 8px;left:50%;margin-left: -8px;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 7px solid #e60212;}
/*******index css*******/
/*首页标题*/
.index .in_title{color: #2b2b2b;text-align: center;padding-top: 60px;}
.index .in_title h3{font-size: 48px;line-height: 60px;font-weight: bold;}
.index .in_title h3 b{color: #e60212;}
.index .in_title p{display: block;font-size: 16px;letter-spacing: 5px;margin-top: 3px;}
/*产品中心*/
.index .product{padding-bottom: 45px;background: #f3f3f3;}
.index .product .cpter{height: 110px;padding-top: 15px;position: relative;z-index: 3;}
.index .product .cpterft{ background: url(../images/cp02.png) no-repeat center center;width:280px;height:100px;float: left;}
.index .product .cpterft P{font-size: 24px;color: #ffffff;font-weight: bold;text-indent: 98px;margin-top: 25px;}
.index .product .cpterft span{display: block;font-size: 12px;color: #f3a4a7;text-indent: 98px;}
.index .product .cpter ul{float: left;width:920px;}
.index .product .cpter ul li{float: left;margin-left: 10px;position: relative;margin-bottom: 10px;}
.index .product .cpter ul li>a{display: block;width:174px;height:45px;background: #2b2b2b;text-align: center;line-height: 45px;font-size: 15px;color: #fff;}
.index .product .cpter ul li>a:hover{background: #e60212;}
.index .product .cpter ul li>div{width:174px;position: absolute;top: 45px;left: 0;z-index: 1000;}
.index .product .cpter ul li>div{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);}
.index .product .cpter ul li>div:before{content: '';border-style: solid dashed dashed dashed;border-color: transparent transparent #333 transparent;border-width: 10px;width: 0;height: 0;overflow: hidden;position: absolute;left: 50%;margin-left: -10px;top: -10px;}
.index .product .cpter ul li>div>a{background: #2b2b2b;display:block;width:174px;height:45px;text-align: center;line-height: 45px;color: #fff;font-size: 15px;border-bottom: 1px solid #222;}
.index .product .cpter ul li>div>a:nth-child(1){margin-top: 10px;}
.index .product .cpter ul li:hover div{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.index .product .cpter ul li>div>a:hover{background: #e60212;}
.index .product .cpter ul li.cpp1>a{background: #e60212;}
.index .product .list{width:100%;}
.index .product .list li{position: relative;float:left;width:380px;margin-top:30px;margin-right:30px;background: #ececec;transition:all .5s;}
.index .product .list li:nth-child(3n){margin-right: 0;}
.index .product .list li a{display:block;}
.index .product .list li .img{width: 100%;height: 285px;overflow: hidden;}
.index .product .list li .img img{width: 100%;height: 100%;transition: all .5s;}
.index .product .list li .bg{position: absolute;top: 0;width: 100%;height: 100%;background: url(../images/more.png) center no-repeat;background-color: rgba(0,0,0,.7);opacity: 0;transition: all .5s;}
.index .product .list li .bg h3{color: #fff;font-size: 16px;text-align: center;padding-top: 180px;}
.index .product .list li:hover .bg{opacity: 1;}
.index .product .list li:hover .img img{transform: scale(1.1);}
/*小banner*/
.index .xbanner{height:250px;background: url(../images/xbanner.jpg) center no-repeat;}
.index .xbanner .in_title{color: #fff;padding-top: 50px;}
.index .xbanner .in_title h3{position: relative;}
.index .xbanner .in_title h3:after{content: '';position: absolute;bottom: 0;left: 50%;margin-left: -50px;width: 100px;height: 1px;background: #fff;}
.index .xbanner .in_title p{letter-spacing: 0;padding-bottom: 20px;}
.index .xbanner .in_title p span {font-size: 18px;color: #fff;font-weight: bold;}
.index .xbanner a{display: block;width: 170px;height: 40px;margin: auto;background: #e60212;text-align: center;line-height: 40px;font-size: 15px;color: #fff;}
.index .xbanner a:hover{background: #fff;color: #e60212;}
/*加工定制*/
.index .dingzhi{}
.index .dingzhi ul{margin-top: 50px;background: url(../images/dz02.png) no-repeat 237px 44px;}
.index .dingzhi ul li{float: left;margin-bottom: 46px;}
.index .dingzhi ul li a{display: block;width: 240px;height: 100px;cursor: pointer;background-repeat: no-repeat;background-position: center top;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);}
.index .dingzhi ul li p{text-align: center;line-height: 35px;font-size: 15px;color: #2b2b2b;padding-top: 65px;}
.index .dingzhi ul li.dz1 a{background-image: url(../images/dz1.png);}
.index .dingzhi ul li.dz2 a{background-image: url(../images/dz2.png);}
.index .dingzhi ul li.dz3 a{background-image: url(../images/dz3.png);}
.index .dingzhi ul li.dz4 a{background-image: url(../images/dz4.png);}
.index .dingzhi ul li.dz5 a{background-image: url(../images/dz5.png);}
.index .dingzhi ul li.dz6 a{background-image: url(../images/dz10.png);}
.index .dingzhi ul li.dz7 a{background-image: url(../images/dz9.png);}
.index .dingzhi ul li.dz8 a{background-image: url(../images/dz8.png);}
.index .dingzhi ul li.dz9 a{background-image: url(../images/dz7.png);}
.index .dingzhi ul li.dz10 a{background-image: url(../images/dz6.png);}
.index .dingzhi ul li a:hover{-webkit-filter: none;-moz-filter: none;-ms-filter: none;-o-filter: none;filter: none;transform:scale(1.4);}
/*四大优势*/
.index .advantage{max-width: 1920px;padding-bottom: 50px;background: #f3f3f3;margin: auto;}
.index .advantage ul{margin-top: 50px;}
.index .advantage ul li{height:250px;margin-bottom: 30px;}
.index .advantage ul li:nth-child(2n) .txt{float: right;}
.index .advantage ul li:nth-child(2n) .img{float: left;}
.index .advantage ul li .img{width:620px;height:250px;float: right;}
.index .advantage ul li .img:hover{transform:scale(1.2);}
.index .advantage ul li .img img{width: 100%;height: 100%;}
.index .advantage ul li .txt{position: relative;width:600px;height:250px;float: left;}
.index .advantage ul li .txt i{position: absolute;top: 58px;display: block;width: 55px;height: 78px;color: #fff;font-size: 28px;line-height: 70px;font-weight: bold;text-align: center;background: #e60212;}
.index .advantage ul li .txt i:after{content: '';position: absolute;bottom: 10px;left: 50%;margin-left: -13px;width: 26px;height: 2px;background: #fff;}
.index .advantage ul li .txt h3{margin-left: 74px;font-size: 24px;color: #2b2b2b;font-weight: bold;margin-top: 58px;padding-bottom: 12px;border-bottom: 1px dashed #2b2b2b;}
.index .advantage ul li .txt p{margin-left: 74px;margin-top: 12px;height:90px;color: #777;line-height: 30px;text-align: justify;}
.index .advantage ul li .txt p span{color: #e60212;font-weight: bold;}
/*关于我们*/
.index .about{padding-bottom: 50px;background: url(../images/about_bg.jpg) center top no-repeat;}
.index .about .text{padding-top: 30px;}
.index .about .text .con{width: 650px;}
.index .about .text .con h3{font-size: 26px;line-height: 30px;color: #2b2b2b;}
.index .about .text .con p{color: #818181;font-size: 16px;line-height: 35px;text-align: justify;margin-top: 20px;height: 240px;overflow: hidden;}
.index .about .text .con a{display: block;width:140px;height:40px;color: #666;font-size: 14px;line-height: 40px;text-align: center;border: 1px solid #cbcbcb;margin-top: 28px;}
.index .about .text .con a:hover{color: #fff;background: #e60212;border: 1px solid #e60212;}
.index .about .text .img{width: 590px;height: 360px;overflow: hidden;}
.index .about .text .img img{width: 100%;height: 100%;transition: all .5s;}
.index .about .text .img:hover img{transform: scale(1.1);}
/*客户案例*/
.index .case{max-width: 1920px;padding-bottom: 50px;background: #f3f3f3;margin: auto;}
.index .case .tab{text-align: center;padding-top: 40px;}
.index .case .tab a{padding: 0 16px;line-height: 40px;font-size: 16px;display: inline-block;margin: 5px;color: #fff;background: #2b2b2b;}
.index .case .tab a:hover{background: #e60212;}
.index .case .proCase{position: relative;padding-top: 40px;}
.index .case .proCase .bd{overflow: hidden;}
.index .case .proCase .list{width: 100%;}
.index .case .proCase .list li{position: relative;display: block;float: left;width: 400px;margin-right: 42px;border: 1px solid #f1f1f1;background: #fff;transition: all .5s;}
.index .case .proCase .list li a{display: block;}
.index .case .proCase .list li .img{position: relative;width: 400px;height: 278px;overflow: hidden;border-bottom: 1px solid #f1f1f1;}
.index .case .proCase .list li .img img{display: block;width: 100%;height: 100%;transition: all .5s;}
.index .case .proCase .list li .img .mask{position:absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;opacity: 0;background: rgba(0,0,0,.6);transition: all .5s;}
.index .case .proCase .list li .img .mask .see{position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 90%;font-size: 16px;line-height: 20px;text-align: center;padding: 10px 0;color: #fff;}
.index .case .proCase .list li .img .mask .see:before,.index .case .proCase .list li .img .mask .see:after{content: '';position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 60%;height: 1px;background: #fff;transition: all .5s;}

.index .case .proCase .list li .img .mask .see:after{top: 0;}
.index .case .proCase .list li .tit{position: relative;overflow: hidden;padding: 20px 20px 10px;box-sizing: border-box;}
.index .case .proCase .list li .tit h3{color: #333;font-size: 16px;line-height: 22px;transition: all .5s;}
.index .case .proCase .list li .tit p{color: #777;line-height: 20px;text-align: justify;padding: 10px 0;height: 40px;overflow: hidden;border-bottom: 1px solid #e5e5e5;}
.index .case .proCase .list li .tit span{position: relative;display: block;font-size: 14px;line-height: 38px;color: #777;}
.index .case .proCase .list li .tit span i{position: absolute;top: 50%;right: 0;margin-top: -4px;display: block;width: 24px;height: 8px;background: url(../images/you.png) no-repeat;}
.index .case .proCase .list li:hover .img img{transform: scale(1.1);}
.index .case .proCase .list li:hover .img .mask{opacity: 1;}
.index .case .proCase .list li:hover .img .mask .see:before,.index .case .proCase .list li:hover .img .mask .see:after{width: 10%;}
.index .case .proCase .list li:hover .tit h3{color: #e60212;}
.index .case .proCase .hd{position: absolute;width: 100%;}
.index .case .proCase .hd span{position: absolute;top: -240px;display: block;width: 25px;height: 50px;cursor: pointer;}
.index .case .proCase .hd .prev{left: -80px;}
.index .case .proCase .hd .next{right: -80px;}
.index .case .proCase .hd .prev:after,.index .case .proCase .hd .prev:before,
.index .case .proCase .hd .next:after,.index .case .proCase .hd .next:before{content:"";display: block;position: absolute;top: 19px;width: 30px;height: 2px;background: #616161;transition: all .5s;}
.index .case .proCase .hd .prev:after,.index .case .proCase .hd .next:after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.index .case .proCase .hd .prev:before,.index .case .proCase .hd .next:before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.index .case .proCase .hd .prev:after{top: 34px;}
.index .case .proCase .hd .prev:before{top: 14px;}
.index .case .proCase .hd .next:after{right: 0;top: 14px;}
.index .case .proCase .hd .next:before{right: 0;top: 34px;}
.index .case .proCase .hd .prev:hover:after,.index .case .proCase .hd .prev:hover:before,
.index .case .proCase .hd .next:hover:after,.index .case .proCase .hd .next:hover:before{background: #e60212;}
.index .case .more{margin-top: 50px;text-align: center;}
.index .case .more a{position:relative;display: inline-block;width: 240px;height: 50px;font-size: 16px;line-height: 50px;text-align: center;border: 1px solid #cbcbcb;background: #fff;color: #666;transition: all .5s;}
.index .case .more a:hover{color: #fff;border-color: #e60212;background: #e60212;box-shadow: 0 0 30px rgba(0,0,0,.2);}
/*新闻中心*/
.index .inews{padding: 50px 0;}
.index .news{width: 415px;margin-right: 25px;float: left;}
.index .news:nth-child(3n){margin-right: 0;}
.index .inews .title{width: 100%;height: 39px;line-height: 39px;margin-bottom: 20px;border-bottom: 1px solid #434343;}
.index .inews .title h3{display: inline-block;color: #434343;font-size: 16px;font-weight: bold;line-height: 36px;padding-right: 20px;border-bottom: 3px solid #434343;}
.index .inews .title h3 s{position: relative;width: 4px;height: 16px;display: inline-block;vertical-align: middle;margin-top: -2px;margin-right: 10px;background: #e60212;}
.index .inews .title h3 span{font-weight: normal;}
.index .inews .title a{color: #434343;}
.index .inews .item{width: 100%;display: block;padding-bottom: 20px;border-bottom: 1px dashed #d4d4d4;}
.index .inews .item img{width: 100px;height: 75px;float: left;display: block;margin-right: 20px;}
.index .inews .item h3{color: #333;line-height: 24px;height: 24px;overflow: hidden;margin-bottom: 10px;transition: all .5s;}
.index .inews .item .txt{line-height: 20px;height: 40px;text-align: justify;overflow: hidden;color: #999999;}
.index .inews .item:hover h3{color: #e60212;}
.index .inews .list{line-height: 55px;}
.index .inews .list li{width: 100%;height: 55px;line-height: 55px;overflow: hidden;border-bottom: 1px dashed #dbdbdb;}
.index .inews .list li a{width: 100%;display: block;}
.index .inews .list li .time{color: #c5c5c5;float: right;font-weight: normal;}
.index .inews .faq{height: 375px;overflow: hidden;}
.index .inews .faq li{width: 100%;padding: 15px 0;overflow: hidden;border-bottom: 1px dashed #dbdbdb;}
.index .inews .faq li a{display: block;}
.index .inews .faq li i{position: absolute;top: 0;left: 0;display: inline-block;width: 20px;height: 20px;color: #fff;font-size: 12px;line-height: 20px;font-weight: normal;text-align: center;background: #434343;border-radius: 5px;}
.index .inews .faq li h3{position: relative;color: #434343;font-size: 16px;line-height: 20px;font-weight: bold;padding-left: 30px;}
.index .inews .faq li p{position: relative;color: #707070;font-size: 14px;line-height: 22px;text-align: justify;margin-top: 5px;overflow: hidden;padding-left: 30px;}
.index .inews .faq li p i{background: #e60212;top: 1px;}
.contact_map{width: 100%;height: 439px;background: url(../images/contact_bg1.jpg) no-repeat center top;padding-top: 40px;}
.contact_map .title{height: 44px;padding-bottom: 40px;}
.contact_map .title div{display: inline-block;height: 44px;position: relative;line-height: 100%;font-size: 30px;color: #000;border-bottom: 1px solid #DDDDDD;}
.contact_map .title div i{color: #e60212;}
.contact_map .title div:before{content: '';width: 58px;height: 3px;background-color: #e60212;position: absolute;bottom: -1px;left: 0px;}
.contact_map .contact{float: left;width: 490px;height: 269px;padding: 28px 0px 18px 120px;background:#0971cb;}
.contact_map .contact h3{line-height: 100%;font-size: 24px;color: #FFF;height: 44px;position: relative;margin-bottom: 15px;}
.contact_map .contact h3:before{content: '';position: absolute;bottom: 0;left: 0;width: 47px;background-color: #fff;height: 2px;}
.contact_map .contact p{color: #fff;font-size: 14px;line-height: 30px;}
.contact_map .book{float: right;width: 550px;height: 295px;background:#0971cb;padding:20px 0px 0px 40px;border-radius: 3px;}
.contact_map .book div{position: relative;}
.contact_map .book .name ,.contact_map .book .phone{display: block;width: 250px;height: 40px;float: left;margin-right: 20px;background-color: rgba(255,255,255,0.3);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4cffffff,endcolorstr=#4cffffff);margin-bottom: 20px;border-radius: 3px;}
.contact_map .book div input,.contact_map .book div textarea,.contact_map .book button{font-family: "microsoft yahei";border: 0;padding: 0;outline: none;}
.contact_map .book div input{display: block;width: 250px;height: 40px;line-height: 40px;text-indent: 15px;color: #FFF;font-size: 14px;background-color: transparent;}
.contact_map .book .liuyan{display: block;width: 520px;height: 143px;float: left;margin-bottom: 20px;background-color: rgba(255,255,255,0.3);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4cffffff,endcolorstr=#4cffffff);border-radius: 3px;}
.contact_map .book div textarea{display: block;width: 516px;height: 143px;line-height: 40px;text-indent: 15px;color: #FFF;font-size: 14px;background-color: transparent;}
.contact_map .book div input::-webkit-input-placeholder,.contact_map .book div textarea::-webkit-input-placeholder{color: #fff;}
.contact_map .book button{display: block;width: 250px;height: 40px;line-height: 40px;text-align: center;color: #fff;font-size: 14px;float: left;margin-right: 20px;background-color: rgba(255,255,255,0.3);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4cffffff,endcolorstr=#4cffffff);margin-bottom: 20px;border-radius: 3px;cursor: pointer;transition: all .5s;}
.contact_map .book button:hover{background-color: #333;}
/*******内页样式********/
.nybanner{width: 100%;position: relative;height: 300px;overflow: hidden;background-position: center;background-repeat: no-repeat;background-image: url(../images/nybanner.jpg);}
.submian{padding: 30px 0;}
.submian .sobtitle{height: 26px;line-height: 20px;padding-bottom: 5px;font-size: 14px;color: #666;border-bottom: 1px solid #ddd;margin-bottom: 20px;text-align: right;}

.submian .sobtitle h3{float: left;position: relative;height: 30px;color: #666;font-size: 18px;border-bottom: 2px solid #e60212;}
.submian .sobtitle s{display: inline-block;width: 15px;height: 15px;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: #e60212;}
/*内页左侧*/
.submian .subleft{width: 250px;}
.submian .subleft .title{height: 90px;background: #e60212;border-radius: 10px 10px 0 0;}
.submian .subleft .title h2{margin: 0 24px;padding-top: 15px;color: #fff;font-size: 20px;line-height: 30px;font-weight: bold;}
.submian .subleft .title h2 span{display: block;font-size: 16px;font-weight: normal;}
/*栏目分页*/
.submian .subleft .lefta{margin-bottom: 20px;}
.submian .subleft .lefta .comt{background: #f8f8f8;padding: 20px 20px 30px;border-radius: 0 0 10px 10px;}
.submian .subleft .lefta .comt ul{border-top: 0;}
.submian .subleft .lefta .comt ul li a{position: relative;display: block;color: #838383;font-size: 14px;line-height: 47px;border-bottom: 1px solid #ededed;transition: all .5s;overflow: hidden;}
.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: #e60212;}
.submian .subleft .lefta .comt ul li:hover a:after, .submian .subleft .lefta .comt ul li.hover a:after{background: #e60212;}
.submian .subleft .lefta .comt ul li .boxlist{display: none;}
.submian .subleft .lefta .comt ul li .boxlist li a{color: #838383;font-size: 12px;line-height: 35px;border-bottom: 0;padding-left: 10px;}
.submian .subleft .lefta .comt ul li .boxlist li a:after{content: " ";left: 0;margin-top: -2px;width: 4px;height: 4px;background: #e60212;}
.submian .subleft .lefta .comt ul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover{color: #e60212;}
.submian .subleft .lefta .comt ul li.hover .boxlist{display: block;}
/*联系我们*/
.submian .leftnews .title{padding-left: 54px;font-weight: bold;font-size: 20px;line-height: 60px;height: 60px;color: #fff;background: #e60212 url(../images/Phone.png) no-repeat 24px 19px;}
.submian .leftnews .leftcont{padding: 30px 20px 15px;background: #464646;border-radius: 0 0 10px 10px;}
.submian .leftnews .leftcont h2{font-size: 16px;line-height: 16px;color: #acacac;padding-bottom: 6px;}
.submian .leftnews .leftcont h3{font-weight: bold;font-size: 24px;line-height: 50px;color: #e60212;border-bottom: 1px solid #545454;}
.submian .leftnews .leftcont p{color: #fff;font-size: 14px;line-height: 27px;padding: 5px 0;border-bottom: 1px solid #545454;}
.submian .leftnews .leftcont p span{color: #acacac;}
/*内页右侧*/
.submian .subright{width: 930px;}
/*默认单页*/
.submian .Aboutpage{color: #666;font-size: 14px;line-height: 28px;text-align: justify;}
.submian .Aboutpage img{max-width: 100%;}
.submian .Aboutpage .t{padding: 0 0 25px;color: #e60212;font-size: 18px;}
.submian .contact .t1{font-size: 36px;line-height: 60px;text-align: center;color: #333;}
.submian .contact .t2{color: #5f5f5f;margin-top: 10px;margin-bottom: 40px;text-align: center;}
.submian .contact .txt{width: 450px;}
.submian .contact .txt h3{color: #e60212;font-size: 22px;font-weight: bold;line-height: 50px;}
.submian .contact .txt p{line-height: 37px;}
.submian .contact .txt a{display: block;width: 210px;color: #fff;font-size: 16px;line-height: 46px;text-align: center;background: #e60212;margin-top: 19px;}
.submian .contact .txt a:hover{background:#333;}
.submian .contact .img{width: 450px;height: 300px;}
.submian .contact .img img{width: 100%;height: 100%;}
/*文章列表*/
.submian .Newslist{}
.submian .Newslist .list{padding-bottom: 20px;}
.submian .Newslist .item{display: block;padding: 10px;border: 1px solid #e1e1e1;margin-bottom: 15px;transition: all .5s;}
.submian .Newslist .item a{display: block;}
.submian .Newslist .item .txt{width: 100%;}
.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: #999;line-height: 25px;text-align: justify;height: 50px;overflow: hidden;}
.submian .Newslist .item .txt p span{display: inline-block;color:#e60212;padding-left: 10px;}
.submian .Newslist .item a:hover .txt h3{color:#e60212;}
/*产品列表*/
.Prolist ul.list{float: left;width: 100%;padding-left: 0px;}
.Prolist ul.list li.item{float: left;position: relative;width: 296px;margin-bottom: 20px;margin-right: 20px;background: #f6f6f6;transition: all .5s;}
.Prolist ul.list li.item:nth-child(3n){margin-right: 0;}
.Prolist ul.list li.item a{display: block;}
.Prolist ul.list li.item span{width: 100%;height: 45px;color: #555;text-align: center;display: block;line-height: 45px;transition: all .5s;}
.Prolist ul.list li.item .img{width: 100%;height: 222px;overflow: hidden;}
.Prolist ul.list li.item .img img{width: 100%;height: 100%;transition: all .5s;}
.Prolist ul.list li.item .bg{position: absolute;top: 0;width: 100%;height: 222px;background: url(../images/more.png) center no-repeat;background-color: rgba(0,0,0,.7);opacity: 0;transition: all .5s;}
.Prolist ul.list li.item:hover .bg{opacity: 1;}
.Prolist ul.list li.item:hover .img img{transform: scale(1.1);}
/*图片列表*/
.Piclist ul.list{float: left;width: 100%;}
.Piclist ul.list li{position: relative;display: block;float: left;width: 294px;margin-right: 20px;margin-bottom: 20px;border: 1px solid #f1f1f1;background: #fff;transition: all .5s;}
.Piclist ul.list li:nth-child(3n){margin-right: 0;}
.Piclist ul.list li a{display: block;}
.Piclist ul.list li .img{position: relative;width: 294px;height: 221px;overflow: hidden;border-bottom: 1px solid #f1f1f1;}
.Piclist ul.list li .img img{display: block;width: 100%;height: 100%;transition: all .5s;}
.Piclist ul.list li .img .mask{position:absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;opacity: 0;background: rgba(0,0,0,.6);transition: all .5s;}
.Piclist ul.list li .img .mask .see{position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 90%;font-size: 16px;line-height: 20px;text-align: center;padding: 10px 0;color: #fff;}
.Piclist ul.list li .img .mask .see:before,.Piclist ul.list li .img .mask .see:after{content: '';position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 60%;height: 1px;background: #fff;transition: all .5s;}
.Piclist ul.list li .img .mask .see:after{top: 0;}
.Piclist ul.list li .tit{position: relative;overflow: hidden;padding: 15px 15px 5px;box-sizing: border-box;}
.Piclist ul.list li .tit h3{color: #333;font-size: 16px;line-height: 22px;transition: all .5s;}
.Piclist ul.list li .tit p{color: #777;line-height: 20px;text-align: justify;padding: 10px 0;height: 40px;overflow: hidden;border-bottom: 1px solid #e5e5e5;}
.Piclist ul.list li .tit span{position: relative;display: block;font-size: 14px;line-height: 35px;color: #777;}
.Piclist ul.list li .tit span i{position: absolute;top: 50%;right: 0;margin-top: -4px;display: block;width: 24px;height: 8px;background: url(../images/you.png) no-repeat;}
.Piclist ul.list li:hover{box-shadow: 0 3px 10px rgb(222, 222, 222);}
.Piclist ul.list li:hover .img img{transform: scale(1.1);}
.Piclist ul.list li:hover .img .mask{opacity: 1;}
.Piclist ul.list li:hover .img .mask .see:before,.Piclist ul.list li:hover .img .mask .see:after{width: 10%;}
.Piclist ul.list li:hover .tit h3{color: #e60212;}
/*留言表单*/
.formData{padding-bottom: 20px;}
.formData .t2{padding: 25px 0;color: #e60212;font-size: 24px;}
.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 #e60212;margin-right: 2px;text-align: center;background: #e60212;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: #e60212;}
.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 #pic{width: max-content;margin: 20px auto;padding: 1px;box-shadow: 0 0 20px 0 rgba(0,0,0,.3);}
.submian .subright .conBox #pic img{max-width: 800px;}
.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%;}
/*内容分页*/
.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: #e60212;}
.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: #e60212;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: #e60212;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 #e60212;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: #e60212;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 #e60212;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 #e60212;}
/*↑组图样式↑*/