﻿body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #666;
}
ul,li {
    list-style-type: none;
}
body {
    font: 16px "Microsoft Yahei";
    color: #666;
    min-width: 1360px;
    background-color: #fff;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* 头部开始 */
.site-topbar {
    position: relative;
    height: 58px;
    background-color: #ff283c;
}
.topbar-container {
    position: relative;
    width: 1360px;
    height: 58px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ff283c;
	font-size:18px;
}
.topbar-container ul {
    float: left;
}
.topbar-container ul li {
    float: left;
    line-height: 58px;
}
.topbar-container ul a {
    position: relative;
    padding: 0 38px;
    color: #fff;
    overflow: hidden;
}
.topbar-container ul a:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    border-right: 1px solid #fff;
    height: 14px;
}
.topbar-container .topbar-container-first a {
    padding-left: 0;
}
.topbar-container .topbar-container-last a:after {
    content: "";
    display: none;
}
/* 下拉 */
.top-drop {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
}
.drop-main {
    width: 1292px;
    padding-left: 68px;
    margin:0 auto;
}
.drop-main li {
    float: left;
    width: 140px;
    line-height: 36px;
    text-align: center;
}
.drop-main li a {
    display: block;
    color: #fff;
    font-size: 14px;
}
.drop-main li a:hover {
    color: #e65f25;
}
/* 页头 */
.site-header {
    width: 100%;
}
.header-container {
    position: relative;
    width: 1360px;
    height: 125px;
    margin: 0 auto;
}
#logo {
    display: inline-block;
    width: 260px;
    height: 125px;
    vertical-align: middle;
    overflow: hidden;
}
#logo img {
    
    /*width: 100%;
    height: 100%;*/
}
.header-container > a {
    color: #666;
    line-height: 125px;
    margin-right: 25px;
}
.header-container > .region {
    display: inline-block;
    height: 56px;
    margin-right: 50px;
    vertical-align: middle;
}
.region h2 {
    width: 140px;
    margin-bottom: 3px;
    font-size: 22px;
    text-indent: 5px;
    color: #333;
    overflow-x: hidden;
    white-space: nowrap;
}
.region .sel {
    line-height: 28px;
    padding-left: 5px;
    padding-right: 30px;
    background: url("../images/down.png") no-repeat 65px/20px;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.region .opt {
    display: none;
    position: relative;
    height: 140px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1;
    background-color: #fff;
    scrollbar-arrow-color: #ddd;/* IE */
    scrollbar-base-color: #9c9c9c;/* IE */
    scrollbar-shadow-color: #9c9c9c;/* IE */
}
.region .opt::-webkit-scrollbar-track {/*Chrome浏览器*/
    background-color: #e4e4e4;
    border-radius: 20px;
}
.region .opt::-webkit-scrollbar-thumb {
    height: 20px;
    background-color: #9c9c9c;
    width: 10px;
    border-radius: 20px;
}
.region .opt::-webkit-scrollbar {
    width: 9px;
}
.region .opt li {
    line-height: 28px;
    text-indent: 5px;
    font-size: 14px;
}
.region .opt li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.region .opt li:hover {
    background: #eb6b33;
}
.region .opt li:hover a {
    color: #fff;
}
/* 搜索框 */
.search-bar {
    position: relative;
    float: right;
    width: 370px;
    height: 50px;
    margin-top: 40px;
    z-index: 3;
}
.search-keyword {
    position: absolute;
    right: 60px;
    width: 300px;
    height: 40px;
    font-size: 16px;
    text-indent: 15px;
    outline: none;
    border: 2px solid #e55f25;
    border-radius: 6px 0 0 6px;
}
.search-keyword::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
.search-keyword:focus::-webkit-input-placeholder {
    color: #ddd;
}
.search-keyword:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
}
.search-keyword:focus:-moz-placeholder {
    color: #ddd;
    opacity: 1;
}
.search-keyword::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}
.search-keyword:focus::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}
.search-keyword:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
.search-keyword:focus:-ms-input-placeholder {
     color: #ddd;
}
.search-button {
    position: absolute;
    right: 0;
    width: 60px;
    height: 44px;
    outline: none;
    background: #e55f25 url("../images/jingling-icon.png") -594px -48px;
    border: none;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
}
/* 头部结束 */

/* 尾部开始 */
.footer {
	width: 100%;
	height: 450px;
	background-color: #3e3e3e;
	overflow: hidden;
}
.footer-main {
	width: 1360px;
	height: 220px;
	margin: 60px auto 0;
}
.footer-main li {
	float: left;
	position: relative;
	height: 220px;
	border-right: 1px solid #616161;
	text-align: center;
	line-height: 30px;
}
.footer-main li:after {
	content: "";
	position: absolute;
	top: 0;
	right: -2px;
	height: 15px;
	border-right: 3px solid #eb6b33;
}
.footer-main li h3 {
	margin: 15px 0 2px;
	color: rgb(226,226,226);
}
.footer-logo {
	width: 259px;
}
.footer-logo a {
	display: inline-block;
	width: 170px;
	height: 180px;
	background: url("../images/jingling-icon.png") no-repeat -280px -565px;
}
.help {
	width: 320px;
}
.online-platform {
	width: 360px;
}
.help-icon,
.online-platform-iocn {
	display: block;
	width: 100px;
	height: 80px;
	margin: 0 auto;
}
.help-icon {
	background: url("../images/jingling-icon.png") no-repeat -486px -641px;
}
.online-platform-iocn {
	background: url("../images/jingling-icon.png") no-repeat -612px -641px;
}
.help:hover .help-icon {
	background: url("../images/jingling-icon.png") no-repeat -32px -927px;
}
.online-platform:hover .online-platform-iocn {
	background: url("../images/jingling-icon.png") no-repeat -158px -927px;
}
.help-row1 {
	padding-right: 15px;
}
.help-row2 {
	padding-left: 15px;
}
.footer-main .contact-add {
	width: 310px;
	float: right;
	border-right: none;
}
.footer-main .contact-add:after {
	display: none;
	content:"";
}
.contact-number-icon,
.contact-addr-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: middle;
}
.contact-number-icon {
	background: url("../images/jingling-icon.png") no-repeat -42px -802px;
}
.contact-addr-icon {
	background: url("../images/jingling-icon.png") no-repeat -131px -802px;
}
.contact-number {
	display: inline-block;
	vertical-align: middle;
}
.contact-number .phone-number a {
	font-size: 36px;
	color: #fff;
}
.phone-number a:hover {
	color: #eb6b33;
}
.contact-number p {
	width: 245px;
	text-align: left;
}
.numb,.addr {
	margin-top: 10px;
}
.numb:hover .contact-number-icon {
	background: url("../images/jingling-icon.png") no-repeat -220px -802px;
}
.addr:hover .contact-addr-icon {
	background: url("../images/jingling-icon.png") no-repeat -309px -802px;
}
.new-media {
	position: relative;
	width: 100%;
	height: 43px;
	margin-top: 36px;
	border: 1px solid #5f5f5f;
	border-radius: 25px;
}
.weixin,.qq,.xinliang {
	position: absolute;
	top: -26px;
	width: 60px;
	height: 60px;
	-webkit-transition: 1s;
	transition: 1s;
	border-radius: 50%;
}
.qq:hover,.xinliang:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.weixin {
	left: 50px;
	background: #3e3e3e url("../images/jingling-icon.png") no-repeat -394px -803px;
}
.wx-ewm {
	display: none;
	position: relative;
	top: -158px;
	left: -50px;
	width: 150px;
	height: 157px;
	background: url("../images/erweima.png") no-repeat;
}
.weixin:hover .wx-ewm {
	display: block;
}
.qq {
	left: 128px;
	background: #3e3e3e url("../images/jingling-icon.png") no-repeat -473px -803px;
}
.xinliang {
	left: 205px;
	background: #3e3e3e url("../images/jingling-icon.png") no-repeat -554px -803px;
}
.footermenu {
	height: 78px;
	padding-top: 22px;
	margin-top: 50px;
	border-top: 1px solid #4a4a4a;
	text-align: center;
	line-height: 36px;
	color: #888;
}
.footermenu p a {
	padding:0 25px;
	border-right: 1px solid #5f5f5f;
	color: #888;
}
.footermenu p a:hover {
	color: #eb6b33;
}
.footermenu p span {
	padding-right: 20px;
}
.footermenu	.feedback {
	border-right: none;
}
a:hover {
	color: #eb6b33;
}
/* 尾部结束 */
