﻿/*内页*/
@-webkit-keyframes SlickIn{
    0%{-webkit-transform:scale(1.1,1.1)}
    100%{-webkit-transform:scale(1,1)}
}
@-webkit-keyframes SlickOut{
    0%{-webkit-transform:scale(1,1)}
    100%{-webkit-transform:scale(.9,.9)}
}
@keyframes SlickIn{
    0%{transform:scale(1.1,1.1)}
    100%{transform:scale(1,1)}
}
@keyframes SlickOut{
    0%{transform:scale(1,1)}
    100%{transform:scale(.9,.9)}
}

.scale{
    animation: scaleAnim 5s ease forwards;
}

@keyframes scaleAnim{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.LINE40{ line-height:40px}

.height40{ margin-top:40px}
.height50{ margin-top:50px;}
.linecon{ height:1px; width:100%;margin:20px 0px}
.contactsize{ text-align:center; font-size:25px; font-weight:bold; padding-top:50px}
.contact_ul ul li .box em.bgs1 {
        background-image: url(/images/contact_pic1.png);
    }
    .contact_ul ul li .box em.bgs2 {
        background-image: url(/images/contact_pic2.png);
    }
    .contact_ul ul li .box em.bgs3 {
        background-image: url(/images/contact_pic3.png);
    }
    .contact_ul ul li:hover em{transform: rotate(360deg);}
    .contact_ul ul li .box em {
        margin: 0 auto;
        width: 120px;
        height: 120px;
        display: block;
        transition: all 0.3s;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        margin-bottom: 5%;
        transition: all 0.3s;
    }


.partner{
    padding-top: 60px;
    padding-bottom:80px;
}

.networkbg{
    padding-top: 60px;
    padding-bottom:0px;
}

.partner-title{
   text-align: center;
}
.partner-title h3{
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
}
.partner-title p{
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    line-height: 30px;
}
.partner-title-line{
    width: 30px;
    height: 1px;
    background-color: #0f4cc9;
    margin: 4px auto 0;
}
.partner-title2{
    text-align: center;
    line-height: 24px;
    color: #333333;
    margin-top: 14px;
}
.partner-brand{
    width: 1196px;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    margin-top: 40px;
}
.partner-brand-box{
    float: left;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.partner-brand-box img{
    transition: all 1s ease;

}
.partner-brand-box:hover img{
    transform: rotateY(360deg);
}

/*联系我们*/
.contact_map{ overflow:hidden;}
.contactmap{ overflow:hidden; margin-top:-50px}
.contact_ul{ overflow:hidden; margin-bottom:1%; border:1px solid #e3e3e3; font-size:18px; color:#000; line-height:25px; text-transform:uppercase; background:#fff;}
.contact_ul ul li{ float:left; width:30%; overflow:hidden; text-align:center; margin-top:4%; margin-bottom:4%;}
.contact_ul ul li:last-child{width:70%;text-transform:none}
.contact_ul ul li .box{ padding-left:2%; padding-right:2%; border-right:1px solid #e3e3e3;}
.contact_ul ul li:last-child .box{ border-right:none;}
.contact_ul ul li .box i{ margin:0 auto; width:160px; height:160px; display:block; transition:all 0.3s; background-repeat:no-repeat; background-position:center center; background-size:100% 100%; margin-bottom:5%;transition:all 0.3s;}
.contact_ul ul li .box i.bgs1{ background-image:url(../images/contact_pic1.png);}
.contact_ul ul li .box i.bgs2{ background-image:url(../images/contact_pic2.png);}
.contact_ul ul li .box i.bgs3{ background-image:url(../images/contact_pic3.png);}
.contact_ul ul li .box .h3{ font-size:16px; color:#666666; font-weight:normal; margin-bottom:13px; font-weight:lighter}
.contact_ul ul li:hover i{transform: rotate(360deg);}



.map-content {
	position: relative;
}
.map-content .map-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	color: #fff;
	background-color: rgba(8, 4, 4, 0.5);
}


.message-info {
    position: relative;
	margin-top:40px;
}
.message-info .contact-title {
    padding-top: 45px;
    padding-bottom: 35px;
    font-size: 24px;
    color: #fff;
}
.message-info .contact-title i {
    display: inline-block;
    margin-right: 10px;
}
.com-width{width: 1200px;margin: 0 auto;}


.message-info .message-content .contact-title {
    color: #057046;
}
.message-content {
    width: 680px;
}
.message-content .message-form .inp {
    width: 100%;
    height: 57px;
    line-height: 57px;
    padding: 0 30px;
    background: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.message-content .message-form .inp2 {
    width: 100%;
    height: 59px;
    line-height: 59px;
    padding: 0 30px;
    background: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}



.message-content .message-form .txt {
    width:1200px;
    height: 230px;
    padding: 20px 0px;
    background: #fff;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	padding-left:30px;
	font-family:微软雅黑;
}
.message-content .message-form .com-button {
    margin-top: 20px;
    font-size: 0;
    width: 158px;
    height: 55px;
    line-height: 55px;
	text-decoration:none;
}
.message-content .message-form .txt:hover,
.message-content .message-form .inp:hover,
.message-content .message-form .inp:focus,
.message-content .message-form .txt:focus {
    box-shadow: 0 0 2px #093e96;
    border-color: #093e96;
}
.message-content .message-form .sub {
    position: relative;
    color: #fff;
    font-size: 24px;
    background: transparent;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    cursor: pointer;
}



/*通用按钮*/
.com-button-bar {
    padding-top: 35px;
    padding-bottom: 45px;
    text-align: center;
		border:none;
}
.com-button {
    position: relative;
    display: inline-block;
    width: 196px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff!important;
    background: #093e96;
    font-size: 16px;
    overflow: hidden;
	border:none;
	
}
.com-button:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.com-button:hover:before {
    left: 0;
}
.com-button span {
    position: relative;
}
.com-button-bar h4 {
    color: #057046;
    font-size: 24px;
    margin-top: 20px;
}
.com-showbox .item:last-child .cont .business-tit {
    margin-bottom: 0;
}
.com-showbox .item .cont .business-en {
    font-size: 18px;
    color: #BAB6B6;
    margin-top: 10px;
    margin-bottom: 30px;
}
.com-showbox .item .cont .business-des p ~ p {
    margin-top: 15px;
}




.p-contact-message-sub {
    display: block;
    width: 1200px;
    height:50px;
    text-align: center;
    line-height: 50px;
    background: #093e96;
    border: 0;
    padding: 0;
    margin: 40px auto 0;
    cursor: pointer;
	color:#FFFFFF;
	font-size:16px;
}

