@charset"utf-8";

@import url(hover.css);
@import url(footer.css);
@import url(banner.css);
@import url(kefu.css);
@import url(pagination.css);
@import url(bread.css);
@import url(subnav.css);
/*

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

*/

body{

	width: 100%;

	overflow-x: hidden;

}

.substring {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pc{

	display: block;

}

.mbl{

	display: none;

}
.page-title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-title h1 {
    font-weight: 600;
}
.page-content{
    position: relative;
    padding: 20px 0;
    margin: auto;
}
.idxContainer{

	width: 79.167%;

	margin: auto;

}
.top-bar{height: 40px;background-color: #f8b300;}
.top-bar .contact img{vertical-align: middle;width: 24px;height: 24px;line-height: 40px;}
.top-bar .contact {color: #ffffff;font-size: 16px;height: 40px;line-height: 40px;}
.header {
    padding: 0 15PX;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    height: 100px;
    font-size: 0;
    line-height: 100px
}

.logo img {
    display: inline-block;
    vertical-align: middle
}

.headRt {
    float: right
}


.nav, .language{

	float: left;

}

.nav{

	margin-right: 40px;

}

.nav .navLi{

	float: left;

}

.nav .navAa{

	float: left;

	font-size: 16px;

	color: #333333;

	height: 100px;

	line-height: 100px;

	padding: 0 35px;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-ms-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;

	transition: all 0.3s ease 0s;

}

.nav .navLi.active .navAa, .nav .navLi.act .navAa{

	/*background-color: #c0db6a;

	color: #fff;*/

}

.navTwo{

	position: absolute;

	top: 110%;

	left: 0;

	width: 250px;

	z-index: 3;

	visibility: hidden;

	opacity: 0;

	-webkit-transition: all 0.5s ease 0s;

	-moz-transition: all 0.5s ease 0s;

	-ms-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

}

.navT-li{

	position: relative;

}

.navT-li>.icon{

	position: absolute;

	top: 0;

	right: 0;

	width: 60px;

	height: 60px;

	background: url(../images/nav-jian.png) no-repeat center center;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-ms-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;

	transition: all 0.3s ease 0s;

	cursor: pointer;

}

.navT-li.act>.icon{

	-webkit-transform: rotate(90deg);

	-moz-transform: rotate(90deg);

	-ms-transform: rotate(90deg);

	-o-transform: rotate(90deg);

	transform: rotate(90deg);

}

.navT-li>a{

	font-size: 14px;

	color: #fff;

	display: block;

	height: 60px;

	line-height: 60px;

	padding: 0 30px;

	width: 100%;

	background-color: #f8b300;

}

.navT-li.act>a{

	background-color: #f8b300;

}

.navThree{

	padding: 20px 0;

	background-color:#fabf00;

	display: none;

}

.navTh-li>a{

	display: block;

	height: 40px;

	line-height: 40px;

	width: 100%;

	padding: 0 30px;

	font-size: 12px;

	color: #ffffff;

}

.navTh-li>a .dian{

	display: inline-block;

	vertical-align: middle;

	margin-right: 10px;

}

.language{

	line-height: 100px;

}

.language li{

	display: inline-block;

	vertical-align: top;

	margin: 0 7px;

}

.language li a{

	display: inline-block;

	width: 26px;

	height: 26px;

	border: solid 1px #eaeaea;

	border-radius: 100%;

	text-align: center;

	line-height: 24px;

	font-size: 12px;

	color: #666666;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-ms-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;

	transition: all 0.3s ease 0s;

}

.language li.active a{

	background-color: #f8b300;

	color: #fff;

	border-color: #f8b300;

}
.navT-li:hover>a{
        background-color: #f8b300;
    }
    .navThree .navTh-li:hover>a{
        background-color: #f8b300;
        color: #fff;
    }
.fcontact img.qrcode{width: 100px;height: 100px;}

@media screen and (min-width: 1200px){

.nav .navLi:hover .navAa {
    color: #f8b300;
}
.nav .navLi:hover .navTwo {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.navT-li:hover>a{
    color: #13387b;
}
.navThree .navTh-li:hover>a{
    
    color: #13387b;
}
}
@media screen and (max-width: 1500px){

    .logo, .language, .nav .navAa{
        height: 75px;
        line-height: 75px;
    }
    .nav .navAa{
        padding: 0 25px;
    }
    .logo img{
        height: 45px;
    }
    .twoNav-aa{
        height: 55px;
        line-height: 55px;
    }
}
@media screen and (max-width: 1200px){
    .nav .navAa{
        padding: 0 20px;
    }
    .nav{
        margin-right: 20px;
    }
    .nav .navAa{
        font-size: 14px;
    }
    .twoNav{
        width: 85%;
    }
    .warp_a {
    width: 85%;
}
.banner_ny_text h3 {
    font-size: 32px;
}.banner_ny_text p {
    font-size: 18px;
}
}
@media screen and (max-width: 992px){
    .pc{display: none;}
    .mbl{display: block;}
 .header{
        position: relative;
        z-index: 5;
        border-bottom: solid 1px #eaeaea;
    }
    .nav{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 3;
        background-color: #fff;
        padding: 0 15px;
        display: none;
    }
    .nav .navLi{
        width: 100%;
        border-bottom: solid 1px #eaeaea;
    }
    .nav .navAa{
        float: none;
        display: inline-block;
        width: 100%;
    }
    .nav .navLi.active .navAa{
        background-color: rgba(0,0,0,0);
        color: #2f95d9;
    }
    .navTwo{
        visibility: visible;
        opacity: 1;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        display: none;
    }
    .navToggle{
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .language{
        margin-right: 40px;
    }
    .twoNav-li{
        display: none;
    }
    .twoNav-li.active{
        display: block;
        
    }
    .twoNav{
        width: 80%;
    }
    .navLi>.icon{
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 45px;
        background: url(../images/sbrth-jian.png) no-repeat center center;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .navLi.act>.icon{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .navTwo{
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -ms-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
    }
    .headRt{
        padding-right: 0;
    }
    .banner_ny {
		/*margin-top: 85px;*/
	}
	.banner_ny_text h3 {
		font-size: 30px;
	}
	.banner_ny_text .ban_text {
		padding-left: 30px;
	}
	.warp_a {
		width: 86%;
	}
	.banner_ny_text .ban_text {
    padding-left: 30px;
}.banner_ny_text h3 {
    font-size: 30px;
}
.fcontact .copyright {
    margin-top: 0;
    margin: 20px auto;
    text-align: center;
    width: 100%;
}

}
@media screen and (max-width: 640px){
    .pc{
        display: none !important;
    }
    .mbl{
        display: block !important;
    }
    .logo img{
        height: 30px;
    }
    .logo, .language, .nav .navAa{
        height: 45px;
        line-height: 45px;
    }
    .navToggle{
        width: 25px;
        height: 24px;
    }
    .navToggle .icon:after, .navToggle .icon:before{
        width: 25px;
    }
    .navToggle .icon:before{
        top: -7px;
    }
    .navToggle .icon:after{
        bottom: -6px;
    }
    .twoNav-aa{
        padding-left: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .twoNav-li .twoNav-aa .icon{
        right: 5px;
    }
    .twoNav-ul li a{
        padding: 5px 10px;
        font-size: 14px;
    }
    .twoNav-ul{
        padding: 10px 0;
    }
}