/*全局*/

::-webkit-scrollbar { width: 8px; height: 8px; background-color: #F5F5F5; }
::-webkit-scrollbar-track { border-radius: 10px; background-color: #E2E2E2; }
::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #555; }
* { padding: 0; margin: 0; font-family: "Arial", 'Microsoft YaHei', arial, helvetica, clean, sans-serif; }
body { font: 14px/1.231 "Arial", 'Microsoft YaHei', arial, helvetica, clean, sans-serif; color: #333; margin: 0; line-height: 1.5; }
:focus { outline: 1; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
a { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
li, ul { list-style-type: none; }
img { border: none; }
a { color: #333; font-size: 14px; text-decoration: none; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
a:link, a:hover, a:active, a:visited {  text-decoration: none;  }
input, textarea {  outline: 0;  border: 0;  }
textarea {  resize: none;  }
h1, h2, h3, h4, h5, h6, dl, dd, dt, em {  font-weight: normal;  font-style: normal; }

/*banner*/
.slideBox { width: 100%; position: relative; z-index: 0; height:600px; overflow: hidden;}
.slideBox .hd  { position: absolute; left: 50%; margin-left: -97px; bottom: 10px;}
.slideBox .hd ul li { float: left; margin-right:10px; width:55px; height:5px; cursor: pointer; background-color: #272b31;}
.slideBox .hd ul li.on { background-color:#cb1a18 ; }
.slideBox .bd { width: 100%; z-index: 0; }
.slideBox .bd li { zoom: 1;}
.slideBox .bd li a { display: block; width: 100%; height:600px;}

/*hot*/
.hot  { width: 100%; background: url("../images/bg1.jpg") no-repeat center; height: 110px; }
.hot .hot_box { position: relative;}
.hot .hot_box .hot_l { width:575px; height:20px; overflow: hidden; position: absolute; top:40px; left: 0;}
.hot .hot_box .hot_l span{ font-size: 14px; color: #fff;}
.hot .hot_box .hot_l a{ font-size: 14px; padding-right: 20px; color: #fff;}
.hot .hot_box .tel { position: absolute; top:24px; right: 80px;}
.hot .hot_box .tel h4 { font-size: 40px; color: #0063d1;}

/*product*/
.product .pro_title { text-align: center; margin: 40px 0;}
.product .pro_title h3 { font-size: 24px; color: #808080;}
.product .pro_title h2 { font-size: 36px; background: url("../images/ico3.png") no-repeat center;}
.product_left { width:285px; height: 639px; }
.product_left .list { margin-bottom: 20px; }
.product_left .list h4 { background: url("../images/ico4.png") no-repeat 33px center; line-height: 55px; width: 100%; height: 55px; background-color: #0063d1; }
.product_left .list h4 a { padding-left:100px;  font-size: 20px; color: #fff;}
.product_left ul li { margin: 20px 0 20px 40px; }
.product_left ul li span { width: 35px; height: 5px; background-color: #0063d1; margin-top:10px; transition: all .5s; }
.product_left ul li a { padding-left: 15px; width: 70%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 16px; }
.product_left ul li:hover span { height: 3px; padding:0 10px; }
.product_left ul li:hover a { color: #0063d1; }
.product_right { width:829px;  height: 618px; overflow: hidden; }
.product_right .right_box .hd { position: relative;}
.product_right .right_box .hd li { float: left; height: 55px; line-height: 55px; width: 180px; text-align: center; border: 1px solid #0063d1; margin-right: 30px;}
.product_right .right_box .hd li a { font-size:16px; }
.product_right .right_box .hd  li.on { background-color: #0063d1;}
.product_right .right_box .hd  li.on a{ color: #fff;}
.product_right .right_box .hd .more{ position: absolute; font-size: 18px; top: 20px; right: 0; text-transform: uppercase; }
.product_right .right_box .hd .more:hover { color: #0063d1; }
.product_right .right_box .bd { position: relative; }
.product_right .right_box .bd li{ position: absolute;}
.product_right .right_box .bd li.li1 { top:34px; left: 0;}
.product_right .right_box .bd li.li2 { top:34px; right: 0;}
.product_right .right_box .bd li.li3 { top:360px; left:0;}
.product_right .right_box .bd li.li4 { top:360px; left:286px;}
.product_right .right_box .bd li.li5 { top:360px; right:0;}
.product_right .right_box .bd li .pic{ width: 260px; height: 200px; position: relative; overflow: hidden; }
.product_right .right_box .bd li.li1 .pic,.product_right .right_box .bd li.li2 .pic{ width: 400px; height: 290px;}
.product_right .right_box .bd li img { width:100%; height:100%; display: block; transition: all .5s; -webkit-transition: all .5s;}
.product_right .right_box .bd li p{ text-align: center; overflow:hidden; transition: all .6s; position: absolute; bottom: 0; left: 0; line-height: 40px; color: #fff;
  background: url("../images/hei.png"); width: 100%;}
.product_right .right_box .bd li:hover p { height: 60%; padding-top: 40%; }
.product_right .right_box .bd li:hover img { transform: scale(1.2); -webkit-transform: scale(1.2); }

/*ad1*/
.ad1 { background: url("../images/ad1.png") no-repeat center; width: 100%; height: 173px; margin: 30px 0; }
.ad1 .box { position: relative;}
.ad1 .ad1_w { position: absolute; top:50px; left:0;}
.ad1 .ad1_w h4 { font-size: 20px; color: #fff;}
.ad1 .ad1_t { text-align: center; position: absolute; top:55px; right: 116px; }
.ad1 .ad1_t h5 { font-size: 20px; color: #fff; margin-bottom: 10px;}
.ad1 .ad1_t a { font-size: 14px; color: #0078b7; padding: 6px 86px; background-color: #fff;}

/*advantage*/
.advantage { background: url("../images/bg2.jpg") no-repeat bottom center; width: 100%; height: 1300px;}
.advantage .box { position: relative;}
.advantage .box .above .list1 { position: absolute; top:50px; left: 0;}
.advantage .box .above .list2 { position: absolute; top:20px; left: 418px;}
.advantage .box .above .list3 { position: absolute; top:20px; right: 0;}
.advantage .box .above h4 { font-size: 22px; color: #0063d1; padding-left: 80px; height: 41px; margin-bottom: 20px;}
.advantage .box .above .list1 h4 { background: url("../images/adv1.png") no-repeat left bottom; }
.advantage .box .above .list2 h4 { background: url("../images/adv2.png") no-repeat left bottom; }
.advantage .box .above .list3 h4 { background: url("../images/adv3.png") no-repeat left bottom; }
.advantage .box .above p { font-size: 16px; width: 350px;}
.advantage .box .above .head { text-align: center; position: absolute; top:170px; left: 380px;}
.advantage .box .above .head h5 { font-size: 22px; font-weight: bold; color: #fff; margin-bottom: 6px;}
.advantage .box .above .video { position: absolute; top:197px; left:290px;}
.advantage .box .above .video embed { width: 597px; height: 391px; border: 3px solid #fff;}
.advantage .box .below .word h4 { font-size: 40px; font-weight: bold; color: #fff; position: absolute; top:760px; left: 45px;}
.advantage .box .below .word h5 { font-size: 18px; font-weight: bold; color: #fff; background: url("../images/ico1.png") no-repeat left center; padding-left: 30px;}
.advantage .box .below .word p { font-size: 16px; color: #fff; padding-left: 30px; line-height: 28px;}
.advantage .box .below .word .list1 { position: absolute; top:840px; left: 45px;}
.advantage .box .below .word .list2 { position: absolute; top:920px; left: 45px;}
.advantage .box .below .word .list3 { position: absolute; top:790px; left: 635px;}
.advantage .box .below .word .list4 { position: absolute; top:864px; left: 635px;}
.advantage .box .below .word .list5 { position: absolute; top:940px; left: 635px;}
.advantage .box .below .ad2 { position: absolute; top:1100px; left: 275px;}
.advantage .box .below .ad2 h4 { font-size: 26px; color: #0063d1; margin-bottom: 30px;}
.advantage .box .below .ad2 .tel h5 { font-size: 20px; color: #fff; margin:0 20px 0 86px;}
.advantage .box .below .ad2 .tel a { color: #fff; width: 223px; height: 27px; text-align: center; line-height: 27px; background-color: #0063d1;}
.advantage .box .below .note { margin: 30px 0 0 20px; }
.advantage .box .below .note span { color: #fff; font-size: 16px;}
.advantage .box .below .note .text { background: none; border: 1px solid #fff; width: 460px; height: 30px; color: #666; padding-left: 10px;}
.advantage .box .below .note .submit { background-color: #0063d1; width: 58px; height: 32px; color: #fff; }

/*tit*/
.tit { text-align: center; padding: 60px 0;}
.tit h3 { font-size: 34px; }
.tit h4 { font-size: 20px; color: #808080;}

/*part1*/
.part1 { text-align: center;}
.part1 .tit h3 { background: url("../images/ico2.png") no-repeat center;}
.part1 ul li { float: left; margin: 0 38px; transition: all .5s;}
.part1 ul li:hover { transform: translate(20px,0);}
.part1 ul li p { font-size: 16px; margin-top: 10px;}
.part1 ul li h5 { font-size: 20px; color: #0063d1;}

/*join*/
.join .tit h3 { background: url("../images/ico3.png") no-repeat center;}
.join { background: url("../images/join.jpg") no-repeat center 80px; width: 100%;}
.join .join_box .join_content { height: 278px; overflow: hidden;}
.join .join_box .join_content ul{ padding-top:21px;}
.join .join_box .join_content li{ float:left; overflow:hidden; text-align:center; background: url("../images/ico5.png") no-repeat top center; width: 130px; height: 187px;
  padding:0 19px; transition: all 0.5s;}
.join .join_box .join_content li.on { background:url("../images/ico5-h.png") no-repeat top center; }
.join .join_box .join_content li h4 { font-size: 18px; padding-top: 42px;}
.join .join_box .join_content li p { font-size: 14px;}
.join .join_box .join_content li.on h4 { color: #fff; }
.join .join_box .join_content li.on p { color: #fff; }
.join .join_box .join_content .join_word { padding-top: 20px; text-align: center;}
.join .join_box .join_content .join_word p{ color: #fff; background-color: #0063d1; line-height: 50px;}

/*case*/
.case .tit h3 { background: url("../images/ico3.png") no-repeat center;}
.case .case_list { position: relative;}
.case .case_list .hd span { display:block; width:37px; height:41px; cursor:pointer; position: absolute;}
.case .case_list .hd .prev { right:-60px;  top:120px; background:url("../images/arrow1.png") no-repeat;}
.case .case_list .hd .next{ left:-60px; top:120px; background: url("../images/arrow2.png") no-repeat; }
.case .case_list .bd { height: 293px; overflow: hidden;}
.case .case_list .bd .tempWrap { width: 100%!important;}
.case .case_list .bd ul li { float: left; width: 372px; height:293px; margin-right:35px; position: relative; overflow: hidden;}
.case .case_list .bd ul li .pic { width: 100%; height: 100%; }
.case .case_list .bd ul li .pic img { width: 100%; height: 100%; display: block;}
.case .case_list .bd ul li .title { position: absolute; bottom: 0; left:0; background: url("../images/hei.png"); height: 40px; width: 100%; text-align: center; transition: all .5s;}
.case .case_list .bd ul li .title h5 { font-size: 16px; color: #fff; line-height: 40px; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
  margin-bottom: 10px; }
.case .case_list .bd ul li .title .more { color: #fff; border: 2px solid #fff; transition: all .5s; display: block; width: 165px; margin: 0 auto; height: 36px; line-height: 36px;
  text-align: center;}
.case .case_list .bd ul li:hover .title { height: 80%; padding-top: 20%; }
.case .case_list .bd ul li:hover .title h5 { opacity: 0; }
.case .case_list .bd ul li:hover .title .more { margin-top:10%; }

/*reason*/
.reason { margin: 60px 0 0; background: url("../images/bg3.jpg") no-repeat center; width: 100%; height: 587px; }
.reason .reason_box { position: relative; }
.reason .reason_box .rea_tit a { display: block; background: url("../images/rea-tit.png") no-repeat center; width: 603px; height: 158px; position: absolute; top:50px; left: 0; }
.reason .reason_box .content h4 { font-size: 18px; color: #fff; margin-bottom: 20px; }
.reason .reason_box .content h5 {  color: #fff; font-size: 14px; margin-left: -40px; line-height: 28px; }
.reason .reason_box .content .main1 { position: absolute; left: 690px; top:31px;}
.reason .reason_box .content .main2 { position: absolute; left: 690px; top:168px;}
.reason .reason_box .content .main3 {  position: absolute; left: 690px; top:301px; }
.reason .reason_box .content .main4 {  position: absolute; left: 690px; top:456px; }

/*witness*/
.witness .tit h3 { background: url("../images/ico3.png") no-repeat center;}
.witness .witness_list .list { float: left; margin-bottom: 30px; margin-right: 30px; }
.witness .witness_list .list.li2,.witness .witness_list .list.li4 {  margin-right: 0;}
.witness .witness_list .list .pic{ width:230px; height:194px;}
.witness .witness_list .list .pic img { width: 100%; height: 100%; }
.witness .witness_list .list .word { width: 345px; height:194px; background-color: #f2f2f2; padding:20px; box-sizing: border-box; cursor: pointer;}
.witness .witness_list .list .word h4 { width: 100px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;  }
.witness .witness_list .list .word h5 { width: 330px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-bottom: 5px; }
.witness .witness_list .list .word h4 a{ font-weight: bold;  font-size: 16px; color: #1a1a1a; }
.witness .witness_list .list .word h5 a{ font-weight: bold;  font-size: 16px; color: #1a1a1a; }
.witness .witness_list .list .word:hover h4 a,.witness .witness_list .list .word:hover h5 a{ color: #0063d1; }
.witness .witness_list .list .word p { line-height: 24px; height: 76px; overflow: hidden; font-size: 14px; color: #666666; margin-bottom:5px; }
.witness .witness_list .list .word:hover .more { color: #0063d1; }

/*ad3*/
.ad3 { background: url("../images/ad3.jpg") no-repeat center; height: 185px; width: 100%; margin-top: 30px;}
.ad3 .tel { padding:40px 40px 0 0; }
.ad3 .tel h6 { font-size: 18px; color: #fff; }
.ad3 .tel p { font-size: 28px; color: #fff; margin-bottom: 10px; font-weight: bold;  }
.ad3 .tel a { color: #0063d1; background-color: #fff; padding:8px 36px;  }

/*about*/
.about{ padding-top: 60px;}
.about .about_box { width:815px; position: relative;}
.about .about_box .ab_l { width:275px;}
.about .about_box .ab_l .title h3 a { color: #fff; background-color: #0063d1; font-size: 16px; font-weight: bold; padding:15px 30px;}
.about .about_box .ab_l .title h4 { color: #cfcfcf; font-size: 44px; position: absolute; top:270px; left: 120px;}
.about .about_box .ab_l img{ width:100%; height: 210px; display: block; margin-top: 30px;}
.about .about_box .ab_r { width: 540px; background: url("../images/ico6.png") no-repeat left center; height:348px; position: relative;}
.about .about_box .ab_r .word { background-color: #fff; padding:20px 0; margin:75px 0 0 60px; }
.about .about_box .ab_r .word p{ color: #343434; line-height: 28px; height:132px; width: 480px; overflow: hidden;  }
.about .about_box .ab_r .more{ color: #696969; font-size: 15px; position: absolute; right:0; bottom:0;  font-weight: bold; transition: all .5s}
.about .about_box .ab_r .more:hover { color: #0063d1; border-bottom: 2px solid #0063d1; padding-bottom: 5px;}
.about .honor { width: 300px; height: 350px; background-color: #e5eef6; position:relative; }
.about .honor .honor_tit h3 { text-align: center; margin-top:30px;}
.about .honor .honor_tit h3 a { font-size: 24px; color: #0063d1;}
.about .honor .honor_tit h3 a span { font-size: 18px; color: #666;}
.about .honor .hd span { display:block; width:149px; height:27px; cursor:pointer; position: absolute;}
.about .honor .hd .prev { left:251px; top:160px; background:url("../images/arrow3.png") no-repeat;}
.about .honor .hd .next{ left:30px; top:160px; background: url("../images/arrow4.png") no-repeat; }
.about .honor .bd{ overflow: hidden; padding-top:10px; margin-left: 70px; width: 158px; height: 264px;}
.about .honor .bd .tempWrap{ width:100%!important; }
.about .honor .bd ul{ overflow:hidden; zoom:1; }
.about .honor .bd ul li{ float:left; overflow:hidden; text-align: center; margin-right: 54px;  width:154px; }
.about .honor .bd ul li .pic img{ width:154px; height:200px; display:block; border: 2px solid #cbcbcb; }
.about .honor .bd ul li .title1 a{  color: #555555; line-height: 50px; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 100%;}

/*company*/
.company { height: 308px; overflow: hidden; }
.company .company_tit { border-bottom: 1px solid #dcdcdc; width:1180px; margin: 30px auto; }
.company .company_tit .title h3 { padding-bottom: 7px; }
.company .company_tit .title h3 a{ font-size: 20px; padding:0 10px 10px; border-bottom: 2px solid #0063d1; color: #0063d1; }
.company .bd { position: relative; }
.company .bd .more { position: absolute; right:10px; top:-57px; color: #696969; }
.company .bd .more:hover { border-bottom: 1px solid #0063d1; color: #0063d1; padding-bottom: 5px;}
.company .bd .tempWrap{ width: 100%!important; }
.company .bd ul{ overflow:hidden; zoom:1;}
.company .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;}
.company .bd ul li .pic{ text-align:center; width:282px; height:199px; overflow: hidden;}
.company .bd ul li .pic img{ width:100%; height:100%; display:block;  border: 1px solid #d3d3d3; transition: all .6s; }
.company .bd ul li .title3 { line-height:40px; border-bottom: 1px solid #dedede; position: relative}
.company .bd ul li .title3 a { color:#6f6f6f; }
.company .bd ul li .title3 .border-bottom { display: block; position: absolute; background-color:#0063d1; -webkit-transition: all 0.6s ease-out; transition: all 0.6s ease-out;
  bottom: -1px; left:0; width: 0; height: 1px;}
.company .bd ul li:hover .pic img { transform: scale(1.1) }
.company .bd ul li:hover .title3 .border-bottom { width: 284px; }

/*news*/
.new .tit h3 { background: url("../images/ico3.png") no-repeat center;}
.new .tit h4 { text-transform: uppercase;}
.new .new_box { height: 368px; overflow: hidden; }
.new .new_box .new_tit { width: 170px; }
.new .new_box .new_tit .new_hd { background-color: #e6e6e6; height: 109px; cursor: pointer; margin-bottom: 1px; }
.new .new_box .new_tit .new_hd.on { background:#0063d1; }
.new .new_box .new_tit .new_hd.on h3 a { color: #fff; }
.new .new_box .new_tit .new_hd h3 { padding-left: 70px; padding-top: 30px; }
.new .new_box .new_tit .new_hd h3 a { color:#0063d1; font-size: 18px; font-weight: bold; }
.new .new_box .new_tit .new_hd.nt1 h3 {  background: url("../images/ico8.png") no-repeat 20px bottom; }
.new .new_box .new_tit .new_hd.nt1.on h3 {  background: url("../images/ico8-h.png") no-repeat 20px bottom; }
.new .new_box .new_tit .new_hd.nt2 h3 {  background: url("../images/ico9.png") no-repeat 20px bottom; }
.new .new_box .new_tit .new_hd.nt2.on h3 {  background: url("../images/ico9-h.png") no-repeat 20px bottom; }
.new .new_box .new_tit .new_hd.nt3 h3 {  background: url("../images/ico10.png") no-repeat 20px bottom; }
.new .new_box .new_tit .new_hd.nt3.on h3 {  background: url("../images/ico10-h.png") no-repeat 20px bottom; }
.new .new_box .new_tit .new_hd h6 { font-size: 14px; font-weight: bold; color: #b2b2b2; text-align: center; padding-top: 5px;}
.new .new_box .new_tit .new_hd.on h6 { color: #fff; }
.new .new_box .new_content { width:985px; }
.new .new_box .new_content .list img { width:431px; height: 328px; border: 1px solid #ccc; padding:8px; box-sizing: border-box;}
.new .new_box .new_content .list .list_rt { width:520px;}
.new .new_box .new_content .list_top h4 { width:500px;white-space:nowrap; text-overflow:ellipsis; overflow:hidden}
.new .new_box .new_content .list_top h4 a{color:#1a1a1a; font-size:16px;}
.new .new_box .new_content .list_top p { line-height:28px; height:55px; overflow: hidden; padding:8px 0; color:#666;}
.new .new_box ul li { padding-left :30px; line-height:38px; background:url("../images/ico11.png") no-repeat left center; border-bottom: 1px dashed #ccc; }
.new .new_box ul li a { display: block; width: 80%; white-space: nowrap; text-overflow: ellipsis;  overflow:hidden;}
.new .new_box ul li:hover { border-bottom: 1px dashed #0063d1;}
.new .new_box li .date{ float:right; margin-left:10px;}

/*flink*/
.flink { padding:20px 0; }
.flink ul {  background: url("../images/link.png") no-repeat left center; padding-left: 80px; height:40px; overflow: hidden;}
.flink ul li { float: left;  margin-right: 20px; line-height: 40px; }
.flink ul li a { color: #202020; }
.flink ul li:hover a { color:#0063d1; }


.container dl{width:295px;text-align:center;float:left;background:url(../images/three_line02.gif) no-repeat 0 45px;padding:50px 0 0}
.container dl dt{width:108px;margin:0 auto;height:108px;background:url(../images/three_k03.png) no-repeat}
.container dl dt:hover{background:url(../images/three_k04.png) no-repeat}
.container dl dt img{width:108px;height:108px}
.container dl dd{padding:10px 0 0}
.container dl dd h5{font-size:18px;color:#333;height:30px;line-height:30px}
.container dl dd p{font-size:14px;color:#333;line-height:22px;padding:10px 0 0}
.container dl:first-child{background:0 0}


