@charset "utf-8";

::selection {
 background-color: #0053b0;
 color: #fff;
}

::-moz-selection {
 background-color: #0053b0;
 color: #fff;
}

::-webkit-selection {
 background-color: #0053b0;
 color: #fff;
}

::-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);
 box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
 background-color: #555;
}

* {
 padding: 0;
 margin: 0;
 font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
 font: 14px/1.231 '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 {
 color: #333;
 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;
}

a:hover {
 color: #0053b0;
}


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;
}

input,
textarea {
 outline: 0;

}

textarea {
 resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
 font-weight: normal;
 font-style: normal;
}




.clear {
 clear: both;
}



.header{
 width: 100%;
 height: auto;
}


.header_1 {
 width: 100%;
 height: 40px;
 background:url(../images/t_bg.jpg) no-repeat center;
}

.header_2 {
 width: 1200px;
 height: 40px;
 margin: 0 auto;
 position: relative;
}

.header_2_l {
 float: left;
 height: 40px;
 line-height: 40px;
 color: #fff;
}


.header_2_r {
 height: 40px;
 line-height: 40px;
 float: right;
 margin-right: 250px;
 color: #a0a0a0;
 border-left: 1px solid #797979;
 border-right: 1px solid #797979;
}

.header_2_r a {
 color: #a0a0a0;
}

.header_2_r a:hover {
 color: #fff;
}

.header_2_r a.d1 {
 background: url(../images/t_ly.png) no-repeat 30px;
 padding-left: 53px;
 padding-right: 30px;
}



.top_1 {
 width: 100%;
 height: 105px;
 background: #fff;
}

.top_2 {
 width: 1200px;
 height: 105px;
 margin: 0 auto;
 position: relative;
}

.top_logo {
 width: auto;
 height: 105px;
 position: absolute;
 left: 0;
 top: 0;
}

.top_logo h1 {
 padding-top: 20px;
}


/*导航开始*/

.nav_xiala_dh {
 padding-left: 479px;
 height: 105px;
}

.nav_xiala {
 height: 40px;
 padding-top: 36px;
}

.nav_xiala ul{
 margin: 0;
}

.nav_xiala ul li {
 float: left;
 width: 103px;
 height: 40px;
 text-align: center;
 font-size: 15px;
 position: relative;
 border-radius: 10px;
}

.nav_xiala > ul > li > a {
 display: block;
 color: #363636;
 height: 40px;
 line-height: 40px;
 overflow: hidden;
 font-size: 15px;
 border-radius: 10px;
}

.nav_xiala ul li:hover {
 color: #fff;
 background:#0053b0;
}

.nav_xiala ul li:hover > a {
 color: #fff;
}

.nav_xiala > ul > li > a:hover {
 background: #0053b0;
}

.nav_xiala > ul > li.another {
 background:#0053b0;
 color: #fff;
}

.nav_xiala > ul > li.another > a {
 color: #fff;
}


.fixedNav {
 position: fixed;
 top: 0px;
 left: 0px;
 z-index: 99999;
 _position: absolute;
 _top: expression(eval(document.documentElement.scrollTop));
 box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.08);
}


/* 底部 开始 */



.footer {
 width: 100%;
 background:#1a1a1a;
}


.foot_cont {
 width: 1200px;
 height: auto;
 margin: 0 auto;
}

.foot_1 {
 height: auto;
 padding: 46px 0 40px 0;
}




.two_bottom_er_1 {
 float: left;
 color: #b2b2b2;
 text-align: center;
 font-size: 16px;
 margin-left: 40px;
}

.two_bottom_er_1 .pic{
padding: 14px;
 border: 1px solid #fff;
}

.two_bottom_er_1 .pic img {
 width: 118px;
 height: 118px;
 padding: 8px;
 display: block;
 background: #fff;
}


.two_bottom_er_1 h6{
 font-size: 14px;
 padding-top: 15px;
}


.foot_right{
 float: left;
 width: 996px;
}


.foot_t1{
 height: 30px;
 line-height: 30px;
 font-size: 16px;
 color:#fff;
 font-weight: bold;
}


.foot_4 {
 font-size: 14px;
 color: #b2b2b2;
 line-height: 30px;
 padding-top: 20px;
}


.foot_4 a {
 color: #b2b2b2;
}

.foot_4 a:hover {
 text-decoration: underline;
 color: #fff;
}



.foot_5 {
 font-size: 14px;
 line-height: 38px;
 color: #999999;
}

.foot_5 a {
 color: #999999;
}

.foot_5 a:hover {
 color: #fff;
}

.foot_5 img{
 vertical-align: middle;
}


/* 底部 结束 */


/* banner 开始 */
.fullSlide {
 width: 100%;
 position: relative;
 height: 500px;
 overflow: hidden;
}

.fullSlide .bd {
 height: 500px;
 margin: 0 auto;
 position: relative;
 z-index: 1;
 overflow: hidden;
}

.fullSlide .bd ul {
 width: 100% !important;
}

.fullSlide .bd li {
 width: 100% !important;
 height: 500px;
 overflow: hidden;
 text-align: center;
}

.fullSlide .bd li a {
 display: block;
 height: 500px;
}

.fullSlide .hd {
 width: 100%;
 position: absolute;
 z-index: 2;
 bottom: 0;
 left: 0;
 height: 35px;
 text-align: center;
}

.fullSlide .hd ul {
 text-align: center;
}

.fullSlide .hd ul li {
 cursor: pointer;
 display: inline-block;
 zoom: 1;
 width: 12px;
 height: 12px;
 margin: 7px;
 background-color: #bfbfbf;
 overflow: hidden;
 line-height: 99px;
 border-radius: 50%;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.fullSlide .hd ul .on {
 width: 40px;
 background: #0053b0;
 border-radius: 6px;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
}

.fullSlide .prev, .fullSlide .next {
 width: 40px;
 height: 60px;
 position: absolute;
 top: 50%;
 margin-top: -30px;
 z-index: 2;
 background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
 filter: alpha(opacity=30);
 -moz-opacity: .3;
 opacity: .3;
 -webkit-transition: all .5s linear;
 transition: all .5s linear;
}

.fullSlide .prev {
 background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
 left: 10%;
}

.fullSlide .next {
 background-position: -6px -137px;
 right: 10%;
}

/* banner 结束 */


/* animated home */

.animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both
}

.animated.infinite {
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite
}

.animated.hinge {
 -webkit-animation-duration: 2s;
 animation-duration: 2s
}

@-webkit-keyframes fadeInUp {
 0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0)
 }
 100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none
 }
}

@keyframes fadeInUp {
 0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0)
 }
 100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none
 }
}

.fadeInUp {
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp
}

.animated_1 {
 animation-delay: 0.3s;
}

.animated_2 {
 animation-delay: 0.6s;
}

.animated_3 {
 animation-delay: 0.9s;
}

.animated_4 {
 animation-delay: 1.2s;
}

.animated_5 {
 animation-delay: 1.5s;
}

.animated_6 {
 animation-delay: 1.8s;
}

.animated_7 {
 animation-delay: 2.1s;
}

.animated_8 {
 animation-delay: 2.4s;
}

.animated_9 {
 animation-delay: 2.7s;
}

.animated_10 {
 animation-delay: 3s;
}

.animated_11 {
 animation-delay: 3.3s;
}

.animated_12 {
 animation-delay: 3.6s;
}

/* animated end */


/*搜索*/


.search_box {
 float: right;
 width: 340px;
 height: 40px;
 overflow: hidden;
 position: relative;
 margin-top: 15px;
}

.swap_value {
 float: left;
 width: 260px;
 font-size: 14px;
 color: #333;
 height: 38px;
 line-height: 38px;
 padding: 0 20px 0 20px;
 background: none;
 border: 1px solid #bfbfbf;
}

.swap_go {
 float: right;
 margin: 0;
 border: 0;
 width: 40px;
 height: 40px;
 background: url(../images/fdj.png) no-repeat center #0053b0;
 cursor: pointer;
 position: absolute;
 top: 0px;
 right: 0px;
}

.search_box input::-webkit-input-placeholder {
 color: #b6b5b5;
}

.search_box input::-moz-placeholder {
 color: #b6b5b5;
}

.search_box input:-moz-placeholder {
 color: #b6b5b5;
}

.search_box input:-ms-input-placeholder {
 color: #b6b5b5;
}



.soso {
 width: 100%;
 height: 70px;
 background: #eeeff4;
}

.soso_1 {
 width: 1200px;
 height: 70px;
margin: 0 auto;
}

.soso_2 {
 height: 70px;
}


.top_tel {
 width: 600px;
 height: 70px;
 background: url(../images/t_tel.png) no-repeat 0;
 float: left;
 padding: 0 0 0 50px;
}

.top_tel_text {
 line-height: 20px;
 color: #060201;
 font-size: 14px;
 padding-top: 12px;
}

.top_tel_dh {
 font-size: 18px;
 color: #0053b0;
 line-height: 20px;
 font-weight: bold;
 padding-top: 3px;
}



/*搜索end*/




/*产品*/

.products_cp {
 padding-top: 45px;
}


.products {
 width: 1200px;
 margin: 0 auto;
 position: relative;
 padding-top: 25px;
}

.products_l {
 float: left;
 width: 250px;
 position: relative;
 background: #0053b0;
 padding-bottom: 10px;
}


.pl_tel {
 color: #fff;
 height: 101px;
 background:url(../images/cp_fltbg.png) no-repeat center;
}


.pl_telss {
 text-align: center;
 line-height: 101px;
 font-size: 26px;
 color: #fff;
 font-weight: bold;
}


.sideMen {
 padding: 5px 15px 0 15px;
 height: 733px;
 overflow: hidden;
 margin: 0 10px;
 background: #fff;
}


.products_l_er {

}

.products_l_er ul li {
 height: 33px;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
 text-transform: uppercase;
 border-bottom: 1px dashed #cecece;
}

.products_l_er ul li a {
 display: block;
 line-height: 33px;
 font-size: 14px;
 color: #333;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
 padding-left: 10px;
 padding-right: 25px;
 background: url(../images/cp_fd1.png) no-repeat right;
}


.products_l_er ul li a:hover {
 background: #0053b0;
 color: #fff;
}


.products_r {
 width: 1200px;
 float: right;
 overflow: hidden;
}


.products_r .tab_box {

}


.products_r .tab_box .hide {
 display: none;
}


.products_pro {
 position: relative;
}

.in_pro_2 {
 float: left;
 width: 386px;
 margin: 0 20px 20px 0;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 background: #fff;
}
.in_pro_2:nth-of-type(3n) {
    margin-right: 0;
}

.in_pro_2 .in_pro_1pic {
 width: 100%;
 height: 290px;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
}

.in_pro_2 .in_pro_1pic img {
 width: 100%;
 height: 100%;
 transform: scale(1);
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;

}


.in_pro_2 .in_pro_1pic i{
 display: block;
 width: 100%;
 height: 100%;
 background:url(../images/cp_d3.png) no-repeat center;
 background-color:rgba(0,0,0,0.5);
 position: absolute;
 left: 0;
 top: 0;
 pointer-events: none;
 opacity: 0;

 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;

 transform-origin: bottom;      /*旋转中心位置*/
 -webkit-transform-origin: bottom;
 -moz-transform-origin: bottom;

 transform: perspective(400px) rotateX(90deg);   /*旋转角度*/
 -webkit-transform: perspective(400px) rotateX(90deg);
 -moz-transform: perspective(400px) rotateX(90deg);
}


.in_pro_2:hover .in_pro_1pic i{
 opacity: 1;
 transform: perspective(400px) rotate(0deg);
 -webkit-transform: perspective(400px) rotate(0deg);
 -moz-transform: perspective(400px) rotate(0deg);

}






.in_pro_txt {
 width: 100%;
 height: 50px;
 line-height: 50px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 background:url(../images/cp_d1.png) no-repeat 330px #eeeff4;
 box-sizing: border-box;
 position: relative;
 z-index: 5;
 overflow: hidden;
}

.in_pro_txt h6 {
 font-size: 16px;
 line-height: 50px;
}

.in_pro_txt h6 a {
 color: #333;
 padding: 0 70px 0 20px;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}


.in_pro_2:hover .in_pro_txt {
 background:url(../images/cp_d2.png) no-repeat 330px #0053b0;
}


.in_pro_2:hover .in_pro_txt h6 a {
 color: #fff;
}





/*a_tite*/

.a_tite {
 text-align: center;
}

.a_tite h3 {
 line-height: 40px;
 font-size: 30px;
 color: #333;
 font-weight: bold;
 background: url(../images/in_x1.png) no-repeat center;
}


.a_tite h5 {
 color: #333;
 font-size: 14px;
 line-height: 20px;
 text-transform: uppercase;
 padding-top: 3px;
}





/*简介*/

.aboutus {
 width: 100%;
 height: 610px;
 overflow: hidden;
 background:url(../images/ab_bg.jpg) no-repeat center top;
 margin-top: 28px;
}


.aboutus_1 {
 width: 1200px;
 margin: 0 auto;
}


.aboutus_2 {
 float: right;
 width: 560px;
}

.aboutus_2left{
 float: left;
 width: 200px;
 padding-top: 80px;
}


.aboutus_2right{
 float: right;
 width: 200px;
 padding-top: 38px;
 color: #fff;
 text-align: right;
 line-height: 1;
}

.aboutus_2right h4{
 font-size: 30px;
 text-transform:uppercase;
}

.aboutus_2right b{
 font-size: 27px;
 text-transform:uppercase;
 padding-top: 3px;
 display: block;
}

.aboutus_2right h5{
 font-size: 18px;
 padding-top: 12px;
 line-height: 30px;
}


.aboutus_3x {
 float: left;
 width: 565px;
}


.aboutus_6 {
 padding-top: 60px;
}

.aboutus_3t1{
 font-size: 22px;
 font-weight: bold;
 text-transform:uppercase;
 color: #333;
 line-height: 30px;
}

.aboutus_3t2{
 font-size: 18px;
 text-transform:uppercase;
 line-height: 30px;
 padding-top: 8px;
}


.aboutus_3 {
 line-height: 26px;
 overflow: hidden;
 font-size: 16px;
 color: #333;
 padding-top: 55px;
}


.ab_moremt{
 margin-top: 105px;
}

.ab_more {
 width: 200px;
 height: 40px;
 font-size: 14px;

 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.ab_more a {
 color: #fff;
 display: block;
 line-height: 40px;
 background:url(../images/ab_jt.png) no-repeat 102px;
 text-transform: uppercase;
}

.ab_more a:hover {
 color: #fff;
 padding-left: 10px;
 background:url(../images/ab_jt.png) no-repeat 112px;
}


/*简介end*/




/*案例 */


.qysl {
 width: 100%;
 padding-top: 45px;
}


.qiye_box1{
 padding-top: 30px;
}

.qiye_box2{
 height: 330px;
 overflow: hidden;
}


#qiye_tab {
 height: 40px;
 width: 1200px;
 margin: 0 auto;
 text-align: center;
}


#qiye_tab ul li {
 display: inline-block;
 width: 150px;
 height: 38px;
 line-height: 38px;
 font-size: 16px;
 cursor: pointer;
 color: #333;
 margin: 0 8px;
 border: 1px solid #bfbfbf;
}


#qiye_tab ul li.on {
 background:#0053b0;
 color: #fff;
 border: 1px solid #0053b0;
 font-weight: bold;
}



#qiye_tab ul li a {
 color: #fff;
}

#qiye_tab ul li.on a {
 color: #fff;
}





.in_qiye_cont {
 width: 1200px;
 margin: 0 auto;
 position: relative;
}


.in_qiye {
 width: 1098px;
 margin: 0 auto;
}


.in_qiye_li {
 float: left;
 width: 326px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 margin: 0 10px 20px 10px;
 overflow: hidden;
 background: #eeeff4;
 padding: 10px 10px 0 10px;
}


.in_qiye_txt {
 width: 100%;
 height: 60px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 box-sizing: border-box;
}

.in_qiye_txt h6 {
 height: 60px;
 line-height: 60px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 background:url(../images/sl_jt1.png) no-repeat 298px;
}

.in_qiye_txt h6 a {
 color: #333;
 font-size: 14px;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 padding: 0 40px 0 5px;
}

.in_qiye_txt h6 a:hover {
 text-decoration: underline;
 color: #1a69fa;
}




.qiye_imgscale_x {
 width: 100%;
 height: 240px;
}

.qiye_imgscale {
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.qiye_imgscale img {
 width: 100%;
 height: 100%;
}


.in_qiye_li:hover {
background: #0053b0;
}

.in_qiye_li:hover .in_qiye_txt h6 a{
 color: #fff;
}

.in_qiye_li:hover .in_qiye_txt h6{
 background:url(../images/sl_jt2.png) no-repeat 298px;
}



.qiye_l {
 background: url(../images/sl_l.png) no-repeat center #333333;
 display: block;
 width: 40px;
 height: 40px;
 cursor: pointer;
 position: absolute;
 left: 0px;
 top: 136px;
 z-index: 10;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.qiye_l:hover {
 background: url(../images/sl_l.png) no-repeat center #0053b0;
}

.qiye_r {
 background: url(../images/sl_r.png) no-repeat center #333333;
 display: block;
 width: 40px;
 height: 40px;
 cursor: pointer;
 position: absolute;
 right: 0px;
 top: 136px;
 z-index: 10;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.qiye_r:hover {
 background: url(../images/sl_r.png) no-repeat center #0053b0;
}



/*案例 */


.case {
 width: 100%;
 padding-top:60px;
}


.in_caseone_cont {
 width: 1200px;
 height: 550px;
 margin: 0 auto;
 margin-top: 26px;
 position: relative;
 overflow: hidden;
}


.in_caseone {
 width: 100%;
}


.in_caseone_li {
 width: 1200px;
 height: 550px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 overflow: hidden;
}


.in_caseone_txt {
 width: 480px;
 height: 80px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 box-sizing: border-box;
 padding: 0 0 0 18px;
 position: absolute;
left: 40px;
 bottom: 20px;
 z-index: 5;
}

.in_caseone_txt h6 {
 line-height: 80px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 background:url(../images/al_d1.png) no-repeat 0;
}

.in_caseone_txt h6 a {
 color: #333;
 font-size: 16px;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 font-weight: bold;
 padding-left: 40px;
}

.in_caseone_txt h6 a:hover {
 text-decoration: underline;
 color: #1a69fa;
}


.in_caseone_txt i {
 display: block;
 width: 24px;
 height: 1px;
 background: #c7c7c7;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 margin: 0 auto;
 margin-top: 8px;
}


.in_caseone_txt h5 {
 height: 52px;
 line-height: 26px;
 font-size: 14px;
 overflow: hidden;
 color: #999;
 padding-top: 10px;
}


.in_caseone_txt h4 {
 margin-top: 10px;
 height: 30px;
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
 background: url(../images/al_d1.png) no-repeat center;
}




.in_caseone_li:hover .in_caseone_txt i {
 background: #1a69fa;
}


.caseone_imgscale_x {
 width: 100%;
 height: 550px;
}


.caseone_imgscale {
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.caseone_imgscale img {
 width: 100%;
 height: 100%;
}





.in_caseone_cont .hd {
 width: 1160px;
 height: 80px;
 overflow: hidden;
 position: absolute;
 left: 20px;
 bottom: 20px;
 z-index: 4;
 background: #fff;
}


.in_caseone_cont .hd ul {
 height: 10px;
 text-align: center;
 padding: 30px 0 0 500px;
}

.in_caseone_cont .hd ul li {
 display: inline-block;
 width: 12px;
 height: 12px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 border-radius: 50%;
 margin: 0 5px;
 line-height: 50px;
 overflow: hidden;
 background: #bfbfbf;
}


.in_caseone_cont .hd ul li.on {
 cursor: pointer;
 background: #0053b0;;
}


.caseone_l {
 background: url(../images/al_l.png) no-repeat center;
 display: block;
 width: 36px;
 height: 80px;
 cursor: pointer;
 position: absolute;
 right: 80px;
 bottom: 20px;
 z-index: 10;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.caseone_r {
 background: url(../images/al_r.png) no-repeat center;
 display: block;
 width: 36px;
 height: 80px;
 cursor: pointer;
 position: absolute;
 right: 50px;
 bottom: 20px;
 z-index: 10;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


/*案例end*/




/*案例 */


.case_bg {
 width: 100%;
 padding-top: 30px;
}


.in_case_cont {
 width: 1220px;
 height: 370px;
 margin: 0 auto;
 position: relative;
}


.in_case {
 width: 100%;
}


.in_case_li {
 float: left;
 width: 285px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 margin: 0 10px 20px 10px;
 overflow: hidden;
 background: #fff;
}


.in_case_txt {
 width: 100%;
 height: 88px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 box-sizing: border-box;
}


.in_case_txt h6 {
 height: 30px;
 line-height: 30px;
 padding-top: 12px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in_case_txt h6 a {
 color: #4c4c4c;
 font-size: 14px;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}


.in_case_txt h6 a:hover {
 text-decoration: underline;

}




.in_case_txt h5 {
 height: 36px;
 font-size: 14px;
 overflow: hidden;
 color: #999;
 border-bottom: 1px solid #bfbfbf;
 background:url(../images/al_ad3.png) no-repeat 263px top;
}


.in_case_txt h5 i{
 display: block;
 height: 36px;
 padding-left: 25px;
 line-height: 36px;
 background:url(../images/al_ad1.png) no-repeat 0;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
 padding-right: 30px;
}



.in_case_li:hover .in_case_txt {
 background: #0053b0;
 padding: 0 10px;
}

.in_case_li:hover .in_case_txt h6 a{
 color: #fff;
}

.in_case_li:hover .in_case_txt h5{
 color: #fff;
 border: 0;
 background:url(../images/al_ad4.png) no-repeat 243px top;
}

.in_case_li:hover .in_case_txt h5 i{
 color: #fff;
 background:url(../images/al_ad2.png) no-repeat 0;
}



.case_imgscale_x {
 width: 100%;
 height: 210px;
}


.case_imgscale {
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.case_imgscale img {
 width: 100%;
 height: 100%;
}



.in_case_more {
 width: 60px;
 height: 30px;
 overflow: hidden;
 position: absolute;
 left: 50%;
 bottom: 0px;
 z-index: 10;
 margin-left: -30px;
}

.in_case_more a{
 display: block;
 line-height: 28px;
 border: 1px solid #cccccc;
 text-align: center;
 font-size: 0px;
 background:url(../images/al_bbmore.png) no-repeat center;
 color: #fff;
}

.in_case_more a:hover{
 background: #0053b0;
 border: 1px solid #0053b0;
 font-size: 12px;
}



.case_l {
 background: url(../images/al_bbl.png) no-repeat center;
 display: block;
 width: 28px;
 height: 30px;
 cursor: pointer;
 position: absolute;
 left: 550px;
 bottom: 0px;
 z-index: 10;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.case_r {
 background: url(../images/al_bbr.png) no-repeat center;
 display: block;
 width: 28px;
 height: 30px;
 cursor: pointer;
 position: absolute;
 right: 550px;
 bottom: 0px;
 z-index: 10;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}





/*留言*/


.liuyan {
 width: 100%;
 height: 285px;
 background: url(../images/ly_bg.jpg) no-repeat center;
 margin-top: 50px;
}


.in_bottom_r {
 width: 1200px;
 margin: 0 auto;
 height: 171px;
 position: relative;
}

.in_bottom_r3 {
 padding-top: 57px;
}


.in_bottom_r3box{
 float: left;
 width: 1042px;
 height: 50px;
 border-bottom: 2px solid #fff;
}


.in_bottom_rt {
 color: #fff;
 padding-top: 45px;
 text-align: center;
}

.in_bottom_rt span {
 font-size: 26px;
 color: #fff;
 font-weight: bold;
 line-height: 30px;
}

.in_bottom_rt h4{
 width: 515px;
 height: 40px;
 line-height: 40px;
 background: #fff;
 margin: 0 auto;
 text-align: center;
 font-size: 20px;
 color: #0053b0;
 font-weight: bold;
 border-radius: 20px 0;
 margin-top: 18px;
}



.foot_r3_1 {
 width: 220px;
 height: 32px;
 position: relative;
 float: left;
 padding-top: 18px;
}

.foot_ml {
 margin-left: 20px;
}

.foot_wione {
 width: 230px;
}

.foot_wi {
 width: 560px;
}

.foot_withr {
 width: 180px;
}


.webq_bd_2 {
 width: 100%;
 height: 32px;
 line-height: 32px;
 background: none;
 color: #fff;
 box-sizing: border-box;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 display: block;
 border: 0;
}


.ly_d1 {
 width: 20px;
 height: 20px;
 position: absolute;
 left: 0;
 top: 0;
 background: url(../images/ly_d1.png) no-repeat 0 0;
}

.ly_d2 {
 width: 20px;
 height: 20px;
 position: absolute;
 left: 0;
 top: 0;
 background: url(../images/ly_d2.png) no-repeat 0 0;

}


.ly_d3 {
 width: 20px;
 height: 20px;
 position: absolute;
 left: 0;
 top: 0;
 background: url(../images/ly_d3.png) no-repeat 0 0;
}



/*图标移动home*/

.lqy_jia .webq_bd_2 {
 padding: 0 56px 0 10px;
}

.lqy_jia .ly_d1 {
 left: 177px;
}

.lqy_jia .ly_d2 {
 left: 177px;
}

.lqy_jia .ly_d3 {
 left: 252px;
}

/*图标移动end*/


.in_bottom_r4 {
 float: right;
 width: 120px;
 height: 40px;
}

.in_bd_go {
 margin: 0;
 border: 0;
 width: 100%;
 background: #fff;
 cursor: pointer;
 color: #333;
 line-height: 40px;
 text-align: center;
 font-size: 16px;
}


.foot_yzmtu {
 float: left;
 width: 90px;
 height: 40px;
 margin-left: 30px;
 background: #fff;
}


.foot_yzmtu img {
 width: 90px;
 height: 40px;
 display: block;
}


.in_bottom_r3 input::-webkit-input-placeholder {
 color: #fff;
}

.in_bottom_r3 input::-moz-placeholder {
 color: #fff;
}

.in_bottom_r3 input:-moz-placeholder {
 color: #fff;
}

.in_bottom_r3 input:-ms-input-placeholder {
 color: #fff;
}





/*新闻*/


.news {
 width: 100%;
 padding-top: 65px;
}

.news_pro {
 width: 100%;
 height: auto;
background: #eeeff4;
 padding-top: 10px;
 margin-top: 20px;
 padding-bottom: 50px;
}


#newstab {
 height: 40px;
 width: 1200px;
 margin: 0 auto;
 text-align: center;
}


#newstab ul li {
 display: inline-block;
 width: 150px;
 height: 38px;
 line-height: 38px;
 font-size: 16px;
 cursor: pointer;
 color: #333;
 text-transform: uppercase;
 text-align: center;
 margin: 0 8px;
border: 1px solid #bfbfbf;
}


#newstab ul li.on {
 background: #0053b0;
 color: #fff;
 border: 1px solid #0053b0;
 font-weight: bold;
}

#newstab ul li a {
 color: #333;
}

#newstab ul li.on a {
 color: #fff;
}


.in_news_box {
 width: 100%;
}

.in_news_pro {
 width: 1200px;
 margin: 0 auto;
 padding-top: 30px;
}


#tab_news {
 width: 100%;
}

.in_news_1 {
 width: 105%;
}


.news_ti {
 width: 77px;
 height: 77px;
 font-size: 12px;
 color: #666666;
 background: #105ec0;
 padding: 4px;
 border-radius: 50%;
 position: absolute;
 left: 140px;
 top: 150px;
}

.news_ti span {
 color: #fff;
 width: 75px;
 height: 75px;
 display: block;
 border: 1px solid #0351b3;
 border-radius: 50%;
 text-align: center;
}

.news_ti span i {
 font-size: 16px;
 font-weight: bold;
 padding: 12px 15px 0 15px;
 display: block;
}


.in_news_2 {

}


.in_news_li {
 float: left;
 width: 350px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 padding: 0 36px 0 36px;
 border-left: 1px solid #d5d5d5;
}

.in_news_li:nth-child(1){
 padding: 0;
 border-left: 0;
 padding-right: 36px;
}


.in_news_txt {


}


.in_news_txt i {
 display: block;
 font-size: 20px;
 font-weight: bold;
 line-height: 60px;
}


.in_news_txt span {
 display: block;
 font-size: 12px;
 line-height: 14px;
 font-weight: bold;
 margin-top: 22px;
}


.in_news_txt h6 {
 height: 60px;
 line-height: 30px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_news_txt h6 a {
 color: #333;
 font-size: 16px;
 display: block;
 overflow: hidden;
}

.in_news_txt h5 {
 height: 1px;
background: #cdcdcd;
 margin-top: 15px;
}


.in_news_txt h4 {
 height: 30px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 background: url(../images/n_d1.png) no-repeat 0;
 margin-top: 20px;
}

.in_news_txt h4 a{
 line-height: 30px;
 font-size: 0px;
 display: block;
}

.in_news_li:hover .in_news_txt h4{
 background: url(../images/n_d2.png) no-repeat 0;
}




.news_imgscale_x {
 width: 100%;
 height: 250px;
}

.news_imgscale {
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.news_imgscale img {
 width: 100%;
 height: 100%;
}


.in_news_li:hover .in_news_txt i {
 color: #0053b0;
}

.in_news_li:hover .in_news_txt span {
 color: #0053b0;
}

.in_news_li:hover .in_news_txt h6 a:hover {
 color: #0053b0;
}


.in_news_li:hover .in_news_txt h6 a:hover {
 text-decoration: underline;
}

.in_news_li:hover .in_news_txt h4 a {
 opacity: 1;
}


.in_news_txt h4:before, .in_news_txt h4:after {
 position: absolute;
 top: 50%;
 content: '';
 width: 10px;
 height: 10px;
 background: #1b8561;
 border-radius: 50%;
 transition: 0.5s;
 z-index: -1;
}


.in_news_txt h4:before {
 left: -20px;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}

.in_news_txt h4:after {
 right: -20px;
 -webkit-transform: translate(50%, -50%);
 transform: translate(50%, -50%);
}


@-webkit-keyframes criss-cross-left {
 0% {
  left: -20px;
 }
 50% {
  left: 50%;
  width: 10px;
  height: 10px;
 }
 100% {
  left: 50%;
  width: 350px;
  height: 90px;
  border-radius: 0;
 }
}

@keyframes criss-cross-left {
 0% {
  left: -20px;
 }
 50% {
  left: 50%;
  width: 10px;
  height: 10px;
 }
 100% {
  left: 50%;
  width: 350px;
  height: 90px;
  border-radius: 0;
 }
}

@-webkit-keyframes criss-cross-right {
 0% {
  right: -20px;
 }
 50% {
  right: 50%;
  width: 10px;
  height: 10px;
 }
 100% {
  right: 50%;
  width: 350px;
  height: 90px;
  border-radius: 0;
 }
}

@keyframes criss-cross-right {
 0% {
  right: -20px;
 }
 50% {
  right: 50%;
  width: 10px;
  height: 10px;
 }
 100% {
  right: 50%;
  width: 350px;
  height: 90px;
  border-radius: 0;
 }
}

.in_news_li:hover .in_news_txt h4:before {
 -webkit-animation: criss-cross-left 0.8s both;
 animation: criss-cross-left 0.8s both;
}

.in_news_li:hover .in_news_txt h4:after {
 -webkit-animation: criss-cross-right 0.8s both;
 animation: criss-cross-right 0.8s both;
}




/*新闻end*/




























