﻿@charset "utf-8";

*{
	padding:0px;
	margin:0px;
}
img{
	border:none;
}
ul,li{
	list-style:none;
}
a:link,a:visited,a:hover,a:active{
	text-decoration:none;
}
a{
	cursor:pointer;
	color:#000;
}
body {
   	font-family: 微软雅黑, 宋体;
    	color: #333;
   	background-color:#FFFFFF;
   	font-size: 15px;
	width:1344px;
	margin:0 auto;
}
.wrap-1080{
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
.wrap-1344{
	width: 1344px;
	margin: 0 auto;
	overflow: hidden;
}
.clear{
	clear: both;
}
#flickr {
    float:right;
    width: 95%;
    padding:0px;
    margin:20px auto;
    font-family:Verdana;
    text-align: center;
    font-size: 12px;

}
#flickr a {
    background-position: 50% bottom;
    color: #078dca;
    margin-right: 3px;
    text-decoration: none;
    border: #dedfde 1px solid ;
    padding: 2px 6px;
}
#flickr a:hover {
    color: #fff;
    background-color: #078dca;
    border:#dddddd 1px solid ;
}
#flickr span.current {
    font-weight: bold;
    color: #ff0084;
    margin-right: 3px;
    padding: 2px 6px;
}
#flickr span.disabled {
    color: #adaaad;
    margin-right: 3px;
    padding:2px 6px;
}

.wrap-left{
	width: 325px;
	float: left;
	overflow: hidden;
}
.left-top{
	width: 318px;
	height: 265px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.main-title{
	width: 100%;
	height: 35px;
	clear: both;
	background-color: #2766ba;
}
.main-title p{
	text-indent: 1em;
	color: #f2f4f7;
	font-size: 18px;
	line-height: 35px;
}
.main-title p a{
	color: #FFFFFF;
}
.left-images{
	width: 320px;
	overflow: hidden;
}
.left-images img{
	width: 320px;
	vertical-align: top;
}
.left-top ul li{
	text-indent: 1em;
	font-size: 16px;
	line-height: 35px;
	border-bottom: 1px dotted #999999;
}
.left-top ul li a:hover{
	color: #2766ba;
}
.left-bottom{
	width: 318px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.left-b-content p{
	line-height: 30px;
	font-size: 16px;
	margin-left: 10px;
}

.wrap-right{
	width: 720px;
	float: right;
	overflow: hidden;
}
.right-top-content p{
	line-height: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.right-top{
	width: 718px;
	overflow: hidden;
	border: 1px solid #999999;
}
.right-bottom-content{
	width: 100%;
}
.right-bottom-content div{
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.right-bottom-content img{
	width: 160px;
	height: 120px;
}
.right-bottom-content p{
	text-align: center;
	font-size: 15px;
	color: #888;
}
.right-bottom-content a:hover p{
	color: #2766ba;
}
.right-top-content ul li{
	line-height: 40px;
	text-indent: 1em;
	border-bottom: 1px dotted #999999;
}
.right-top-content ul li a:hover{
	color: #2766ba;
}
.right-top-content ul li span{
	float: right;
	margin-right: 10px;
}
.right-top-content div{
	float: left;
	margin-top: 10px;
	margin-left: 14px;
}
.right-top-content div p{
	color: #999999;
	text-align: center;
}
.right-top-content div p:hover{
	color: #2766ba;
}
.right-top-content div img{
	width: 220px;
	height: 175px;
}
.main-content-title{
	width: 100%;
	text-align: center;
}
.main-content-title h1,.main-content-title p{
	text-align: center;
}
.main-content-title h1{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}
.main-mtp-mbm-30{
	margin: 30px auto;
}


.banner{
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    background-color: #ffffff;
}
.flexslider {
    margin: 0px auto ;
    position: relative;
    width: 1344px;
    height: 425px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../../../aatemplates/anli/images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    left:-60px
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    background: url(../../../aatemplates/anli/images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 425px;
    display: block;
}
.slides a{
    width: 100%;
    overflow: hidden;
}


#nav_4{
    margin:0 auto 0 auto;
    overflow: hidden;
    width: 1366px;

}


#hot{
	width:1344px;
	height:40px;
	margin:0 auto;
	overflow:hidden;
	background-color:#DCDCDC;
}
#hot div{
	width:1080px;
	margin:0 auto;
	overflow:hidden;
}
#hot div p{
	float:left;
	line-height:40px;
	color:#333;
}
#hot div p a{
	color:#333;
}
#hot div p a:hover{
	color:#000;
}
#hot div .link-content{
	margin-left:15px;
}

#friendlink{
	width:1080px;
	margin:0 auto;
	overflow:hidden;
	margin-top: 20px;
}
#friendlink p{
	font-size:18px;
	float:left;
	color:#007900;
}
#friendlink span{
	float:left;
	margin-left:10px;
	line-height:50px;
	font-size:14px;
}
#friendlink span a{
	color:#999;
}
#friendlink span a:hover{
	color:#000;
}
#header-wrap .head-h1 {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #AAA;
	font-size: 16px;
}

#welcome{
	background-color: #2766ba;
}
.welcome-p1{
	color: #FFF;
	margin-left: 130px;
	line-height: 40px;
}

#header-wrap{
	width:1344px;
	margin:0 auto;
	overflow:hidden;
}
#header{
	width:1080px;
	margin:0 auto;
	overflow:hidden;
}
#header a img{
	display: block;
}
#header-left{
	float:left;
	margin-top:15px;
	position: relative;
}
#header-right{
	float:right;
	margin-top: 30px;
	margin-right: 45px;
}

#nav{
	width: 630px;
	float: left;
	margin-top: 20px;
	margin-left: 130px;
}
#nav li{
	float:left;
	width:100px;
	font-size:16px;
	text-align:center;
	line-height:40px;
}
#nav a{
	color:#333;
	display:block;
	border-radius: 10px;
}
#nav a:hover{
	background-color:#2766ba;
	color: #FFF;
}

#banner{
	width:1344px;
	margin:0 auto;
	overflow:hidden;
}
#banner a img{
	display: block;
}

#product{
	margin-top: 20px;
}
#product-left{
	width: 225px;
	margin-left: 130px;
	float: left;
}
#classify{
	background-color: #2766ba;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}
#classify-list{
	border: 1px solid #999;
	position: relative;
	height: 375px;
	border-top: none;
}
#classify-list li{
	border-bottom: 1px dotted #999;
	text-indent: 5px;
	font-size: 18px;
	line-height: 60px;
}
#classify-list li:before{
	content: "□　";
	font-size: 16px;
}
#classify-list li:hover:before{
	content: "■　";
	font-size: 16px;
}
.classify-more{
	position: absolute;
	bottom: 13px;
	left: 59px;
	font-size: 18px;
}
#product-right{
	width: 830px;
	float: right;
	margin-right: 130px;
}
.module-title{
	line-height: 40px;
	font-size: 18px;
	background-color: #F2F2F2;
	height: 40px;
}
.title-tag{
	width: 100px;
	float: left;
	text-align: center;
	background-color: #2766ba;
	color: #FFF;
}
.more{
	float: right;
}
.product-show{
	position: relative;
	float: left;
	margin-left: 12px;
	margin-top: 10px;
}
.product-show img{
	width: 260px;
	height: 180px;
	display: block;
}
.product-show p{
	width: 260px;
	text-align: center;
	color: #FFF;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 57px;
	line-height: 50px;
	font-size: 20px;
	display: none;
}
.product-show:hover p{
	display: block;
}

#ac-wrap{
	margin-top: 20px;
}
#about{
	width: 720px;
	float: left;
	margin-left: 130px;
}
#about-content{
	border: 1px solid #EEE;
	height: 300px;
	border-top: none;
}
#about-img{
	float: left;
	margin-top: 20px;
}
#about-p1{
	line-height: 27px;
	text-indent: 2em;
	margin: 10px;
	float: right;
	width: 305px;
}

#contact{
	width: 320px;
	float: right;
	margin-right: 130px;
}
#contact-content p{
	white-space: pre-wrap;
	line-height: 27px;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
}
#contact-content{
	border: 1px solid #EEE;
	border-top: none;
	height: 300px;
}

#news{
	margin-top: 20px;
}
#news-title{
	background-color: #2766ba;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}
#news-img{
	margin-top: 20px;
	float: left;
}
#news-content{
	width: 600px;
	float: right;
	margin-top: 20px;
	height: 360px;
	position: relative;
}
.news-title{
	float: right;
}
#news-content li{
	border-bottom: 1px solid #999;
	line-height: 40px;
	text-indent: 5px;
}
#news-content li:before{
	content: "○　";
	font-size: 16px;
}
#news-content li:hover:before{
	content: "●　";
	font-size: 16px;
}
.news-more{
	text-align: center;
	width: 100px;
	border: 1px solid #999;
	color: #999;
	line-height: 35px;
	position: absolute;
	bottom: 5px;
	right: 280px;
}

#footer-wrap{
	width:1344px;
	margin:0 auto;
	overflow:hidden;
	background-color:#2766ba;
}
#footer-wrap img{
	margin-top: 110px;
	margin-left: 150px;
}
#footer{
	width: 502px;
	height: 215px;
	float: right;
	margin-right: 120px;
	overflow: hidden;
	margin-top: 25px;
}
#footer p{
	color:#FFF;
	text-align: left;
	line-height:28px;
}
#footer p a{
	color:#FFF;
}
#foot{
	width: 1344px;
	margin: 0 auto;
}
#foot p{
	line-height: 35px;
	color:#333;
	text-align: center;
}
#foot p a{
	color:#333;
}

