﻿@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	border: none;
}
body{
	width:1200px;
	margin:0 auto;
	font-family:'Times New Roman', "微软雅黑";
	}
.header{
	width:1200px;
	height:120px;
	}
.logo{
	width:267px;
	height:91px;
	float:left;
	margin-top:14.5px;
	}
.nav{
	width:880px;
	float:right;
	}
.yuyan{
	margin-top:30px;
	overflow:hidden;
	text-align: right;
	}
.yuyan a{
	margin:0px 5px;
	}
.nav>ul{
	margin-top:15px;
	overflow:hidden;
	}
.nav>ul>li{
	float:left;
	padding:12px 0px;
	}
.nav>ul>li+li{
	margin-left:52px;
	}
.nav>ul>li>a{
	color:#333;
	font-size:16px;
	padding:10px 0px;
	border-bottom:2px solid #fff;
	}
.nav>ul>li:hover>a{
	border-bottom:2px solid #335ba0;
	}
.nav>ul>li.hover>a{
	border-bottom:2px solid #335ba0;
	}
.nav>ul>li ul{
	position:absolute;
	width:200px;
    margin-left:0px;
	z-index:100;
	padding-top:20px;
	/*box-shadow: 0 1px 5px rgba(153,153,153,0.19);*/
	opacity:0;
	visibility:hidden;
	transition:all .5s;
	}
.nav>ul>li:hover ul{
	opacity:1;
	visibility: visible;
	}
.nav>ul>li ul li{
	background:#fff;
	border-bottom:1px solid #eee;
	}
.nav>ul>li ul li:nth-of-type(1){
	border-top:3px solid #335ba0;
	}
.nav>ul>li ul li a{
	color:#333;
	font-size:14px;
	line-height:45px;
	display:block;
	text-indent:30px;
	transition:all 0.5s;
	}
.nav>ul>li ul li a:hover{
	background:#fcfcfc;
	text-indent:40px;
	}
.nav>ul>li.youul>a:after {
    position:relative;
    content: '';
    width: 0;
    height: 0;
	top: 11px;
    margin-left: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000000;
}
.fobg{
	width:1200px;
	height:123px;
	background:url(../images/footer.png) center center no-repeat;
	}
.footer{
	width:920px;
	float:right;
	margin-top: 45px;
	}
.footer p:nth-of-type(1){
	font-size:18px;
	color:#fff;
	text-align:center;
	}
.footer p:nth-of-type(2){
	font-size:12px;
	color:#fff;
	text-align:center;
	margin-top:8px;
	}
.footer p a{
	color:#fff;
	}
.teem{
	width:920px;
	float:right;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:30px;
	}
.teem ul{
	width:560px;
	margin:0 auto;
	overflow:hidden;
	}
.teem ul li{
	min-height:42px;
	padding-left:50px;
	float:left;
	}
.teem ul li:nth-of-type(1){
	background:url(../images/tell.png) left no-repeat;
	}
.teem ul li:nth-of-type(2){
	margin-left:100px;
	background:url(../images/email.png) left no-repeat;
	}
.teem ul li p:nth-of-type(1){
	font-size:14px;
	color:#335ba0;
	font-weight:bold;
	}
.teem ul li p:nth-of-type(2){
	font-size:14px;
	color:#666;
	font-weight:bold;
	margin-top:6px;
	}