.side-bar a,.chat-tips i {
	background-image: url(../Images/gdt-img.png);
	background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
	width: 66px;
	position: fixed;
	bottom: 50%;
	right: 25px;
	font-size: 0;
	line-height: 0;
	z-index: 99999;
}
.side-bar a {
	width: 66px;
	height: 66px;
	display: inline-block;
	background-color:	transparent;
	margin-bottom: 2px;
}
.side-bar a:hover {
	background-color: #669fdd;
}
.side-bar .icon-qq {
	background-position: 0 -62px;
}
.side-bar .icon-chat {
	background-position: 0 -130px;
	position: relative;
}
.side-bar .icon-chat:hover .chat-tips {
	display: block;
}
.side-bar .icon-blog {
	background-position: 0 -198px;
}
.side-bar .icon-mail {
	background-position: 0 -266px;
}
.side-bar .icon-totop {
	background-position: 0 -334px;
}
.chat-tips {
	padding: 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 78px;
	top: -55px;
	background-color: #ffffff;
	display: none;
}
.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position:-88px -350px;
}
.chat-tips img {
	width: 138px;
	height: 138px;
}









.solution {
    height: 920px;
    background: url(../Images/yycybj.jpg);
    background-size: cover;
    margin-top: 80px;
   /* margin-top: 0\0;
    opacity: 0;
    opacity: 1\0;*/
    transition: all 0.8s;
    overflow: hidden;
}

.solution.active {
    transform: translateY(-60px);
    opacity: 1;
}

.solution .left {
    position: relative;
    margin-top: 200px;
    z-index: 2;
    width: 1200px;
    color: white;
}

.solution .left>div {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
	line-height:70px;
    /* 	transition:opacity 1s; opacity: 0;*/
}

.solution .left>div.active {
    /*opacity: 1;*/
    display: block;
}

.solution .left .text {
    font-size: 50px;
    width: 700px;
}

.solution .left .description {
    margin-top: 90px;
    font-size: 24px;
    width: 630px;
    line-height: 50px;
}

.solution .left span {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    /*border: 1px solid white;*/
    text-align: center;
    line-height: 66px;
    margin-top: 80px;
	    margin-left: 100%;
}


/*.solution  .left  span:before,.solution  .left  span:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    animation: living 3s linear infinite;
}*/

.solution .left span:after {
    animation-delay: 1.5s;
}

.solution .left span img {
    animation: right_icon_ani 1.5s linear 0s alternate infinite;
}

@keyframes living {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0;
        /*圆形放大的同时，透明度逐渐减小为0*/
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@keyframes right_icon_ani {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }
    50% {
        opacity: 0.5;
        transform: translateX(0px);
    }
    100% {
        opacity: 1.0;
        transform: translateX(15px);
    }
}

.solution .content {
    width: 1200px;
    margin: 0 auto;
    /* position: relative;
	z-index: 3; */
}

.solution .content .left {
    display: inline-block;
    width: 700px;
    float: right
}

.solution .content ul {
    float: left;
    width: 300px;
    transform: translateX(1400px);
    transition: all .8s 1s;
}

.solution.active .content ul {
    transform: translateX(0);
}

.solution .content li {
    display: inline-block;
    width: 100%;
    height: 232px;
    clear: both;
    background-color: rgba(0, 0, 0, 0.64);
    background: #000\9;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid white;
    margin-top: -3px;
}

.solution .content li p,
.solution .content li h2 {
    color: white;
    font-size: 22px;
    margin-top: 20px;
    font-weight: 500;
}

.solution .content li:first-child {
    margin-top: 0;
}

.solution .content li:hover {
    background-color: #00a2e9;
}

.solution .content li img {
    transition: transform 1s;
}

.solution .content li:hover img {
    transform: rotateY(180deg);
}

.solution .content li:last-child {
    border-bottom: none;
}

.solution .content .caseUl li img {
    border: 0;
    vertical-align: middle;
    width: 50%;
}

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

html,
body,
.mian {
    width: 100%;
    height: 100%;
    overflow-x: hidden\0
}

.youhua {
    display: none !important;
}

.head .content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2;
}

.head .nav.active {
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    color: #555555;
    width: 100%;
    z-index: 998;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.09);
}

.head .nav.active li {
    height: 60px;
    line-height: 60px;
}

.head .nav.active li a {
    color: #555555;
}

.head .nav.active li:hover {
    background-color: #343434;
}

.head .nav.active li :hover a {
    color: white;
}



@media screen and (max-width: 1440px) {
    .head {
        height: 91.55px;
    }
}

.head .background {
    position: relative;
    /* width: 500%; */
    height: 100%;
    overflow: hidden;
}

.head .background li {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0;
    text-align: center;
    /* transition:  opacity 0.5s ease-in-out,transform 3s ease-in-out; */
}

.head .background li.active {
    opacity: 1;
    /* transform: scale(1.1,1.1); */
}

.head .background li.active .text {
    transform: translateY(0);
    opacity: 1;
}

.head .background li .text {
    transform: translateY(150px);
    opacity: 0;
    transition: all 0.5s;
}

.head .background li .title {
    margin-top: 210px;
    text-align: center;
    font-size: 50px;
}

.head .background li .sub_title {
    width: 967px;
    margin: 50px auto 0 auto;
    font-size: 34px;
    text-align: left;
    color: #c5c5c6;
}

.head .background li:nth-child(2) .sub_title,
.head .background li:nth-child(3) .sub_title {
    text-align: center;
}

.head .background li:nth-child(3) .title {
    position: relative;
    display: inline-block;
    margin-top: -40px;
    border-bottom: 1px solid #ababab;
    line-height: 160px;
}

.head .background li:nth-child(3) .title:before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 120px;
    height: 1px;
    background-color: white;
}

.sub_title,
.head .background li:nth-child(3) {
    font-size: 36px;
    margin-top: 30px;
}

.head .background li .year {
    font-size: 100px;
    color: #00b1ff;
    text-align: center;
    margin-top: 210px;
    font-size: 'Cambria';
}


/* .head .background li:first-child{
	opacity: 1;
} */


/* .head .background li:nth-child(1){
	opacity: 1;
} 
.head .background li:nth-child(1){
	background: url(../Images/banner_1.png);
}
.head .background li:nth-child(2){
	background: url(../Images/banner_2.png);
}
.head .background li:nth-child(3){
	background: url(../Images/banner_4.png);
}*/

.head .logo {
    /*float: left;
    font-size: 16px;*/

}

.head .head_nav {
    position: absolute;
    width: 673px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.head .head_nav li {
    display: inline-block;
    /* margin-right: 18px; */
    width: 84px;
    text-align: center;
    margin-left: -5px;
}

.head .head_nav li:hover a {
    color: #fff;
}

.head .head_nav li a {
    color: white;
    text-decoration: none;
}

.head .head_nav li:last-child {
    margin-right: 0;
}

.head .right {
    float: right;
    text-align: right;
    margin-top: 10px;
    cursor: pointer;
}

.head .right a {
    text-decoration: none;
    color: white;
}

.head .nav.active .right a {
    color: #555555;
}

.banner {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner img {
    width: 100%;
}

.head .icon {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 100px;
}

.head .icon ul {
    float: left;
}

.head .icon ul li {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 5px;
    border: 1px solid #6699ff;
    margin-right: 20px;
    cursor: pointer;
}

.product .title,
.brand .title,
.cooperation .title,
.dynamic .title {
    font-size: 48px;
    color: #000000;
    text-align: center;
    font-family: 'Cambria';
}

.head .icon ul li.active:before,
.head .icon ul li:hover:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #6699ff;
}

.head .icon .bottom_icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation: bottom_icon_ani 1.5s linear 0s alternate infinite;
}

@keyframes bottom_icon_ani {
    0% {
        opacity: 0.4;
        transform: translateY(-15px);
    }
    50% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0.4;
        transform: translateY(15px);
    }
}

.product {
    padding-top: 60px;
    height: 831px;
}

.product .title,
.brand .title,
.cooperation .title,
.dynamic .title {
    font-size: 48px;
    color: #000000;
    text-align: center;
}

.product .sub_title,
.brand .sub_title,
.cooperation .sub_title,
.dynamic .sub_title {
    font-size: 24px;
    color: #333333;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 85px;
}

.product .list {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: block;
    z-index: 2;
    margin-top: 0;
    transition: all 1s;
    top: -105px\9;
}

.product .list.active {
    margin-top: -105px;
}

.product .list li {
    float: left;
    background-color: rgba(0, 0, 0, 0.79);
    background: #000\9;
    width: 230px;
    height: 210px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    /* margin-top: -105px opacity: 0;*/
    animation-delay: 0s;
}


/* .product .list li:nth-child(2){
	animation-delay:0.2s
}
.product .list li:nth-child(3){
	animation-delay:0.4s
}
.product .list li:nth-child(4){
	animation-delay:0.6s
}
.product .list li:nth-child(5){
	animation-delay:0.8s
} */

.product .list li.active1 {
    animation: fadeIn 1s both 0s;
}

.product .list li.active2 {
    animation: fadeIn 1s both .2s;
}

.product .list li.active3 {
    animation: fadeIn 1s both .4s;
}

.product .list li.active4 {
    animation: fadeIn 1s both .6s;
}

.product .list li.active5 {
    animation: fadeIn 1s both .8s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(-105px);
    }
}

.product .list li:hover {
    background-color: #36b6ee;
}

.product .list li:hover img {
    transform: rotateY(180deg);
}

.product .list li img {
    margin-top: 40px;
    transition: transform 1s;
}

.product .list li .text {
    margin-top: 15px;
    color: white;
    font-size: 16px;
}

.product .list .en_text {
    font-size: 12px;
    color: #c6c6c6;
    margin-top: 10px;
}

.product .player {
    position: relative;
    margin-top: 205px;
    z-index: 1;
}

.product .player li {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 1s;
    width: 100%;
}

#playerDiv li {
    display: none;
}

#playerDiv .active {
    display: block;
}

.product .player li img {
    width: 100%;
}

@media screen and (max-width: 1440px) and (min-width:768px) {
    .product .player li img {
        height: 500px;
    }
}

.product .player li.active {
    display: block;
}

.product .player .content {
    position: absolute;
    top: 195px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -600px\9;
    width: 1200px;
    text-align: center;
    z-index: 3;
}

.product .player .content p {
    font-size: 39px;
    color: white;
    line-height: 53px;
}

.product .player .content p+p {
    margin-bottom: 60px;
}

.product .player .content span {
    padding: 15px 41px;
    font-size: 18px;
    /* border: 1px solid white; */
    border-radius: 8px;
    color: white;
    border: 1px solid #00a2e9;
    box-shadow: 0 10px 16px 0 rgba(0, 162, 233, 0.3);
}

.product .player .content span:hover {
    background-color: #00a2e9;
}

.product .player .content span a {
    color: white;
    text-decoration: none;
}

.brand {
    position: relative;
    padding-top: 30px;
    height: 1760px;
}

.brand .ornament {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.brand .title {
    margin-top: 70px\0;
    margin-top: 90px;
    opacity: 0;
    opacity: 1\0;
    transition: all .8s;
}

.brand.active .title {
    transform: translateY(-30px);
    opacity: 1;
}

.brand .sub_title {
    margin-bottom: 50px;
    margin-top: 60px;
    margin-top: 0\0;
    opacity: 0;
    opacity: 1\0;
    transition: all .8s 1s;
}

.brand.active .sub_title {
    transform: translateY(-60px);
    opacity: 1;
}

.brand .lists {
    width: 830px;
    margin: 0 auto;
}

.brand .lists {
    color: #222222;
    font-size: 20px;
}

.brand .lists {
    margin-bottom: 60px;
    margin-top: 60px;
    margin-top: 0\0;
    opacity: 0;
    opacity: 1\0;
    transition: all .8s 2s;
    text-align: center;
}

.brand.active .lists {
    transform: translateY(-60px);
    opacity: 1;
}

.brand .lists span {
    display: inline-block;
    margin-right: 60px;
    cursor: pointer;
    line-height: 50px;
}

.brand .lists span.active,
.brand .lists span:hover {
    color: #00a2e9;
    border-bottom: 2px solid #00a2e9;
}

.brand .lists span:last-child {
    margin-right: 0;
}

.brand .tabs {
    position: relative;
    width: 1200px;
    height: 1250px;
    margin: 60px auto 0 auto;
    margin-top: 0\0;
    opacity: 0;
    opacity: 1\0;
    transition: all .8s 3s;
}

.brand.active .tabs {
    transform: translateY(-60px);
    opacity: 1;
}

.brand ul {
    width: 100%;
    display: table;
    position: absolute;
    display: none;
}

.brand ul.active {
    display: inline-block;
}

.brand ul li {
    float: left;
    width: 380px;
    margin-left: 20px;
    overflow: hidden;
    /*margin-top: 60px;
	margin-top: 0\0;
	opacity: 0;
	opacity: 1\0;
	transform: all .8s 5s;*/
}

.brand.active ul li {
    /*transform: translateY(-60px);
	opacity: 1;*/
}

.brand ul li .img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.brand ul li .img img {
    width: 100%;
    transition: all 0.5s;
}

.brand ul li .img .box {
    width: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
    display: none;
}

.brand ul li:hover .img .box {
    width: 100%;
    display: block;
}

.brand ul li:hover .img img {
    transform: scale(1.1);
}

.brand ul li .text {
    height: 95px;
    margin-top: 20px;
}

.brand ul li .text .left {
    float: left;
    font-size: 24px;
    color: #000000;
}

.brand ul li .text .right {
    float: right;
    font-size: 18px;
    color: #666666;
    margin-top: 6px;
}

.brand ul li .text .right span {
    vertical-align: middle;
}

.brand .carousel div {
    float: left;
}

.brand .carousel div:nth-child(2) {
    margin: 0 20px;
}

.brand .carousel .prev,
.brand .carousel .more,
.brand .carousel .next {
    cursor: pointer;
    width: 48px;
    height: 48px;
    overflow: hidden
}

.brand .carousel .prev:hover,
.brand .carousel .next:hover {
    transition: all .5s;
}

.brand .carousel .prev:hover>div {
    background-color: #00a2e9;
    transform: translateX(-50%);
}

.brand .carousel .next:hover div {
    background-color: #00a2e9;
    transform: translateX(0%);
}

.brand .carousel .prev div,
.brand .carousel .next div,
.brand .carousel .more div {
    width: 101px;
    height: 100%;
    transition: transform .5s;
    background-color: #454545;
}

.brand .carousel .more div {
    margin-top: -48px;
}

.brand .carousel .more div {
    width: 48px;
    height: 96px;
}

.brand .carousel .next div {
    transform: translateX(-50%);
}

.brand .carousel {
    width: 184px;
    overflow: hidden;
    margin: 0 auto;
    opacity: 0;
    opacity: 1\0;
    transition: all 0.8s 4s;
}

.brand.active .carousel {
    transform: translateY(-40px);
    opacity: 1;
}

.brand .carousel div span img {
    padding: 18px 15px;
}

.brand .carousel div span {
    display: inline-block;
    width: 48px;
    height: 48px;
}

.brand .carousel div span:last-child {
    margin-left: -4px;
}

.brand .carousel div span:last-child {
    margin-left: 0;
}

.brand .carousel .more span {
    display: block;
}

.brand .carousel .more span img {
    margin-left: 2px;
}

.brand .carousel .more:hover>div {
    transform: translateY(50%);
    background-color: #00a2e9;
}



.cooperation {
    padding-top: 50px;
}

.cooperation .title {
    margin-top: 100px;
   /* margin-top: 0\0;
    opacity: 0;
    opacity: 1\0;*/
    transition: all 0.8s;
}

.cooperation.active .title {
    transform: translateY(-110px);
    opacity: 1;
}

.cooperation .sub_title {
    margin-bottom: 0px;
    opacity: 0;
    opacity: 1\0;
    transition: all 0.8s 1s;
}

.cooperation.active .sub_title {
    transform: translateY(-110px);
    opacity: 1;
}

.cooperation .content {
    width: 1200px;
    margin: 0 auto;
    opacity: 0;
    opacity: 1\0;
    transition: all 0.8s 1s;
}

.cooperation.active .content {
    transform: translateY(-110px);
    opacity: 1;
}

.cooperation .tabs {
    position: relative;
    width: 100%;
    height: 300px;
}

.cooperation .content ul {
    position: absolute;
    overflow: hidden;
    width: 100%;
    opacity: 0;
}

.cooperation .content ul.active {
    opacity: 1;
}

.cooperation .content li {
    display: inline-block;
    float: left;
    width: 240px;
    height: 150px;
    line-height: 150px;
    text-align: center;
}

.cooperation .content li img {
    max-width: 90%;
    vertical-align: middle;
}

.cooperation .icon {
    width: 60px;
    margin: 30px auto 0 auto;
}

.cooperation .icon .btn {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d7d7d7;
    margin-right: 10px;
    cursor: pointer;
}

.cooperation .icon .btn:last-child {
    margin-right: 0;
}

.cooperation .icon .btn.active {
    background-color: #00a2e9;
}

.data {
    position: relative;
    margin-top: 60px;
    background-image: url(../Images/pic_11.jpg);
    background-size: cover;
    opacity: 0;
    opacity: 1\0;
    transition: all 0.8s;
}

.data.active {
    transform: translateY(-60px);
    opacity: 1;
}


/* .cooperation .data{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	font-size: cover;
} */

.data .content {
    width: 1200px;
    margin: 0 auto;
    padding: 190px 0;
}

.data .content li {
    display: inline-block;
    width: 33%;
    color: white;
    text-align: center;
}

.data .content li:nth-child(-n+3) {
    margin-bottom: 120px;
}

@font-face {
    font-family: flipflop;
    src: url('../font/FLIPFLOP.TTF');
}

.data .content li .number {
    font-size: 110px;
    font-family: flipflop;
}

.data .content li .text {
    font-size: 24px;
}

.dynamic {
    /*margin-top: 90px;*/
    height: 980px;
}

.dynamic>.title {
    margin-top: 60px;
    margin-top: 0\0;
    opacity: 0;
    opacity: 1\0;
    transition: all 0.8s;
}

.dynamic.active>.title {
    transform: translateY(-60px);
    opacity: 1;
}

.dynamic .sub_title {
    margin-bottom: 75px;
    margin-top: 60px;
    margin-top: 0\0;
    opacity: 0;
    opacity: 1\0;
    transition: all 0.8s 1s;
}

.dynamic.active .sub_title {
    transform: translateY(-85px);
    opacity: 1;
}

.dynamic .content {
    width: 1200px;
    margin: 60px auto 0 auto;
    margin-top: 0\0;
    opacity: 0;
    opacity: 1\0;
    transition: all 0.8s 2s;
}

.dynamic.active .content {
    transform: translateY(-85px);
    opacity: 1;
}

.dynamic .content .lists {
    width: 780px;
    font-size: 20px;
    margin: 0 auto;
    color: #222222;
}

.dynamic .content .lists li {
    display: inline-block;
    margin-right: 89px;
    line-height: 44px;
    cursor: pointer;
}

.dynamic .content .lists li:last-child {
    margin-right: 0;
}

.dynamic .content .lists li.active,
.dynamic .content .lists li:hover {
    color: #00a2e9;
    border-bottom: 2px solid #00a2e9;
}

.dynamic .tabs {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.dynamic .tabs ul {
    position: relative;
}

.dynamic .tabs li {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    width: 100%;
}

.dynamic .tabs li.active {
    display: inline-block;
}

.dynamic .tabs li>div {
    position: relative;
    display: inline-block;
    float: left;
    width: 32%;
    height: 460px;
}

.dynamic .tabs li .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dynamic .tabs li .left:hover .pic img,
.dynamic .tabs li .center:hover .pic img {
    transform: scale(1.1);
}

.dynamic .tabs li .left:hover .blog .img,
.dynamic .tabs li .center:hover .blog .img {
    transform: translateX(20px);
}

.dynamic .tabs li .left img,
.dynamic .tabs li .center img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.dynamic .tabs ul li {
    overflow: hidden;
}

.dynamic .tabs .blog {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.51);
    color: white;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.dynamic .tabs .blog .blog_title {
    float: left;
    width: 260px;
}

.dynamic .tabs .blog .img {
    float: right;
    margin: 10px 20px 0 0;
    transition: all .5s;
}

.dynamic .tabs li>div:nth-child(2) {
    margin: 0 10px 0 5px;
}

.dynamic .tabs li .right .article {
    height: 147px;
    background-color: #f6f6f6;
    padding: 20px 30px;
    box-sizing: border-box;
}

.dynamic .tabs li .right .article:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    transform: scale(1.01);
}

.dynamic .tabs li .right .article:hover .text p {
    color: #00a2e9;
}

.dynamic .tabs li .right .article:hover .text img {
    transform: translateX(20px);
}

.dynamic .tabs li .right .article>div {
    float: left;
}

.dynamic .tabs li .right .article:nth-child(2) {
    margin: 10px 0;
}

.dynamic .tabs li .right .article .text {
    width: 215px;
    margin-left: 22px;
    padding-left: 22px;
    border-left: 1px solid #cacaca;
    height: 105px;
    font-size: 18px;
    color: #333333;
}

.dynamic .tabs li .right .article .text a {
    text-decoration: none;
    color: #333333;
}

.dynamic .tabs li .right .article:hover .text a {
    color: #00a2e9;
}

.dynamic .tabs li .right .article .text img {
    margin-top: 42px;
    transition: all .5s;
}

.dynamic .tabs li .right .article .date {
    height: 90px;
}

.dynamic .tabs li .right .article .date .day {
    position: relative;
    display: block;
    font-size: 40px;
    color: #333333;
}

.dynamic .tabs li .right .article .date .day:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 30px;
    bottom: 0px;
    background-color: #707070;
}

.dynamic .tabs li .right .article .year {
    display: inline-block;
    margin-top: 10px;
}


/*æ–°å¢ž*/

.contt {
    width: 100%;
    float: left;
}

.contt>div {
    width: 100%;
    display: none;
}

.hovercol ul.col2 {
    width: 45%;
    height: 500px;
    float: left;
    margin: 0 5% 0 0;
    margin-top: 70px;
}

.hovercol li {
    width: 100%;
    padding-bottom: 9px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    float: left;
}

.hovercol li.active1 {
    height: 136px;
}

.hovercol li .title {
    display: block;
    height: 1.8em;
    overflow: hidden;
    margin-bottom: 0.2em;
    font-size: 15px;
}

.hovercol li .att {
    float: right;
}

.hovercol li .description {
    display: none;
    margin-bottom: 0.4em;
}

.hovercol li .catlist {
    display: none;
}

.hovercol li .attention {
    float: right;
}

.hovercol dl {
    width: 290px;
    float: right;
}

.hovercol .img {
    display: none;
    padding-right: 10px;
}

.hovercol .desc {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.hovercol .img img {
    display: block;
}

.hovercol li.active1 .att {
    display: none
}

.hovercol li.active1 .title {}

.hovercol ul li.active1 .title {
    font-weight: bold;
    max-height: 3.6em;
}

.hovercol li.active1 .img {
    display: table-cell;
}

.hovercol li.active1 .desc {
    height: 121px;
    vertical-align: middle;
}

.hovercol li.active .catlist {
    display: block;
}

.hovercol li.active1 .description {
    display: block;
}

.li_1.num1 {
    background: #6699ff;
}

.num1 {
    background-position: 0px -111px;
}

.li_1 {
    display: inline-block;
    width: 16px;
    padding: 0 2px 0 0;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-right: 0.5em;
    background: #bbb;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    border-radius: 2px;
}

.font12 {
    font-size: 12px;
}

.ccc {
    color: #ccc;
}

.line18em {
    line-height: 1.8em;
}

.c44476c {
    color: #44476c;
}

.font13 {
    font-size: 13px;
}

.line15em {
    line-height: 1.5em;
}

.c999 {
    color: #999;
}

.font26 {
    font-size: 26px;
}


/*æ–°å¢ž*/

.contact {
    background-color: #f8f8f8;
    height: 474px;
}

.contact .content {
    width: 1200px;
    margin: 0 auto;
    padding: 85px 30px 100px 30px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.contact .title {
    font-size: 34px;
    color: #1b1b1b;
}

.contact .en_title {
    color: #acacac;
    font-size: 22px;
    margin-top: 10px;
}

.contact .left {
    float: left;
}

.contact .left .top {
    height: 223px;
}

.contact .left .top>div {
    display: inline-block;
    float: left;
}

.contact .left .top>div:nth-child(2) {
    width: 500px;
    margin-left: 100px;
    margin-top: 3px;
}

.contact .left .company {
    font-size: 20px;
    color: #000000;
    margin-bottom: 55px;
}

.contact .left span,
.contact .left .address {
    margin-bottom: 25px;
    font-size: 16px;
    color: #494949;
}

.contact .left .message {
    overflow: hidden;
}

.contact .left .message span:nth-child(2n) {
    float: right;
}

.contact .left .message span:nth-child(2n+1) {
    float: left;
}

.contact .left ul {
    margin-top: 20px;
    display: block;
    font-size: 16px;
}

.contact .left ul li {
    display: inline-block;
    margin-right: 10px;
}

.contact .left ul li:last-child {
    margin-right: 0;
}

.contact .right {
    float: right;
}

.contact .right>div {
    display: inline-block;
    float: left;
}

.contact .right div {
    display: inline-block;
}

.contact .concern {
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
}

.contact span {
    display: block;
}

.contact .concern+img {
    width: 110px;
}

.contact .right .text {
    height: 138px;
    margin-top: 40px;
    color: #1b1b1b;
    font-size: 16px;
}

.contact .right .QR_Code {
    vertical-align: middle;
    width: 120px;
    margin: 0 20px;
}

.contact .content+p {
    color: #4f4f4f;
    font-size: 16px;
    background-color: #f0f0f0;
    text-align: center;
    height: 80px;
    border-top: 1px solid #f0f0f0;
    line-height: 80px;
}

.frame {
    position: fixed;
    width: 895px;
    height: 465px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00a2e9;
    padding: 20px;
    z-index: 999;
    display: none;
}

.frame .content {
    border: 1px dashed #def3fc;
    height: 100%;
    width: 100%;
    padding: 25px 35px 35px 35px;
    box-sizing: border-box;
}

.frame .content .title {
    margin-bottom: 30px;
}

.frame .content .title>div {
    display: inline-block;
}

.frame .content .title .logo {
    vertical-align: middle;
}

.frame .content .title .text {
    font-size: 50px;
    color: white;
    vertical-align: middle;
    border-left: 1px solid white;
    margin-left: 30px;
    padding-left: 30px;
    letter-spacing: 5px;
}

.frame .message .input {
    display: inline-block;
    float: left;
    position: relative;
    width: 390px;
    height: 60px;
    margin-bottom: 20px;
}

.frame .message .input.other {
    width: 813px;
}

.frame .message .input input::-webkit-input-placeholder {
    color: white;
}

.frame .message .input input::-moz-placeholder {
    color: white;
}

.frame .message .input input:-ms-input-placeholder {
    color: white;
}

.frame .message .input img {
    position: absolute;
    left: 20px;
}

.frame .message .input .company+img {
    top: 16px;
}

.frame .message .input .name+img {
    top: 17px;
}

.frame .message .input .telphone+img {
    top: 19px;
}

.frame .message .input .email+img {
    top: 21px;
}

.frame .message .input .verify_code+img {
    top: 17px;
}

.frame .message .input img.verify {
    top: 13px;
    left: initial;
    right: 20px;
}

.frame .message .input input {
    width: 100%;
    height: 100%;
    border: 1px solid white;
    border-radius: 5px;
    background-color: transparent;
    padding-left: 50px;
    box-sizing: border-box;
    font-size: 18px;
    color: white;
}

.frame .message .input .remark {
    padding-left: 20px;
}

.frame .message .input span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: white;
    color: #ff0000;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    cursor: pointer;
}

.frame .message .input:nth-child(2),
.frame .message .input:nth-child(4),
.frame .message .input:nth-child(7),
.frame .message .input:nth-child(9) {
    margin-left: 30px;
}

@media screen and (max-width: 1440px) {
   /* .solution {
        height: 570px;
    }*/
   /* .solution .content li {
        height: 100px;
        padding: 22px 0;
    }*/
    .solution .content li img {
       /* height: 50px;*/
    }
    .solution .content li p {
        font-size: 16px;
    }
    .solution .left>div {
        top: -120px;
    }
    .solution .left .text {
        font-size: 40px;
    }
    .solution .left .description {
        margin-top: 50px;
    }
}