/* banner 开始 */
.fullSlide {
 width: 100%;
 position: relative;
 height: 620px;
 overflow: hidden;
}

.fullSlide .bd {
 height: 620px;
 margin: 0 auto;
 position: relative;
 z-index: 1;
 overflow: hidden;
}

.fullSlide .bd ul {
 width: 100% !important;
}

.fullSlide .bd li {
 width: 100% !important;
 height: 620px;
 overflow: hidden;
 text-align: center;
}

.fullSlide .bd li a {
 display: block;
 height: 620px;
}

.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: #163ca9;
 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 {
 width: 1200px;
 height: 60px;
 overflow: hidden;
 position: relative;
 border-radius: 30px;
 margin: 0 auto;
 margin-top: 50px;
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.swap_value {
 float: left;
 width: 1060px;
 font-size: 14px;
 color: #666;
 height: 60px;
 line-height: 60px;
 padding: 0 20px;
 border: 0;
 background: none;
}

.swap_go {
 float: right;
 margin: 0;
 border: 0;
 width: 104px;
 height: 60px;
 background: url(../images/fdj.png) no-repeat center #163ca9;
 cursor: pointer;
 position: absolute;
 top: 0px;
 right: 0px;
 border-radius: 30px;
}





/*产品*/

.in_products_xx {
 padding-top: 60px;
}

.in_products_ttt {
 width: 1200px;
 height: auto;
 margin: 0 auto;
 margin-top: 40px;
}

.in_pfl {
 width: 105%;
 height: 50px;
 margin: 0 auto;
 text-align: center;
}

.in_pfl ul li {
 display: inline-block;
 width: 140px;
 position: relative;
 margin: 0 35px;
 background: #1688e0;
 border-radius: 5px;
 z-index: 100;
}

.in_pfl ul li a {
 display: block;
 height: 46px;
 line-height: 46px;
 font-size: 14px;
 text-align: center;
 color: #fff;
}

.in_pfl ul li:hover {
 color: #fff;
 background: url(../images/cp_mbg1.png) repeat-y center;
 box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
}


.in_pfl .liqsub {
 position: absolute;
 width: 170px;
 top: 46px;
 left: -15px;
 z-index: 200;
 height: 0px;
 visibility: hidden;
 opacity: 0;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
 padding-top: 10px;
 background: url(../images/cp_mbg.png) no-repeat center top;
}

.in_pfl .liqsub i {
 font-size: 14px;
 text-align: left;
 display: block;
 background-color: rgba(22, 60, 169, 0.6);
}

.in_pfl .liqsub i:nth-child(1) {
 border-radius: 5px 5px 0 0;
}

.in_pfl .liqsub i:last-child {
 border-radius: 0 0 5px 5px;
}


.in_pfl .liqsub i a {
 height: 36px;
 line-height: 36px;
 border: 0;
 color: #fff;
 font-size: 14px;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 padding: 0 10px 0 35px;
}

.in_pfl .liqsub i a:hover {
 color: #fff;
}

.in_pfl ul li:hover .liqsub {
 height: auto;
 visibility: visible;
 opacity: 1;
}

.in_pfl ul li:hover .liqsub i a {
 border: none;
 background: url(../images/cp_d1.png) no-repeat 20px;
 text-align: left;
}

.in_pfl ul li:hover .liqsub i a:hover {
 color: #fff;
 padding-left: 45px;
 background: url(../images/cp_d1.png) no-repeat 30px;
 background-color: rgba(22, 60, 169, 0.8);

}


.in_products_r {
 width: 1230px;
 margin: 0 auto;
 position: relative;
 padding-top: 45px;
}


.in_products_r .tab_box {
 width: 100%;
 clear: both;
}


.in_products_r .tab_box .hide {
 display: none;
}

.in_products_pro {
 position: relative;
}

.in_products_pro ul li {
 float: left;
 width: 380px;
 margin: 0 15px 20px 15px;
 position: relative;
 border: 1px solid #163ca9;
 box-sizing: border-box;
 overflow: hidden;
}

.in_products_pro ul li .cpscale_x {
 width: 100%;
 height: 230px;
}

.in_products_pro ul li .cpscale {
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.in_products_pro ul li .cpscale img {
 width: 100%;
 height: 100%;
 transition: all 0.5s;
 transform: scale(1);
}

.in_products_pro ul li .cptxtone {
 width: 100%;
 height: 40px;
 line-height: 40px;
 background-color: rgba(0, 0, 0, 0.6);
 position: absolute;
 left: 0;
 bottom: 0;
 text-align: center;
 color: #fff;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in_products_pro ul li .cptxtone span {
 display: block;
 padding: 0 10px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}


.in_products_pro ul li .cptxt {
 width: 100%;
 height: 100%;
 background-color: rgba(22, 135, 224, 0.6);
 position: absolute;
 left: 0;
 top: 0;
 opacity: 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.cptxt_txt {
 width: 100%;
 height: 100%;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: absolute;
 left: 0;
 top: 0;
 box-sizing: border-box;
 padding: 20px;
 background-color: rgba(22, 135, 224, 0.6);
 opacity: 0;
}

.cptxt_txt i {
 display: block;
 height: 100%;
 box-sizing: border-box;
 overflow: hidden;
 position: relative;
}

.cptxt_txt i:after {
 width: 100%;
 height: 1px;
 background: #fff;
 display: block;
 position: absolute;
 left: -100%;
 top: 0;
 content: "";
 -webkit-transition: all .6s ease-out;
 transition: all .6s ease-out;
}

.cptxt_txt i:before {
 width: 100%;
 height: 1px;
 background: #fff;
 display: block;
 position: absolute;
 left: 100%;
 bottom: 0;
 content: "";
 -webkit-transition: all .6s ease-out;
 transition: all .6s ease-out;
}

.cptxt_txt i span {
 height: 100%;
 width: 1px;
 background: #fff;
 display: block;
 position: absolute;
 left: 0;
 top: -100%;
 -webkit-transition: all .6s ease-out;
 transition: all .6s ease-out;
}

.cptxt_txt i b {
 height: 100%;
 width: 1px;
 background: #fff;
 display: block;
 position: absolute;
 right: 0;
 top: 100%;
 -webkit-transition: all .6s ease-out;
 transition: all .6s ease-out;
}


.cptxt_txt i h5 a {
 color: #fff;
 font-size: 20px;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 padding: 18% 10% 0 10%;
 -webkit-transition: all .6s ease-out;
 transition: all .6s ease-out;
 text-align: center;
 font-weight: bold;
}

.cptxt_txt i h5 a:hover {
 text-decoration: underline;
}


.cptxt_txt i h4 {
 width: 100%;
 -webkit-transition: all .5s ease-out;
 transition: all .5s ease-out;
 margin-top: 20px;
 color: #fff;
 font-size: 14px;
 text-align: center;
 padding: 0 30px;
 box-sizing: border-box;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}


.in_products_pro ul li:hover .zuoping_pic img {
 transform: scale(1.1);
}

.in_products_pro ul li:hover .cptxt_txt {
 opacity: 1;
 transform: scale(1);
}


.in_products_pro ul li:hover .cptxt_txt i:after {
 left: 0;
}

.in_products_pro ul li:hover .cptxt_txt i:before {
 left: 0;
}

.in_products_pro ul li:hover .cptxt_txt i span {
 top: 0;
}

.in_products_pro ul li:hover .cptxt_txt i b {
 top: 0;
}

.in_products_pro ul li:hover .cptxt_txta {
 opacity: 0;
 bottom: -50px;
}


.in_products_pro ul li:hover .cptxtone {
 opacity: 0;
 bottom: -40px;
}


.in_products_pro ul li:nth-child(2) {
 width: 790px;
}


.in_products_pro ul li:nth-child(2) .cptxt_txt h5 a {
 padding-top: 22%;
}


.in_products_pro ul li:nth-child(2) .cpscale_x {
 width: 100%;
 height: 480px;
}


.in_products_pro ul li:nth-child(3) {
 position: absolute;
 left: 0;
 top: 250px;
}


/*产品end*/


/*a_text_xx*/

.a_text_xx {
 height: auto;
 text-align: center;
}

.a_text_xx h3 {
 line-height: 40px;
 font-size: 30px;
 font-weight: bold;
 color: #1688e0;
}

.a_text_xx span {
 color: #163ca9;
}

.a_text_xx h4 {
 line-height: 20px;
 text-align: center;
 font-size: 16px;
 color: #666666;
 text-transform: uppercase;
 padding-top: 8px;
}


/*b_text_xx*/

.b_text_xx {
 height: auto;
 text-align: center;
}

.b_text_xx h3 {
 line-height: 40px;
 font-size: 30px;
 font-weight: bold;
 color: #fff;
}

.b_text_xx h4 {
 line-height: 20px;
 text-align: center;
 font-size: 16px;
 color: #fff;
 text-transform: uppercase;
 padding-top: 8px;
}


/*in_banner1*/

.in_banner1 {
 width: 100%;
 height: 424px;
 margin-top: 50px;
 background: url(../images/in_b1bg.jpg) no-repeat center top;
}


.in_banner1_1 {
 width: 1200px;
 height: 424px;
 margin: 0 auto;
 position: relative;
}

.in_banner1_right {
 color: #fff;
}

.in_banner1_pic {
 height: 50px;
 line-height: 50px;
 font-size: 48px;
 color: #fff;
 padding: 50px 0 0 0px;
 text-align: center;
 font-weight: bold;
 letter-spacing: 10px;
}

.in_banner1_pic2 {
 line-height: 42px;
 font-size: 24px;
 padding: 100px 0 0 326px;
 color: #163ca9;
 text-transform: uppercase;
}

.in_banner1_pic3 {
 position: absolute;
 left: -15px;
 top: 78px;
}

.in_banner1_2 {
 height: 40px;
 margin-left: 326px;
 width: 478px;
 margin-top: 32px;
}

.in_banner1_3 {
 height: 40px;
 float: left;
 line-height: 40px;
}

.in_banner1_3 span {
 float: left;
 color: #163ca9;
 font-size: 24px;
 display: block;
 font-weight: bold;
}

.in_banner1_4 {
 float: right;
 width: 160px;
 height: 40px;
 line-height: 40px;
 color: #FFF;
 text-align: center;
}

.in_banner1_4 a {
 color: #fff;
 display: block;
 font-size: 18px;
 background: #163ca9;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 20px;
}

.in_banner1_4 a:hover {
 color: #fff;
 background: #1688e0;
 border-radius: 5px;
}


/*案例 */


.case_bg {
 width: 100%;
 margin-top: 50px;
}

.case_cont {
 width: 1256px;
 margin: 0 auto;
}


.in_case_ss {
 width: 1256px;
 position: relative;
 padding-top: 45px;
}


#tab_case {
 height: 70px;
}

#tab_case .case_menu {
 height: 70px;
 text-align: center;
}


#tab_case .case_menu li {
 width: 242px;
 height: 60px;
 line-height: 60px;
 font-size: 16px;
 cursor: pointer;
 color: #333;
 background: #1688e0;
 border-radius: 5px;
 margin: 0 50px;
 display: inline-block;
}


#tab_case .case_menu li a {
 color: #fff;
 display: block;
 text-align: left;
 padding-left: 80px;
}


#tab_case .case_menu .on {
 cursor: pointer;
 background: url(../images/al_bg1.png) repeat-y center;
 box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
}


.tab_case_d1 {
 background: url(../images/al_d1.png) no-repeat 35px;
}

.tab_case_d2 {
 background: url(../images/al_d2.png) no-repeat 35px;
}


.in_case_right {
 width: 100%;
 position: relative;
 overflow: hidden;
 margin-top: 54px;
 height: 545px;
}

.in_case_cont {
}

.in_case {

}

.in_case_li {
 float: left;
 width: 360px;
 height: 480px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 margin: 0 28px 28px 28px;
 box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.08);
}


.in_case_txt {
 width: 100%;
 height: 202px;
 background: #fff;
 position: absolute;
 left: 0;
 bottom: 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in_case_txt h6 {
 height: 30px;
 line-height: 30px;
 padding-top: 30px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in_case_txt h6 a {
 color: #333;
 font-size: 18px;
 font-weight: bold;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-align: center;
 padding: 0 40px;
}

.in_case_txt h5 {
 height: 60px;
 line-height: 30px;
 font-size: 14px;
 padding: 10px 40px 0 40px;
 overflow: hidden;
 text-align: center;
}

.in_case_txt h4 {
 height: 28px;
 background: url(../images/al_d3.png) no-repeat center;
 margin-top: 20px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.fc_imgscale_x {
 width: 100%;
 height: 278px;
}


.fc_imgscale {
 width: 100%;
 height: 278px;
 overflow: hidden;
 position: relative;
}

.fc_imgscale img {
 width: 100%;
 height: 278px;
}


.in_case_li:hover h6 {
 transform: scale(1);
 opacity: 1;
}


.in_case_li:hover .in_case_txt {
 width: 100%;
 height: 242px;
 background: url(../images/al_bg2.png) repeat-x;
}

.in_case_li:hover .in_case_txt h6 {
 padding-top: 50px;
}


.in_case_li:hover .in_case_txt h6 a {
 color: #fff;
}

.in_case_li:hover .in_case_txt h5 {
 color: #fff;
}

.in_case_li:hover .in_case_txt h4 {
 margin-top: 40px;
}


.case_more {
 width: 160px;
 height: 44px;
 font-size: 16px;
 margin: 0 auto;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.case_more a {
 color: #626262;
 display: block;
 line-height: 42px;
 text-align: center;
 border: 1px solid #333;
 border-radius: 22px;
 text-transform: uppercase;
}

.case_more a:hover {
 color: #fff;
 background: #163ca9;
 border: 1px solid #163ca9;
}


/*公司新闻*/


.gsnews_bg {
 background: url(../images/n_bg.jpg) no-repeat center;
 height: 256px;
 margin-top: 60px;
}

.gsnews_bg2 {
 height: 256px;
 margin-top: 50px;
}


.gsnews {
 width: 1200px;
 margin: 0 auto;
 padding-top: 26px;
}


.gsnewsleft {
 float: left;
 width: 588px;
 height: 180px;
 padding: 11px 0 10px 10px;
 border: 1px solid #dddddd;
 position: relative;
}

.gsnewsleft_1 {
 float: left;
 width: 280px;
 height: 180px;
 overflow: hidden;
}

.gsnewsleft_1 img {
 width: 280px;
 height: 180px;
 transition: all 0.5s;
 transform: scale(1);
}

.gsnewsleft_1 a:hover img {
 transition: all 0.5s;
 transform: scale(1.08);
}


.gsnewsleft_2 {
 float: right;
 width: 260px;
 color: #666;
 overflow: hidden;
 padding-right: 25px;
}

.gsnewsleft_2 h6 {
 font-size: 16px;
 font-weight: normal;
 color: #333;
 height: 30px;
 line-height: 30px;
 overflow: hidden;
 padding-top: 15px;
}

.gsnewsleft_2 h6 a {
 color: #333;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.gsnewsleft_2 h6 a:hover {
 color: #163ca9;
 padding-left: 10px;
}


.gsnewsleft_2 h4 {
 color: #666;
 font-size: 14px;
 line-height: 24px;
 height: 72px;
 overflow: hidden;
 padding-top: 15px;
}


.gsnewsleft_2 h5 {
 font-size: 14px;
 color: #999999;
 margin-top: 15px;
}

.gsnewsleft_more {
 width: 42px;
 height: 42px;
 font-size: 0px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: absolute;
 right: 0;
 bottom: 0;
}

.gsnewsleft_more a {
 color: #626262;
 display: block;
 line-height: 43px;
 text-align: center;
 background: url(../images/news_jia.png) no-repeat center #163ca9;
}

.gsnewsleft_more a:hover {
 color: #fff;
 background: url(../images/news_jia.png) no-repeat center #1688e0;
}


.gsnews_pro_5 {
 float: left;
 width: 420px;
 margin-left: 38px;
 padding-top: 5px;
}

.gsnews_pro_5 ul li {
 height: 38px;
 line-height: 38px;
 overflow: hidden;
}


.gsnews_pro_5 ul li a {
 display: block;
 padding: 0 10px 0 18px;
 color: #666;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 background: url(../images/news_d1.png) no-repeat 0;
}

.gsnews_pro_5 ul li a:hover {
 color: #163ca9;
 padding-left: 28px;
 background: url(../images/news_d1.png) no-repeat 10px;
}

.gsnews_pro_5 ul li span {
 float: right;
 color: #666;
}


.gsnewsright_more {
 width: 110px;
 height: 204px;
 font-size: 0px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 float: right;
}

.gsnewsright_more a {
 color: #fff;
 display: block;
 line-height: 30px;
 text-align: center;
 background: url(../images/news_jia.png) no-repeat center 120px #163ca9;
 padding: 65px 0 108px 0;
 font-size: 16px;
 font-weight: bold;
}

.gsnewsright_more a:hover {
 color: #fff;
 background: url(../images/news_jia.png) no-repeat center 110px #1688e0;
}


/*公司新闻end*/


/*优势*/


.youshi {
 width: 100%;
 overflow: hidden;
 margin-top: 60px;
}

.youshi_pro {
 width: 1200px;
 margin: 0 auto;
 position: relative;
}

.youshi_line {
 width: 600px;
 height: 1px;
 background: #cccccc;
 position: absolute;
 left: 1190px;
 top: 35px;
}

.y_text_xx {
 width: 285px;
 height: 60px;
 position: absolute;
 right: 0px;
 top: 0px;
}

.y_text_t2_0 {
 height: 60px;
 line-height: 60px;
 font-size: 48px;
 color: #999;
 font-weight: bold;
}

.youshi_tu1 {
 position: absolute;
 left: 0;
 top: 65px;
}


.youshi_tu2 {
 position: absolute;
 left: 388px;
 top: 435px;
 z-index: 5;
}

.youshi_tu2 img {
 display: block;
 border: 10px solid #163ca9;
 border-radius: 10px;
}

.youshi_pro .tab_box_2 {
 margin-left: 692px;
 padding-top: 108px;
 overflow: hidden;
 height: 685px;
}

.youshi_pro .tab_box_2 .hide {
 display: none;
}

.youshi_pro_1 {
 height: 540px;
}

.youshi_pro_2a {
 position: relative;
}

.youshi_pro_2_1 {
 line-height: 30px;
 height: 220px;
 margin-top: 60px;
}

.youshi_pro_2_ml {
 margin-left: 100px;
}

.youshi_pro_2_line {
 height: 2px;
 background: #999999;
}

.youshi_pro_2_1 h6 {
 height: 30px;
 line-height: 30px;
 color: #333;
 font-weight: bold;
 font-size: 20px;
 padding-top: 5px;
}

.youshi_pro_2_1 h5 {
 font-size: 14px;
 line-height: 30px;
 padding: 20px 0 0 0px;
 width: 395px;
}


.youshi_pro_c {
 width: 36px;
 height: 100px;
 position: absolute;
 right: 0px;
 top: 112px;
 z-index: 10;
}

.youshi_pro_l {
 background: url(../images/ys_l.png) no-repeat center;
 display: block;
 width: 36px;
 height: 36px;
 cursor: pointer;
}

.youshi_pro_r {
 background: url(../images/ys_r.png) no-repeat center;
 display: block;
 width: 36px;
 height: 36px;
 cursor: pointer;
 margin-top: 15px;
}

/*优势end*/


/*简介*/

.in2_about {
 width: 100%;
 padding-top: 64px;
 background: url(../images/ab_bg.jpg) no-repeat center;
 height: 720px;
}


.in2_about_1 {
 width: 1200px;
 height: auto;
 margin: 0 auto;
 padding-top: 45px;
}

.in2_about_2 {
 float: right;
 width: 460px;
 height: 550px;
 background: #163ca9;
 border-radius: 8px;
}

.in2_about_2 .in_aimgscale {
 width: 460px;
 height: 550px;
 overflow: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 border-radius: 8px;
}

.in2_about_2 .in_aimgscale img {
 width: 460px;
 height: 550px;
 border-radius: 8px;
}

.in2_about_2 .in_aimgscale:hover {
 transform: translate(-5px, -5px);
 -webkit-transform: translate(-5px, -5px);
 box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}


.in2_about_3x {
 float: left;
 width: 740px;
 height: 466px;
 background: #fff;
 border-radius: 10px 0 0 10px;
 margin-top: 42px;
}

.in2_about_6 {
 float: left;
 width: 550px;
 padding: 0 0 0 60px;
}

.in2_about_4c {
 font-size: 20px;
 color: #163ca9;
 line-height: 1;
 height: 30px;
 font-weight: bold;
 padding-top: 45px;
}


.in2_about_3 {
 line-height: 30px;
 height: 120px;
 overflow: hidden;
 padding: 20px 140px 0 0;
 font-size: 14px;
 color: #333;
}

.in2_about_3 a:hover {
 padding-left: 15px;
}


.in2_about_5 {
 height: auto;
}

.in2_about_4 {
 float: left;
 width: 80px;
 padding-top: 70px;
}

.in2_about_4_2 {
 float: left;
 width: 78px;
 height: 78px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 margin-right: 40px;
 text-align: center;
 border: 1px solid #163ca9;
 border-radius: 5px;
 margin-bottom: 42px;
}

.in2_about_4_2 span {
 font-size: 18px;
 color: #163ca9;
 display: block;
 padding-top: 3px;
}

.in2_about_4_2 a {
 color: #163ca9;
}

.in2_about_4_2 i {
 width: 30px;
 height: 30px;
 display: block;
 margin: 0 auto;
 margin-top: 13px;
}

.in2_about_4_2pic {
 background: url(../images/ab_d1.png) no-repeat 0 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in2_about_4_3pic {
 background: url(../images/ab_d2.png) no-repeat 0 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in2_about_4_4pic {
 background: url(../images/ab_d3.png) no-repeat 0 0;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}


.in2_about_4_2:hover {
 background: #163ca9;
 border: 1px solid #163ca9;
}

.in2_about_4_2:hover span {
 color: #fff;
}

.in2_about_4_2:hover .in2_about_4_2pic {
 background: url(../images/ab_d1.png) no-repeat -30px 0;
}

.in2_about_4_2:hover .in2_about_4_3pic {
 background: url(../images/ab_d2.png) no-repeat -30px 0;
}

.in2_about_4_2:hover .in2_about_4_4pic {
 background: url(../images/ab_d3.png) no-repeat -30px 0;
}


.ab_more {
 width: 140px;
 height: 40px;
 font-size: 14px;
 margin-top: 30px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.ab_more a {
 color: #333;
 display: block;
 line-height: 38px;
 text-align: center;
 border: 1px solid #333;
 text-transform:uppercase;
}

.ab_more a:hover {
 color: #fff;
 background: #163ca9;
}



.fcc_shu {
 height: 88px;
 margin-top: 50px;
}

.fcc_shua {
 float: left;
 height: 50px;
 line-height: 1;
 padding-right: 35px;
}

.fcc_shua h4 {
 height: 48px;
 color: #333;
 line-height: 1;
}

.fcc_shua h4 b {
 font-size: 40px;
}

.fcc_shua h4 i {
 display: inline-block;
 font-size: 24px;
 height: 24px;
}

.fcc_shua h5 {
 height: 20px;
 line-height: 20px;
 font-size: 14px;
 color: #333;
 font-weight: bold;
}

.fcc_shua h6{
 width: 16px;
 height: 3px;
 background: #163ca9;
 margin-top: 20px;
}



/*简介end*/


/*新闻*/


.in_newsfaq_ss {
 padding-top: 30px;
}

.in_newsfaq {
 width: 1200px;
 height: auto;
 margin: 0 auto;
}


.in_faq {
 float: left;
 width: 600px;
}


.in_faq_t {
 height: 38px;
}

.in_faq_t span {
 float: left;
 width: 120px;
 height: 38px;
 line-height: 1;
 font-size: 20px;
 color: #333;
}

.in_faq_t span h3 {
 font-size: 20px;
 font-weight: bold;
}


.in_faq_t_more {
 float: right;
 width: 60px;
 height: 26px;
 line-height: 26px;
 font-size: 14px;
 margin: 0 0 0 0;
 text-transform: uppercase;
 text-align: right;
}

.in_faq_t_more a {
 color: #666;
 display: block;
}

.in_faq_t_more a:hover {
 color: #0274e8;
}


.in_faq_as {
 margin-top: 10px;
}

.in_faq_pro {
 height: 220px;
}

.in_faq_1 {
 height: 220px;
 overflow: hidden;
}

.in_faq_x {
 padding: 5px 25px;
 margin-bottom: 20px;
 background: #f8f8f8;
 height: 90px;
}

.in_faq_a {
 height: 30px;
 line-height: 30px;
 background: url(../images/fff.png) no-repeat 0;
 padding-left: 35px;
 color: #333;
 overflow: hidden;
 font-size: 16px;
 margin-top: 10px;
}

.in_faq_a a {
 color: #666;
 display: block;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.in_faq_a a:hover {
 color: #163ca9;
 padding-left: 10px;
}

.in_faq_q {
 background: url(../images/aaa.png) 0 no-repeat;
 padding-left: 35px;
 height: 30px;
 line-height: 30px;
 color: #666;
 margin-top: 8px;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}


/*新闻end*/

.ly_bg{
 width: 562px;
 float: right;
}


.webq_bottom_r {
 background: #f8f8f8;
 margin-top: 10px;
 padding: 10px 30px 31px 30px;
}


.webq_bottom_rli1 {
 width: 42px;
 height: 4px;
 background: #000;
}

.webq_bottom_rt2 {
 height: 40px;
 line-height: 20px;
 color: #fff;
 font-size: 14px;
 text-transform: uppercase;
}

.webq_bottom_rt2 span {
 font-size: 20px;
}

.webq_bottom_rli2 {
 width: 42px;
 height: 4px;
 background: #000;
}


.webq_bottom_r1 {
 height: 76px;
 margin-top: 25px;
 padding: 5px 10px 5px 10px;
 border: 1px solid #c9c9c9;
}

.webq_bottom_r3 {
 padding-top: 20px;
}

.webq_bottom_r3_1 {
 float: left;
 width: 219px;
 height: 40px;
 line-height: 40px;
 padding: 0 10px 0 10px;
 border: 1px solid #eeeeee;
 background: #fff;
}

.webq_bottom_r3_2 {
 height: 40px;
 line-height: 40px;
 padding: 0 10px 0 10px;
 border: 1px solid #eeeeee;
 margin-top: 20px;
 background: #fff;
}


.webq_bottom_ml {
 margin-left: 20px;
}

.webq_bottom_r4 {
 width: 110px;
 height: 34px;
 background:#163ca9;
 float: left;
}

.webq_bottom_r4_1 {
 width: 110px;
 height: 34px;
 background:#1688e0;
 float: left;
 margin-left: 20px;
}



.webq_bd_1 {
 width: 100%;
 height: 75px;
 border: 0;
 background: none;
 line-height: 30px;
 color: #999;
 font-size: 14px;
}

.webq_bd_2 {
 width: 100%;
 height: 40px;
 line-height: 40px;
 border: 0;
 background: none;
 color: #999;
 font-size: 14px;
}

.webq_bd_go {
 margin: 0;
 border: 0;
 width: 100%;
 background: none;
 cursor: pointer;
 color: #fff;
 line-height: 34px;
 font-size: 14px;
}






.webq_bottom_r input::-webkit-input-placeholder {
 color: #999999;
}

.webq_bottom_r input::-moz-placeholder {
 color: #999999;
}

.webq_bottom_r input:-moz-placeholder {
 color: #999999;
}

.webq_bottom_r input:-ms-input-placeholder {
 color: #999999;
}

.webq_bottom_r textarea::-webkit-input-placeholder {
 color: #999999;
}

.webq_bottom_r textarea::-moz-placeholder {
 color: #999999;
}

.webq_bottom_r textarea:-moz-placeholder {
 color: #999999;
}

.webq_bottom_r textarea:-ms-input-placeholder {
 color: #999999;
}


