@charset "utf-8";
#header {
    width: 100%;
    height: 103px;
    position: fixed;
    /* position: absolute; */
    font-size: 16px;
    transition: all ease .3s;
    z-index: 99;
    left: 0;
}

#header ul li.navitem:hover ul.subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}





#header ul li.navitem {
    width: auto;
    float: left;
	position: relative;
	list-style: none;
    /* padding-bottom: 20px; */
}

#header ul li.navitem:hover a.nav-a{
	background: #57afd1;
}



#header ul li.navitem:first-child>a,
#header ul li.navitem:nth-child(5)>a,
#header ul li.navitem:nth-child(6)>a {
    cursor: pointer;
}

#header ul li.navitem>a {
    color: #C2C2C2;
    cursor: default;
    display: block;
    padding: 41px 25px 33px 25px;
}
#header ul li.navitem:hover a {}

#header ul li.navitem:nth-child(2) a,
#header ul li.navitem:nth-child(3) a,
#header ul li.navitem:nth-child(4) a {
    /* padding-right: 43px; */
}


#header ul li .navitem a.active,
#header ul li .navitem:hover a {
    padding: 30px 30px;
    color: #fe7600;
    background: transparent none repeat scroll 0% 0%;
}

#header.mini ul li.navitem ul.subnav {
    transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
}

#header.mini ul li.navitem:hover ul.subnav {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}

#header.mini ul li.navitem ul.subnav li a {
    /* padding: 14px 30px; */
    background-color: rgb(39, 39, 39);
}

#header ul li.navitem ul.subnav {
    transition: all 0.3s ease-out 0s;
    position: absolute;
    /* width: 210px; */
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    /* margin-top: 33px;	 */
    border-radius: 0px 0 8px 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    /* border-top: 5px solid #75c22d;
	border-bottom: 10px solid #004ca2;
	background: #004ca2; */
    /* border-top: 5px solid #000; */
    border-top: 3px solid #f6ad73;
    border-bottom: 5px solid #1989b5;
    background: #323232;
    margin-left: 0px;
    background: rgba(45, 155, 198, 0.9);
}

#header ul li.navitem ul.subnav::after {
    content: "";
    position: absolute;
    display: block;
    top: -11px;
    left: 0;
    z-index: -1;
    width: 10px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f6ad73;
    margin-left: 33%;
}

#header ul li.navitem ul.subnav li a {
    border-bottom: medium none transparent;
    /* padding: 14px 30px; */
    width: 180px;
    height: 36px;
    line-height: 36px;
    /* background: #004ca2; */
    display: block;
    font-size: 15px;
    transition: all 0.4s ease-out 0s;
    color: #fdfdfd;
    /* text-indent: 11px; */
    position: relative;
	padding: 0;
}

#header ul li.navitem ul.subnav li a i {
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    margin-left: 10px;
    margin-right: 16px;
    font-size: 15px;
    color: #282828;
}

#header ul li.navitem ul.subnav li a:hover {
    color: #282828;
}

#header ul li.navitem ul.subnav li a:hover i {
    opacity: 1;
    margin-right: 11px;
    text-indent: 18px;
}

#header ul li.navitem ul.subnav li a::after {
    opacity: 0;
}

#header ul li.navitem ul.subnav li a:before {
    width: 0px;
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    display: block;
}

#header ul li.navitem ul.subnav li a:hover:before {
    width: 100%;
    right: auto;
    background: #f6ad73;
}

#header ul li.navitem ul.subnav li {
    /* border-bottom: 1px solid #383838; */
}

.content .header p.subtitle {
    color: #828282;
    font-size: 14px;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
}

#header ul li.navitem a.active {
    color: #f2f2d5;
	font-size: 17px;
	/* transition: all 0.3s ease 0s; */
}

#header ul li.navitem a.active:hover {
    
}



#header ul li.navitem:nth-child(2)>a::before,
#header ul li.navitem:nth-child(3)>a::before,
#header ul li.navitem:nth-child(4)>a::before,
#header ul li.navitem:nth-child(7)>a::before {
    /* content: "";
    display: block;
    width: 23px;
    height: 7px;
    background: url(../images/x01.png) no-repeat 0 0;
    position: absolute;
    left: 110px;
    left: 100px;
    top: 36px; */
}

#index #header ul li.navitem:nth-child(2)>a::before,
#index #header ul li.navitem:nth-child(3)>a::before,
#index #header ul li.navitem:nth-child(4)>a::before,
#index #header ul li.navitem:nth-child(7)>a::before {
    top: 46px;
}

#header .content {
    padding-left: 3.12%;
    padding-right: 3.12%;
    height: 103px;
    background: #2d9bc6;
    border-bottom: 3px solid #f6ad73;
}

#header ul#nav {
    /* float: right; */
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /* width: 72.5%; */
    /* padding-left: 30px; */
}

#header.mini ul#nav {
    padding: 0px 0px 0px 0px;
}

#header.mini {
    padding-top: 0px;
    background-color: rgba(33, 33, 33, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

#header {
    padding-top: 0px;
    background-color: transparent;
}



#header #logo {
    width: 140px;
    height: 150px;
    transition: all 0.3s ease-out 0s;
    display: block;
    float: left;
    background: #fff url(../images/weblogo.png) no-repeat center 10px;
	border-radius: 0 0 25px 25px;
	margin-right: 10%;
}

@media all and (max-width: 1550px) { 
    #header #logo {
        margin-right: 2.8%;
    }
}




#header #logo img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

#header #alibaba{
	background:url(../images/alibaba.png) no-repeat center center;
	width: 105px;
	height: 31px;
	display: inline-block;
	margin: 36px 0 0 16px;
}


#header #right_bbtn{
	float: right;
	margin-top: 34px;
}
#header #right_bbtn .yuan{
	width: 34px;
	height: 34px;
	border-radius: 100px;
	border: 1px solid #fff;
	display: inline-block;
}
#header #right_bbtn li{
	float: right;
    margin-left: 6px;
    position: relative;
}


#header #right_bbtn .a{
	background:url(../images/t1.png) no-repeat center center;
}
#header #right_bbtn .a a{
    display: block;
    /* background: red; */
    height: 35px;
}
#header #right_bbtn .b{
	background:url(../images/t2.png) no-repeat center center;
}
#header #right_bbtn .b div{
    position: absolute;
    z-index: 3;
    width: 147px;
    height: 162px;
    background:url(../images/x31.png) no-repeat 0 0;
    left: -57px;
    top: 63px;
    display: block;
    content: "";  
    transition: all 0.3s ease 0s;
    display: none;
}
#header #right_bbtn .b:hover div {
    top: 53px;
    display: block;
}
#header #right_bbtn .c{
	background:url(../images/t3.png) no-repeat center center;
}
#header #right_bbtn .c div{
    position: absolute;
    z-index: 4;
    width: 147px;
    height: 162px;
    background:url(../images/x32.png) no-repeat 0 0;
    left: -57px;
    top: 63px;
    display: block;
    content: "";
    opacity:0;    
    transition: all 0.3s ease 0s;
    display: none;
}
#header #right_bbtn .c:hover div{
    top: 53px;
    opacity:1;
    display: block;
}



#header #right_bbtn .ttel{
	color: #fdd100;
	font-size: 26px;
	font-family: 'Oswald-Regular';
	margin-right: 24px;
}
#header.mini #logo {
    padding: 16px 0px 0px 20px;
}

#header.mini #logo img {
    width: auto;
    height: 80%;
}

.nobanner #header {
    background-color: #212121;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#header ul li.navitem a::after {
    /* content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    margin-left: 30px;
    margin-top: 10px;
    background: rgba(255, 255, 255, .3);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
}

#header ul li.navitem:last-child a::after {
    width: 0px;
}