@charset "utf-8";
	@font-face {
	font-weight: 400;
	font-style: normal;
	font-family: HELVETICANEUELTPRO-THEX;
	src: url(../fonts/index/HELVETICANEUELTPRO-THEX.OTF) }
::-webkit-scrollbar-track-piece {
	width: 8px;
	height:4px;
	background-color: #f0f0f0
}
::-webkit-scrollbar {
	width: 8px;
	height:4px;
	background-color: #666
}
::-webkit-scrollbar-thumb {
	width: 8px;
	height:4px;
	background-color: #666
}
::-webkit-scrollbar-thumb:hover {
	width: 8px;
	height:4px;
	background-color: #2e2e2e
}
* {
	margin: 0;
	padding: 0 }
ul li {
	list-style: none }
a {
	text-decoration: none;
	color: #232323
}
img {
	border: none }
input, textarea {
	outline: 0;
	border: none;
	background: 0 0;
	font-size: 14px;
	font-family:Arial, "微软雅黑";
	-webkit-appearance: none }
.clear {
	clear: both }
.fl {
	float: left }
.fr {
	float: right }
.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap }
#header {
	position: fixed;
	z-index: 99;
	width: 100%;
	background-color:#fff;
}
#header .wrapper {
	height: auto }
#header > .content {
	margin: 0 auto;
	height: 100%;
	padding:0 5px;
	max-width: 1170px;
	position: relative }
#header .content #headTop {
	height:100%
}
#header .content a#logo {
	display:block;
	float:left;
	transition: all ease-out .3s
}
#header .content a#logo img {
	    max-height: 90px;
    transition: all ease-out .3s;
    margin-top: 5px;
}
#header #navWrapper {
	float:right;
}
#header .nav {
	float: left;
	margin-left:30px;
}
#header .nav > li {
	position: relative;
	float: left;
	height: auto;
	font-size: 14px }
#header .nav > li.navitem a:hover span{ color:#0952a1;}
#header .nav > li.navitem a:hover{
border-bottom: 2px solid #0952a1;
    padding-bottom: 10px;}
#header .nav > li > a {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 40px 0;
	font-size:16px;
	color:#666;
	margin: 0 14px;
	transition: all ease-out .3s;
	line-height:20px;
}
#header .nav > li > a span {
	position: relative;
	display: inline-block;font-weight: bold;
}
#header .nav > li > a > i {
	margin-left: 10px }

#header .nav .subnav {
	position: absolute;
	    top: 100px;
	left: 0;
	z-index: 199;
	visibility:hidden;
	overflow: hidden;
	background-color: #232323;
	opacity: 0;
	transition: all .36s ease ;
	padding: 13px 0 15px;
	min-width:220px
}
#header .nav .navitem:last-child .subnav {
	left: auto;
	right:0 }
#header .nav .subnav li {
	padding:0 30px
}
#header .nav .subnav li a {
	display: block;
	padding: 9px 0 7px;
	color: #9d9d9d;
	font-size: 12px;
	line-height: 18px;
	height:18px;
	transition: all .2s ease-in-out;
	position:relative;
	left:0 }
#header .nav .subnav li a i {
	float:right;
	margin-top:3px
}
#header .nav .subnav li a:hover {
	left: 5px;
	color:#fff
}
#header .nav > li:hover .subnav {
	visibility: visible;
	opacity: 1 }
#header .nav > li a.active span,.agent-desktop #header .nav > li:hover a span {
	color:#7e7e7e
}

 .right_marketing {
        border-radius: 5px;
        width: 70px;
        position: fixed;
        right: 5px;
        top: calc( 50% - 151px );
        z-index: 999999999;
        box-shadow: 3px 3px 7px rgba(0,0,0,0.18);
        background: #fff;
    }

        .right_marketing ul li {
            position: relative;
            padding: 0px 3px;
            border-left: 1px solid #f1f1f1;
            border-right: 1px solid #f1f1f1;
        }

            .right_marketing ul li:first-of-type {
                border-top: 1px solid #f1f1f1;
                border-radius: 5px 5px 0 0;
            }

            .right_marketing ul li:last-of-type {
                border-radius: 0 0 5px 5px;
                border-bottom: 1px solid #f1f1f1;
            }

            .right_marketing ul li a {
                display: block;
                text-align: center;
                font-size: 0;
                border-bottom: 1px solid #eeeeee;
                padding: 10px 0;
                color: #505050;
            }

            .right_marketing ul li:last-of-type a {
                border-bottom: none;
            }

            .right_marketing ul li a p {
                display: block;
                margin-top: 10px;
                line-height: 1;
                font-size: 13px;
            }

            .right_marketing ul li:hover a p {
                display: block;
                margin-top: 10px;
                line-height: 1;
                font-size: 13px;
                color: #fbf9f9;
            }

            .right_marketing ul li a i {
                display: inline-block;
                width: 25px;
                height: 25px;
                background-image: url(../images/mark_icon.png);
                background-repeat: no-repeat;
            }

            .right_marketing ul li:hover {
                background: #db0010;
                border-color: #db0010;
            }

                .right_marketing ul li:hover a {
                    border-color: #db0010;
                    color: #db0010;
                }

  .online_consult a i {
        background-position: 0 0;
    }

    .qq_consult a i {
        background-position: 0 -25px;
    }

    .phone_consult a i {
        background-position: 0 -50px;
    }

    .online_message a i {
        background-position: 0 -75px;
    }

    .add_weixin a i {
        background-position: 0 -100px;
    }

    .online_consult:hover a i {
        background-position: -25px 0;
    }

    .qq_consult:hover a i {
        background-position: -25px -25px;
    }

    .phone_consult:hover a i {
        background-position: -25px -50px;
    }

    .online_message:hover a i {
        background-position: -25px -75px;
    }

    .add_weixin:hover a i {
        background-position: -25px -100px;
    }

    .phone_box {
        width: 240px;
        height: 69px;
        line-height: 69px;
        background: #db0010;
        border-radius: 3px;
        position: absolute;
        right: 71px;
        top: 0;
        font-size: 0;
        letter-spacing: -3px;
        display: none;
    }

        .phone_box i {
            display: inline-block;
            width: 27px;
            height: 20px;
            background: url(../images/mark_icon.png) no-repeat 0 -124px;
            margin-left: 20px;
            margin-right: 8px;
        }

        .phone_box span {
            display: inline-block;
            font-size: 21px;
            font-weight: bold;
            color: #fff;
            letter-spacing: normal;
        }

    .phone_consult:hover .phone_box {
        display: block;
    }

    .add_weixin {
        position: relative;
    }

        .add_weixin:hover .weixin_box {
        display: block !important;
          right: 142px;
        bottom: 0;
        position: absolute;
        width: 200px;
        display: block;
        margin-right: -96px;
    }

    .weixin_box {
        display: none;
    }


.lcbody {
	width: 48px;
	height: 48px;
	position: relative;
	transform: translateZ(0px) rotate(0deg);
	transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
}
.lcitem {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateZ(0px) rotate(0deg);
	transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
	width: 48px;
	height: 48px;
}
.lcitem .rect {
	width: 17px;
	height: 1px;
	background: #232323;
	position: absolute;
	left: 16px;
	transition: transform 0.2s ease 0.2s;
	-webkit-transition: -webkit-transform 0.2s ease 0.2s;
}
.lcitem .rect.top {
	top:23px;
	transform: translate3d(0px, -3px, 0px);
}
.lcitem .rect.bottom {
	bottom:23px;
	transform: translate3d(0px, 3px, 0px);
}
body.openMenu #header .content #openBtn .lcbody {
	transform: translateZ(0px) rotate(90deg);
}
body.openMenu #header .content #openBtn .lcitem, .lcbody.close .lcitem {
	transform: translateZ(0px) rotate(45deg);
	transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}
body.openMenu #header .content #openBtn .lcitem.bottom, .lcbody.close .lcitem.bottom {
	transform: translateZ(0px) rotate(-45deg);
}
body.openMenu #header .content #openBtn .lcitem .rect, .lcbody.close .lcitem .rect {
	transition: transform 0.2s ease 0s;
	transform: translate3d(0px, 0px, 0px);
}
body.openMenu #header .nav {
	position:absolute;
	left:0;
	top: 60px;
	width:100%;
	margin-left:0;
	background-color: rgba(23, 23, 23, 0.95);
	display:block;
}
body.openMenu #header .nav > li {
	width:100%;
	font-size:13px
}
body.openMenu #header .nav > li > a {
	border-bottom: solid 1px rgba(255,255,255,.06);
	padding: 10px 0;
}
body.openMenu #header .nav > li > a i {
	color:#fff;
	float:right
}
body.openMenu #header .nav > li span {
	color:#fff
}
body.openMenu #header .nav .subnav {
	position:static;
	visibility:visible;
	opacity:1;
	padding:0;
	background-color: rgba(23, 23, 23,1);
}
body.openMenu #header .nav .subnav.hide {
	height: 0 !important;
	opacity: 0;
	transition: height 0.36s ease 0s, opacity 0.26s ease 0s;
	display: block;
}
body.openMenu #header .nav .subnav li a {
	border-bottom: solid 1px rgba(255,255,255,.06);
	color: #939393;
	padding: 10px 0
}
#header #openBtn {
	padding:6px 0;
	cursor:pointer;
	display:none
}
#header.mini {
	box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
}
#header.mini .content a#logo {
}
#header.mini .content a#logo img{max-height:60px;transition: all ease-out .3s;}
#header.mini .nav > li > a {
	padding: 22px 0;
}
#header.mini #searchbar {
	margin-top:24px
}
body.openMenu #header.mini .nav {
	top:61px
}

#navWrapper.searchopen .navitem {
	visibility:hidden }
#navWrapper.searchopen .search-wrap {
	display: block
}
#navWrapper #searchbar.search-wrap {
	margin-top: 0;
	border: 0;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	height: 100px;
	transition:inherit ;
}
#navWrapper .search-wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:-1 }
.search-close {
	width: 19px;
	height: 19px;
	position: absolute;
	top: 12px;
	right: 0;
}
.search-close .lcitem-top,.search-close .lcitem-bottom {
	height: 19px;
	width: 1px;
	background: #232323;
	position: absolute;
	display: block;
	top:0;
	z-index: 1;
	left: 9px;
	transition: all .2s ease-out 0s;
}
.searchopen .search-close .lcitem-top {
	left: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.searchopen .search-close .lcitem-bottom {
	left: 9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.search-close .lcitem-top {
	left: 0;
}
.search-close .lcitem-bottom {
	right: 0;
}
#header .fa-search::before,.search-form .fa-search::before {
	content: "\f002";
}
#navWrapper.searchhide .search-wrap {
	-webkit-animation:ac-gn-searchview-searchhide 200ms both;
	animation:ac-gn-searchview-searchhide 200ms both }
#navWrapper.searchshow .search-wrap ,#navWrapper.searchopen .search-wrap ,#navWrapper.searchhide .search-wrap {
	-webkit-animation:none;
	animation:none }
#navWrapper.searchopen .search-wrap {
	opacity:1;
	margin-top:0px;
	z-index: 10;
}
#navWrapper .search-wrap .search-frame {
	    margin-top: 28px;
	position: relative;
	padding:0 5px
}
#navWrapper .search-wrap input {
	font-size:16px;
	line-height: 44px;
	color:#333;
	width:100%;
	border-radius: 5px;
	float: none;
}
.search-btn {
	    opacity: 1;
    float: left;
    margin-top: 38px;
    margin-left: 10px;
    transition: all ease-out .3s;
    padding-left: 18px;
    border-left: 1px solid #ccc;
    margin-right: 0px;
    display: block;
}
#header .searchtext-btn {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	margin-left:30px }
#navWrapper .searchtext-btn i {
	font-size: 18px;
	line-height: 44px;
}
#header a.search-close {
	opacity: 0;
	margin-right:20px;
}
#navWrapper.searchopen a.search-close {
	opacity:1;
	transition:all .2s ease-out 0s;
}
.search-input {
	float:none;
	margin-left:48px;
	margin-right:80px;
	padding:0 10px;
	transition: all .3s ease-out 0s;
}
#header.mini .search-btn {
	margin-top:24px;
}
#header.mini #navWrapper #searchbar.search-wrap {
	height: 60px;
}
#header.mini #navWrapper .search-wrap .search-frame {
	margin-top:8px;
}
#searchbar .search-frame {
	height: 44px;
}
#navWrapper.searchopen .search-frame {
	-webkit-animation: ac-gn-searchform-fade 400ms both;
	animation: ac-gn-searchform-fade 400ms both;
}
#navWrapper.searchopen .search-frame form {
	-webkit-animation: ac-gn-searchform-slide 1s both;
	animation: ac-gn-searchform-slide 1s both;
}
@media screen and (max-width: 769px) {
	.search-btn {
	margin-right: 12px;
	margin-top: 24px;
	padding-left: 0; display:none;
	border:0 }
.search-input {
	margin-left: 58px;
}
#footer #flinks .f_nav{ display:none;}
#header .searchtext-btn {
	padding-left: 30px;
}
#navWrapper #searchbar.search-wrap {
	height: 60px;
}
#navWrapper .search-wrap .search-frame {
	margin-top: 8px;

}
#header .content a#logo img {
    max-height: 56px !important;
    margin-top: -8px;
}
}
@media screen and (max-width:769px) {
	#header .nav {
	display:none
}
#header #openBtn {
	display:block
}
#sitecontent {
	padding-top:60px !important;
}

#header .content a#logo {
	margin-top:10px
}
#header .content a#logo {
	height: 46px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom:0
}
#indexPage #topSlider,#indexPage #topSlider .bx-viewport,#indexPage #topSlider ul ,#indexPage #topSlider ul li {
	height:auto !important
}
#indexPage #topSlider ul li div.item_bg.image {
	background-image:none !important
}
#indexPage #topSlider ul li div.item_bg.image img {
	display:block
}
#indexPage #topSlider ul li .wrapper {
	display:none
}
.module_container {
	padding:0px !important;
	overflow:hidden
}
#footer #flinks form input {
     width: calc(100% - 60px) !important;
}
.row.gutter {
	margin-left:-5px;
	margin-right:-5px
}
.row.gutter > [class*="col-"] {
	padding-left:5px;
	padding-right:5px;
}
.module_container .more {
	padding:5px 30px
}
.col-66 {
	width:100%
}
.col-60 {
	width:100%
}
.col-50 {
	width:100%;
}
.col-40 {
	width:50%
}
.col-33 {
	width:50%
}
.col-25 {
	width:50%
}
.col-20 {
	width:50%
}
.postbody .module_container, .module_container .module_container {
	padding-left:10px;
	padding-right:10px
}
.container_header {
	padding-bottom:20px;
	font-size:20px
}
.container_category {
	overflow-y:hidden;
	overflow-x:scroll;
	text-align:left;margin: 12px 0 10px!important;
	white-space:nowrap;
	margin-bottom:20px
}
body .module.mcustomize .content_list.flex {
	display:block
}
.module.mcustomize .content_list.flex .description {
	padding:25px 10px
}
.module.mcustomize .content_list .description {
	padding-left:10px;
	padding-right:10px
}
.module.mcounter ul.content_list li {
	margin-bottom:15px
}
#footer #flinks .module_container {
	padding-top: 8%;
	padding-bottom: 8%;
}
#footer #flinks .row.gutter {
	margin-left:0;
	margin-right:0px;
	display:block !important;
}
#footer #flinks .row.gutter > [class*="col-"] {
	width:100%;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

#footer #flinks .content_list .item_block {
	border-right: none;
	border-bottom: #363636 1px solid;
	    padding: 15px 30px !important;width: 100% !important;
}
#footer #flinks .content_list .item_block:last-child {
	border-bottom:none;
	margin-bottom:0
}
#footer #flinks .row.gutter > [class*="col-"]:last-child {
	padding-bottom:0
}
#footer #flinks .fitem_block_info .shareicon {
	margin-top:20px
}
#footer #copyright .module_container {
	padding-top:10px;
	padding-bottom:10px
}
#footer #flinks .fitem_block_link li {
	height:auto;
}
#footer #flinks .content_list #fitem_block_2 p {
   text-align:left;
}
}

#header.head-bg {
	background: #fff;
}
.index-mask {
	position:fixed;
	top:0px;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.48) no-repeat;
	display:none;
	z-index:88;
}
#header #searchbar {
	display:block;
}
#navWrapper.searchshow .navitem {
	-webkit-animation:ac-gn-item-searchshow 400ms both;
	animation:ac-gn-item-searchshow 400ms both;
}
#header.head-bg .content a#logo {
	opacity: 0 }
#navWrapper.searchhide .navitem {
	-webkit-animation:ac-gn-item-searchhide 400ms both;
	animation:ac-gn-item-searchhide 400ms both }
	
@-webkit-keyframes ac-gn-item-searchshow {
	0% {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-animation-timing-function:cubic-bezier(0.2727, 0.0986, 0.8333, 1);
	animation-timing-function:cubic-bezier(0.2727, 0.0986, 0.8333, 1)
}
40% {
	opacity:1
}
100% {
	opacity:0;
	-webkit-transform:scale(0.5);
	transform:scale(0.5)
}
}@keyframes ac-gn-item-searchshow {
	0% {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-animation-timing-function:cubic-bezier(0.2727, 0.0986, 0.8333, 1);
	animation-timing-function:cubic-bezier(0.2727, 0.0986, 0.8333, 1)
}
40% {
	opacity:1
}
100% {
	opacity:0;
	-webkit-transform:scale(0.5);
	transform:scale(0.5)
}
}@-webkit-keyframes ac-gn-item-searchhide {
	0% {
	opacity:0;
	-webkit-transform:scale(0.5);
	transform:scale(0.5)
}
60% {
	opacity:1
}
100% {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-animation-timing-function:cubic-bezier(0.2727, 0.0986, 0.8333, 1);
	animation-timing-function:cubic-bezier(0.2727, 0.0986, 0.8333, 1)
}
}@keyframes ac-gn-item-searchhide {
	0% {
	opacity:0;
	-webkit-transform:scale(0.5);
	transform:scale(0.5)
}
60% {
	opacity:1
}
100% {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-animation-timing-function:cubic-bezier(0.2727, 0.0986, 0.8333, 1);
	animation-timing-function:cubic-bezier(0.2727, 0.0986, 0.8333, 1)
}
}@-webkit-keyframes ac-gn-searchview-searchhide {
	0% {
	opacity:1;
	-webkit-animation-timing-function:ease;
	animation-timing-function:ease
}
100% {
	opacity:0
}
}@keyframes ac-gn-searchview-searchhide {
	0% {
	opacity:1;
	-webkit-animation-timing-function:ease;
	animation-timing-function:ease
}
100% {
	opacity:0
}
}@-webkit-keyframes ac-gn-searchform-slide {
	0% {
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
	animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
}
100% {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}@keyframes ac-gn-searchform-slide {
	0% {
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
	animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
}
100% {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}@-webkit-keyframes ac-gn-searchform-fade {
	0% {
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
	animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
}
100% {
	opacity: 1
}
}@keyframes ac-gn-searchform-fade {
	0% {
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
	animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
}
100% {
	opacity: 1
}
}@-webkit-keyframes ac-gn-searchinput-fade {
	0% {
	opacity: 0
}
100% {
	opacity: 1
}
}@keyframes ac-gn-searchinput-fade {
	0% {
	opacity: 0
}
100% {
	opacity: 1
}
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	z-index: 100;
	display: none;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6) }
.hide {
	display: none;
}

#footer,#footer a {
	color: #6f6f6f;
}
#footer #flinks {
	background-color: #1e1f27;
}
#footer #flinks .f_nav{border-bottom: 1px solid #2c2e37;
    height: 54px;}
#footer #flinks .f_nav a{ float: left;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin: 0px 52px;}


#footer #flinks .module_container {
    padding: 42px 0px 30px;
}
#footer #flinks .row.gutter {
	    margin: 44px -15px 32px;
	display: flex;
}
#footer #flinks .row.gutter > [class*="col-"] {
	padding: 0 14px;
}
#footer #flinks .content_list .item_block {

	animation-name: fadeInUp;
}
#footer #flinks .content_list .item_block:last-child {
	border-right:none
}
#footer #flinks .title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 18px;
}
#footer #flinks .fitem_block_info p{
	color:#9298aa;
	line-height:40px;
	font-size:14px;
	}

#footer #flinks .fitem_block_info .shareicon {
	margin-top:40px
}
.shareicon a {
	width: 30px;
	height: 30px;
	display: block;
	font-size: 16px;
	background-color: #fff;
	margin-right: 10px;
	text-align: center;
	border-radius: 15px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border: 1px solid #d9d9d9;
	color:#232323
}
.agent-desktop .shareicon a:hover {
	background-color:#232323;
	color:#fff;
	border-color:#232323
}
.shareicon a i {
	margin-top: 7px;
	font-size: 16px
}
#footer #flinks .fitem_block_info .shareicon a {
	color: #fff;
	background-color: #2e2f2f;
	border-color:#2e2f2f
}
.agent-desktop #footer #flinks .fitem_block_info .shareicon a:hover {
	background-color:#555555;
	border-color:#555555
}

#footer #flinks .fitem_block_link li {
	line-height:24px;
	height:24px
}
#footer #flinks .fitem_block_link li a {
	color: #6f6f6f;
}

.agent-desktop #footer #flinks .fitem_block_link li a:hover {
	text-decoration:underline
}
#footer #flinks .content_list #fitem_block_0{ width:330px;}
#footer #flinks .content_list #fitem_block_1{ width:552px;}
#footer #flinks .content_list #fitem_block_2{ width:302px;}
#footer #flinks .content_list #fitem_block_2 .tu{ float:left;}
#footer #flinks .content_list #fitem_block_2 .tu img{}
#footer #flinks .content_list #fitem_block_2 p{text-align: center;
    line-height: 40px;
    font-size: 15px;}
#footer #flinks form{}
#footer #flinks form input{    width: 220px;
    height: 40px;
    border-bottom: 1px solid #666;
    /* margin: 0px 16px; */
    color: #9298aa;
    margin-right: 50px;
    margin-bottom: 26px;}
#footer #flinks form button{    display: block;
    border: none;
    background: #0952a1;
    color: #fff;
    font-size: 16px;
    padding: 10px 50px;
    border-radius: 30px;}

#footer #copyright {
	background-color: #141414;
}
#footer #copyright .module_container {
    padding: 20px 0px;
    font-size: 15px;
    color: #9298aa;
}
#footer #copyright span.ellipsis {
	display: inline;
	max-width: 70% }
#footer #copyright a#flogo {
	display: inline-block;
	margin-top: 2px;
	margin-left: 10px;
	width: 50px;
	height: 20px;
	vertical-align: top }
#footer #copyright a.beian {
	color: #9e9e9e !important;
	vertical-align: top }
	
.pages{}
.pages span{ float:left;}
.pages span a{ 
    float: left;  
 display: block;
    line-height: 30px;
    color: #9b9a9a;
    font-size: 14px;
    width: 60px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #b3b3b3;
    margin-left: 10px;}
.pages span a.pagenum{width: 30px;}
.pages span a.absolutepage{  
width: 30px;  
background-color: #1f4f9c;
color: #fff;
border-color: #1f4f9c;}
.pages span:first-of-type{ display:none;}
.pages span:last-child{ display:none;}

#shares {
    right: 0;
}

#shares {
    position: fixed;
    right: 7px;
    bottom: 63px;
    z-index: 99;
    height: 124px;
}
#shares a#gotop {
    margin-top: -2px;
    font-size: 22px;
}

#shares a {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
}
#shares a {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 16px;
    text-align: center;
    position: relative;
    transition: all .3s ease-out 0s;
}
#shares a#gotop i {
    margin-top: 9px;
}

#shares a i {
    margin-top: 12px;
    transition: all .3s ease-out 0s;
}