/*公用header*/
.header{
	width: 100%;
	margin: 0 auto;
	height: 90px
}
.header .header_c{
	width: 82%;
	margin: 0 auto;
	min-width: 1200px
}
.header .header_c>a{
	margin-top:2px;
	width: 85px;
	min-width: 75px;
}
.header ul{
	float: left;
	margin-left: 3%;
	width: 85%
}
.header ul li{
	height: 90px;
	float: left;
	width: 11.5%;
	text-align: center;
	margin-right: 1%
}
.header ul li a{
	display: block;
    height: 100%;
	transition: all 0.3s;
	-moz-transition:all 0.3s ;
	-webkit-transition: all 0.3s;
	position: relative;
	overflow: hidden;
}
.header ul li a span{
	font-size: 18px;
	color: #4c4c4c;
	z-index: 2;
	position: absolute;
	transition: all 0.3s;
	-moz-transition:all 0.3s ;
	-webkit-transition: all 0.3s;
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 21px
}
.header ul li a span i{
	font-size: 12px;
	color: #808080;
	transition: all 0.3s;
	-moz-transition:all 0.3s ;
	-webkit-transition: all 0.3s;
}
.header ul li a:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #4c4c4c;
    opacity: 1;
    transition: all 0.2s linear;
    transform-origin: left top;
    transform: rotate(-90deg)
}
.header ul li a:hover:before {
    transform: rotate(0deg);
}
.header ul li a:hover span{
  color: #fee101;
}
.header ul li a:hover i{
  color: #fee101;
}
.header ul li a.current span{
  color: #fee101;
  background-color: #4c4c4c;
}
.header ul li a.current i{
  color: #fee101;
  background-color: #4c4c4c;
}
.header .header_r{
	margin-left: 1%;
	line-height: 90px;
	display:none;
}
.header .header_r a{
	margin-right: 15px;
	display: block;
	float: left;
}
.header .header_r a:last-child{
	margin-right: 0
}
/*footer*/
.footer{
	background: #1f2d38;
}
.footer .wrap{
	border-right: 1px solid #36424c;
	box-sizing:border-box;
}
.footer_l{
	width: 968px;
	padding: 50px 0 40px;
	float: left;
	border-right: 1px solid #36424c;
	box-sizing:border-box;
}
.footer_r{
	width: 231px;
	float: left;
	padding: 40px 0;
}
.footer_l .footer_l_item{
	float: left;
	width: 90px;
	margin-right: 48px;
}
.footer_l .footer_l_top{
	margin-bottom: 55px
}
.footer_l h3{
	color: #fff;
	margin-bottom: 18px;
}
.footer_l .footer_line{
	width: 90px;
	height: 2px;
	border-bottom: 1px solid #9da1a4;
	margin-bottom: 18px;
}
.footer_l .footer_line span{
	position: absolute;
	left: 0;
	top:1px;
	background: #fabe00;
	width: 25px;
	display: block;
	height: 2px
}
.footer_l ul li a{
	color: #ccc;
	display: block;
	margin-bottom: 12px;
}
.footer_l .footer_l_bottom .footer_l_item2{
	float: left;
	width: 270px;
	color: #ccc;
	font-size: 12px
}
.footer_l .footer_l_bottom .w240{
	width: 240px
}
.footer_l .footer_l_bottom .footer_l_item2 span{
	display:block;
}
.footer_l .footer_l_bottom .footer_l_item2 img{
	margin-right: 10px;
	float: left;
}
.footer_link{
	float: right;
	margin-right: 47px;
                position: relative
}
.footer_link>a{
	display: block;
	width: 140px;
	height: 36px;
	border:1px solid #798188;
	color: #fff;
	text-align: center;
	line-height: 36px;
	background: url(footer4.png) no-repeat center center;
	box-sizing: border-box;
}
.footer_link ul{
                width: 100%;
                display: none;
                position: absolute;
                bottom: 36px;
                left: 0;
}
.footer_link ul li{
	height: 45px;
	text-align: center;
	line-height: 45px;
    overflow: hidden;
}
.footer_r .footer_r1 img{
	width: 100px;
	margin: 0 auto 20px;
}
.footer_r .footer_r1{
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 25px
}
.footer_r .footer_r1 span img{
	width: 156px;
}
.footer_r .footer_r1 span{
	display: inline-block;
}
.footer_r .footer_r1 span.mb_8{
	margin-bottom: 8px
}
/*.footer_r .footer_r1 .span1{
	font-size: 12px;
	color: #a2a8ad
}*/
.footer_r .footer_r2{
	font-size: 12px;
	color: #9ca3a8;
	text-align: center;
}
.footer_r .footer_r2 span{
	margin-bottom: 10px;
	display: inline-block;
} 
.footer_link ul li a{
    transition: all 0.3s;
    -wekkit-transition:all 0.3s;
    background: #333;
    color: #fff;
}
.footer_link ul li a:hover{
    background: #3391d7
}
/*page*/
    /*分页的样式开始*/
    .pagination{
        /*width:420px;*/
        margin:0 auto;
        text-align: center;
        overflow: hidden;
		margin-top: 50px;
        display: flex;
        justify-content: center;
    }
    .pagination span,
    .pagination a{
        display: inline-block;
        border:1px solid #e6e6e6;
        width:50px;
        height:36px;
        line-height: 36px;
        text-align: center;
        color:#999;
        font-size: 16px;
        margin-left:5px;
        margin-right:5px;
        box-sizing: border-box;
    }
    .pagination .active  span{
        color:#fff;
        background:#fabe00;
    }
    .pagination span,
    .pagination .disabled{
        font-size:14px;
        color: #888;
    }
    .pagination a:hover{
        color:#fff;
        background:#fabe00;
    }
    /*分页的样式结束*/
/*首页轮播图片*/
.slideBox {
  width: 100%;
  position: relative;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0;
  width: 136px;
  bottom:40px;
  z-index: 1;
}
.slideBox .hd ul {
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
    width: 24px;
    height: 10px;
    background:url(banner_tip.png) no-repeat center center;
    margin: 0 auto;
    transition: .4s;
    cursor: pointer;
    opacity: 1;
    bottom: 0;
    float: left;
    margin:  0 5px;
    line-height: 9999px;
}
.slideBox .hd ul li.on{
  background: url(banner_tip_cur.png) no-repeat center center;
}
.slideBox .bd {
  position: relative;
  /*height: 100%;*/
  width: 100%;
  z-index: 0;
}
.slideBox .bd li {
/*  zoom: 1;
  vertical-align: middle;
  position: relative;*/
}
.slideBox .bd img {
  width: 100%;
  /*height: 100%;*/
  display: block;
}
/*index about*/
.about1 {background: url(bg01.png);}
.about1 .conleft {width: 596px;height: 380px;}
.about1 .conright {width: 535px;height: 320px;background: #fff;padding: 30px;position: relative;}
.about1 .conright h3 {font-size: 25px;margin-bottom: 30px;}
.about1 .conright h3 span {display: block;width: 14px;height: 25px;position: absolute;left: 0;top: 31px;background: url(aboicon01.png) no-repeat center;}
.about1 .conright h3 a {color: #333;}

.about1 .conright h3 i {display: block;font-size: 16px;color: #999;text-transform: uppercase;}
.about1 .conright .abo_p1 {font-size: 14px;line-height: 24px;}
.about1 .conright .abo_p1 a {color: #333;}
.about1 .conright a.ckgda {display: block;width: 124px;height: 35px;line-height: 35px;text-align: center;font-size: 14px;color: #fee101;background: #4c4c4c;border-radius: 5px;margin-top: 30px;}











.about1{
	padding: 45px 0 73px
}
.about .about_l,.about_r{
	width: 50%;
}
.about .about_l p{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px
}
.about .about_l h3{
	font-size: 30px;
	color: #333;
	margin-bottom: 20px
}
.about .about_l span{
	height: 5px;
	background: #fabe00;
	width: 20px;
	display: block;
	margin-bottom: 74px;
}
.about_r p{
	margin-top: 70px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 2;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6
}
.slideBox_about{
	width: 560px;
    position: relative;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.about_arrow{
    position: absolute;
    left: 600px;
    top: 0;
    width: 150px
}
.about_arrow span{
	width: 37px;
	height: 59px;
	display: block;
	float: left;
	cursor: pointer;
}

.about_arrow .about_icon1{
	background: url(pic2.png) no-repeat center center;
}
.about_arrow .about_icon2{
	background: url(pic3.png) no-repeat center center;
}
.about_arrow a:hover .about_icon1{
    background: url(pic_aa.png) no-repeat center center;
}
.about_arrow a:hover .about_icon2{
    background: url(pic_bb.png) no-repeat center center;
}
.about_btn{
	position: absolute;
    right: 0;
    bottom: 73px;
    background: #4c4c4c;
    width: 150px;
    height: 45px;
    font-size: 14px;
    color: #fee101;
    text-align: center;
    line-height: 45px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.about_btn:hover{
    background: #4c4c4c;
}
/*index advantage*/
.advantage{
	/*background: url(bg1.jpg) repeat center center;*/
	background-color: #1f2d38;
}

/*服务流程*/
.liucheng{
    padding: 55px 0 80px
}
.liucheng h1{
	font-size: 36px;
	color: #fff;
	text-align: center;
}
.liucheng .impor{
    width:348px;
    height:302px;
    position: relative;
    margin:90px auto 100px;
}

.liucheng .impor .ai>img{
    position: absolute;

}
.liucheng .impor .img4{
     top:0;
    /*z-index:-1;*/
     left:24px;
 }


.liucheng .impor .project-list{
    position: absolute;
    top:50%;
    left:50%;
    margin:-90px 0 0 -65px;
    z-index:100;
    width: 130px;
}
.liucheng .impor .project-list ul li{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-bottom: 3px;
}
.project__image {
    display: block;
    position: relative;
    margin-bottom: 12px
}

.project__image img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.project__image:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity .3s ease;
    opacity: 0;
}

.project__card {
    position: relative;
    will-change: transform;
    transition: box-shadow .3s ease;
    box-shadow: 0 10px 30px transparent;
}

.project__card.hover-in {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.project__card.hover-out {
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}
.project:hover .project__image:after {
    opacity: 1;
}



.liucheng .impor .img3{
    top:0;
    left:0;
    /*margin:-188px 0 0 -191px;*/
    z-index:10;
    animation: 30s linear 0s normal none infinite running infinite-spinning;
}
@keyframes infinite-spinning {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.liucheng .impor .img0{
    top:50%;
    left:50%;
    margin:-224px 0 0 -224px;
    z-index:10;
    animation: 30s linear 0s normal none infinite running infinite-spinning2;
}
@keyframes infinite-spinning2 {
    from {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    to {

        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
.liucheng .impor .img2{
    top:-20px;
    left:-10px;
    /*left:50%;*/
    /*margin:-224px 0 0 -224px;*/
    z-index:10;
    animation: 30s linear 0s normal none infinite running infinite-spinning3;
}
@keyframes infinite-spinning3 {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.liucheng .impor .img5{
    top:-10px;
    left:-10px;
    /*left:50%;*/
    /*margin:-224px 0 0 -224px;*/
    z-index:10;
    animation: 30s linear 0s normal none infinite running infinite-spinning4;
}
@keyframes infinite-spinning4 {
    from {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    to {

        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
/*小点*/
.liucheng .impor b{
    width:14px;
    height:14px;
    display: block;
    position: absolute;
    background: url("hongkongxinyuan.png")no-repeat center;
    z-index:100;
}

.liucheng .impor b:hover{
    background: url("hongshixinyuan.png")no-repeat center;
}
.heihei{
    background: url("hongshixinyuan.png")no-repeat center !important;
}


.liucheng .impor .ni>div{
    position: absolute;
    width: 310px
}



.liucheng .impor .ni div h3{
    color: #fff;
    font-size:20px;
    margin:0 0 10px;
}
.liucheng .impor .ni div p{
    color: #fff;
    text-align: justify;
    font-size:14px;
}
.hoo h3,.hoo p{
    color: #D60011 !important;
}


.liucheng .impor .div0{
    left: -342px;
    top: -47px;
}

.liucheng .impor .div1{
    left: -415px;
    top: 120px;
}
.liucheng .impor .div2{
    left: -342px;
    top:   285px;
}

.liucheng .impor .div6{
    right: -362px;
    top: 285px;
}
.liucheng .impor .div7{
    right: -362px;
    top: -47px;
}
.liucheng .impor .div8{
    right: -425px;
    top: 120px;
}
.down{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -11px
}
/*index science*/
.science{
	background: #f7f7f7;
	width: 100%;
	/*padding: 60px 0 90px;*/
}
.science .science_l{
	width: 580px;
}
.science .science_l>a{
    overflow: hidden;
    display: block;
}
.science .science_l>a:hover img{
    transform: scale(1.2);
    -webkit-transform:scale(1.2);
}
.science .science_l>a img{
    transition: all 0.4s;
    -webkit-transition:all 0.4s;
}
.science .science_r{
	width: 590px;
}
.science .science_title{
	border-left: 5px solid #fabe00;
	padding-left: 15px;margin-bottom: 60px
}
.science .science_title h3{
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin-bottom: 15px
}
.science .science_title p{
	font-size: 30px;
	color: #4c4c4c;
	line-height: 1;
	font-family: "arial"
}
.science .science_item{
	background: #fff;
	position: relative;
}
.science .science_item1{
	height: 180px;
}
.science .science_item2{
    height: 210px;
    margin-bottom: 30px
}
.science .science_item3{
    height: 190px;
    width: 280px;
    float: left;
        box-sizing: border-box;
    margin-right: 30px
}
.science .science_item3:last-child{
    margin-right: 0
}
.science .science_item a{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 0 32px;
    display: block;
    height: 100%
}
.science .science_item a h3{
	color: #444;
	font-size: 16px;
	padding: 25px 0
}
.science .science_item a>span{
	color: #666;
	line-height: 1.5
}
.science .science_item a .science_b{
	color: #999;
	position: absolute;
	bottom: 18px;
	left: 0;
	width: 100%;
	padding: 0 32px;
	box-sizing: border-box;
}
.science .science_item a .science_b span{
	color: #4c4c4c;
}
.science .science_item a:hover{
    background: #4c4c4c;
}
.science .science_item a:hover h3{
    color: #fff
}
.science .science_item a:hover span{
    color: #fff
}
.science .science_item a:hover p{
    color: #fff
}
/*index product*/
.product{
    width: 100%;
    /*padding: 0px 0 70px*/
}
.pro_title{
    padding-left: 15px;margin-bottom: 40px;
    text-align: center;
    color: #333
}
.pro_title h3{
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px
}
.pro_title p{
    font-size: 30px;
    line-height: 1;
    font-family: "arial"
}
.pro_title span{
    width: 30px;
    height: 5px;
    background: #fabe00;
    display: block;
    margin: 15px auto
}
.pro_top a img{
    transition: all 0.4s;
    -webkit-transition: all 0.4s
}
.pro_top a:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.pro_top_r{
    overflow: hidden;
}
.pro_top_l{
    width: 360px;
    height: 320px;
    background: #1f2d38;
    color: #fff;
    text-align: center;
    padding: 40px 0;
    box-sizing: border-box;
}
.pro_top_l h3{
    font-size: 26px;
    font-family: "arial";
    margin-bottom: 5px
}
.pro_top_l .pro_txt{
    font-size: 20px;
    margin-bottom: 45px
}
.pro_top_l span{
   line-height: 1.8;
   display: block;
}
.pro_top_l .pro_more{
    margin-top: 50px;
    font-size: 12px;
    margin-bottom: 12px;
    display: block;
    color: #fff
}
.pro_top_l div{
    background: #0271b8;
    width: 21px;
    height: 3px;
    margin: 0 auto
}
.pro_bottom_l{
    width: 360px;
    float: left;
}
.pro_bottom_l .pro_item_index{
    height: 200px;
}
.pro_bottom_l .pro_1{
    background: #fff;
    padding: 32px 47px;
    box-sizing: border-box;
}
.pro_bottom_l .pro_1 h3{
    color: #4c4c4c;
    font-family: "arial";
    font-size: 22px;
    margin-bottom: 3px
}
.pro_bottom_l .pro_1 p{
    color: #444;
    font-size: 18px;
    margin-bottom: 10px
}
.pro_bottom_l .pro_1 a{
    display: block;
    width: 100%;
    height: 67px;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
}
.pro_bottom_l .pro_1 a img{
    float: right;
    margin-top: 25px
}
.pro_bottom_l .bg_blue{
    background: #4c4c4c
}
.pro_bottom_l .bg_gray{
    background: #1f2d38
}
.pro_bottom_l .pro_2{
    text-align: center;
    padding: 36px 0;
    box-sizing: border-box;
    color: #fff
}
.pro_bottom_l .pro_2 h3{
    font-size: 20px;
    font-family: "arial";
}
.pro_bottom_l .pro_2 p{
    font-size: 18px;
    margin: 10px auto 45px
}
.pro_bottom_l .pro_2 a{
    font-size: 12px;
    margin-bottom: 10px;
    color: #fff
}
.pro_bottom_l .pro_2 div{
    background: #fff;
    width: 21px;
    height: 3px;
    margin: 10px auto 0
}
.pro_bottom_c{
    width: 420px;
    float: left;
}
.pro_bottom_c a:hover img{
     transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.pro_bottom_c a{
    overflow: hidden;
    display: block;
}
.pro_bottom_c a img{
    transition: all 0.4s;
    -webkit-transition: all 0.4s
}
.pro_bottom_c div{
    top: 42px;
    left: 0;
    width: 100%;
    text-align: center;
}
.pro_bottom_c div h3{
    font-size: 26px;
    font-family: "Arial";
    margin-bottom: 7px;
    color: #4c4c4c;
}
.pro_bottom_c div p{
    color: #333;
    font-size: 22px
}
.pro_bottom_r{
    width: 420px;
    float: left;
}
.pro_bottom_r .pro_item_index{
    height: 200px;
}
.pro_bottom_r .pro_1{
    background: #fff;
    padding: 32px 47px;
    box-sizing: border-box;
}
.pro_bottom_r .pro_1 h3{
    color: #fff;
    font-family: "arial";
    font-size: 20px;
    margin-bottom: 3px
}
.pro_bottom_r .pro_1 p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px
}
.pro_bottom_r .pro_1 a{
    display: block;
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.pro_bottom_r .pro_1 div{
    background: #fff;
    width: 21px;
    height: 3px;
    margin-bottom:20px
}
.pro_bottom_r .pro_1 a img{
    float: right;
    margin-top: 25px
}
.pro_bottom_r .pro_1 a .mt-10{
    float: right;
    margin-top: 10px
}
.pro_bottom_r .bg_blue{
    background: #4c4c4c
}
.pro_bottom_r .bg_gray{
    background: #1f2d38
}
.pro_bottom_r .pro_2{
    text-align: center;
    padding: 55px 0;
    box-sizing: border-box;
    color: #fff
}
.pro_bottom_r .pro_2 h3{
    font-size: 26px;
    font-family: "arial";
}
.pro_bottom_r .pro_2 p{
    font-size: 20px;
    margin: 10px auto 0
}
.pro_bottom_r .pro_2 div{
    background: #fff;
    width: 21px;
    height: 3px;
    margin: 15px auto 20px
}
/*侧边栏*/
/*悬停*/
.fd {
    width:50px;
    position: absolute;
    padding-top: 23%;
    right: 0;
    top: 0;
    /*top:50%;*/
    /*margin:-240px 0 0;*/
    z-index: 100;
    height:240px;
}

.fd ul li {
    width: 50px;
    height: 50px;
    background-color: #fabe00;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    margin-bottom: 1px;
}
.fd li span {
    text-align: center;
    height:50px;
    line-height:50px;
    width:50px;
    display: block;
}
.fd li span img{
    vertical-align: middle;
}
.fd ul li div {
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 95% 95%;
    transform: scale(0.01);
    transition: all 1s;
    background-color: #313131;
}
.fd ul li:hover {
    background: #0d5e9a;
}
.fd ul li:hover div {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
}
.fdicn1 div {
    position: absolute;
    width: 160px;
    height: 120px;
    top: 0;
    left: -160px;
    text-align: center;
}
.fdicn1 div a{
    display: block;
    width:98px;
    height:30px;
    border:1px solid #ffffff;
    border-radius:5px;
    color: #ffffff;
    line-height:30px;
    text-align: center;
    margin:5px auto 0;
    transition:.5s;
}
.fdicn1 div a:hover{
    background-color: #D60011;
    border:1px solid #D60011;
}
.fdicn1 div p {
    color: #fff;
    line-height: 26px;
    margin:12px auto;
}
.fdicn2 div {
    position: absolute;
    width: 180px;
    height: 120px;
    top: 0;
    left: -180px;
}
.fdicn2 div p {
    color: #fff;
    line-height: 26px;
    margin:22px 0 0 20px;
}
.fdicn3 div {
    width:130px;
    height:120px;
    position: absolute;
    left: -130px;
    top: 0;
    line-height:120px;
    text-align: center;
}
.fdicn3 div img{
    vertical-align: middle;
    width: 90px;
}
.fdicn4 a{
    display: block;
    width:50px;
    height:50px;
    line-height:50px;
    text-align: center;
}
.fdicn4 a img{
    vertical-align: middle;
}

/*内页样式*/
/*产品服务--产品介绍*/
.pro_banner{
    background: url(product_banner.jpg) no-repeat center center;
    height: 400px;
}
.pro_banner_c{
    text-align: center;
}
.pro_banner_c .pro_eng div{
    width: 24px;
    height: 2px;
    background: #fff;
    margin:15px auto
}
.pro_banner_c .pro_eng img{
    margin-top: 133px;
}
.pro_banner_c p{
    font-size: 22px;
    color: #fff;
    width: 100%;
    text-align: center;
}
.pro_tit{
    width: 840px;
    margin: -35px auto 0;
    position: relative;
    z-index: 9999
}
.pro_tit ul li{
    float: left;
}
.pro_tit ul li a{
    width: 280px;
    height: 70px;
    color: #666;
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    background: #fff;
    display: block;
    transition: all 0.3s;
    box-shadow: 0px 3px 6px 0 #dcdcdc;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.pro_tit ul li .br-none{
    border-right: none
}
.pro_tit ul li a:hover{
    background: #4c4c4c;
    color: #fee101;box-shadow:0px 3px 6px 0 #b0c7da; border-color: #4c4c4c
}
.pro_tit ul li  .pro_cur{
        background: #4c4c4c;
    color: #fee101;box-shadow:0px 3px 6px 0 #b0c7da; border-color: #4c4c4c
}

.fa-map-marker:before{
	    content: "\f041";
		
}


.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}		


.pro_p i{
	padding:0 5px;
	color:#fabe00;
	}	
	
.pro_tab1{
    padding-bottom: 40px;
}
.pro_tab1 .pro_video{
    margin-top: 60px
}
.video_up{
    margin-bottom: 55px
}
.pro_tab1 .pro_video .video-box{
   /* width: 490px;*/
}
.pro_tab1 .pro_video .pro_video_txt {
    width: 590px;
    padding-right: 15px;
    padding: 18px 0 10px;
    box-sizing: border-box;
}
.pro_tab1 .pro_video .pro_video_txt p{
        color: #464646;
    font-size: 16px;
    line-height: 1.9
}
.pro_list_1{
    padding: 25px ;
    border: 1px solid #b3b3b3;
    font-size: 18px;
    color: #444;
    margin-bottom: 20px;
    position: relative;
    /*background: url(pro_bg1.png) no-repeat right bottom;*/
}
.pro_list_1 .spana{
    display: block;
    background: #1fa3ec;
    float: left;
    width: 80px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff
}
.pro_list_1 p{
    width: 1000px;
    margin-left: 35px;
    float: left;
       line-height: 1.6
}
.pro_list_2{
    padding: 25px ;
    border: 1px solid #b3b3b3;
    font-size: 18px;
    color: #666;
    margin-bottom: 25px;
      position: relative;
    /*background: url(pro_bg2.png) no-repeat right bottom;*/
    display: none;
}
.pro_list_2 .spanb{
    display: block;
    background: #b3b3b3;
    float: left;
    width: 80px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff
}
.pro_list_2 p{
    width: 1000px;
    margin-left: 35px;
    float: left;
    line-height: 1.8;
      font-size: 18px;
}
.pro_list_1 .pro_down{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3
}
.pro_list_2 .pro_up{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3
}
/*iframe*/
.video{
    width: 100%;
    height: 100%
}
/*美博士产品tab2*/
.pro_tab2{
    padding-bottom: 55px;
    margin-top: 48px;
}
.pro_item{
  padding: 0 10px;
  display: block;
  float: left;
  margin-bottom: 44px;
    width: 280px;
  display: block;
  background: #fff
}
.pro_pic{
  width: 100%;
  padding: 67px 0 56px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px;
 -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  border: 1px solid transparent;
}
.pro_pic img{
  max-width: 100%;
  max-height: 267px;
  vertical-align:middle;
  transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -ms-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
}
.pro_text{
  padding: 20px 9.2%;
  font-size: 16px;
  color: #505050;
  background:#f5f5f5  url(pro_jt2.png) 90% center no-repeat;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  
}
.pro_item:hover .pro_pic{
  border: 1px solid #e6e6e6;
}
.pro_item:hover .pro_pic img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.pro_item:hover .pro_text{
  text-align: center;
  color: #fee101;
  background:#4c4c4c  url(pro_jt1.png) 90% center no-repeat;
}

/*产品详情*/
.pro_detail{
    padding-bottom: 28px;
    margin-top: 55px;
}
.pro_detail_l{
    width: 360px;
    height: 494px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 494px;
        margin-left: 113px;
    float: left;
    box-shadow: 0px 2px 8px -1px #ccc
}
.pro_detail_l img{
    width: 136px;
}
.pro_detail h3{
    font-size: 26px;
    color: #505050;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    padding-bottom: 26px;
    margin-bottom: 52px
}
.pro_detail_r{
    float: right;
    width: 590px;
    height: 494px;
    margin-right: 65px
}
.pro_detail_r ul li{
    font-size: 16px;
    color: #666;
    margin-bottom: 30px
}
.pro_detail_r ul li h1{
    font-size: 20px;
    font-weight: 500;
    color: #505050;
    margin-bottom: 14px;
}
.pro_detail_r ul li p{
    margin-bottom: 15px
}
.pro_detail_c{
    margin-bottom: 69px
}
.pro_btn{
    float: right;
    background: #4c4c4c;
    color: #fee101;font-size: 16px;
    display: block;
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 5px
}
/*pro_tab3*/
.pro_tab3{
    padding:0 20px 62px 20px;
    margin-top: 60px;
    box-sizing: border-box;
}
.pro_tab3 .pro_tab3_up>h3{
    color: #1e4e7c;
    font-size: 22px;
    border-left: 4px solid #cb963d;
    padding-left: 18px;
    margin-bottom: 30px
}
.pro_tab3 .pro_tab3_up>p{
    line-height: 1.8;
    color: #808080
}
.pro_tab3 .pro_tab3_up .pro_tab3_pic{
    width: 100%;
    border:8px solid #e3cca1;
    box-sizing: border-box;
    margin: 15px auto 10px
}
.pro_tab3 .pro_tab3_up ul li{
    height: 180px;
   
    border-bottom: 1px solid #f2f2f2
}
.pro_tab3 .pro_tab3_up ul li span{
    font-size: 100px;
    font-family: "Arial";
    color: #ead7b5;
     line-height: 180px;
     float: left;
}
.pro_tab3 .pro_tab3_up ul li div{
    float: left;
    margin-left: 50px;
    width: 940px;
    padding: 50px 0;
    height: 180px;
    box-sizing:border-box;
}
.pro_tab3 .pro_tab3_up ul li div h3{
    color: #1e4e7c;
    font-size: 18px;
    margin-bottom: 10px
}
.pro_tab3 .pro_tab3_up ul li div p{
    line-height: 1.8;
    color: #999
}

/*招商加盟tab1*/
.join_banner{
    background: url(join_bg.jpg) no-repeat center center;
    height: 400px;
}
.join_banner_c .join_eng div{
    width: 24px;
    height: 2px;
    background: #fff;
    margin:15px auto
}
.join_banner_c .join_eng img{
    margin-top: 133px;
}
.join_banner_c p{
    font-size: 22px;
    color: #fff
}
.join_tit{
    width: 1120px
}
.join_tab1{
    margin-top: 50px;
    padding-bottom: 100px
}
.join_tab1 h3{
    color: #4c4c4c;
    font-size: 24px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
.join_tab1 h3 span{
    position: absolute;bottom: 0;
    left: 0;height: 4px;width: 40px;
    background: #4c4c4c
}
.join_tab1 p{
    line-height: 1.8;
    color: #8c8c8c;
    font-size: 16px;
    text-indent: 2em
}
.join_tab1 .join1_pic{
    width: 100%;
    margin: 30px auto 0;
    overflow: hidden;
}
.join_tab1 .join1_pic:hover img{
    transform: scale(1.2);
    -webkit-transform:scale(1.2);
}
.join_tab1 .join1_pic img{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
/*join tab2*/
.join_tab2{
    margin-top: 50px;
    padding-bottom: 43px
}
.join_tab2 h3{
    color: #4c4c4c;
    font-size: 22px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}
.join_tab2 h3 span{
    position: absolute;bottom: 0;
    left: 0;height: 4px;width: 40px;
    background: #4c4c4c
}
.join_tab2 .join2_pic{
    width: 100%;
    margin: 30px auto 0;
    overflow: hidden;
}
.join_tab2 .join2_pic:hover img{
    transform: scale(1.2);
    -webkit-transform:scale(1.2);
}
.join_tab2 .join2_pic img{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
/*join tab3*/
#pro-manage{
  width: 1120px;
  /*background: #F3F3F3;*/
  overflow: hidden;
  /*line-height:24px;*/
}
#pro-manage .title-text{
  text-align: center;
  margin-bottom: 40px;
}
#pro-manage .pm-left h3,#pro-manage .pm-right h3{
  text-transform:uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
#pro-manage .pm-left .pm-left-text{
  margin-bottom:70px;
}
#pro-manage .pm-right .pm-right-text{
  margin-bottom:100px;
}
#pro-manage .pm-middle{
  background: url(service_13.png)  center no-repeat;
  width:600px;
  height:380px;
  text-align: center;
  display:inline-block;
  float:left;
}
#pro-manage .pm-left{
  float:left;
  height: 460px;
  width: 300px;
  
}
#pro-manage .pm-right{
  float:left;
  height: 460px;
  
  width: 300px;
}
#pro-manage ul {
  width:100%;
  height: 360px;
  overflow: auto;
  zoom: 1;
  margin-bottom: 60px
}
#pro-manage ul .pm-steps{
  margin-right: 26.6px;
  width: 260px;
  height: 360px;
  border: 2px solid #167ac8;
  padding: 10px;
  list-style: none;
  float: left;
  position: relative;
  overflow: hidden;
  will-change: transform;
  box-sizing: border-box;
  background: #f2f2f2
}
#pro-manage ul .mr-0{
    margin-right: 0
}
#pro-manage ul .pm-steps ol {
    background: #FFFFFF;
    width: 100%;
    height: 296px;
    list-style: 1;
    line-height: 24px
}
#pro-manage ul .pm-steps ol li{
    background: #FFFFFF;
    width: 100%;
    list-style: 1;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    padding: 30px 42px 0;
    box-sizing: border-box;
}
#pro-manage .progressbar span{
  height: 60px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 60px
}

.progressbar-second,.progressbar-third,.progressbar-four{
  margin-left: -55px;
}
.progressbar-first-s{
  background: url(join11.png) no-repeat;
  width: 286px;
  text-align: left!important;
  box-sizing: border-box;
  padding-left: 70px;
}
.progressbar-second-s{
  background: url(join22.png) no-repeat;
  
  width: 362px;
 }
.progressbar-third-s{
  background: url(join22.png) no-repeat;
  width:362px ;
  
}
.progressbar-four-s{
  background: url(join33.png) no-repeat;
  width: 273px;
  text-align: left!important;
  box-sizing: border-box;
  padding-left: 100px;
 
}
.progressbar-first-h{
  background: url(join11_cur.png) no-repeat;
  width: 286px;
  text-align: left!important;
  box-sizing: border-box;
  padding-left: 70px;
  
}
.progressbar-second-h{
  background: url(join22_cur.png) no-repeat;
  
  width: 362px;
 }
.progressbar-third-h{
  background: url(join22_cur.png) no-repeat;
  width: 362px;
  
}
.progressbar-four-h{
  background: url(join33_cur.png) no-repeat;
  width: 273px;
  text-align: left!important;
  box-sizing: border-box;
  padding-left: 100px;
  
}
.partialBorder{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
}
.progressbar .show{
  display: block;
}
.progressbar .hidden{
  display:none;
}
.partialBorder {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.partialBorder > div {
  position: absolute;
  height: 10%;
  width: 10%;
  border:5px solid #045AAE;
}

.partialBorder .leftTop {
  left: 0px;
  top: 0px;
  border-right: none;
  border-bottom: none;
  z-index: 3;
}

.partialBorder .rightTop {
  right: 0;
  top: 0;
  border-left: none;
  border-bottom: none;
}

.partialBorder .leftBot {
  left: 0;
  bottom: 0;
  border-right: none;
  border-top: none;
}

.partialBorder .rightBot {
  right: 0;
  bottom: 0;
  border-left: none;
  border-top: none;
}
.pm-steps :hover .contents{
 
  background:red;
}
.pm-steps :hover .second{
  border:2px solid #C5D6E7;
}
.pm-steps-top{
    background: #167ac8;
    height: 50px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}
.pm-steps-top .pm-tit{
    width: 127px;
    background: url(dian_bg.png) no-repeat center center;
    height: 50px;
    margin: 0 auto
}
.join_tab3{
    margin-top: 60px;
    padding-bottom: 100px
}

/*join tab4*/
    .contact_message{
        width:1100px;
        /*height:760px;*/
        margin:0 auto;
        padding-top:43px;
        padding-bottom:80px;
        box-sizing: border-box;
    }
.contact_message_con
    {
        margin:55px auto 0;
    }
    .contact_message_con  .input_d1{
        width:528px;
        height:44px;
        border:1px solid #4c4c4c;
        border-radius: 5px;
        margin-bottom:30px;
        line-height:40px;
        text-indent: 22px;
    }
    .contact_message_con  .input_d1 input{
       /* width:500px;
        height:44px;*/
        border:0;
        outline: none;
       /* line-height: 44px;*/
    }
    .contact_message_con .textarea_d1{
        width:1105px;
        height:198px;
        border:1px solid #e6e6e6;
        border-radius: 5px;
        margin-left:-25px;
        line-height:44px;
        text-indent: 22px;
    }
    .contact_message_con textarea{
        resize: none;
        /*width:1050px;*/
        height:170px;
        border:0;
        outline: none;
        line-height: 44px;
		border: 1px solid #4c4c4c;
    }
    .contact_message_con .input_d2{
        width:336px;
        height:44px;
        border:1px solid #e6e6e6;
        border-radius: 5px;
        margin-bottom:30px;
        /*line-height:44px;*/
        text-indent: 22px;
    }
    .contact_message_con .input_d2 input{
        width:290px;
        height:44px;
        border:0;
        outline: none;
        line-height: 44px;
    }
    .contact_message_con img{
        width:132px;
        height:44px;
        margin-bottom:30px;
        margin-left:38px;
    }
    .contact_message_con button{
        width:140px;
        height:44px;
        color:#fff;
        background: #4c4c4c;
        text-align: center;
        line-height: 44px;
        border-radius: 5px;
        font-size:18px;
        letter-spacing: 5px;
        margin-bottom:30px;
        border:0;
        outline: none;
        cursor: pointer;
    }
    .contact_message_con button:hover{
        background:#095a92;
    }
    input,textarea{
        font-family: 'Arial';
    }
    input:focus{color:#666;}
    input::-webkit-input-placeholder { /* WebKit browsers */
        color:#666;
        font-size: 18px;

    }
    input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:#666;
        font-size: 18px;
    }
    input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:#666;
        font-size: 18px;
    }
    input:-ms-input-placeholder { /* Internet Explorer 10+ */
        color:#666;
        font-size: 18px;
    }
    textarea::-webkit-input-placeholder { /* WebKit browsers */
        color:#666;
        font-size: 18px;
    }
    textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:#666;
        font-size: 18px;
    }
    textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:#666;
        font-size: 18px;
    }
    textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
        color:#666;
        font-size: 14px;
    }
.all_title{
        width:320px;
        height:100px;
        margin:0 auto;
        background: url('title_line.png') no-repeat center bottom;

    }
    .all_title .all_title_s1{
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 30px;
        line-height: 50px;

    }
    .all_title .all_title_s2{
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
    }
/*case*/
.case_banner{
    background: url(case5.jpg) no-repeat;
}
.case_wrap{
    padding: 34px 0 55px;
    background: #f7f7f7
}
.case_ul li{
    width: 380px;
    float: left;
    margin-bottom: 33px;
}
.mr-20{
    margin-right: 30px;
}
.case_ul{
    width: 1230px;
}
.case_ul li a .case_pic{
     overflow: hidden;
}
.case_ul li a .case_pic img{
    transition: all 0.3s;
     -webkit-transition: all 0.3s;
}
.case_ul li a .case_name{
    font-size: 18px;
    color: #666;
    padding: 0 18px 0 21px;
    height: 60px;
    line-height: 60px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #fff
}
.case_ul li a .case_name_c{
    background:  url(case3.png) no-repeat right center;
	text-align: center;
}
.case_ul li a:hover .case_pic img{
    transform: scale(1.2);
}
.case_ul li a:hover .case_name{
    background: #4c4c4c;
    color: #fff;
}
.case_ul li a:hover .case_name_c{
    background:  url(case3_cur.png) no-repeat right center;
}
.over-hi{
    overflow: hidden;
}
/*案例详情*/
.case_detail_wrap{
    padding: 50px 0 27px
}
.case_detail_wrap img{
	 width: 80%;
	height: 50%;
}
.case_tit h3{
    font-size: 30px;
    color: #444;
    margin-bottom: 15px;
    text-align: center;
}
.case_tit{
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 24px
}
.case_tit p{
   text-align: center;
}
.case_tit p span{
    padding: 0 14px;
    color: #8d8d8d
}

.case_detail_c{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px
}
.case_detail_c img{
    width: 80%;
	height: 50%;
}
.case_detail_c .case_img{
    width: 500px;
    margin: 0 auto 22px
}
.case_detail_c>p{
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.8;
    text-indent: 2em
}
.pre_next{
    padding: 20px 0 25px 80px;
    color: #666;
}
.pre_next p{
    margin-bottom: 12px
}
.pre_next .blue{
    color: #4c4c4c;
}
/*联系我们*/
.contact_banner{
    background: url(contact1.jpg) no-repeat center center;
}
.contact_con{
    padding: 70px 0 74px;
    box-sizing: border-box;
}
.contact_up{
    margin-bottom: 55px
}
.contact_up .contact_way{
    padding-left: 118px;
    width: 50%;
    box-sizing: border-box;
}
.contact_up .contact_way p{
    padding-left: 49px;
    font-size: 18px;
    margin-bottom: 17px;
    background: url(contact4.png) no-repeat;
    height: 34px;
    line-height: 34px
}
.contact_up .contact_way .p1{
    background-position: 0 0
}
.contact_up .contact_way .p2{
    background-position: 0 -52px
}
.contact_up .contact_way .p3{
    background-position: 0 -103px
}
.contact_up .contact_way .p4{
    background-position: 0 -155px
}
.contact_up ul{
padding-left: 70px;
    width: 50%;
    box-sizing: border-box;
    float: left;
	margin:-25px 0 0 -75px;
}
.contact_up ul li{
    width: 176px;
    float: left;
    margin-right: 52px;
    text-align: center;
}
#map{
    height: 400px;
    width: 1100px;
    margin: 0 auto
}
/*contact tab2*/
.contact_con2{
    margin: 90px auto 65px;
    box-sizing: border-box;
    background: url(contact5.png) no-repeat center center;
    height: 587px;
    box-sizing: border-box;
    text-align: center;
}
.contact_con2 h3{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 28px;
    margin-bottom: 28px;
    padding-top: 142px;
    font-weight: 600;
}
.contact_con2 p{
    color: #808080;
    line-height: 26px;
    margin-bottom: 24px
}
.contact_con2 h2{
    color: #333;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500
}
.contact_blue{
    width: 30px;
    height: 4px;
    background: #4c4c4c;
    margin: 0 auto 32px
}

/*contact tab3*/
.talent_yuangong_con{
        width:1200px;
        margin:58px auto 75px;
        background:#eaeef1;
        padding-top:5px;
        padding-left:35px;
        padding-right:35px;
        box-sizing: border-box;
        padding-bottom:42px;
    }
    .talent_yuangong_con>h4{
        height:60px;
        line-height: 60px;
        font-size:18px;
        color:#1a1a1a;
        border-bottom:2px solid  #4c4c4c;
        letter-spacing: 2px;
       /* width:120px;*/
    }
    .talent_yuangong_con>p{
        font-size: 14px;
        line-height: 26px;
        color:#4c4c4c;
        border-bottom: 1px solid #ccc;
        padding-bottom:48px;
        padding-top:20px;
        box-sizing: border-box;
        margin-bottom: 30px
    }
    .talent_yuangong_con_n{
        width:100%;
        overflow: hidden;
        display: none;
    }
    .talent_yuangong_con_n_con{
        width:508px;
        padding-top:32px;
        padding-bottom:10px;
        box-sizing: border-box;
    }
    .talent_yuangong_con_n_con h6{
        font-size:14px;
        font-weight: bold;
        color:#353638;
        height:40px;
        line-height: 40px;
        padding-left:30px;
        box-sizing: border-box;
    }
    .talent_yuangong_con_n_con p{
        font-size:14px;
        line-height:24px;
        color:#4c4c4c;
        padding-left:30px;
        box-sizing: border-box;
    }
    .talent_yuangong_con_li{
        margin-bottom:20px;
    }
    .talent_yuangong_con_li h5{
        width:100%;
        height:40px;
        background:#fff;
        line-height: 40px;
        font-size:16px;
        overflow: hidden;
        padding-left:30px;
        box-sizing: border-box;
        color: #4c4c4c
    }
    .talent_yuangong_con_li h5 span{
        float: right;
        margin-top:7px;
        margin-right:18px;
        width:26px;
        height:26px;
        text-align: center;
        line-height: 26px;
        border-radius: 50%;
        background:#4c4c4c;
    }
    .talent_yuangong_con_li h5 span i{
        color:#fff;
    }
/*science*/
.science_banner{
    background: url(science1.jpg) no-repeat center center;
}
.pro_list_1 .science_gray{
    background: #b3b3b3
}
.pro_list_2 .science_blue{
    background: #1fa3ec
}
/*news*/
.news_banner{
    background: url(news1.jpg) no-repeat center center;
}




.news_tit{
    width: 560px
}

.news_img{
	overflow:hidden;
	position:relative;
	}
.news_img>img{
	height:100%;
	position:absolute; left:50%;
	}	
@media (max-width: 767px) {
.news_img>img{
	position:relative; left:0; top:0;
	height:auto;
	width:100%;
	}	
	}	
	img {
    border: 0 none !important;
}
.news_con{
    padding: 55px 0 45px;
    overflow: hidden;
}
.news_con ul{
    width: 1230px;

}
.news_con ul li{
    width: 380px;
    height: 440px;
    float: left;
    margin-right: 30px;
    margin-bottom: 27px
}
.news_con ul li a img{
    transition: all 0.3s;
    -webkit-transition:all 0.3s;
}
.news_con ul li a{
    transition: all 0.3s;
    -webkit-transition:all 0.3s;
    display: block;
    overflow: hidden;
}
.news_con ul li a:hover{
    box-shadow:  0 6px 10px rgba(153, 153, 153,0.2);
}
.news_con ul li a:hover .news_bottom h3{
    color: #4c4c4c
}
.news_con ul li a:hover .news_bottom p{
    color: #4c4c4c
}
.news_con ul li a:hover img{
    transform: scale(1.2);
}
.news_bottom{
    background: #fff;
    width: 100%;
    border:1px solid #f2f2f2;
    height: 211px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    padding: 0 20px
}
.news_bottom h3{
    font-size: 18px;
    color: #333;
    margin-top: 60px;
    margin-bottom: 18px
}
.news_bottom span{
    font-size: 16px;
    margin-bottom: 18px;
    display: inline-block;
    color: #666
}
.news_bottom p{
    color: #777
}
.news_banner .pro_banner_c .pro_eng div{
    background: #999
}
.news_banner .pro_banner_c p{
    color: #4c4c4c
}
.news_bottom .news_logo{
    position: absolute;
    left: 50%;
    margin-left: -43px;
    top: -43px;
    background: url(news4.png) no-repeat center center;
    width: 86px;
    height: 86px;
    color: #4c4c4c;
    font-size: 20px;
    line-height: 86px;
}
/*about us*/
/*.about_banner{*/
    /*background: url(about1.jpg) no-repeat center center; */
/*}*/
.index_nav li{
    height: 86px;
    width: 80px;
    margin-right: 40px;
    float: left;
    text-align: center;
    padding-top:25px;
    box-sizing: border-box;
}
.index_nav li a:hover i{
    color: #4c4c4c
}
.index_nav li a:hover strong{
    color: #4c4c4c
}
.index_nav li a i{
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.index_nav li a strong{
    display: block;
    color: #808080;
    font-weight: normal;
        -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.mainpage1 .a1_cnter{
    position: relative;
    height: 390px;
}
.mainpage1 .a1_l{
    width: 667px;
    position: absolute;left: 0;
    top: 0;
    z-index: 3;
	/*left: 24px;*/
}
.mainpage1 .a1_r{
width: 600px;
    height: 550px;
    background-color: #4c4c4c;
    position: absolute;
    right: -10px;
    top: -130px;
    z-index: 2;
    padding-right: 80px;
    padding-left: 80px;
    /*padding-top: 70px;*/
    box-sizing: border-box;
    text-align: right;
    color: #fff;
	overflow: hidden;
}
.mainpage1 .a1_r h3{
    font-size: 40px;
    margin-bottom: 3px;
}
.mainpage1 .a1_r span{
    font-size: 20px;
    display: block;
}
.mainpage1 .a1_r h2{
    font-size: 22px;
    color: #084978;
    margin-bottom: 35px
}
.mainpage1 .a1_r p{
    width: 100%;
    float: right;
    line-height: 25px;
    text-align: left;
}
.mainpage1 .a1_r .about_line{
    background: #d4e8f7;
    width: 24px;
    height: 2px;
    float: right;
    margin-bottom: 30px;
    margin-top: 20px
}
.mainpage3{
   /* padding: 60px 0 48px*/
}
.partner h3 {
    font: 28px "微软雅黑";
    color: #007937;
    padding-bottom: 44px;
    padding-top: 24px;
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.partner .content ul {
    overflow: hidden;
    float: left;
}

.partner .content ul li {
    float: left;
    width: 288px;
    height: 215px;
    background: url(about5.png) no-repeat center;
    /*padding: 37px;*/
    box-sizing: border-box;
}

.partner .content ul li div {

}

.partner .content ul li div img {

    transition: all .6s;
}

.partner .content ul li div:hover img {
    transform: scale(1.1);
}

.partner .content ul li .parter-name {
    text-align: center;
    font: 24px "微软雅黑";
    line-height: 46px;
    margin-top: 10px;
    color:#444;
}

.partner .content ul li .parter-company {
    text-align: center;
    font: 14px "微软雅黑";
    line-height: 34px;
    color:#666;
}

.partner .content .dian {
    overflow: hidden;
    width: 110px;
    margin: 0 auto;
}

.partner .content .dian li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #9E9E9E;
    float: left;
    margin: 0 10px;
}
.swiper-pagination-bullet{
    background: url(about66.png) no-repeat center!important;
    opacity: 1!important;
    width: 28px!important;
    height: 28px!important
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0!important
}
.swiper-pagination-bullet-active{
    background: url(about6_cur.png) no-repeat center!important;
    border-radius: 0;
    width: 28px!important;
    height: 28px!important;
}
.pages1{
    margin-top: 35px;
    text-align: center;
}
.about_tit{
    font-size: 26px;
    color: #4c4c4c;
    margin-bottom: 50px;
    text-align: center;
}
.mainpage4{
    background:url(about4.jpg) repeat;
    overflow: hidden;
}
.mainpage4 .a4_l{
	width: 50%;
    height: 680px;
    background-color: #4c4c4c;
    float: left;
    
}
.mainpage4 .a4_l h3{
    font-size: 40px;
    margin-bottom: 5px;
}
.mainpage4 .a4_l span{
    font-size: 20px;
    display: block;
}
.mainpage4 .a4_l h2{
    font-size: 22px;
    color: #084978;
    margin-bottom: 35px
}
.mainpage4 .a4_l p{
    width: 100%;
    float: right;
    line-height: 26px;
    text-align: left;
}
.mainpage4 .a4_l .about_line{
    background: #d4e8f7;
    width: 24px;
    height: 2px;
    float: left;
    margin-bottom: 30px;
    margin-top: 20px
}
.mainpage4 .a4_r{
    background: #f5f5f5;
    width: 50%;
    height: 680px;
   float: left;
}
.w_600{
    width: 600px;
    padding-right: 280px;
    padding-top: 80px;
    box-sizing: border-box;
    text-align: left;
    color: #fff;
}
.a4_r ul li{
    color: #808080;
    width: 100%;
    text-align: right;
    margin-bottom:50px;
    padding-right: 60px;
    box-sizing: border-box;
    position: relative;
    max-height: 55px;
}
.a4_r ul li h3{
    color: #555;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500
}
.w_600_2{
    width: 600px;
    padding-top: 70px;
    box-sizing: border-box;
}
.time{
    position: absolute;
    right: 0;
    top: 18px;
    width:22px;
    height: 22px;
    background: url(about8.png) no-repeat center;
}
.time_line{
    position: absolute;
    right: 11px;
    top: 99px;
    background: url(about9.png) repeat-y center;
    width: 1px;
    height:420px
}
.about_zhuan{
    width: 490px;
    height: 490px;
    position: absolute;
    top: 98px;
    left: 50%;
    margin-left: -245px
}
.mainpage2{
    background:#f8f8fa;
    padding-top: 60px;
    padding-bottom: 35px
}
.wrap_1100{
    width: 1100px;
    margin:0 auto;
}
.time_item{
    max-height: 145px;
    width: 100%;
}
.time_left{
    width: 546px;
    float: left;
    text-align: right;
    color: #999;
    padding-right: 43px;
    box-sizing: border-box;
    position: relative;
}
.time_left h3{
    font-size: 32px;
    margin-bottom: 5px
}
.time_left img{
    width: 340px;
    float: right;
    transform: scale(0);
    transition: all 0.5s
}
.time_left2 img{
    width: 340px;
    float: left;
    transform: scale(0);
    transition: all 0.5s
}
.time_right{
    float: right;
    width: 546px;
    padding-left: 43px;
    box-sizing: border-box;
    transition: all 0.5s
}
.time_right h3{
    font-size: 20px;
    color: #4c4c4c;
    transition: all 0.5s;
    margin-bottom:10px;
}
.time_right p{
    color: #808080;
    line-height: 26px;transition: all 0.5s
}
.time_left2{
    float: right;
    text-align: left;
    padding-right: 0;
    padding-left: 43px
}
.time_right2{
    float: left;
    text-align: right;
    padding-left: 0;
    padding-right: 43px
}
.time_txt{
    position: absolute;
    right: 43px;
    top: 0;
    transition: all 0.7s
}

.time_item a{
    width: 100%;
    display: block;
    height: 145px;
    padding: 20px 0 25px;
    box-sizing: border-box;
    transition: all 0.5s;
    position: relative;
}
.time_item a:hover {
    background: #4c4c4c;
    z-index: 99999
}
.time_item a:hover img{
    transform: scale(1);
}
.time_item a:hover .time_txt{
    right: 423px;
    color: #fee101;
}
.time_item a:hover .time_right h3{
    color: #fee101;
}
.time_item a:hover .time_right p{
    color: #fee101;
}

.line{
    width: 8px;
    height: 145px;
    background: url(about14.png) no-repeat center top;
    position: absolute;
    left: 546px;
    top: 40px;
    z-index: 2
}
.time_item:last-child .line{
    height: 8px
}
.time_txt2{
    position: absolute;
    left: 43px;
    top: 0;
    transition: all 0.7s
}
.time_item a:hover .time_txt2{
    left: 423px;
    color: #fff
}
.time_a{
    width: 150px;
    height: 40px;
    color: #fee101;
    margin: 38px auto 0;
	text-align: center;
	    line-height: 40px;
    display: block;
    background-color: #4c4c4c;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.time_a:hover{
    background-color: #4c4c4c
}
.news_item:hover .date_box .date_wrap {
  -webkit-transform: rotateZ(225deg);
  -moz-transform: rotateZ(225deg);
  -o-transform: rotateZ(225deg);
  -ms-transform: rotateZ(225deg);
  transform: rotateZ(225deg);
}
/*timeline*/
.time_line_wrap{
    padding: 50px 0
}