@charset "gb2312";
.clear{clear: both;}
.layout-1200{width: 1200px; margin:0 auto;}
.left{float: left;}
.right{float: right;}
.fixed{
	position: fixed;
	width: 100%;
}
.bg-000{background: #101018;}
.bg-333{background: #242223;}
.bg-eee{background: #eee;}
#up{background: #eee;}
.bg-e9a33a{background: #f8a000;}
.bg-e9e5d5{background: #e9e5d5;}
.bg-f1eddd{background: #f1eddd;}
.bg-f1efee{background: #f1efee;}
.bg-02040f{background: #02040f;}
.bg-jb-hui{background-image: linear-gradient(#fff, #f1efee);}
.bg-jb-lan{background-image: linear-gradient(#eaf3f5, #d4e7eb);}
.foot-bg{background: #003da5;overflow: hidden;}
ul,li,ol,dl,dt,dd{list-style-type: none;margin: 0;padding: 0;}
a:hover{text-decoration: none!important;}
.padding-tb140{
	padding: 140px 0;
}
.modal-dialog{
	margin: 15% auto!important;
}
@font-face {
	font-family: 'jinet-songti';
	src: url('../fonts/jinet-Songti-SC-Black.eot'); /* IE9 Compat Modes */
	src: url('../fonts/jinet-Songti-SC-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/jinet-Songti-SC-Black.woff') format('woff'), /* Modern Browsers */
		url('../fonts/jinet-Songti-SC-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('../fonts/jinet-Songti-SC-Black.svg#Songti-SC-Black') format('svg'); /* Legacy iOS */
}
.head-bg{
	background-color: rgba(0,60,172,0.80);
	height: 80px;
	padding: 10px 0 0 0;
	z-index: 222;
}
.head{
	margin: 0 auto;
	min-width: 1200px;
	width: 90%;
}
.head .left{
	padding-top: 5px;
	position: relative;
	width: 25%;
}
.logo{
	float: left;
	width: 110px;
}
.qgmd{
	float: left;
	margin: 5px 0 0 10px;
	position: relative;
	width: 120px;
}
.qgzymd{
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 60px;
	left: -120px;
	-webkit-transition: all .3s ease-in .1s;
	transition: all .3s ease-in .1s;
	width: 1060px;
}
.qgmd:hover .qgzymd{
	height: 570px;
	transition: .5s;
}
.qgzymd-list{
	background-image: url(../images/head-menu-c.png);
	background-repeat: repeat-y;
	margin-top: 18px;
	padding-bottom: 10px;
	position: relative;
	width: 260px;
}
.qgzymd-list:before{
	background: url(../images/head-menu-t.png);
	top: -18px;
	content: '';
	display: block;
	height: 18px;
	position: absolute;
	width: 260px;
}
.qgzymd-list:after{
	background: url(../images/head-menu-b.png);
	bottom: -33px;
	content: '';
	display: block;
	height: 33px;
	position: absolute;
	width: 260px;
}
.qgzymd-list ul{
	margin: 0;
	padding: 0 20px;
}
.qgzymd-list ul li{
	border-bottom: solid 1px #312c2c;
	float: left;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	position: relative;
	width: 50%;
}
.qgzymd-list .qgmd-main{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 8px 5px 0px rgba(0,0,0,.30);
	left: 110px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	-webkit-transition: all .4s ease-in .1s;
	transition: all .4s ease-in .1s;
	width: 0px;
	z-index: 44;
}
.qgzymd-list li a:before{
	border: 8px solid transparent;
	border-right-color:#fff;
	content: '';
	display: block;
	left: 110px;
	opacity: 0;
	position: absolute;
	top: 6px;
	transition: .3s;
	width: 0px;
	z-index: 45;
}
.qgzymd-list li:hover a{
	color: #ebaf44;
}
.qgzymd-list li:hover a:before{
	left: 94px;
	opacity: 1;
	-webkit-transition: all .3s ease-in .3s;
	transition: all .3s ease-in .3s;
}
.qgzymd-list ul li:hover .qgmd-main{
	-webkit-transition: all .4s ease-in .1s;
	transition: all .4s ease-in .1s;
	width: 820px;
}
.qgzymd-list ul li:hover .yijia{
	width: 410px;
}
.qgzymd-list .qgmd-main-w{
	width: 820px;
}
.qgzymd-list ul li .qgmd-m-itme{
	border-bottom: solid 1px #eee;
	float: left;
	padding: 10px;
	width: 410px;
}
.qgzymd-list ul li .qgmd-m-itme a:before{
	display: none;
}
.qgzymd-list ul li .qgmd-m-itme .qgmd-m-img{
	float: left;
	width: 120px;
}
.qgzymd-list ul li .qgmd-m-itme .qgmd-m-img img{
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.30);
}
.qgzymd-list ul li .qgmd-m-itme .qgmd-m-info{
	float: left;
	line-height: 22px;
	padding: 10px 0 0 0;
	width: 270px;
}
.qgzymd-list ul li .qgmd-m-itme a .qgmd-m-info .qgmd-m-name{
	color: #333;
	font-size: 15px;
	font-weight: bold;
	height: 40px;
}
.qgzymd-list ul li .qgmd-m-itme .qgmd-m-info .qgmd-m-name:after{
	background: #ebaf44;
	content: '';
	display: block;
	height: 2px;
	margin-top: 10px;
	width: 15px;
}
.qgzymd-list ul li .qgmd-m-itme .qgmd-m-info .qgmd-m-add{
	color: #666;
	font-size: 12px;
	line-height: 16px;
}

.qgzymd-list ul li span{
	display: block;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 0;
}
.qgzymd-list ul li a{
	color: #fff;
	display: block;
	overflow: hidden;
	width: 100%;
}
.qgzymd-list ul li a:hover{
	color: #ebaf44;
	text-decoration: none;
}
.nav{
	float: left;
	font-size: 16px;
	padding: 20px 0 0 0;
	text-align: center;
	width: 50%;
}
.nav em{
	border-radius: 10px;
	border: solid 2px rgba(0,0,0,0.00);
	display: inline-block;
	font-style: normal;
	height: 30px;
	padding: 5px;
	position: relative;
	-webkit-transition: all .5s ease-in .3s;
	transition: all .5s ease-in .3s;
}
.nav em a{
	color: #fff;
	display: inline-block;
	padding: 0 5px;
}
.nav em .nav-main{
	font-size: 14px;
	height: 0px;
	left: 2px;
	overflow: hidden;
	position: absolute;
	-webkit-transition: all .5s ease-in .3s;
	transition: all .5s ease-in .3s;
	top: 30px;
}
.nav .nav3 .nav-main strong{
	font-weight: normal!important;
	line-height: 30px;
}
.nav em a .nav-main strong a{
	color: #fff;
}
.nav .nav3:hover{
	background: rgba(0,0,0,0.75);
	border: solid 2px rgba(255,165,30,0.35);
	height: 130px;
	transition: .3s;
}
.nav em:hover a{
	color: #ffa51e;
}
.nav em:hover .nav-main a{
	color: #fff;
}
.nav em:hover .nav-main strong{
	font-weight: normal!important;
}
.nav em:hover .nav-main a:hover{
	color: #ffa51e;
}
.nav em:hover .nav-main{
	height: 100px;
	transition: .3s;
}


.head .right{
	width: 25%;
}
.t-nav{
	float: right;
	height: 25px;
}
.t-nav .item{
	float: left;
	font-size: 12px;
	height: 30px;
	line-height: 18px;
	margin-left: 10px;
	position: relative;
	width: auto;
}
.t-nav .wx a:hover .t-main{
	height: 150px;
	transition: .3s;
}
.t-nav .item a .t-main{
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,.5);
	border-radius: 10px;
	height: 0px;
	left: -32px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	width: 150px;
	-webkit-transition: all .5s ease-in .3s;
	transition: all .5s ease-in .3s;
}
.t-nav .item .t-main img{
	width: 100%;
}
.t-nav .item:before{
	background-image: url(../images/t-nav-pic.png);
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	float: left;
	height: 16px;
	margin: 0;
	padding: 0;
	width: 15px;
}
.tm:before{background-position: 0px 2px;}
.jd:before{background-position: 0px -29px;}
.wx:before{background-position: 0px -61px;}
.th:before{background-position: 0px -91px;}
.t-nav .item a{
	color: #fff;
}
.t-nav .item a:hover{
	color: #f0e7d2;
}
.t-tel{
	background: url(../images/t-tel.png) no-repeat 10px 3px;
	background-size: 16px;
	border:solid 1px #ffa51e;
	border-radius: 50px;
	color: #ffa51e;
	float: right;
	font-family: "jinet-songti";
	font-weight: bold;
	padding: 2px 10px 2px 30px;
}



.foot{}
.foot-youshi{
	height: 50px;
	margin-top: 30px;
	overflow: hidden;
}
.foot-youshi ul{
	margin: 0;
}
.foot-youshi li{
	height: 50px;
	margin: 0;
}
.foot-youshi li a{
	background: #fff;
	border-radius: 10px;
	color: #333;
	display: block;
	float: left;
	font-family: "华文宋体";
	font-size: 18px;
	height: 50px;
	margin: 0 5px; 
	transition: .3s;
	width: 230px;
}
.foot-youshi li span{
	background-color: #003da5;
	background-image: url(../images/foot-youshi-pic.png);
	background-repeat: no-repeat;
	border-radius: 50px;
	display: block;
	float: left;
	height: 40px;
	margin: 5px 0 5px 20px;
	width: 40px;
}
.foot-youshi a.ys-1 span{
	background-position: 6px 7px;
}
.foot-youshi a.ys-2 span{
	background-position: -35px 7px;
}
.foot-youshi a.ys-3 span{
	background-position: -77px 7px;
}
.foot-youshi a.ys-4 span{
	background-position: -118px 7px;
}
.foot-youshi a.ys-5 span{
	background-position: -160px 7px;
}
.foot-youshi a.ys-6 span{
	background-position: 6px -32px;
}
.foot-youshi a.ys-7 span{
	background-position: -35px -32px;
}
.foot-youshi a.ys-8 span{
	background-position: -77px -32px;
}
.foot-youshi a.ys-9 span{
	background-position: -118px -32px;
}
.foot-youshi a.ys-10 span{
	background-position: -160px -32px;
}
.foot-youshi li strong{
	display: block;
	float: right;
	height: 50px;
	line-height: 50px;
	width: 160px;
	font-family:华文宋体;
}
.foot-youshi li a:hover{
	background: #fff;
	text-decoration: none;
	transition: .3s;
}

.foot-menu{
	margin-top: 40px;
	padding: 5px;
}
.foot-l{
	float: left;
	width: 270px;
}
.foot-l .foot-tel{
	margin-top: 30px;
}
.foot-c{
	float: left;
	width: 600px;
}
.foot-c dl{
	float: left;
	width: 130px;
}
.foot-c dt{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.foot-c dt:after{
	background: #d8d2d0;
	content: '';
	display: block;
	height: 2px;
	margin: 10px 0;
	width: 30px;
}
.foot-c dd a{
	color: #d8d2d0;
	line-height: 30px;
}
.foot-c dd a:hover{
	color: #ffffff;
}
.foot-r{
	float: right;
	text-align: right;
	width: 300px;
}
.links{
	color: #d8d2d0;
}
.links a{
	color: #d8d2d0;
}
.r-zxkf{
	top: 45%;
	right: 0px;
	width: 130px;
	z-index: 999999;
}
