* {
    margin: 0;
    padding: 0;
    vertical-align: top;
}
html {
    overflow-x: auto;
}
body{
    background: #fff;
  	min-width: 1230px;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000
}

a:hover {
    color: #000
}

a:active {
    color: #000000
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.r1{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
::-webkit-scrollbar {/*滚动条整体样式*/
  width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #ccc;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 0;
  background: #eee;
}
@media screen and (max-width: 1230px) {
  body{
  		width: 1230px;
	}
}
@media screen and (max-width: 767px) {
  	html {
    	overflow-x: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 5000px) {
    ::-webkit-scrollbar {/*滚动条整体样式*/
      width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
      height: 5px;
    }
    ::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
      border-radius: 5px;
      -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
      background: #ccc;
    }
    ::-webkit-scrollbar-track {/*滚动条里面轨道*/
      -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
      border-radius: 0;
      background: #eee;
    }
}
#head {
    width: 100%;
    height: 154px;
    background: #eeeeee;

}

#head .main {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

#head .logo {
    display: inline-block;
    background-image: url(/uploads/image/timg/logo.jpg);
    height: 110px;
    width: 390px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: top;
    margin-top: 24px;
    transition: 0.3s;
    cursor: pointer;
}

#head .ri {
    width: 810px;
    height: 154px;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0px;
    font-size: 0;
    text-align: right;
}

#head .ri li {
    display: inline-block;
    cursor: pointer;
}

#head .ri .em,
#head .ri .map {
    color: #3d3d3d;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 56px;
    padding: 0px 10px;
}

#head .ri .em::after {
    content: "|";
    font-size: 16px;
    color: #3d3d3d;
    display: inline-block;

    vertical-align: top;
    margin-left: 16px;
}


#head .ri .wxicon {
    background-image: url(/uploads/image/timg/weixin.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    height: 40px;
    width: 40px;
    margin-top: 60px;
    margin-right: 10px;
    margin-left: 10px;
}

#head .ri .write {
    background-image: ;
    background-repeat: no-repeat;
    background-position: 0 7px;
    height: 40px;
    width: 40px;
    margin-top: 60px;
    margin-right: 26px;
}




#head .ri .search {
    font-size: 0;
    margin-top: 56px;
}

#head .ri .search input {
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    width: 240px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 10px;
	font-size:14px;
      color: #333;
}

#head .ri .search button {
    display: inline-block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 60px;
    text-align: center;
    background: #01204f;
    border: 0;
    outline: 0;
    cursor: pointer;
  font-size:16px;
}




#nav {
    width: 100%;
    background: #01204f;
    height: 62px;
    line-height: 62px;
}

#nav .main {
    width: 1200px;
    margin: 0 auto;
}

#nav .main .navli {}

#nav .main .navli>li {
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

#nav .main .navli>li:hover {
    background: #cc0001;
}

#nav .main .navli>li:hover ul {
    display: block;
}

#nav .main .navli>li>a {
    font-size: 17px;
    color: #fff !important;
      display: block;
    padding: 0 24px;
}


#nav .main .navli>.more {
    font-size: 24px;
    color: #fff;
}

#nav .main .navli>.choice {
    background: #cc0001;
}


#nav .main .navli ul {
    display: none;
    position: absolute;
    top: 73px;
    left: 0px;
    background: #fff;
    white-space: nowrap;
    padding: 0px 13px 0;
    transition: 0.3s;
    z-index: 999999;
      box-shadow: 0px 0px 7px #002e78;
}

#nav .main .navli ul::after {
    content: "";
    background: #fff;
    height: 16px;
    width: 16px;
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 25px;
    transform: rotate(45deg);
  box-shadow: 0px 0px 7px #002e78;
}



#nav .main .navli ul::before {
    content: "";
    background: transparent;
  background-color:#fff;
    height: 15px;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 8;
}


#nav .main .navli ul li {
    display: inline-block;
    width: 28px;
    text-align: center;
    vertical-align: top;
    word-wrap: break-word;
    line-height: 28px;
    white-space: pre-wrap;
    padding: 0 3px;
    padding-top: 17px;
    padding-bottom: 16px;
    position: relative;
    min-height: 102px;
    text-align-last: justify;
    writing-mode: vertical-rl;
  border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  margin-bottom:5px;
}
#nav .main .navli ul li:hover{
  border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#nav .main .navli ul li:hover:after{
 	content: "";
    border-bottom: 3px solid #cc0000;
    display: block;
    position: absolute;
    width: 19px;
    bottom: -5px;
    left: 8px;
}
#nav .main .navli ul li:hover a{color:#cc0000}
#nav .main .navli ul p{
    background: transparent;
    height: 15px;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: -11px;
    left: 0;
    z-index: 8;
}
#nav .main .navli ul li a {
    text-align: center;
    font-size: 17px;
  color:#333 !important;
}


#footer {
    width: 100%;
    background: #01204f;
    margin-top: 60px;

}

#footer .main {
    width: 1200px;
    margin: 0 auto;
}


#footer .main ul {
    margin: 4px 0px;
    padding-bottom: 20px;
    padding-top: 10px;
}

#footer .main ul>i {
    display: block;
    font-size: 15px;
    color: #cc4553;
    font-style: normal;
    height: 40px;
    line-height: 40px;
}


#footer .main ul li {
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}

#footer .main ul li::after {
    content: "|";
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-left: 10px;
}

#footer .main ul li:last-child::after {
    display: none;
}

#footer .main ul li a {
    font-size: 15px;
    color: #fff!important;
}


#footer .main .colony,
#footer .main .media {
    border-bottom: 1px solid #dcd9e0;
  	overflow: initial;
}


#footer .main .media li::before{
    position: absolute;
    right:10px;
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: top;
    background-image: url(/uploads/image/timg/scanning.jpg);
    background-repeat: no-repeat;
    background-position: 2px 2px;
}
#footer .main .colony i{
    margin-top:10px;

}
#footer .main .media li::after{
    margin-left: 26px;
}
#footer .main .media li:last-child::before{
    right: -20px;
}



#footer .main p{
    color:#999;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
}
#footer .media li{
	position: relative
}
#footer .media li span{
	position: absolute;
    bottom: 35px;
    left: 0;
    width: 115px;
    background: #fff;
    display: none;
}
#footer .media li span:after{
  	content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -4px;
}
#footer .media li span img {
	width: 100%;
    height: auto;
    display: block;
}