/*body {*/
    /*font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*}*/

#container {
    width: 100%;
}

.my-header{
	background-color: #fff;
    width: 100%;
	height: 24px;
}
.top-header .top-header-language{
	width: 1140px;
	margin: 0 auto;
	text-align: right;
	font-size: 14px;
	line-height: 24px;
    background-color: #fff;
    padding-top:20px;
    color: #7E7F80
}
.w10{
    padding-left: 10px;
}
.w20 {
    padding-left: 20px;
}
.w30 {
    padding-left: 30px;
}

.top-header .top-header-language a{
	text-decoration: none;
}

#container .header-banner {
	width: 1140px;
	margin: 0 auto;
	height: 120px;

}

.header-banner-logo  {
	margin-top: 15px;
    vertical-align: bottom;
    float: left;
}
.header-banner-logo span {
	font-size: 30px;
    color: #111;
    vertical-align: bottom;
    padding-bottom: 10px;
    line-height: 80px;
}
.top-nav{
    padding-right: 0px;
    background: #fff;
    margin-top: 50px;
    font-size: 16px;
}
.top-nav * {
    font-size: 16px;
}
.layui-nav{
    background-color: transparent;
    margin-top: 34px;
}
.layui-nav .layui-nav-item a{

    font-size: 16px;
}





.top-nav .layui-nav-more{
    border-width: 0px;
    display: none;
}
.top-nav .layui-nav-item a {
    padding-left: 11px;
    padding-right: 11px;
    color: #777;
    font-weight: 500;
}
.top-nav .layui-nav-item a:hover, .top-nav .layui-this a {
    color: #444;
}
.layui-nav .layui-nav-item  .layui-nav-child a {
    color: #0967b6;
    font-size: 15px;
    line-height: 36px;
    font-weight: normal;
}

.top-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
    height: 3px;
    background-color: #37a3b2;
}


/**/
.layui-carousel:hover .layui-carousel-arrow[lay-type=add], .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 8%;
}
.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    opacity: 1;
    left: 8%;
}

.fast-block{
    width: 100%;
    min-width: 1140px;
    background: #F5F4F7 url("/images/fast_back.png") no-repeat bottom center;
}

.fast {
    width: 1140px;
    margin: 0 auto;
}

.fast .fast-port{
    display: block;
    text-align:  center;
    height: 310px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.fast-port div, .fast-port h3 {
    text-align: center;
    font-size: 18px;
    color: #666;
}

.fast-port div {
    width: 204px;
    height: 204px;
    margin-top: 30px;
    margin-left: 90px;
    text-align: center;

    border-radius: 100px;
    background: url("/images/fast/back02.png") center center no-repeat;
}

.fast-port div img{
    padding-top: 37px;
}


.fast-hover div{
    background: url("/images/fast/back01.png") center center no-repeat;
}

.fast-hover div {
    /*padding-top: 70px;*/

}
.fast-hover h3{
    color: #000000;
    font-size: 22px;
    margin-top: 20px;
}
.fast-hover div img {
    cursor: pointer;
    transition: all 1s;
}
.layui-carousel{
    min-width: 1140px;
}

@media screen and (max-width: 1140px) {
    .layui-carousel{
        height: 620px;
    }
}


/* our advantage*/
/* our advantage*/
.advantage {
    height: 610px;
    /*background: url("../image/index/back3.jpg") center center no-repeat;*/
    min-width: 1140px;
}

.advantage .advantage-container {
    min-width: 1140px;
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 20px;

}
.advantage-container h3 {
    margin-top: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 35px;
    color: #659FAF;

}

.advantage-more {
    cursor: pointer;
    min-width: 285px;
    display: block;
}

.advantage-row .advantage-image {
    position: relative;
}
.advantage-row div img{
    width: 100%;
}

.advantage-row .advantage-image .cover{
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 80px;
    width: 100%;
    background-color: #1597ad;
    opacity: 0.5;
    transition: all 0.5s;
}

a:hover .advantage-image .cover{
    height: 100%;
}
a:hover .advantage-image h4{
    display: none;
}
a:hover .advantage-image .ad-detail {
    display: block;
    opacity:1;
    position: absolute;
    top:0;
    left: 0;
    color: #fff;
    padding: 50px 20px 0px;
    font-size: 15px;
    line-height: 30px;
    line-height: 30px;
    animation:ttt 0.5s 1 forwards;
}

@keyframes ttt {
    0%{
        opacity:0;
    }
    66%{ /*这里表示3s的66%也就是大约2秒的时候*/
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
.advantage-row .advantage-image .cover2 {
    background-color: #0059cf;
}
.advantage-row .advantage-image h4{
    position: absolute;
    bottom: 40px;
    font-size: 20px;
    color: #fff;
    margin-top: 40px;
    padding-left: 20px;
}

.advantage-row .advantage-image .ad-detail{
    display: none;
    opacity:0;
    animation-delay:0.5s;
    -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
    transition: all 0.5s;
}




.cooperate .cop-title {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.cooperate .cop-title .space-span{
    padding: 5px 20px;
}
.cooperate .cop-title .title-span{
    border: 1px solid #888;
    padding: 8px 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.cooperate .cop-title .title-span-hover {
    color: #fff;
    background-color: #5694A8;
    border-color: #5694A8;
}

.cooperate {
    padding-bottom: 30px;
    text-align: center;
}
.cooperate .cooper-img{
    width: 1140px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    _zoom:1;_display:inline;
}
.cooper-img ul {
    height: 80px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    _zoom:1;_display:inline;

}

.cooperate ul li {
    float: left;
    margin-left: 25px;
    vertical-align: center;
    line-height: 80px;
}
.cooperate .cooper-img-hidden2{
    display: none;
}



/* partner */
.partner {
    background: #f6f6f6;
    border-top: 1px solid #ededed;
    height:160px;
}
.partner-title {
    width: 1090px;
    margin: 0 auto;
    padding-top:30px;
}
.partner-title span {
    font-size:20px;
    font-width: bold;
    line-height:26px;
    padding: 5px 30px;
    border: 1px solid #ccc;
    border-radius: 5px;

}
.partner-image {
    width: 1140px;
    margin: 0 auto;
}

.partner-image ul li {
     float: left;
     margin-left: 25px;
     vertical-align: center;
     line-height: 80px;
 }

/*link*/
.link {
    height: 135px;
}
.link .link-container {
    width: 1140px;
    margin: 0 auto;
    padding-left: 20px;
}
.link-container h3 {
    display: inline;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background-color: #5694A8;
    border: 1px solid #5694A8;
    padding: 6px 40px 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.link-container .link-pic{
    margin-top:20px;
}

.layui-footer {
    font-size: 14px;
    line-height: 56px;
    height: 56px;
    width: 100%;
    min-width: 1140px;
    background-color: #fff;
    color: #000001;
}
.layui-footer .yu-footer {
    width: 1100px;
    margin: 0 auto;
}
.yu-layout-left {
    float: left;
}
.yu-layout-right {
    float: right;
}
.yu-layout-right a {
    color: #000001;
}





/* neiye */

.top-banner {
    width: 1140px;
    margin: 0 auto;
}

.content-main {
    width: 1140px;
    margin: 0 auto;
}

.yu-nav {
    width: 240px;
    min-height: 300px;
    padding-top: 40px;
    font-size: 16px;
    line-height: 36px;
    padding-left: 20px;
    float: left;
    color: #555;
    margin-bottom:40px;
}
.yu-nav li > a {
    padding-left:25px;
    background:url("../images/icon01.png") no-repeat left center;
    font-weight: bold;
    height: 36px;
    display: block;
    overflow: hidden;
}
.yu-nav li dd > a{
    margin-left:25px;
    display: block;
    overflow: hidden;
}
.main-content {
    width: 828px;
    float: left;
    padding:30px 20px;
}
.content-title {
    text-align: center;
    margin-bottom:30px;
}
.content-title span {
    font-size: 28px;
    color: #659FAE;
    padding-right: 5px;
}
.content-title img {
    width: 150px;
    height: auto;
}


.carousel-img {
    display: block;
    background-position: center;
    background-repeat: none;
}

.tuandui {
    width: 244px;
    padding: 15px 5px 15px 5px;
    float: left;
    text-align:center;
    vertical-align: baseline;
    display: block;
    height: 340px;
    text-align: center;
    border: 1px solid #dddddd;
    border-bottom: 4px solid #ddd;
    margin: 10px;
    overflow: hidden;
    cursor:pointer
}
.tuandui:hover {
    border-color: #37A3B2;
    cursor:pointer
}

.tuandui .tuandui-header{
    display:block;

}
.tuandui .tuandui-header img {
    width:122px;
    height:122px;
    border-radius: 61px;
}

.tuandui .tuandui-name{
    display:block;
    text-align:center;
    font-size: 16px;
    font-weight: 400;
    line-height:28px;

}

.tuandui .tuandui-zhiwu{
    display:block;
    text-align:center;
    line-height:20px;
    color:#666666;
    padding-bottom:6px;
}

.tuandui .tuandui-conten {
    display:block;
    text-align:left;
    height: 160px;
    overflow: hidden;
    color:#666666;
}

.jiagou {
    width:386px;
    float:left;
    margin:14px;
}
.jiagou .jiagou-pic{
    display:block;
    height: 236px;
    overflow: hidden;
    text- align: center;
}
.jiagou img{
    width:386px;
}

.jiagou .jiagou-name{
    font-size: 14px;
    color: #37A3B2;
    display:block;
    text-align: center;
}



#allmap {
	width: 450px;
	height: 450px;
	overflow: hidden;
	margin: 0;
	position: relative;
	left: -30px;
	opacity: 0;
}


#map {
	position: relative;
	left: -30px;
	opacity: 0;
}


