
body{margin:0;padding:0;background:#fff;}
body{margin:0;padding:0;font:14px Tahoma,Verdana,Geneva,微软雅黑,sans-serif;color:#555}
body,div,span,p,h4,ul,li{padding: 0;margin: 0;}
ul{list-style: none;}
table,tr,td{border: none;overflow: hidden;}
a,a:hover{text-decoration: none;}
a:focus {outline:none;}
.left{float: left;}
.right{float: right;}
.clearfix:after{clear:both;content:".";display:block;margin:0;padding:0;font-size:0;height:0;line-height:0;overflow:hidden}
.clearfix{*zoom:1}
a{  text-decoration:none;  }
a:link{  text-decoration:none;  }
a:visited{  text-decoration:none;  }
a:hover{  text-decoration:none;  }
a:active{  text-decoration:none;  }


@media (max-width: 991px) and (min-width: 768px)
{

}
@media (max-width: 767px)
{
	
}

.itermText_Center{
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
img{max-width: 100%;}
.backdown {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 200px;
    height: 200px;
    background: transparent;
    left: 0;
    bottom: 0;
}
.backtop{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100px;
    height: 150px;
    background: transparent;
    right: 0;
    bottom: 0;
}
@media (max-width: 767px){
	.backtop{width: 50px;}
}
.backdown_container {
    position: relative;
    width: 24px;
    height: 24px;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #082846;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}
.backtop .chevron:before {
    left: 0;
    transform: skew(0deg, -30deg);
}

.backtop .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, 30deg);
}
@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

#menubox .navbar-default {
    margin-top: 20px;
    background-color: #fff;
    border: none;
}
#menubox  .navbar-default .navbar-nav > .active > a, #menubox .navbar-default .navbar-nav > .active > a:hover, #menubox .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: transparent;
}
#menubox .nav > li > a {
    position: relative;
    display: block;
    margin: 10px 15px;
    padding: 0;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
}
#menubox .navbar-default .navbar-nav > .active > a.menuLink,
#menubox .navbar-default .navbar-nav li:hover a.menuLink{
    color: #2c2c7c;
    border-bottom: 2px solid #2c2c7c;
}
.bannerIterm{
    position: relative;
}
.bannerCover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
}
@media (max-width: 991px) and (min-width: 768px)
{
	.bannerCover img{max-width: 400px;}
}
@media (max-width: 767px)
{
	.bannerCover img{max-width: 150px;}
}
.dropdown-menu > li > a {padding: 10px 20px;}

@media (min-width: 1200px)
{
	.lidropdown:hover .dropdown-menu{display:block;}
}
@media (max-width: 991px) and (min-width: 768px)
{
	.lidropdown:hover .dropdown-menu{display:block;}
}
@media (max-width: 767px)
{
	
}
.indexIterm{padding: 60px 0;}
.sectionTitle{padding-bottom: 35px;}
.cnName{ font-size: 24px;  color: #003366;  font-weight: bold;}
.enName{color: #50ab50;font-size: 18px;text-transform: capitalize;}
.sectionInfo{color: #333333;font-size: 15px;padding-bottom: 30px;}
.getMoer{color: #fff;padding: 10px 15px;border-radius: 20px;background: #50ab50;    display: inline-block;}

.typePic{position: relative;text-align: center;overflow: hidden;}
.typePicName{position: absolute;width: 100%;height: 100%;top: 0;  left: 0;}
.typePicName a{color: #ffffff;}
.typeInde{text-align: center;}
.typePic:before{position: absolute;content: ''; width: 130%;  height: 130%;  top: -15%;  left: -15%;transition-duration: 1s;
    -webkit-transition-duration: 1s;background: url("../images/pentagon.png") no-repeat;background-size: cover;    background-position: center;}
.typePic:hover:before{transform: rotate(20deg);  -ms-transform: rotate(20deg);  -moz-transform: rotate(20deg);  -webkit-transform: rotate(20deg);  -o-transform: rotate(20deg);}

.advantage{background: url("../images/advantageBG.jpg") no-repeat;background-size: cover;}
.advantage .cnName{color: #ffffff;}
.advantage .sectionMore{padding-bottom: 35px;}
.advantage .getMoer{font-size: 30px;  padding: 10px 20px;}
.advantage .sectionInfo{color: #ffffff;}
.sectionInfoTitle{display: block;font-size: 20px;    margin-bottom: 15px;}
.sectionListIterm img{float: left;}
.sectionListIterm span{color: #ffffff;padding: 10px;float: left;}

.midbox{background: #e3e3e3;    color: #333333;}
.midboxLeftIterm span{display: block;text-align: center;}
.midboxLeftIterm:first-child{border-right: 1px solid;}
.midboxLeftIterm span:first-child{font-size: 30px;  padding: 5px;}
.midboxRightCon{width: 80%;margin: auto;}
@media (max-width: 767px)
{
	.midboxLeftIterm span:first-child{font-size: 22px;  padding: 5px;}
	.midboxLeftIterm span{font-size: 12px;}
	.midboxRightCon {
	    width: 80%;
	    margin: auto;
	    font-size: 12px;
	    line-height: 1.5;
	    padding-top: 20px;
	}
	.advantage .getMoer {
	    font-size: 20px;
	    padding: 10px 20px;
	}
	.sectionListIterm {margin-bottom: 10px;}
	.CompanyLogo{padding-left: 10px;}
}
.proType{padding-top: 20px;color: #333333; font-size: 16px;}
.proName{color: #333333;  padding: 10px 0;  font-size: 16px;}
.proListIterm{margin: 10px;}

.footer{background: #082846;color: #ffffff;    padding: 15px 0;line-height: 1.5;}
.footer a{color: #ffffff;}
.footer li a{border-right: 1px solid;  padding-right: 5px; margin-right: 5px;}

.footer span{display: block;}
.footer li{float: right;}
.footerRight{text-align: right;}
.supLink{padding-left: 10px;}
@media (max-width: 767px)
{
	.footerRight{text-align: left;}
	.footer span {
	    display: block;
	    padding: 5px 0;
	}
}