@font-face {
	font-family:zzgf;
	src: url(../fonts/造字工房力黑（非商用）常规体.OTF);
	font-family:syht;
	src: url(../fonts/SOURCEHANSANSCN-NORMAL.OTF);
}
a:link, a:visited {
    text-decoration: none;
}
.row{margin: 0;}
.carousel-indicators{margin: 0 auto;bottom: 75px;}
/*导航*/
.navbar-right{margin-right:0px;}
.logo-img img{
	width: 124px;
	height: 61px;
	float: left;
	margin-top: 15px;
}
#nav{
	height: 100px;
	background: #0e46b3;
	opacity:0.8;
}
#nav li a{
	padding:0;
	font-size:18px;
	color: #FFFFFF;
	line-height: 25px;
}
.nav_div .nav_btn {
    border-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-header{margin-top: 5px;}
.navbar-collapse{background: #0e46b3;}
.nav>a #nav-active{
	float: left;
    font-size: 18px;
    padding: 37px 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
    }
.nav>a #hotline{
	float: left;
	font-size: 18px;
	padding: 37px 20px;
	color: #fff;
	cursor: pointer;
}
.nav>a{
	float: left;
    cursor: pointer;
    }
.navbar-default .navbar-nav>a  #nav-active.active{
	/*height: 100px;*/
	background: url(../images/nav_active_03_02.png) no-repeat;
	color: #FFFFFF;
	/*font-weight: bold;*/
}
.navbar-default .navbar-nav>a  #nav-active:hover{
	/*height:100px;*/
	background: url(../images/nav_active_03_02.png) no-repeat;
	color: #FFFFFF;
	
}
.navbar-fixed-top{
	border:none;
}
.navbar-default .navbar-nav>a li.product-li:hover{
	
}
#product_items{
	display: none;
	position: absolute;
	width: 100%;
	background-color:rgba(35,108,181,1);
	top:100px;
	z-index: 999;
	opacity:1!important;
}
#product_items a{
	line-height: 29px;
	color: #fff;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#product_items a:hover{
	text-decoration: underline;
}
.pro_l_t{
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	}
.product_list{
	display: block;
	overflow: hidden;
	margin-bottom: 10px;	
	}
.product_list span{
	float: left;
	width: 5px;
	height: 5px;
	margin:7px 8px 0 0;
	border-radius: 50%;
	background: #f77025;
}
.product_list p{
	margin: 0 0 4px;
	line-height: 20px;
}
.pro_l{
	padding-left: 13px;
}
.pro_l a{
	width: 25%;
	float: left;
}

#banner-img{
    -webkit-animation: innerBannertran 10s linear infinite;
    -o-animation: innerBannertran 10s linear infinite;
    animation: innerBannertran 10s linear infinite;
}
@-webkit-keyframes innerBannertran {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes innerBannertran {
    0% {
        -o-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes innerBannertran {
    0% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
#navbar-collapse ul {
	margin-top:0;
}

.banner{
	position:relative;
}
.banner-p{
	position:absolute;
	color: #fff;
	margin:400px 200px  0;
	z-index: 999;
	/*transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transition: all 1s ease-out .3s;
	-webkit-transition: all 1s ease-out .3s;
	-moz-transition: all 1s ease-out .3s;
	-webkit-animation: translate 4s ease ; /*动画名称*/*/
}
#banner-en{
	height: 58px;
	font-size: 46px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 86px;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transition: all 1s ease-out .3s;
	-webkit-transition: all 1s ease-out .3s;
	-moz-transition: all 1s ease-out .3s;
	-webkit-transition-delay:0.3S;
	transition-delay:0.3S;
	-webkit-animation: translate 3s ease ; /*动画名称*/
	
    
    /*-webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s*/
}
/*全局动画*/
@-webkit-keyframes translate{
	from {
        opacity: 0.5;
        -webkit-transform: translate(0,40px); /* Safari */
        transform: stranslate(0,40px); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform: translate(0,10); /* Safari */
        transform: stranslate(0,10); /* 标准语法 */
    }
}
#banner-heading{
	font-size: 62px;
	font-family:syht;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 86px;
	margin:17px 0;
	z-index: 99;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transition: all 1s ease-out .3s;
	-webkit-transition: all 1s ease-out .3s;
	-moz-transition: all 1s ease-out .3s;
	-webkit-transition-delay:0.7S;
	transition-delay:0.7S;
	-webkit-animation: translate 3s ease ; /*动画名称*/
}

/*banner1和3的光*/
#linght img{
	width:50%;
	margin:-171px 0 0 -204px;
	z-index:-1;
	transition-property:opacity;
	-webkit-animation: fadeIn 5s ease ; /*动画名称*/
	-webkit-animation: fadeIns 3s ease infinite; /*动画名称*/
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transition: all 1s ease-out .3s;
	-webkit-transition: all 1s ease-out .3s;
	-moz-transition: all 1s ease-out .3s;
	-webkit-transition-delay:0.9S;
	transition-delay:0.9S;
	-webkit-animation: translate 4s ease ; /*动画名称*/
}
/*光-淡入淡出效果动画*/
@-webkit-keyframes fadeIn {
	from {
        opacity: 0;
        -webkit-transform: translate(0,300px); /* Safari */
        transform: stranslate(0,300px); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform: translate(0,0); /* Safari */
        transform: stranslate(0,0); /* 标准语法 */
    }
}
@-webkit-keyframes fadeIns{
	/*初始状态 透明度为0*/
	0% {opacity: 1;} 
	/*10% {opacity: 0.1;} 
	20% {opacity: 0.15;}
	30% {opacity: 0.2;} 
	40% {opacity: 0.3;} 
	50% {opacity: 0.75;}*/
	60% {opacity: 0.6;}
	70% {opacity: 0.7;}
	80% {opacity: 0.8;}
	90% {opacity: 0.9;}
	100% {opacity: 1;} /*结尾状态 透明度为1*/
} 
#subtitle{
	margin-top: -113px;
	font-size:18px;
	font-family:syht;
	color: #FFFFFF;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transition: all 1s ease-out .3s;
	-webkit-transition: all 1s ease-out .3s;
	-moz-transition: all 1s ease-out .3s;
	-webkit-transition-delay:1.1S;
	transition-delay:1.1S;
	-webkit-animation: translate 6s ease ; /*动画名称*/
}
.banner-p-f{
	position:absolute;
	color: #fff;
	margin:400px 100px  0;
	z-index: 999;
}


.banner-right{
	float:left;
	margin-left:70px;
	width: 50%;
}
.banner-right p{
	width: 100%;
	text-align: right;
}
.file-img{
	float: left;
	width: 40%;
	padding-left: 20px;
	margin-top: -200px;
}
.file-img img{
	float: left;
	width: 850px;
	transform: translateX(40px);
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	transition: all 1s ease-out .3s;
	-webkit-transition: all 1s ease-out .3s;
	-moz-transition: all 1s ease-out .3s;
	-webkit-transition-delay:0.7S;
	transition-delay:0.7S;
	-webkit-animation: translate 5s ease ; /*动画名称*/
}

#heading-sub{
	font-size: 46px;
	font-family:syht;
	color:#FFFFFF;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transition: all 1s ease-out .3s;
	-webkit-transition: all 1s ease-out .3s;
	-moz-transition: all 1s ease-out .3s;
	-webkit-transition-delay:0.5S;
	transition-delay:0.5S;
	-webkit-animation: translate 3s ease;
}
#file-heading {
	font-size: 62px;
	font-family:syht;
	font-weight: 400;
	color: #FFFFFF;
	line-height:50px;
	z-index: 99;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transition: all 1s ease-out .3s;
	-webkit-transition: all 1s ease-out .3s;
	-moz-transition: all 1s ease-out .3s;
	-webkit-transition-delay:0.8S;
	transition-delay:0.8S;
	-webkit-animation: translate 3s ease;
}
/*光*/
#linght-r img{
	width: 70%;
	float: right;
	margin:-122px 0 0 -120px;
	transition-property:opacity;
	-webkit-animation: fadeIn 5s ease ; /*动画名称*/
	-webkit-animation: fadeIns 3s ease infinite; /*动画名称*/
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transition: all 1s ease-out .3s;
	-webkit-transition: all 1s ease-out .3s;
	-moz-transition: all 1s ease-out .3s;
	-webkit-transition-delay:0.9S;
	transition-delay:0.9S;
	-webkit-animation: translate 3s ease;
}
#file-subtitle{
	margin-top:-90px;
	font-size: 18px;
	font-family:syht;
	color: #FFFFFF;
	float: right;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transition: all 1s ease-out .3s;
	-webkit-transition: all 1s ease-out .3s;
	-moz-transition: all 1s ease-out .3s;
	-webkit-transition-delay:1.1S;
	transition-delay:1.1S;
	-webkit-animation: translate 4s ease;
}
.carousel-inner img {
	margin: 0 auto;
}
/*公司简介*/
.title{
	font-size:36px;
	color: #333333;
	font-family: "syht";
	text-align: center;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transition: all 1s ease-out .3s;
	-webkit-transition: all 1s ease-out .3s;
	-moz-transition: all 1s ease-out .3s;
	-webkit-animation: translate 5s ease ; /*动画名称*/
}
.ggDh{
	transition: all .5s ease-out .3s;
	-webkit-transition: all 1s ease-out .3s;
	-moz-transition: all 1s ease-out .3s;
	-webkit-animation: ggDhTranslate 2s ease ; /*动画名称*/
}

@-webkit-keyframes ggDhTranslate{
	from {
        opacity: 0;
        -webkit-transform: translate(0,50px); /* Safari */
        transform: stranslate(0,50px); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform: translate(0,10); /* Safari */
        transform: stranslate(0,10); /* 标准语法 */
    }
}

.content{
	display: block;
	width:1380px;
	margin:0 auto;
}
.cooperation img{width: 100%;}
.sub-title{
	margin: 25px 0 45px;
}
.sub-title p{
	text-align: center;
	font-size:18px;
	color: #333333;
	margin: 0 0 5px;
}
/*.service{
	padding: 20px 15px;
	/*height: 342px;*/
	background: #FFFFFF;
	border-radius: 10px;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.13);
}
.s-title{
	margin: 0 auto 8px ;
	font-size: 22px;
	color:#262626;
	text-align: center;
}
/*.up-t{
	margin:23px auto;
}*/
.sub-t{
	text-align: center;
	font-size: 14px;
	color: #777777;
}
.content-about{
	background: url(../images/about_03.jpg) center no-repeat;
	background-size:1920px 100%;
	padding-top:60px;
}
.about_us{
	margin-top: 20px;
	padding: 40px 0 50px;
	font-size: 16px;
	line-height: 38px;
	color:#403f3f;
	text-indent:2em;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transition: all 1s ease-out .3s;
	-webkit-transition: all 1s ease-out .3s;
	-moz-transition: all 1s ease-out .3s;
	-webkit-animation: translate 1s ease ; /*动画名称*/
}
.soft img{
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	transition: all 1s ease-out .3s;
	-webkit-transition: all 1s ease-out .3s;
	-moz-transition: all 1s ease-out .3s;
	-webkit-animation: translate 1s ease ; /*动画名称*/
}
.honor{
	width: 1082px;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 7px 14px rgba(64,127,172,0.60);
	padding:0px 0 95px 50px;
	margin: 0;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transition: all 1s ease-out .3s;
	-webkit-transition: all 1s ease-out .3s;
	-moz-transition: all 1s ease-out .3s;
	-webkit-animation: translate 1s ease ; /*动画名称*/
}
}
.scale{
	background: url(../images/about_04_06.jpg);
	height: 339px;
}
.scale_in{
	width: 1400px;
	margin:auto;
	color: #FFFFFF;
	padding: 114px 0;
}
/*解决方案*/
.content-solution{
	background:url(../images/cooperation1.jpg) center no-repeat;
	background-size:1920px 100%;
	padding-top:60px;
	height: 980px;
	}
/*.content-solution .title{
	color: #fff;}*/
.content-solution .col-lg-6.col-md-6.col-xs-12{
	padding: 0;}
/*右侧*/
.solu-p{
	margin: 220px 0 0 150px;
	display: block;
	width:73%;
	color: #fff !important;
}
#solu-en{
	height: 58px;
    font-size: 34px;
    font-family: syht;
    font-weight: 400;
    /*color: #FFFFFF;*/
    line-height: 86px;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transition: all 1s ease-out .3s;
    -webkit-transition: all 1s ease-out .3s;
    -moz-transition: all 1s ease-out .3s;
    -webkit-transition-delay: 0.3S;
    transition-delay: 0.3S;
    -webkit-animation: translate 3s ease;
}
#solution-sub{
	font-weight: bold;
	margin: 20px 0 0;
	font-size: 56px;
    font-family: syht;
    /*color: #FFFFFF;*/
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transition: all 1s ease-out .3s;
    -webkit-transition: all 1s ease-out .3s;
    -moz-transition: all 1s ease-out .3s;
    -webkit-transition-delay: 0.5S;
    transition-delay: 0.5S;
    -webkit-animation: translate 3s ease;
}

#solution-subtitle{
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1.6;
	/*color: #fff;*/
	width: 75%;
	transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transition: all 1s ease-out .3s;
    -webkit-transition: all 1s ease-out .3s;
    -moz-transition: all 1s ease-out .3s;
    -webkit-transition-delay: 0.5S;
    transition-delay: 0.5S;
    -webkit-animation: translate 3s ease;
	}
#youcedonghua {
    width: 100%;
    position: relative;
    max-width: 700px;
    margin:0 0 0 250px;
    min-height: 610px;
    margin-top: 22px;
}

#youcedonghua .dibubeijingt {
    width: 100%;
    position: relative;
}

#youcedonghua .dibubeijingt .tu1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
}

#youcedonghua .dibubeijingt .tu2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 2;
}

#youcedonghua .dibubeijingt .tu3 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 3;
}

#youcedonghua .dibubeijingt .tu1 img {
    width: 100%;
    opacity: 0.5;
    transition: all 1s cubic-bezier(0, 0, 0.62, 0.66);
    animation: mymove6 350s infinite;
    animation-direction: alternate;
}

#youcedonghua .dibubeijingt .tu2 img {
    width: 100%;
    opacity: 0.9;
    transition: all 1s cubic-bezier(0, 0, 0.62, 0.66);
    animation: mymove6 150s infinite;
    animation-direction: alternate;
}

@keyframes mymove6 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(720deg) scale(1);
    }
}

#youcedonghua .dibubeijingt .tu3 img {
    width: 100%;
    opacity: 1;
}

#youcedonghua * {
    transition: all 2s ease;
}

#youcedonghua .dong {
    float: left;
    width: 190px;
    padding-left: 0;
    position: absolute;
    z-index: 6;
}

#youcedonghua .dong.sub1 {
    margin-top: 0;
    bottom: 0px;
    width: 146px;
    left: 40px;
}

#youcedonghua .dong.sub2 {
    margin-top: 0;
    bottom: 0px;
    right: 40px;
    width: 146px;
}

#youcedonghua .dong.sub3 {
    margin-top: 0;
    top: 25%;
    width: 146px;
    right: 0px;
}

#youcedonghua .dong.sub4 {
    margin-top: 0;
    top: 25%;
    left: 0px;
    width: 146px;
}

#youcedonghua .dong.sub5 {
    margin-top: 0;
    top: 0px;
    left: 50%;
    margin-left: -90px;
}

#youcedonghua .dong.sub1 {
    animation: mymove 2.1s infinite;
    animation-direction: alternate;
}

#youcedonghua .dong.sub2 {
    animation: mymove 2.2s infinite;
    animation-direction: alternate;
}

#youcedonghua .dong.sub3 {
    animation: mymove 2.3s infinite;
    animation-direction: alternate;
}

#youcedonghua .dong.sub4 {
    animation: mymove 2.4s infinite;
    animation-direction: alternate;
}

#youcedonghua .dong.sub5 {
    animation: mymove 2.4s infinite;
    animation-direction: alternate;
}

@keyframes mymove {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

#youcedonghua .dong .sub1_sub1 {
    width: 100%;
    text-align: center;
}

#youcedonghua .dong .sub1_sub1 img {
    transform: scale(1);
    opacity: 0.8;
    box-shadow: 0px 0px 0px 0px #fff;
    border-radius: 100%;
    border: 5px solid #b5dcff;
}

#youcedonghua .dong:Hover .sub1_sub1 img {
    transform: scale(1.2);
    opacity: 1;
    box-shadow: 0px 0px 8px 5px #6dace9;
    background: #18568c;
}

#youcedonghua .dong .sub1_sub2 {
    width: 100%;
}

#youcedonghua .dong .sub1_sub2 .sub1_sub2_sub1 {
    font-size: 44px;
    color: #f77025;
    font-weight: bold;
    float: left;
}

#youcedonghua .dong .sub1_sub2 .sub1_sub2_sub2 {
    float: left;
    font-size: 20px;
    color:#9dc8f0;
    font-weight: bold;
    margin-top: 18px;
    margin-left: 9px;
}

@media only screen and (max-width: 768px) {
    #youcedonghua {
        width: 100%;
        position: relative;
        max-width: 550px;
        margin: 0 auto;
        min-height: 340px;
        margin-top: 22px;
        height: 230px;
    }

    #youcedonghua .dong .sub1_sub1 img {
        transform: scale(0.7);
        opacity: 0.8;
        box-shadow: 0px 0px 0px 0px #fff;
        border-radius: 100%;
        border: 5px solid #59a2b2;
    }

    #youcedonghua .dong .sub1_sub2 {
        width: 80%;
        margin: 0 auto;
    }

    #youcedonghua .dong .sub1_sub1 {
        width: 100%;
        text-align: center;
        height: 78px;
    }

    #youcedonghua .dong .sub1_sub2 .sub1_sub2_sub1 {
        font-size: 32px;
        color: #e2800b;
        font-weight: bold;
        float: left;
    }

    #youcedonghua .dong .sub1_sub2 .sub1_sub2_sub2 {
        float: left;
        font-size: 14px;
        font-weight: bold;
        margin-top: 15px;
        margin-left: 9px;
    }

    #youcedonghua .dibubeijingt .tu3 img {
        width: 100%;
        opacity: 1;
        margin: 0 auto;
        transform: scale(0.6);
    }

    .jg_list {
        width: 96% !important;
        margin: 0 2% !important;
    }

    #c_portalResPublic_codeContainer-15580846105130858 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #w_common_text-1558663030867 {
        display: block;
    }

    .c_portalResPublic_codeContainer-01001 {
        min-height: 500px;
        width: 98%;
    }

    #c_portalResPublic_codeContainer-15585815429745884 {
        display: none;
    }

    .pro_text h1 {
        font-size: 24px !important;
    }

    .pro_sort_body .pro_text {
        top: 15% !important;
    }
}

@media only screen and (min-width: 769px) {
    #w_common_text-1558663030867 {
        display:none;
    }

    .c_portalResPublic_codeContainer-01001 {
        min-height: 500px;
        width: 100%;
    }

    .pro_sort_body {
        width: 48%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .pro_sort_body .pro_text {
        top: 20% !important;
    }

    #youcedonghua {
        width: 100%;
        position: relative;
        max-width: 500px;
        margin: 0 auto;
        min-height: 460px;
        margin-top: 22px;
    }
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
#fangan-t{
	color:#fff;
}

/*产品中心*/
.content-product{
	background: url(../images/product.jpg) center no-repeat;
	background-size:1920px 100%;
	padding-top:60px;
}
.product-title{
	position: absolute;
	left:60px;
	margin-top: 30px;
	}
.product-title {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	transition: all 0.3s ease-out .3s;
	-webkit-transition: all 0.3s ease-out .3s;
	-moz-transition: all 0.3s ease-out .3s;
	-webkit-transition-delay:0.3S;
	transition-delay:0.3S;
	-webkit-animation: translate .3s ease ; /*动画名称*/
	}
.pro-t{
	padding-bottom:50px;
	color: #242424;
}
.g_label{
	width: 140px;
	margin:0 auto;
}

.g_label p{
	color:#ff803a ;
	font-size:30px;
	font-family: "zzgf";
	writing-mode: bt-lr;
	writing-mode: vertical-lr;
}
#app{color:#ff803a ;
	font-size:30px;
	line-height: 32px;
	margin-left:8px;
	font-family: "zzgf";
	writing-mode:initial;
}
.pro_y{
	overflow:hidden;
	margin: 10px 0 75px;
	padding:0;
}
.pro-ai{
	padding-bottom: 20px;
	}
.projectitem{
	overflow: hidden;
	position: relative;
	width: 100%;
	margin:10px 0px 20px 0;
	background: #04216a;
	border-radius:8px;
    box-shadow:  0 8px 20px 0 rgba(0,0,0,.18);
    display: inline-block;
    transition: all 0.3s ease-out 0.1s;
}
.projectitem:hover {transform: scale(1.05, 1.05);}

.project_img{
	overflow: hidden;
	/*margin: 10px 10px 0;*/
}
.projectitem h4{
	position: relative;
    font-size: 1.5789rem;
    font-family: syht;
    font-weight:bold;
    color: #FFFFFF;
    line-height: 2.2105rem;
    left: 15px;
}
.pro_y .col-md-2 {padding: 0 8px;}
#web .project_img{
	height: 248px;
}
.project_img img{
	display: block;
    position: relative;
    /*perspective: 150;
    -webkit-perspective: 150;*/
    float: none;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.project_info{
	height: 42px;
	overflow: hidden;
    margin: -42px 0px 0px;
    z-index: 99;
    background: rgba(6,16,62,0.7);
    width: 100%;
    position: absolute;
}
.project_info .case_title{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom:3px;
	overflow: hidden;text-overflow: ellipsis;width:346px;white-space: nowrap;
}

.project_info .description{
    margin: 0;
    line-height: 42px;
	font-family: syht;
	font-size:16px;text-align: center;font-weight: bold;
	color: #fff;overflow: hidden;text-overflow: ellipsis;
	/*width:346px;*/
	white-space: nowrap;
	letter-spacing: 5px;
}
/*服务流程*/
.content-service{
	background-image:url(../images/service-bg2.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size:1920px 100%;
	padding-top:80px;
	height: 970px;
}
.service-top{
	width: 325px;
	margin: 0 auto;
    animation: 5s ease 0s infinite normal none running jumpings;
}
.service-top img{
	transform: translateY(5px);
	-webkit-animation: ss1 2s linear infinite;
    -o-animation: ss1 2s linear infinite;
    animation: ss1 2s linear infinite;
}
@keyframes jumping{
    from {
        opacity:0;
        -webkit-transform: translate(0,180px); /* Safari */
        transform: stranslate(0,180px); /* 标准语法 */
    }
    to {
        opacity:1;
        -webkit-transform: translate(0,-40px); /* Safari */
        transform: stranslate(0,-40px); /* 标准语法 */
    }
}
@keyframes jumpings{
	0%{ transform:translateY(0) scale(1,1);}
    /* 中间状态图片位移并且拉伸 */
    50%{transform:translateY(-20px);}
    100%{transform:translateY(0) scale(1,1);}
    }
.process-total{
	display: block;
	/*overflow: hidden;*/
	margin-top: 10px;
	}
.process{
	width: 20%;
	float: left;
	margin: auto;
	text-align: center;
	padding: 0 15px;
}
.process img{
	padding-left:15px ;
	position: relative;
	top: -40px;
}
.process-title{
	position: relative;
	top: -75px;
	font-family: syht;
}
.pro-title{
	color: #4D4D4D;
	font-size: 22px;
}
.process-title p{
	color:#5B5B5B;
	margin:10px 0 6px;
}
#process-t-b{
	color: #909090;
}
#design{
	padding-top: 100px;
}
#develop{
	padding-top: 130px;
}
/*合作伙伴*/
.cooperation{
   margin:80px auto;
   overflow: hidden;
}
.cooperation-row{
	margin:0 20px;
}
.content-cooperation{
	background-image: url(../images/cooperation.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1920px 100%;
	padding-top:80px;
	height: 970px;
}
.cooperation img{
	width: 100%;
	/*margin:100px auto 0;*/
}
/*联系我们*/
.contact{
	background: url(../images/contact_16.jpg) no-repeat;
	background-position: center;
	background-size:1920px 100%;
	padding: 100px 0;
	height:auto;
}
.foot{
	width: 660px;
	text-align: center;
	margin: 85px auto 40px;
	font-size: 14px;
	color:#82b3dd;
	bottom: 10px;
}
.foot p{
	float: left;
	display:inline-block;
	height: 20px;
	line-height: 20px;
}
.foot a{
	float: left;
	color:#82b3dd;
	margin-left:7px;
}
.gaba{
	float: left;
}
.foot a:hover{
	color:#82b3dd;
	text-decoration:none;
	cursor: pointer;
}
.contact-row{
	width: 1450px;
	margin: auto;
}
.contact-describe{
	padding: 36px 85px 10px 40px;
    background: linear-gradient(27deg,rgba(11,48, 90,.48),rgba(28,122, 192,.48));
    /*opacity: 0.48;*/
	border-radius: 16px;
	display: block;
	overflow: hidden;
}
.contact-describe p{
	opacity:1 !important;
}
.contact-t{
	font-size: 32px;
	color: #FFFFFF;
	margin-bottom:19px;
}
.contact-service{
	font-size:14px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.tel{
	font-size:18px;
	color: #FFFFFF;
	margin-bottom: 0;
	line-height: 22px;
}
#tel{
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}
#tel a{
	color: #FFFFFF;
}
#tel a:link,a:visited{
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}
#hotline{cursor: default;}
.line{
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	opacity: 0.44;
	margin: 15px 0 18px;
}
.adress{
	font-size:16px;
	color: #FFFFFF;
	margin: 0 0 4px;
}
.map img{
	width:100%;
	margin:10px 0 21px 0;
}
.order{
	background: #FFFFFF;
	padding: 40px 50px;
	margin: 0 20px;
	border-radius: 12px;
}
.order-t{
	font-size: 32px;
}
.order form input{
	margin-bottom: 10px;
	height: 60px;
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 15px 15px;
}

.order form input :focus{
	border: 1px solid #ff803a;
}
.inputsub{
	background: #ff803a;
	color: #FFFFFF;
	font-size: 20px;
	margin: 5px 0;
}
.inputsub:hover{
	background: #f77025;
}

#footer{
	background: #1f4ead;
	display: block;
	overflow: auto;
}
.foot-content{
	width: 1450px;
	margin: 80px auto 0px;
}
#footer .row p{
	color: #FFFFFF;
	margin-bottom:2px;
}
.consult{
	font-size: 24px;
}
.foot-tel{
	line-height:50px;
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 12px;
}
.foot-adr{
	font-size:16px;
}
.code{
	margin:8px 0 20px;
}
.code p{
	width: 157px;
	padding-top: 10px;
	text-align: center;
}

#footer .line{
	margin: 30px 0;
}


.container {
    width: 1400px;
    padding-right: 10;
    padding-left: 10;
}
.d-tel p a{
	color: #FFFFFF;
}
.d-tel p a:link,a:visited{
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}
/*
.nav{max-width: 800px; margin: 0 auto;
 padding:20px 0; display: flex; flex-flow:row wrap; 
 justify-content:space-around; border-bottom: 1px solid #ddd;}
.nav a{font-size: 14px; color: #333; text-decoration: none;}
.nav a:hover, .nav .current{color: #f00; text-decoration: underline;}*/
ul{list-style: none;}
.a{overflow: hidden; padding:10px auto; }
.ab li{
	height:750px; /*width: 200px;border:1px solid #ddd;*/  
	line-height: 2.4;
	font-size: 30px;
	text-align: center;
	}
#marquee_1, #marquee_2, li{
	float: left;
}
/* 产品中心 */


/*swiper产品中心滚动*/
.swiper-wrapper img:nth-child(2){
	margin:0 0 0 -20px;
	}
.swiper-container {
	padding-bottom:40px;
}
.swiper-wrapper{
	width:100%
}

.swiper-container1 {
    width: 100%;
    height: 50%;
  }
  .swiper-container2 {
    width: 100%;
    height: 50%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-wrapper1{
      transition-timing-function: linear !important;
  }



.swiper-slide {
	width:330px;
	transition-timing-function:linear;
}
@media only screen and (max-width:1200px){
	.swiper-slide {
		width:310px;
	}
}
@media only screen and (max-width:980px){
	.swiper-slide {
		width:280px;
	}
}
@media only screen and (max-height:480px){
	.swiper-slide {
		width:471px;
	}
}
.swiper-slide img{
	width:100%;
	border-radius: 4px;}
.swiper-slide .title{
	position:absolute;
	transform:rotate(90deg);
	transform-origin:left top;
	left:-3px;
	font-size:11px;
	color: rgb(102, 102, 102);}	
.swiper-button-next, .swiper-button-prev{
	width:20px;
	height:31px;
	background-size:20px 31px;
	margin-top:-38px;
	/* transform: translateX(); */
	outline:none;}
.swiper-button-next{
	opacity: 0.6;
	background-image:url(../images/cursor-next.png);}
.swiper-button-prev{
	opacity: 0.6;
	background-image:url(../images/cursor-prev.png);}		
.swiper-pagination-bullet{
	background:none;
	opacity:1;
	margin:0 6px !important;
	width:9px;
	height:9px;
	position:relative;
	outline:none;
	vertical-align:middle;}
.swiper-pagination-bullet span{
	width:3px;
	height:3px;
	background:#CCC;
	display:block;
	border-radius:50%;
	margin-top:3px;
	margin-left:3px;
}
.swiper-pagination-bullet i{
	background:#000;
	height:1px;
	width:20px;
	position:absolute;
	top:4px;
	transform:scaleX(0);
	transform-origin:left;
	z-index:3;
	transition-timing-function:linear;
	}
.swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{
	width:9px;
	height:9px;
	margin-top:0;
	margin-left:0;
	background:#000;
	position:relative;
	z-index:1;
	}
.swiper-pagination-bullet-active i{
	animation:middle 6s;
	}
.swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{
	animation:first 6s;
	}
.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{
	animation:last 6s;
	}				
@keyframes first{
  0% {transform:scaleX(0.5);left:0px;}/*091*/
  100% {transform:scaleX(1);left:2px;} /*0915*/
}
@keyframes last{
  0% {transform:scaleX(0.7);left:-10px;}/*1090*/
  20% {transform:scaleX(0.3);left:2px;} /*090*/
  100% {transform:scaleX(0.3);left:0px;} /*090*/
}		
@keyframes middle{
  0% {transform:scaleX(0.7);left:-10px;}/*1091*/
  20% {transform:scaleX(0.45);left:2px;}/*092*/
  100% {transform:scaleX(1);left:2px;} /*0913*/
}	