@charset "utf-8";
/* CSS Document */
/*reset*/
body{margin: 0; font-family:"微软雅黑"; font-size:14px; background:#FFF; color: #666666;}
h1{margin: 0;font-size: 16px;font-weight: normal;}
h2{margin: 0;font-size: 16px;font-weight: normal;}
ul{margin: 0;padding: 0;}
li{list-style: none;}
a{text-decoration: none;color: black;cursor: pointer; color: #666666;}
input{margin: 0;padding: 0;border: none;outline: none;display: block;}
img{display: block;}
.clearfix{clear: both;}
/*header*/
.header{ background:url(../img/top_bg.jpg) center top repeat-x; margin:0px auto; width:100%; min-width:1200px; height:42px;}
.header_center{
	width: 1200px;
	margin: 0 auto;}
.header_center span{
	float: left;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #7e7e7e;
	line-height: 40px;}
.header_center .h2{
	float: right;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #444444;
	line-height: 40px;
	padding-left: 39px;
	background: url(../img/pic_phone.png)no-repeat left;}
/*logo*/
.logo{
	background-image: linear-gradient( 0deg, rgb(237,237,237) 0%, rgb(255,255,255) 78%, rgb(237,237,237) 100%);}
.logo_center{
	width: 437px;
	height: 90px;
	margin: 0 auto;
	background: url(../img/logo_bc.png) no-repeat 0 15px;
	padding: 15px 0;}
.logo_center img{
	margin-left: 110px;
	margin-top: 15px;}
/*nav*/
.nav_box{
	background: #222544;}
.nav_center{
	width: 1200px;
	margin: 0 auto;}
.nav > li{
	float: left;
	width: 150px;}
.nav a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: white;
	line-height: 40px;
	margin: 0 47px;}
.nav li:hover{background: #373b6b; display:block; width:150px;}	
.about_us{
	position: relative; }
.shouye{
	background: #373b6b;}
.about_us:hover .subnav{
	display: block;}
.subnav{
	background: white;
	opacity: 0.8;
	position: absolute;
	display: none;
	z-index:100000;}
.subnav a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #222544;
	line-height: 30px;}
.subnav li:hover a{
	color: #78221f; }
.subnav li:hover{background:none;}	
/*banner*/
#wrapper {
	background:#fff;
	position:relative;
}
.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:450px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:450px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}


/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}




.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background:url(../img/arrow_left.png) no-Repeat;
	width: 36px;
	height: 55px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background:url(../img/arrow_right.png) no-Repeat 0 0;
    width: 36px;
    height: 55px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*menu*/
.menu_box{
	background: #222544;}
/*footer*/
.footer{
	background: #1c1f39;}
.footer_center{
	width: 1200px;
	margin: 0 auto;}
.footer_pic1,.footer_pic2,.phone,.liuyan{
	float: left;}
.wx{
	float: right;}
.footer_pic1{
	height: 150px;
	width: 106px;
	}
.footer_pic2{
	
	height: 150px;
	width: 182px;
	margin: 0 35px 0 20px;}
.phone{
	margin-top: 45px;font-size: 12px;
	color: #dadada;
	line-height: 30px;width: 160px;}
.liuyan{
	width: 520px;
	padding: 20px 0 20px 50px;}
.liuyan input{
	float: left;}
.liuyankuang{
	width: 464px;
	height: 38px;
	border: 1px solid #282b4f;
	background: #1c1f39;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
	text-indent: 10px;}
.tu{
	width: 108px;
	height: 35px;
	border: 1px solid #282b4f;
	float:left;
	margin-right: 10px;}
.shuru{
	width: 108px;
	height: 33px;
	border: 1px solid #282b4f;
	background: #1c1f39;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	margin-right: 10px;
	text-indent: 10px;}
.shurul{
	width: 228px;
	height: 33px;
	border: 1px solid #282b4f;
	background: #1c1f39;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	margin-right: 10px;
	text-indent: 10px;
	margin-bottom: 12px;}	
.shurur{
	width: 228px;
	height: 33px;
	border: 1px solid #282b4f;
	background: #1c1f39;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	text-indent: 10px;
	margin-bottom: 12px;}	
.tijiao{
	width: 230px;
	height: 35px;
	background: #613d3c;
	font-family: "微软雅黑";
	font-size: 14px;
	color: white;}
.wx{
	width: 92px;
	margin-top: 25px;}
.wx .h1{
	font-family: "微软雅黑";
	font-size: 12px;
	color: white;
	float: left;
	margin-left: 27px;
	margin-top: 5px;}
.wx img{
	float: left;}
/*copyright*/
.copyright{
	background: #222544;font-size: 12px;
	color: white;
	line-height: 40px;
	margin:0px auto;
	text-align:center;}

