*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
	line-height: 32px;
	font-size: 16px;
	font-family: "Microsoft YaHei","黑体";
	color: #333;
}
.button{
	color: #fff;
}
html,body{
  min-width: 1560px;
  max-width: 2000px;
  margin:0 auto;
}
.container{
  min-width: 1560px;
   max-width: 2000px;
}
.flex{
	display: flex;
}
.flex-c{
	display: flex;
    justify-content: center;
    align-items: center;
}
.flex-Lc{
	display: flex;
    align-items: center;
}
.flex-Lt{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-L{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-Lend{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	-moz-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-end{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.inner{
	width:1350px;
	margin:0 auto;
}
.header{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    min-width: 1560px;
    max-width: 2000px;
}
.big_list{
    width: 70%;
    margin:0 auto;
    padding:20px 0;
    display: flex;
    align-items: center;
}
.big_list .left{
    flex:3;
}
.big_list .center{
    flex:5;
}
.big_list .right{
    flex:2;
    text-align: center;
}
.big_list .center ul{
    display: flex;
}
.big_list .center ul li{
    flex: 1;
    text-align: center;
    cursor: pointer;
}
.big_list .right span{
    background-color: #ffebdf;
    padding:5px 10px;
    border-radius: 20px;
}
.big_list .active{
    color: #ff630a;
    position: relative;
}
.big_list a{
    text-decoration: none;
    color: #000;
}
.big_list .active::after{
    display: block;
    content:"";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    width: 100%;
    background-color: #ff630a;
}

 
.lunbotu .swiper-slide{
    position: relative;
}
.lunbotu .textdiv{
    position: absolute;
    left: 15%;
    top: 35%;
}
.lunbotu .title{
    color: #333333;
    font-size: 40px;
    font-weight: bold;
}
.lunbotu .subtitle{
    color: #333333;
    font-size: 30px;
     
    margin:30px 0 20px;
}
.lunbotu .content{
    color: #999999;
	font-size:16px;
    position: relative;
}
.lunbotu .content::after{
    content:"";
    display: block;
    position: absolute;
    top: -10px;
    width: 20px;
    height: 5px;
    border-radius: 20px;
    background-color: #ff630a;
}
.lunbotu .button{
    width: 150px;
    text-align: center;
    background-color: #ff630a;
    padding: 10px 20px;
    color: #fff;
    margin:20px 0;
	border-radius:4px;
}


.box .title{
    font-size: 40px;
    text-align: center;
    color: #333;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.box .subtitle{
    font-size: 20px;
    text-align: center;
    color: #999999;
    letter-spacing: 5px;
    font-weight: bold;
	border-radius:4px;
}
.box{
    padding:50px 0;
}


.box_1 .content{
    width: 70%;
    margin:30px auto;
    text-align: center;
}

.box_2 .list_2{
	margin:10px 50px;
}
.box_2 ul{
    width: 70%;
    margin:30px auto;
    display: flex;
}

.box_2 .stitle{
	color: #333;
    margin-left: 20px;
    font-size: 30px; 
    font-weight: bold;
}
.box_2 .ssubtitle{
    font-size: 16px; 
    margin:20px 0 20px 20px;
}
.box_2 .scontent{
	color:#666666;
    margin-left: 20px;
	padding:20px 0 0 0;
    font-size: 16px; 
	line-height:32px;
}
.box_2 .button{
    background-color: #ff630a;
    color: #fff;
    width: 150px;
    text-align: center;
    margin:30px 20px;
    padding:10px 0;
	border-radius:4px;
}

.box_3{
    background-color: #fafafa;
}
.box_3>ul{
    width: 70%;
    margin:30px auto;
    display: flex;
}
.box_3 ul div{
    width: 90%; 
    border-radius: 5px;
    box-shadow: 0px 1px 10px 0px rgb(140 140 140 / 10%);
    padding:40px;
    height: 100%;
}
.box_3 .left,.box_3 .center{
    flex:1
}
.box_3 .right{
    flex:2
}
.box_3 .right ul{
    display: flex;
}
.box_3 div .stitle{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin:10px 0;
}
.box_3 div .ssubtitle{
    font-size: 16px;
	color:#666666;
    
}
.box_3 .right .img{
    text-align: center;
}
.box_3 .right .img img{
    width: 200px;
} 

.box_4{
	height:720px;
}

.box_4>ul{
 width: 70%;
 margin:30px auto;
 position: relative;
 padding-bottom: 30px;
}
.box_4 .left{
    width: 60%;
    box-shadow: 0px 1px 10px 0px rgb(140 140 140 / 10%);
	border-radius:8px;
    padding:50px 50px;
    z-index: 5;
    background-color: #fff;
}
.box_4 .left ul{
    display: flex;
}
.box_4 .flex_box_right{
    padding:0 0 0 50px;
}
.box_4 .flex_box_right .stitle{
    
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.box_4 .flex_box_right .ssubtitle{
   font-size: 16px;
   color:#666666;
}
.box_4 .right{
    width: 60%;
    background-color:#fc620b;
    border-radius:8px;
    position: absolute;
    top: 35%;
    left: 40%;
    z-index: -1;
	
}
.box_4 .right ul{
    display: flex;
    padding:20px;
}
.box_4 .right .list_1{
    flex:22%;
}
.box_4 .right .list_2{
	
    flex:50%;
	padding: 40px;
}
.box_4 .right .list_2 .div_1{
	
    padding-bottom:10px;
    margin-bottom: 10px;
    border-bottom:1px solid #ff8a11
}
.box_4 .right .list_2 .p_1{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
	color: #444;
}
.box_4 .right .list_2 .p_2{
    font-size: 16px;
	color: #444;
}

.box_5{
    background-image: url(../img/img_14.png);
}
.box_5>ul{
    width: 70%;
    margin:30px auto;
    background-color: #fff;
    padding:50px;
    display: flex;
	border-radius:8px;
    align-items: center;
}
.box_5 .left{
    flex:0 0 1;
    text-align: center;
}
.box_5 .right{
    flex:0 0 2;
}
.box_5 .right ul{
    display: flex;
    flex-wrap: wrap;
}
.box_5 .right ul li{
    flex:50%
}
.box_5 .right ul li div{
    width: 90%;
    margin:10px auto;
    border:1px solid #eaeaea;
    display: flex;
    align-items: center;
    padding:10px;
    font-size: 14px;
    height: 65px;
}
.box_5 .right ul li div span{
    padding-left: 10px;
}

.box_6 ul{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.box_6 ul li{
	
    flex:25%;
}
.box_6 ul div{
    width: 90%;
	border-radius:8px;
    box-shadow: 0px 1px 10px 0px rgb(140 140 140 / 20%);
    margin:0 auto;
    text-align: center;
    margin:20px 0;
    padding:20px 0;
}
.box_6 ul div img{
    vertical-align: middle;
}
.box_6 ul div span{
    display: inline-block;
    width:150px;
}

.box_7{
    text-align: center;
	padding:0px;
}
.box_7 img{
    margin:30px 0;
}

.box_8 .swiper_2{
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.box_8 .swiper-slide div{
    padding:40px 0;
    z-index: -1;
}
.box_8 .swiper-slide div .stitle{
    margin-top: 30px;
	color:#fff;
}
.box_8 .swiper-slide div .ssubtitle{
	color:#fff;
}


.box_8 .bg_1{
    width:80%;
    height: 200px;
    margin:0 auto;
    background-image: url(../img/img_37.png);
    background-size: 100% 100%;
}
.box_8 .bg_2{
    width:80%;
    height: 200px;
    margin:0 auto;
    background-image: url(../img/img_37.png);
    background-size: 100% 100%;
}
.box_8 .bg_3{
    width:80%;
    height: 200px;
    margin:0 auto;
    background-image: url(../img/img_37.png);
    background-size: 100% 100%;
}
.box_8 .bg_4{
    width:80%;
    height: 200px;
    margin:0 auto;
    background-image: url(../img/img_37.png);
    background-size: 100% 100%;
}
.box_8 .bg_5{
    width:80%;
    height: 200px;
    margin:0 auto;
    background-image: url(../img/img_37.png);
    background-size: 100% 100%;
}

.box_9{
    position: relative;
}
.box_9 .bg{
    width: 800px;
    height: 300px;
    background-color: #ff630a;
    position: absolute;
    z-index: -1;
}
.box_9>ul{
    width: 70%;
    margin:80px auto 20px auto;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 1px 10px 0px rgb(140 140 140 / 10%);
	border-radius:8px;
    padding:40px 20px;
    background-color: #fff;
}
.box_9>ul>li{
    flex:50%;
}
.box_9>ul>li>ul{
    width: 90%;
    margin:20px auto;
    display: flex;
    align-items: center;
}
.box_9>ul>li>ul img{
    margin: 20px 30px 20px 0px;
	width:50px;
}
.box_9>ul>li>ul .stitle{
    font-weight: bold;
    color: #333;
    font-size: 25px;
    margin-bottom: 20px;
}
.box_9 .ssubtitle{ 
	font-size: 16px;
   color:#666666;
}

.box_10{
    background-color: #fafafa;
}
.box_10 ul{
    width: 70%;
    margin:30px auto;
    display: flex;
}
.box_10 ul div{
	border-radius:8px;
    width: 90%;
    margin:0 auto;
    background-color: #fff;
    box-shadow: 0px 1px 10px 0px rgb(140 140 140 / 10%);
}
.box_10 ul div img{
    width: 100%;
}
.box_10 .stitle{
    margin:10px 10px;
    font-weight: bold;
    font-size: 20px;
}
.box_10 .time{
    margin:10px 10px; 
}
.box_10 .ssubtitle{
    margin:10px 10px; 
}
.box_10 .button{
    margin:10px auto;
    background-color: #ff630a;
    color: #fff;
    padding:5px 20px;
    width: 120px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.box_11 .swiper_3{
    width: 70%;
    margin:30px auto;
}
.box_11 .swiper_3 ul{
    display: flex;
}
.box_11 .swiper_3 .left{
    padding-left: 40px;
	text-align:center;
	margin:50px auto;
}
.box_11 .swiper_3 .left .stitle{
    font-size: 35px;
    color: #333;
	margin-top:35px;
    font-weight: bold;
    margin-bottom: 20px;
}
.box_11 .swiper_3 .left .ssubtitle{
    font-size: 20px;
    color: #666;
    margin-bottom: 40px;
}
.box_11 .swiper_3 .left .content{
    font-size: 16px;
    color: #b9b9b9;
    margin-bottom: 20px;
    line-height: 2;
}
.box_11 .list ul{
    width: 70%;
    margin:0 auto;
    display: flex;
}
.box_11 .list ul li{
    flex:20%;
}
.box_11 .list ul li div{
    width:80%;
    margin:0 auto;
    height: 100%;
    text-align: center;
    border: 1px solid #e2e2e2;
}
.box_11 .list ul li div img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.box_12{
    background-image: url(../img/img_73.png);
    background-repeat: no-repeat;
    background-position: 0 120%;
    overflow: hidden;
}
.box_12 ul{
    margin:30px auto 150px;
    width: 70%;
    background-color: #fff;
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    box-shadow: 0px 1px 10px 0px rgb(140 140 140 / 10%);
}
.box_12 ul li{
    flex:16.6%;
    padding:10px;
    text-align: center;
}
.box_12 ul li img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.box_12 ul .border_1{
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.box_12 ul .border_2{
    border-bottom: 1px solid #e7e7e7;
}
.box_12 ul .border_3{
    border-right: 1px solid #e7e7e7;
}

.box_13 div{
    width: 70%;
    margin:30px auto;
    text-align: center;
}
.box_13 .stitle{
    margin:30px 0; 
	font-size:16px;
}
.box_13 .button{
    display: inline-block;
    background-color: #ff630a;
    color: #fff;
    padding:10px 50px;
    cursor: pointer;
	border-radius:4px;
}

.box_14{
    background-color: #000;
    color: #fff;
}
.box_14>ul{
    width: 70%;
    margin:0 auto;
    display: flex;
}
.box_14 .left{
    flex:2;
}
.box_14 .right{
    flex:2;
}
.box_14 .center{
    flex:8;
}
.box_14 .left .number{
    margin:20px 15px;
    font-weight: bold;
}
.box_14 .left .button{
    margin-left: 15px;
    background-color: #ff630a;
    width: 150px;
    padding:10px;
    cursor: pointer;
    text-align: center;
	border-radius:4px;
	color:#fff;
}
.box_14 .center ul{
    display: flex;
    padding: 0 10%
}
.box_14 .center ul li{
    flex:33%;
}
.box_14 .center ul li p{
	font-size:16px;
    margin-bottom: 15px;
}
.box_14 .color{
    color: #b3b3b3;
}
.box_14 .right{
    text-align: center;
}
.box_14 .right p{
    margin-top: 20px;
}
.box_14>div{
    width: 70%;
    margin:20px auto;
    display: flex;
    color: #606174;
    font-size: 12px;
}
.box_14>div span{
    flex: 50%;
}
.box_14 p{
	color:#b3b3b3;
}
.box_14 a{
	color:#b3b3b3;
}
.box_14 span{
	color:#b3b3b3;
}

.fc{
    position: fixed;
    right: 2%;
    top: 40%;
    z-index: 100;
}
.fc>div{
    position: relative;
}
.fc .img img{
    width: 60%;
}
.fc_box{
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 22px;
    border-radius: 10px;
    box-shadow: 0px 1px 10px 0px rgb(140 140 140 / 10%);
    padding:10px 0;
}
.fc_box .close{
    text-align: right;
    position: absolute;
    right:8px;
    top: 3px;
}
.fc_box .close img{
    cursor: pointer;
    width: 12px;
}
.fc_box .stitle{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
} 
.fc_box .ssubtitle{
    width: 90%;
    margin:0px auto 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
    text-align: center;
    font-size: 12px;
    color: #b3b3b3;
}
.fc_box .content{
    text-align: left;
    margin:5px 0; 
    padding-left: 25px;
}
.fc_box .content img{
    width: 18px;
    margin-right: 8px;
}

.bounceInRight {
    animation:bounceInRight 2s linear;
}

@keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }
    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft{
    animation:bounceInLeft 2s linear;
}
@keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }
    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }
    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.box_6 li{
    transition:all 1s ease-out;
}
.box_6 li:hover{
    transform:scale(1.1);
}

.box_8 .swiper-slide div{
    transition:all 1s ease-out;
}
.box_8 .swiper-slide div:hover{
    transform:scale(1.1);
}

.box_10 img{
    transition:all 1s ease-out;
}
.box_10 img:hover{
    transform:scale(1.1);
}
.box_10 div{
    overflow: hidden;
}

.box_11 .list img{
    transition:all .5s ease-out;
}
.box_11 .list img:hover{
    transform:scale(0.8) translateY(-50%);
}

.box_12 img{
    transition:all .5s ease-out;
}
.box_12 img:hover{
    transform:scale(0.8) translateY(-50%);
}
 
.prev,
.next {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.next {
    left: -40px;
    right: auto;
}
.prev {
    right: -40px;
    left: auto;
}
.prev:after {
  content: '';
  width: 42px;
  height: 42px;
  background-image: url(../img/right.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 100;
}

.next:after {
  content: '';
  width: 42px;
  height: 42px;
  background-image: url(../img/left.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 100;
}




.press_slide ul li.icons-1 a{background:url(../images/icons-1.png) no-repeat left center;padding-left: 24px;}
.press_slide ul li.icons-2 a{background:url(../images/icons-2.png) no-repeat left center;padding-left: 24px;}
.press_slide ul li.icons-3 a{background:url(../images/icons-3.png) no-repeat left center;padding-left: 24px;}


.trade_section{
	background:#f9f9f9;
}
.front_click{
	background:#fff;
	padding:30px 0 0;
}
.front_click ul li{
	padding:0 60px;
	position: relative;
}
.front_click ul li a{
	font-weight: bold;
	color:#666666;
	line-height:70px;
}
.front_click ul li.active{
	background:#f9f9f9;
	border-radius:10px 10px 0 0;
}
.front_click ul li.active:after{
	display: block;
	content:"";
	width:32px;
	height: 2px;
	font-size:0;
	background:#282828;
	position: absolute;
	left:50%;
	bottom: 0;
	 transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.front_click ul li.active a{
	color:#282828;
}
.trade_togparents{
	padding: 32px 0;
}
.hidenlink{display: none;}
.hidenlink.active{display: block;}

.videoImg_listy{
	width: 960px;
}
.videoImg_listy ul li{
	float: left;
	margin:0 10px 20px;
	width:306px;
}
.videoImg_listy ul{
	margin:0 -10px;
}
.video_links .textbat{
	padding:10px;
	background:#e6e5e5;
}
.video_links .textbat p{
	line-height:32px;
	color:#666666;
	font-weight: bold;
	padding-left:42px;
	background:url(../images/videoic-1.jpg) no-repeat left center;
}
.press_title h3.xian-4 {
	border:6px solid #e3e3e3;
    background: url(../images/xian-3.png) no-repeat right center;
}
.press_title.cur{
	padding:30px 0;
}
.mail_vdslide{
	padding:30px 0;
}
.video_links .textbat.cur p{
	padding-left:14px;
	background:url(../images/videoic-2.jpg) no-repeat left center;
}
.video_links .abstract{
	background:#f8f8f8;
	border: 1px solid #f0f0f0;
	height:76px;
	padding:16px;
	margin-top:6px;
}
.video_links .abstract p{
	color:#919191;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}




.company-ban{
	height: 614px;
	background:url(../images/company-ban.jpg) no-repeat top center;
	background-size:cover;
}
.company_slide{
	text-align: center;
	padding: 100px 0 40px;
}
.company_slide h3{
	font-size:60px;
	color:#e8e8e8;
	font-weight: bold;
	line-height: 80px;
	text-transform: uppercase;
}
.company_slide h4{
	font-size:60px;
	color:#000000;
	font-weight: bold;
	line-height:90px;
	background:url(../images/xian-4.png) no-repeat bottom center;
}
.company_slide h4 span{
	display: inline-block;
	color:#fd7343;
}
.company_slide p{
	text-transform: uppercase;
	font-size: 10px;
	color:#666666;
	padding:10px 0;
}
.company_text{
	padding:30px 40px;
	border: 1px solid #cacaca;
	background-color:rgba(255, 255, 255, 0.6);
}
.company_text p{
	text-indent:2em;
	color:#666666;
	text-align: justify;
}
.motto_slide{
	padding:30px 0;
}
.motto_lefts{
	width: 680px;
}
.motto_lefts .title h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size:10px;
	color:#262626;
	padding:10px 0;
}
.motto_lefts .title h4{
	font-size:40px;
	color:#313131;
	font-weight: bold;
	line-height:86px;
	position: relative;
}
.motto_lefts .title h4:after{
	display: block;
	content:"";
	width:28px;
	height:4px;
	background:#fd7343;
	position: absolute;
	left: 0;
	bottom: 0;
}
.motto_lefts .title h4 span{
	display: inline-block;
	color:#fd7343;
}
.motto_lefts .text p{
	margin-top:20px;
	color:#666666;
	text-indent:2em;
	text-align: justify;
}
.plentiful_listy ul li{
	height:186px;
	width:375px;
	background:#fef1eb;
	text-align: center;
	padding:30px 0 0;
	cursor: pointer;
}
.plentiful_listy ul li .plentiful_box .icon{
		 -moz-transition:.5s;
		-webkit-transition: .5s;
		transition: .5s;
}
.plentiful_listy ul li:hover .plentiful_box .icon{
	 -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.plentiful_box .text h4{
	font-size:18px;
	color:#000000;
	line-height:30px;
	font-weight: bold;
	margin-top:10px;
}
.plentiful_box .text p{
	font-size:10px;
	color:#a29995;
	font-weight: bold;
	text-transform: uppercase;
}
.plentiful_listy{
	padding:20px 0 40px;
}
.compute_section{
	background:#fafafa;
}
.compute_tops{
	min-height:520px;
	padding:90px 0 0;
	background:url(../images/mottoimg-2.png) no-repeat right 30px;
}
.compute_text{
	width:775px;
	background:#fff;
	padding:20px;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.06);
}
.compute_text .title h3{
	font-weight: bold;
	font-size:30px;
	color:#313131;
	line-height:102px;
	padding-left: 56px;
	background:url(../images/compute-logo.png) no-repeat left center;
}
.compute_text .title h3 span{
	display: inline-block;
	color:#fd7343;
}
.compute_slide{
	border: 4px solid #f2f2f2;
	padding:22px;
}
.compute_slide ul li{
	padding-left:15px;
	background:#f9f9f9;
	margin-bottom: 10px;
}
.compute_slide ul li p{
	font-size:16px;
	color:#666666;
	line-height:66px;
	padding-left:66px;
}
.compute_slide ul li p span{
	display: inline-block;
	font-weight: bold;
	color:#262626;
}
.compute_slide ul li.icon-1 p{background:url(../images/computedz-1.png) no-repeat left center;}
.compute_slide ul li.icon-2 p{background:url(../images/computedz-2.png) no-repeat left center;}
.compute_slide ul li.icon-3 p{background:url(../images/computedz-3.png) no-repeat left center;}

.relation_slide{
	padding:50px 0;
}
.relation_links{
	padding:0 30px 30px;
	background:#fff;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.06);
}
.relation_listy ul li{
	padding:5px 0;
}
.relation_check{
	border: 1px solid #e7e7e7;
	height: 66px;
}
.relation_check .icon{
	position: relative;
	height: 64px;
	width: 64px;
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.relation_check .put{
	width:calc(100% - 64px);
	position: relative;
	padding-left:20px;
}
.relation_check .put:after{
	display: block;
	content:"";
	width: 1px;
	height:16px;
	background:#e7e7e7;
	position: absolute;
	left:0;
	top:50%;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.relation_check .put input{
	display: block;
	width:100%;
	line-height:64px;
	height:64px;
	border: none;
	outline: none;
}
.relation_check .put input::-webkit-input-placeholder{color:#7e7e7e;}
/* Firefox < 19 */
.relation_check .put input:-moz-placeholder{color:#7e7e7e;}
/* Firefox > 19 */
.relation_check .put input::-moz-placeholder{color:#7e7e7e;}
/* Internet Explorer 10 */
.relation_check .put input:-ms-input-placeholder{color:#7e7e7e;}

.relation_check.wd33{
	width:32%;
}
.relation_lyan{
	border: 1px solid #e7e7e7;
	padding:18px;
}
.relation_lyan textarea{
	display: block;
	width:100%;
	resize: none;
	height:82px;
	border: none;
	outline: none;
}
.relation_btn button{
	display: inline-block;
	height:46px;
	width:180px;
	border-radius: 6px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size:16px;
	font-weight: bold;
	color:#fff;
  background-image: -moz-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  background-image: -webkit-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  background-image: -ms-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  box-shadow: 0px 4px 20px 0px rgba(255, 107, 44, 0.1);
}

.Dynamic_swiper{
	width: 100%;
}
.Dynamic_nsImg{
	float: left;
	margin-right: 20px;
	width: 512px;
	height: 368px;
	overflow: hidden;
}
.Dynamic_news{
	padding:50px;
	background:#f9f9f9;
}

Dynamic-slide{
	width: 470px;
}
.Dynamic-slide .data span{
	font-size:60px;
	line-height:60px;
	font-weight: bold;
	color:#fd7343;
}
.Dynamic-slide .data p{
	font-size:20px;
	line-height:30px;
	color:#fd7343;
}
.Dynamic-slide .text h4{
	font-size:24px;
	color:#262626;
	font-weight: bold;
	line-height:40px;
	padding:20px 0;
}
.Dynamic-slide .text p{
	font-size:14px;
	color:#666666;
	text-align: justify;
	text-indent: 2em;
}
.Dynamic-slide .text p a{
	font-size:14px;
	color:#ff6b2c;
}
.Dynamic-slide .text p a:hover{
	text-decoration: underline;
}
.Dynamic_swiper .swiper-container{
	min-height: 350px;
}
.Dynamic_swiper .swiper-pagination{
	left: auto;
	right: 200px;
	width: auto;
}
.press_items .Imgpress{
	width: 270px;
	height: 130px;
	overflow: hidden;
}
.Dynamic_swiper .swiper-pagination .swiper-pagination-bullet{
	width:10px;
	height: 10px;
	background:#d9d9d9;
	opacity: 1;
}
.Dynamic_swiper .swiper-pagination .swiper-pagination-bullet-active{
	background:#ff6b2c;
}
.pagestory{
	padding:20px 0;
}
.pagestory_listy{
	width: 740px;
}
.pagestory_title{
	border-bottom:1px solid #e1e1e1;
}
.pagestory_title h4{
	font-size: 22px;
	color:#fd7343;
	font-weight: bold;
	line-height:60px;
	display: inline-block;
	position: relative;
	top: 1px;
	border-bottom: 1px solid #fd7343;
}
.pagestory_slide ul li{
	padding:8px 0;
}
.pagestory_slide ul li a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.pagestory_slide ul li a p{
	font-size:16px;
	color:#262626;
	line-height:30px;
}
.pagestory_slide ul li a span{
	font-size:16px;
	color:#ff6b2c;
	line-height:30px;
}
.pagestory_slide ul li a:hover p{
	text-decoration: underline;
}
.pagestory_right{
	width: 340px;
	padding-right:70px;
}
.pagestory_title.none{border: none;}
.pagestory_title.none h4{border: none;}

.public_listy ul li{
	height:62px;
	margin-bottom: 10px;
	padding-left:18px;
	border-radius: 6px;
  background-image: -moz-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  background-image: -webkit-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  background-image: -ms-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  box-shadow: 0px 4px 20px 0px rgba(255, 107, 44, 0.1);
}
.public_listy ul li a{
	display: block;
	color:#fff;
	font-size:16px;
	line-height:62px;
	padding-left:52px;
}
.public_listy ul li.icon-1 a{background:url(../images/public-1.png) no-repeat left center;}
.public_listy ul li.icon-2 a{background:url(../images/public-2.png) no-repeat left center;}
.public_listy ul li.icon-3 a{background:url(../images/public-3.png) no-repeat left center;}
.public_listy ul li.icon-4 a{background:url(../images/public-4.png) no-repeat left center;}

.public_listy ul li a:hover{
	text-decoration: underline;
}


.public_links ul li{
	height:62px;
	margin-bottom: 10px;
	padding-left:48px;
	border-radius: 6px;
  	background:#e1e1e1;
}
.public_links ul li a{
	display: block;
	color:#0d0b13;
	font-size:16px;
	line-height:62px;
	padding-left:52px;
}

.public_links ul li.icon-5 a{background:url(../images/public-5.png) no-repeat left center;}
.public_links ul li.icon-6 a{background:url(../images/public-6.png) no-repeat left center;}
.public_links ul li.icon-7 a{background:url(../images/public-7.png) no-repeat left center;}
.public_links ul li.icon-8 a{background:url(../images/public-8.png) no-repeat left center;}

.public_links ul li a:hover{
	text-decoration: underline;
}


.qq_conent {
    width: 1240px;
    margin: 0 auto 40px;
}
.LEFT {
    width: 890px;
    float: left;
}
.LEFT h1 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 25px; 
	color: #435a7b;
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
    margin: .67em 0;
}

.LeftTool {
    width: 80px;
    padding-right: 30px;
    margin-right: 30px;
    text-align: center;
    float: left;
    font-size: 12px;
    color: gray;
}
.LeftTool .left-stick-wp {
    position: relative;
}
.left-stick-wp {
    width: 80px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.LeftTool .through {
    position: relative;
}
.LeftTool .md, .LeftTool .year {
    color: #000;
    font-family: Politica;
}
.LeftTool .year {
    font-size: 20px;
}
.LeftTool .through span {
    display: inline-block;
    background: #fff;
    padding: 0 5px;
}
.LeftTool .md {
    font-size: 34px;
    line-height: 1.2;
}
.LeftTool .md, .LeftTool .year {
    color: #000;
    font-family: Politica;
}
.LeftTool .time {
    font-size: 20px;
    color: #435a7b;
    font-family: Politica;
    margin-bottom: 25px;
}
.LeftTool .author {
    display: inline-block;
    line-height: 18px;
    color: #2291f7;
}
.LeftTool .qiehao {
    display: inline-block;
    margin-top: 3px;
    border-radius: 16px;
    line-height: 18px;
    padding: 0 8px;
    background-color: #2291f7;
    color: #fff;
}
.LeftTool .share-title {
    margin-top: 100px;
    margin-bottom: 18px;
}
.LeftTool .through {
    position: relative;
}
.LeftTool .through span {
    display: inline-block;
    background: #fff;
    padding: 0 5px;
}
.LeftTool .through:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.share .wxWrap {
    position: relative;
}
.share>a {
    width: 40px;
    height: 40px;
    margin: 10px auto 0;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    line-height: 40px;
    color: #fff!important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    background: #ccc;
}
.share .iconfont {
    font-size: 25px;
    display: inline-block;
    z-index: 2;
    position: relative;
}
@media (max-width: 1510px) and (min-width: 1280px){
.share .wxWrap .qrcode {
    left: -40px;
    top: -160px;
    z-index: 2;
}
}
.share .wxWrap .qrcode {
    width: 128px;
    height: 148px;
    border: 1px solid #bcbcbc;
    color: gray;
    position: absolute;
    left: -148px;
    top: 0;
    text-align: center;
    line-height: 1;
    background: #fff;
    border-radius: 3px;
}
.hidden {
    display: none!important;
}
.share>a:nth-child(4):hover:after {
    background: #ff5757;
}
@media (min-width:1280px) and (max-width: 1510px) {
  .share .wxWrap .qrcode{
    left:auto;
    right:-148px;
    z-index: 2;
  }

}
.share .wxWrap .qrcode {
    width: 128px;
    height: 148px;
    border: 1px solid #bcbcbc;
    color: gray;
    position: absolute;
    left: -148px;
    top: 0;
    text-align: center;
    line-height: 1;
    background: #fff;
    border-radius: 3px;
}
@media (max-width: 1510px) and (min-width: 1280px){
.share .wxWrap .qrcode {
    left: -40px;
    top: -160px;
    z-index: 2;
}
}

.share .wxWrap .qrcode img {
	display: block;
    margin: 10px auto 6px;
}
.share .wxWrap .qrcode:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-top: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    right: -4px;
    top: 15px;
}

.share .wxWrap .qrcode:before {
    border-bottom: 1px solid #bcbcbc;
    right: 63px;
    bottom: -4px;
    border-top: none;
    top: auto;
}


@media (max-width: 1280px) {
  .qq_conent,
  .recommend{
    width:970px;
  }
  .LEFT,
  .content-article{
    width:660px;
  }
  .qq_conent h1{font-size:26px;margin-top:12px;margin-bottom: 10px;}
  .LEFT .a-src-time{display: block}
  .LeftTool{display: none}
  .content-article{font-size: 16px;}
  .qq_comment{margin-left: 0}
  .recommend-con{margin-left: 0;width: 660px;}
  .content{width: 100%}
  .recommend-con li h3{font-size: 16px;}

  .qq_header{margin-bottom:0;}
  .nav_logo{padding:14px 12px 0 12px;}
  .qq_nav li{width:55px;}
  .loginWrap{margin-right:10px;}
  .qq_navWrap .nav-title{
    display: none!important;
  }
  .nav-search input:focus{
    width:220px;
  }


  .like{text-align: left;height:80px;border-top: 1px solid #e5e5e5;padding: 0;margin-top: 50px;}
  .like .like-a{width: 39px;height: 39px;line-height: 39px;margin-top:20px;}
  .like .like-a .iconfont{font-size:18px;}
  .like .like-a .text-a{display: none}
  .like .r{left:75px;top:25px;border-left: 1px solid #e5e5e5}
  .article-status .share{display:block}

}

@media (max-width: 1000px) {

  .qq_conent,
  .recommend{
    width:660px;
  }

  .nav-search{
    display: none;
  }
  .nav-search input:focus{
    width:170px;
  }
  
  .RIGHT{display:none}
}


.content-article {
  
    font-size: 18px;
    float: right;
}
.content-article .one-p {
    line-height: 2.2;
    margin-bottom: 2em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.content-article .one-p img.content-picture {
    max-width: 100%;
    margin: .6em auto;
    display: block;
}
.content-article .one-p {
    line-height: 2.2;
    margin-bottom: 2em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.article-status .statement {
    font-size: 12px;
    color: #bbb;
    text-align: center;
    padding: 23px 0 6px;
}
.article-status {
    padding: 20px 0 50px;
}
.LeftTool .md, .LeftTool .year {
    color: #435a7b;
    font-family: Politica;
	margin: 20px 0px;
}
.RIGHT {
    float: right;
    width: 300px;
	color:#435a7b;
	margin-top:60px;
    padding: 20px;
	background: #f7f8fc; 
}
.right-bar .related_title {
    padding: 20px 0 30px;
}
.right-bar .related_title h2 {
    position: relative;
    height: 17px;
    line-height: 16px; 
    font-size: 22px;
}
.right-bar .related_title .change-btn {
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    display: inline-block;
    cursor: pointer;
}
.related_rand .text{
	position: relative; 
	padding: 20px 0;
	border-bottom: 1px solid #e2e5ea;
}

.related_rand .text .date{
	color:#8a8d9c;
	font-size: 14px;
	margin-top:15px;
}

.related_rand .text a{
	
	font-size: 14px;
    line-height: 25px; 
	color: #435a7b;
}
.related_rand .text a:hover{
	color:#ff6a00;
}
.share>a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.share>a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.share>a:first-child:hover::after {
    background: #3dbe5b;
}
.share>a:nth-child(2):hover:after {
    background: #21b3f7;
}
.share>a:nth-child(3):hover:after {
    background: #f8c514;
}
.content-article{

    font-size: 16px;
	line-height:30px;
    float: left !important;
}
.LEFT_Content{
	margin-top:60px;
	padding:20px 60px;
	border: 1px solid #bbb;
    min-height: 700px;
}
.LEFT_Content .date{
	color: #9b9b9b;
    margin: 20px 0px;
	text-align: center;
	font-size:14px;
}
.LEFT_Content .date  .txt{
	margin:0px 20px;
}

.content-article p,.content-article  blockquote,.content-article code, .content-article dd, .content-article div, .content-article dl, .content-article dt, .content-article fieldset, .content-article form,
.content-article h1,.content-article h2,.content-article h3,.content-article h4,.content-article h5,.content-article h6,.content-article input,.content-article legend,.content-article li,.content-article ol,
.content-article p,.content-article pre,.content-article td,.content-article textarea,.content-article th,.content-article ul{ 
    font-size: 16px;
	line-height:30px; 
	color:#435a7b;
}

.page{
	padding-left: 0;
	margin: 17px 0;
	list-style: none;
	text-align: center;
}
.page .pagination li {
	margin: 0 .4em;
	display: inline-block;
	background: none;
	border: 1px solid #e6e6e6;
	border-radius: 0.25em;
	padding: 5px 15px;
}

.page .pagination li > a, .page .pagination li > span {
	font-size: 14px;
}

.page .pagination  li.active {
	z-index: 3;
	color: #fff;
	background-color: #ff6a00;
	border-color: #ff6a00;
	cursor: default;
}

.zxly{
	width: 500px;
	z-index: 9999;
}

.zxly .relation_check{
	height: 32px;
}
.zxly .relation_check .icon{
	height: 32px;
}
.zxly .relation_check .put input{
	height: 30px;
	line-height: 30;
}
.zxly .relation_lyan{
	padding: 5px;
}
.zxly .relation_lyan textarea{
	height: 60px;
}

.video_content{
	padding: 20px;
	min-height: 300px;
	min-width: 400px;
}
.video_content a{
	display: flex;
}

.video_content a img{
	margin-right: 30px;
	width: 600px;
}

.video_content a .textbat p{
	font-size: 18px;
	line-height: 40px;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	width: 300px;
}

.videoImg_listy .video_links a{
	width: 306px;
	height: 194px;
	overflow: hidden;
}

.videoed {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 99;
    border-radius: 100%;
}
.videolist {
    position: relative;
}
.videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -210px;
    z-index: 100;
    width: 640px;
    height: 360px;
}
.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}
.handle_ban{
	position: relative;
}
.handle_ban ul li{
	background:#3d3d3d;
	border-bottom: 1px solid #646464;
}
.handle_ban ul li .inner{
	height:93px;
	display: flex;
	  align-items: center;
}
.handle_ban ul li p{
	padding-left:44px;
	color:#fff;
	line-height:26px;
	width:680px;
}
.handle_ban ul li.icon_1 p{background:url(../images/handle-1.png) no-repeat left center;}
.handle_ban ul li.icon_2 p{background:url(../images/handle-2.png) no-repeat left center;}
.handle_ban ul li.icon_3 p{background:url(../images/handle-3.png) no-repeat left center;}

.handleimg{
	position: absolute;
	left:50%;
	top:0;
	margin-left:200px;
	z-index: 99;
}
.custom_ltext h3{
	font-weight: bold;
	font-size:28px;
	color:#262626;
	line-height:40px;
	padding:10px 0;
}
.custom_ltext p{
	text-indent:2em;
	color:#323232;
	line-height:26px;
	text-align: justify;
}
.custom_flex .left{
	width:550px;
	padding-right:72px;
}
.customimg-1{
	padding:20px 0;
	text-align: right;
}

.custom_flex .right{
	width:650px;
}
.custom_section{
	padding:30px 0;
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(252,252,252) 55%, rgb(249,249,249) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(252,252,252) 55%, rgb(249,249,249) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(252,252,252) 55%, rgb(249,249,249) 100%);
}

.custom_items{
	height:50%;
	border: 1px solid #f0f0f0;
	background:#ffffff;
	padding:42px;
	position: relative;
}
.custom_items .width{
	width: 365px;
}
.demand_title h4{
	font-weight: bold;
	padding-left:20px;
	color:#262626;
	font-size:16px;
}
.custom_items .text{
	padding:16px 0;
}
.custom_items .text p{
	color:#323232;
	line-height:26px;
	text-align: justify;
}	
.demandimg{
	position: absolute;
	top:50%;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right:30px;
}
.text_title{
	text-align: center;
	position: relative;
	padding:30px 0;
}
.text_title p{
	text-transform: uppercase;
	font-weight: bold;
	font-size:10px;
}
.text_title h3{
	font-size:36px;
	font-weight: bold;
	color:#000000;
	line-height:70px;
}
.text_title h3 span{
	display: inline-block;
	color:#fd7343;
}
.text_title:after{
	display: block;
	content:"";
	width:18px;
	height:4px;
	font-size:0;
	background:#fd7343;
	position: absolute;
	bottom:20px;
	left:50%;
	 transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.text_title h3.xian{
	background:url(../images/xian-1.png) no-repeat bottom center;
}
.Trigger_listy{
	padding:28px;
	border:1px solid #e4e4e4;
}
.Trigger_slide{
	width:555px;
}
.Trigger_slide ul li{
	height:56px;
	padding-left:75px;
	background:#f9f8f8;
	margin-bottom:10px;
	background:#f9f8f8;
	position: relative;
}
.Trigger_slide ul li:after{
	display: block;
	content:"";
	width:56px;
	height:56px;
	position: absolute;
	left: 0;
	top:0;
	z-index: 9;
	 -moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
}
.Trigger_slide ul li:hover:after{
		 -webkit-transform: rotateZ(360deg);
	    -moz-transform: rotateZ(360deg);
	    -o-transform: rotateZ(360deg);
	    -ms-transform: rotateZ(360deg);
	    transform: rotateZ(360deg);
}
.Trigger_slide ul li.icon-1:after{background:#f9f8f8 url(../images/Triggeric-1.jpg) no-repeat left center;}
.Trigger_slide ul li.icon-2:after{background:#f9f8f8 url(../images/Triggeric-2.jpg) no-repeat left center;}
.Trigger_slide ul li.icon-3:after{background:#f9f8f8 url(../images/Triggeric-3.jpg) no-repeat left center;}
.Trigger_slide ul li.icon-4:after{background:#f9f8f8 url(../images/Triggeric-4.jpg) no-repeat left center;}
.Trigger_slide ul li.icon-5:after{background:#f9f8f8 url(../images/Triggeric-5.jpg) no-repeat left center;}
.Trigger_slide ul li.icon-6:after{background:#f9f8f8 url(../images/Triggeric-6.jpg) no-repeat left center;}
.Trigger_slide ul li p{
	line-height:56px;
	color:#666666;
}
.cartogram_section{
	padding:48px 0;
	background:#f9f9f9;
}
.software_listy{
	width: 955px;
}
.software_listy ul li{
	float: left;
	width:25%;
	border:1px solid #f0f0f0;
	height:122px;
	display: flex;
	  align-items: center;
}
.software_listy ul li a{
	padding-left:20px;
	display: flex;
	  align-items: center;
}
.software_listy ul li a p{
	font-size:16px;
	color:#666666;
	line-height:80px;
}
.software_listy ul li a:hover p{
	color:#f57138;
}
.software_more{
	text-align: center;
	padding: 20px 0 100px;
}
.software_more a{
	display: inline-block;
	font-size:16px;
	color:#ff6b39;
	font-weight: bold;
	border-radius: 25px;
	width: 190px;
  	height: 46px;
  	line-height:46px;
  	border:2px solid #f57138;
  	box-shadow: 0px 10px 20px 0px rgba(255, 167, 0, 0.1);
}
.software_more a:hover{
	text-decoration: underline;
	background:#f57138;
	color:#fff;
}

.pithy_section{
	background:#f9f9f9;
	padding:40px 0;
}

.pithy_left .title h3{
	font-size:60px;
	color:#262626;
	font-weight: bold;
	line-height:70px;
	padding:20px 0;
}
.pithy_left .list .flex-Lc{
	margin-right:20px;
}
.pithy_left .list .flex-Lc h4{
	font-size:18px;
	color:#262626;
	font-weight: bold;
	padding-left:8px;
}
.pithy_left .text{
	padding-top:40px;
}
.pithy_left .text h4{
	color:#666666;
	line-height:40px;
}
.pithy_left .text h5{
	color:#e6e6e6;
	font-size:10px;
	text-transform: uppercase;
}

.serve_section{
	height:295px;
	position: relative;
}
.serve_slide{
	height:362px;
	width:100%;
	position: absolute;
	left:0;
	top:-60px;
	z-index: 9;
	background:url(../images/serve_section.png) no-repeat top center;
}
.serve_slidebox{
	width:140px;
	height:162px;
	padding-top:20px;
	border-radius: 10px;
  background-image: -moz-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  background-image: -webkit-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  background-image: -ms-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  box-shadow: 0px 4px 20px 0px rgba(255, 107, 44, 0.1);
}
.serve_slidebox .icon{
	width: 58px;
  	height: 58px;
  	border-radius:50%;
  	margin:0 auto 20px;
  	background:rgba(255,255,255,0.2);
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.serve_slidebox .text{
	text-align: center;
}
.serve_slidebox .text h4{
	font-size:16px;
	color:#ffffff;
	font-weight: bold;
	line-height:30px;
}
.serve_slidebox .text p{
	font-size:10px;
	color:#ffffff;
	font-weight: bold;
	line-height:20px;
	text-transform: uppercase;
}
.serve_swiper{
	position: relative;
	padding:20px 120px 0;
}
.serve_swiper .swiper-button-prev{
	width:108px;
	height:108px;
	background:url(../images/btn-left.png) no-repeat;
	outline: none;
	 -moz-transition:.5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.serve_swiper .swiper-button-next{
	width:108px;
	height:108px;
	background:url(../images/btn-right.png) no-repeat;
	outline: none;
	 -moz-transition:.5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.serve_swiper .swiper-button-prev:hover{
	margin-left:10px;
}
.serve_swiper .swiper-button-next:hover{
	margin-right:10px;
}
.clerk_section{
	padding:50px 0;
	background:#f9f9f9;
}
.clerk_ltsext{
	width:590px;
	height:230px;
	background:url(../images/kuan-1.png) no-repeat bottom center;
}
.clerk_ltsext h3{
	font-size:36px;
	color:#262626;
	font-weight: bold;
	line-height:60px;
}
.clerk_ltsext h3 span{
	display: inline-block;
	color:#fd7343;
}
.clerk_ltsext p{
	color:#666666;
	padding:20px 0;
}
.clerk_ltsext em{
	font-size:10px;
	color:#a6a6a6;
	padding-left:80px;
	font-weight: bold;
}
.clerk_section2{
	padding:30px 0;
}
.clerk_ltsext.bg2{
	background:url(../images/kuan-2.png) no-repeat left top;
}
.clerk_ltsext.bg2 em{
	padding:0;
}
.thority_slide{
	padding:100px 0;
}
.thority_slide ul li{
	float: left;
	width:50%;
	height:300px;
	border: 1px solid #f0f0f0;
	padding:40px;
}
.thority_text .title{
	background:#f9f9f9;
	margin-bottom:30px;
}
.thority_text .title h4{
	font-size:16px;
	color:#262626;
	font-weight: bold;
	padding-left:18px;
}
.thority_text .text p{
	font-size:14px;
	color:#323232;
	text-indent:2em;
}
.press_title h3{
	font-size:40px;
	color:#262626;
	font-weight: bold;
	line-height:60px;
	position: relative;
	padding-left: 35px;
	background:url(../images/xian-2.png) no-repeat right center;
}
.press_title h3:after{
	display: block;
	content:"";
	width:5px;
	height:14px;
	font-size:0;
	background:#f07e0b;
	position: absolute;
	left: 0;
	top:50%;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.press_title h3 span{
	font-size:14px;
	color:#262626;
	font-weight: bold;
	line-height:60px;
	text-transform: uppercase;
}
.press_listy{
	padding: 30px;
	border: 1px solid #f0f0f0;
}

.press_conter .pressmg-zdian,.press_conter .press_slide{
	width: 270px;
}

.pressmg-zdian{
	margin-top:10px;
	background:#f8f7f7;
	border: 1px solid #f0efef;
	padding:9px;
}
.pressmg-zdian a{
	display: block;
	padding-left: 40px;
	background:url(../images/pressmg-icon.jpg) no-repeat left center;
		 white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		font-size:14px;
		font-weight: bold;
		color:#666666;
}
.press_slide{
	overflow: hidden;
}
.press_slide ul li{ 
	padding:0 9px;
	margin-top:0px;
}
.press_slide ul li a{
	display: block;
	font-size:14px;
	color:#666666;
	line-height:30px;
		 white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
}
.press_slide ul li span{
	color:#f07e0b;
	display: inline-block;
	margin-right:5px;
}
.pressmg-zdian a:hover{
	color:#f07e0b;
}
.press_slide ul li:hover a{
	color:#f07e0b;
	text-decoration: underline;
}
.trusty_swiper{
	padding:30px 0;
}
.trusty-slide{
	box-shadow:5px 1px 10px 5px rgba(140,140,140,0.5);
}
.trusty-massg{
	padding:110px 0 0 65px;
}
.trusty-logo{
	padding:30px 0;
}
.trusty-slide .text{

}
.trusty-slide .text p{
	color:#323232;
	width: 358px;
}
.trusty-slide .text h4{
	color:#666666;
	padding:30px 0;
}
.trusty-slide .text h4 span{
	font-weight: bold;
	font-size:20px;
	color:#323232;
	padding-right:10px;
}
.trusty_swiper .gallery-thumbs{
	padding:20px 0;
}
.gallery-thumbs .swiper-slide{
	height:128px;
		display: flex;
		  justify-content: center;
		  align-items: center;
		  cursor: pointer;
		  border:1px solid #f0f0f0;
	box-shadow: 0px 1px 10px 0px rgba(140, 140, 140, 0.1);
}
.gallery-thumbs .swiper-slide img{
		 -moz-transition:.5s;
		-webkit-transition: .5s;
		transition: .5s;
}
.gallery-thumbs .swiper-slide:hover img{
	
  	-webkit-transform: scale(0.8);
  	-moz-transform: scale(0.8);
  	-ms-transform: scale(0.8);
  	-o-transform: scale(0.8);
  	transform: scale(0.8);
}
.gallery-thumbs .swiper-slide-thumb-active:after{
	width:100%;
	height:3px;
	font-size:0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	display: block;
	content:"";
	background-image: -moz-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  background-image: -webkit-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  background-image: -ms-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
}
.press_title h3.xian-3{
	background:url(../images/xian-3.png) no-repeat right center;
}
.company-listy ul li{
	float: left;
	width:16.66%;
	padding:5px;
}
.company-listy{
	padding:30px 0 100px;
}
.company-listy ul li a img{
		 -moz-transition:.5s;
		-webkit-transition: .5s;
		transition: .5s;
}
.company-listy ul li:hover a img{
  	-webkit-transform: scale(0.8);
  	-moz-transform: scale(0.8);
  	-ms-transform: scale(0.8);
  	-o-transform: scale(0.8);
  	transform: scale(0.8);
}
.company-listy ul li a{
	height: 88px;
	box-shadow: 0px 1px 10px 0px rgba(140, 140, 140, 0.1);
		display: flex;
		  justify-content: center;
		  align-items: center;
		  border: 1px solid #f0f0f0;
}
.Vision_section{
	background:#181818;
	padding:60px 0;
	text-align: center;
}
.Vision_text p{
	width:855px;
	line-height:30px;
	color:#fff;
	margin:30px auto;
}
.Vision_more a{
	display: inline-block;
	width:162px;
	line-height:52px;
	font-size:16px;
	font-weight: bold;
	color:#fff;
	background:#ff6a00;
}
.Vision_more a:hover{
	color:#ff6a00;
	background:#fff;
}
.footer{
	background:#252525;
}
.footer-nav{
	padding:40px 0 90px;
}
.footer-nav ul li h3{
	color:#fff;
	font-weight: bold;
	padding-bottom:20px;
}
.footer-nav ul li a{
	display: inline-block;
	color:#939598;
	line-height:30px;
}
.footer-nav ul li a:hover{
	text-decoration: underline;
}
.copyright{
	padding:22px 0;
	border-top:1px solid #4b5054;
}
.copyright p{
	color:#939598;
	font-size:12px;
	min-width: 156px;
	padding-left:36px;
	line-height:26px;
}
.copyright p.icon-1{background:url(../images/tel-1.png) no-repeat left center;}
.copyright p.icon-2{background:url(../images/tel-2.png) no-repeat left center;}

.Fidex_lefts{
	position: fixed;
	width:256px;
	left: 0;
	top:50%;
	z-index:999;
	background:#fff;
	padding:9px;
	box-shadow: 0px 1px 20px 0px rgba(0, 5, 48, 0.1);
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.pressmg-zdian.bg2 a{
	line-height:36px;
	background:url(../images/pressmg-icon2.png) no-repeat left center;
}
.pressmg-zdian.bg3 a{
	line-height:36px;
	background:url(../images/pressmg-icon3.png) no-repeat left center;
}
.Fidex_rights{
	position: fixed;
	width:256px;
	right: 0;
	top:50%;
	z-index:999;
	background:#fff;
	padding:9px;
	box-shadow: 0px 1px 20px 0px rgba(0, 5, 48, 0.1);
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.press_slide ul li.icons-1 a{background:url(../images/icons-1.png) no-repeat left center;padding-left: 24px;}
.press_slide ul li.icons-2 a{background:url(../images/icons-2.png) no-repeat left center;padding-left: 24px;}
.press_slide ul li.icons-3 a{background:url(../images/icons-3.png) no-repeat left center;padding-left: 24px;}


.trade_section{
	background:#000;
	border-radius:8px;
}
.front_click{
	background:#fff;
	padding:30px 0 0;
}
.front_click ul li{
	padding:0 60px;
	position: relative;
}
.front_click ul li a{
	font-weight: bold;
	color:#666666;
	line-height:70px;
}
.front_click ul li.active{
	background:#f9f9f9;
	border-radius:10px 10px 0 0;
}
.front_click ul li.active:after{
	display: block;
	content:"";
	width:32px;
	height: 2px;
	font-size:0;
	background:#282828;
	position: absolute;
	left:50%;
	bottom: 0;
	 transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.front_click ul li.active a{
	color:#282828;
}
.trade_togparents{
	padding: 32px 0;
}
.hidenlink{display: none;}
.hidenlink.active{display: block;}



.video-ban{
	height: 314px;
	background:url(../img/videoban.jpg) no-repeat top center;
	background-size:cover;
}


.videoImg_listy{
	width: 960px;
}
.videoImg_listy ul li{
	float: left;
	margin:0 10px 20px;
	width:306px;
}
.videoImg_listy ul{
	margin:0 -10px;
}
.video_links .textbat{
	padding:10px;
	background:#e6e5e5;
}
.video_links .textbat p{
	line-height:32px;
	color:#666666;
	font-weight: bold;
	padding-left:42px;
	background:url(../images/videoic-1.jpg) no-repeat left center;
}
.press_title h3.xian-4 {
	border:6px solid #e3e3e3;
    background: url(../images/xian-3.png) no-repeat right center;
}
.press_title.cur{
	padding:30px 0;
}
.mail_vdslide{
	padding:30px 0;
}
.video_links .textbat.cur p{
	padding-left:14px;
	background:url(../images/videoic-2.jpg) no-repeat left center;
}
.video_links .abstract{
	background:#f8f8f8;
	border: 1px solid #f0f0f0;
	height:76px;
	padding:16px;
	margin-top:6px;
}
.video_links .abstract p{
	color:#919191;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}




.company-ban{
	height: 614px;
	background:url(../images/company-ban.jpg) no-repeat top center;
	background-size:cover;
}
.company_slide{
	text-align: center;
	padding: 100px 0 40px;
}
.company_slide h3{
	font-size:60px;
	color:#e8e8e8;
	font-weight: bold;
	line-height: 80px;
	text-transform: uppercase;
}
.company_slide h4{
	font-size:60px;
	color:#000000;
	font-weight: bold;
	line-height:90px;
	background:url(../images/xian-4.png) no-repeat bottom center;
}
.company_slide h4 span{
	display: inline-block;
	color:#fd7343;
}
.company_slide p{
	text-transform: uppercase;
	font-size: 10px;
	color:#666666;
	padding:10px 0;
}
.company_text{
	padding:30px 40px;
	border: 1px solid #cacaca;
	background-color:rgba(255, 255, 255, 0.6);
}
.company_text p{
	text-indent:2em;
	color:#666666;
	text-align: justify;
}
.motto_slide{
	padding:30px 0;
}
.motto_lefts{
	width: 680px;
}
.motto_lefts .title h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size:10px;
	color:#262626;
	padding:10px 0;
}
.motto_lefts .title h4{
	font-size:40px;
	color:#313131;
	font-weight: bold;
	line-height:86px;
	position: relative;
}
.motto_lefts .title h4:after{
	display: block;
	content:"";
	width:28px;
	height:4px;
	background:#fd7343;
	position: absolute;
	left: 0;
	bottom: 0;
}
.motto_lefts .title h4 span{
	display: inline-block;
	color:#fd7343;
}
.motto_lefts .text p{
	margin-top:20px;
	color:#666666;
	text-indent:2em;
	text-align: justify;
}
.plentiful_listy ul li{
	height:186px;
	width:375px;
	background:#fef1eb;
	text-align: center;
	padding:30px 0 0;
	cursor: pointer;
}
.plentiful_listy ul li .plentiful_box .icon{
		 -moz-transition:.5s;
		-webkit-transition: .5s;
		transition: .5s;
}
.plentiful_listy ul li:hover .plentiful_box .icon{
	 -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.plentiful_box .text h4{
	font-size:18px;
	color:#000000;
	line-height:30px;
	font-weight: bold;
	margin-top:10px;
}
.plentiful_box .text p{
	font-size:10px;
	color:#a29995;
	font-weight: bold;
	text-transform: uppercase;
}
.plentiful_listy{
	padding:20px 0 40px;
}
.compute_section{
	background:#fafafa;
}
.compute_tops{
	min-height:520px;
	padding:90px 0 0;
	background:url(../images/mottoimg-2.png) no-repeat right 30px;
}
.compute_text{
	width:775px;
	background:#fff;
	padding:20px;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.06);
}
.compute_text .title h3{
	font-weight: bold;
	font-size:30px;
	color:#313131;
	line-height:102px;
	padding-left: 56px;
	background:url(../images/compute-logo.png) no-repeat left center;
}
.compute_text .title h3 span{
	display: inline-block;
	color:#fd7343;
}
.compute_slide{
	border: 4px solid #f2f2f2;
	padding:22px;
}
.compute_slide ul li{
	padding-left:15px;
	background:#f9f9f9;
	margin-bottom: 10px;
}
.compute_slide ul li p{
	font-size:16px;
	color:#666666;
	line-height:66px;
	padding-left:66px;
}
.compute_slide ul li p span{
	display: inline-block;
	font-weight: bold;
	color:#262626;
}
.compute_slide ul li.icon-1 p{background:url(../images/computedz-1.png) no-repeat left center;}
.compute_slide ul li.icon-2 p{background:url(../images/computedz-2.png) no-repeat left center;}
.compute_slide ul li.icon-3 p{background:url(../images/computedz-3.png) no-repeat left center;}

.relation_slide{
	padding:50px 0;
}
.relation_links{
	padding:0 30px 30px;
	background:#fff;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.06);
}
.relation_listy ul li{
	padding:5px 0;
}
.relation_check{
	border: 1px solid #e7e7e7;
	height: 66px;
}
.relation_check .icon{
	position: relative;
	height: 64px;
	width: 64px;
	display: flex;
	  justify-content: center;
	  align-items: center;
}
.relation_check .put{
	width:calc(100% - 64px);
	position: relative;
	padding-left:20px;
}
.relation_check .put:after{
	display: block;
	content:"";
	width: 1px;
	height:16px;
	background:#e7e7e7;
	position: absolute;
	left:0;
	top:50%;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.relation_check .put input{
	display: block;
	width:100%;
	line-height:64px;
	height:64px;
	border: none;
	outline: none;
}
.relation_check .put input::-webkit-input-placeholder{color:#7e7e7e;}
/* Firefox < 19 */
.relation_check .put input:-moz-placeholder{color:#7e7e7e;}
/* Firefox > 19 */
.relation_check .put input::-moz-placeholder{color:#7e7e7e;}
/* Internet Explorer 10 */
.relation_check .put input:-ms-input-placeholder{color:#7e7e7e;}

.relation_check.wd33{
	width:32%;
}
.relation_lyan{
	border: 1px solid #e7e7e7;
	padding:18px;
}
.relation_lyan textarea{
	display: block;
	width:100%;
	resize: none;
	height:82px;
	border: none;
	outline: none;
}
.relation_btn button{
	display: inline-block;
	height:46px;
	width:180px;
	border-radius: 6px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size:16px;
	font-weight: bold;
	color:#fff;
  background-image: -moz-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  background-image: -webkit-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  background-image: -ms-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  box-shadow: 0px 4px 20px 0px rgba(255, 107, 44, 0.1);
}

.Dynamic_swiper{
	width: 100%;
}
.Dynamic_nsImg{
	float: left;
	margin-right: 20px;
	width: 512px;
	height: 368px;
	overflow: hidden;
}
.Dynamic_news{
	padding:50px;
	background:#fff;
}

Dynamic-slide{
	width: 470px;
}
.Dynamic-slide .data span{
	font-size:60px;
	line-height:60px;
	font-weight: bold;
	color:#fd7343;
}
.Dynamic-slide .data p{
	font-size:20px;
	line-height:30px;
	color:#fd7343;
}
.Dynamic-slide .text h4{
	font-size:24px;
	color:#262626;
	font-weight: bold;
	line-height:40px;
	padding:20px 0;
}
.Dynamic-slide .text p{
	font-size:14px;
	color:#666666;
	text-align: justify;
	text-indent: 2em;
}
.Dynamic-slide .text p a{
	font-size:14px;
	color:#ff6b2c;
}
.Dynamic-slide .text p a:hover{
	text-decoration: underline;
}
.Dynamic_swiper .swiper-container{
	min-height: 350px;
}
.Dynamic_swiper .swiper-pagination{
	left: auto;
	right: 200px;
	width: auto;
}
.press_items .Imgpress{
	width: 270px;
	height: 180px;
	overflow: hidden;
}
.Dynamic_swiper .swiper-pagination .swiper-pagination-bullet{
	width:10px;
	height: 10px;
	background:#d9d9d9;
	opacity: 1;
}
.Dynamic_swiper .swiper-pagination .swiper-pagination-bullet-active{
	background:#ff6b2c;
}
.pagestory{
	padding:20px 0;
}
.pagestory_listy{
	width: 100%;
}
.pagestory_title{
	border-bottom:1px solid #e1e1e1;
}
.pagestory_title h4{
	font-size: 22px;
	color:#fd7343;
	font-weight: bold;
	line-height:60px;
	display: inline-block;
	position: relative;
	top: 1px;
	border-bottom: 1px solid #fd7343;
}
.pagestory_slide ul li{
	padding:8px 0;
}
.pagestory_slide ul li a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.pagestory_slide ul li a p{
	font-size:16px;
	color:#262626;
	line-height:30px;
}
.pagestory_slide ul li a span{
	font-size:16px;
	color:#ff6b2c;
	line-height:30px;
}
.pagestory_slide ul li a:hover p{
	text-decoration: underline;
}
.pagestory_right{
	width: 340px;
	padding-right:70px;
}
.pagestory_title.none{border: none;}
.pagestory_title.none h4{border: none;}

.public_listy ul li{
	height:62px;
	margin-bottom: 10px;
	padding-left:18px;
	border-radius: 6px;
  background-image: -moz-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  background-image: -webkit-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  background-image: -ms-linear-gradient( -37deg, rgb(255,149,59) 0%, rgb(255,107,44) 100%);
  box-shadow: 0px 4px 20px 0px rgba(255, 107, 44, 0.1);
}
.public_listy ul li a{
	display: block;
	color:#fff;
	font-size:16px;
	line-height:62px;
	padding-left:52px;
}
.public_listy ul li.icon-1 a{background:url(../images/public-1.png) no-repeat left center;}
.public_listy ul li.icon-2 a{background:url(../images/public-2.png) no-repeat left center;}
.public_listy ul li.icon-3 a{background:url(../images/public-3.png) no-repeat left center;}
.public_listy ul li.icon-4 a{background:url(../images/public-4.png) no-repeat left center;}

.public_listy ul li a:hover{
	text-decoration: underline;
}


.public_links ul li{
	height:62px;
	margin-bottom: 10px;
	padding-left:48px;
	border-radius: 6px;
  	background:#e1e1e1;
}
.public_links ul li a{
	display: block;
	color:#0d0b13;
	font-size:16px;
	line-height:62px;
	padding-left:52px;
}

.public_links ul li.icon-5 a{background:url(../images/public-5.png) no-repeat left center;}
.public_links ul li.icon-6 a{background:url(../images/public-6.png) no-repeat left center;}
.public_links ul li.icon-7 a{background:url(../images/public-7.png) no-repeat left center;}
.public_links ul li.icon-8 a{background:url(../images/public-8.png) no-repeat left center;}

.public_links ul li a:hover{
	text-decoration: underline;
}


.qq_conent {
    width: 1240px;
    margin: 0 auto 40px;
}
.LEFT {
    width: 890px;
    float: left;
}
.LEFT h1 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #333;
    margin-top: 8px;
    font-weight: bold;
    margin: .67em 0;
}
.LEFT .content {
    width: 890px;
}
.LeftTool {
    width: 80px;
    padding-right: 30px;
    margin-right: 30px;
    text-align: center;
    float: left;
    font-size: 12px;
    color: gray;
}
.LeftTool .left-stick-wp {
    position: relative;
}
.left-stick-wp {
    width: 80px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.LeftTool .through {
    position: relative;
}
.LeftTool .md, .LeftTool .year {
    color: #000;
    font-family: Politica;
}
.LeftTool .year {
    font-size: 20px;
}
.LeftTool .through span {
    display: inline-block;
    background: #fff;
    padding: 0 5px;
}
.LeftTool .md {
    font-size: 34px;
    line-height: 1.2;
}
.LeftTool .md, .LeftTool .year {
    color: #000;
    font-family: Politica;
}
.LeftTool .time {
    font-size: 20px;
    color: #000;
    font-family: Politica;
    margin-bottom: 25px;
}
.LeftTool .author {
    display: inline-block;
    line-height: 18px;
    color: #2291f7;
}
.LeftTool .qiehao {
    display: inline-block;
    margin-top: 3px;
    border-radius: 16px;
    line-height: 18px;
    padding: 0 8px;
    background-color: #2291f7;
    color: #fff;
}
.LeftTool .share-title {
    margin-top: 100px;
    margin-bottom: 18px;
}
.LeftTool .through {
    position: relative;
}
.LeftTool .through span {
    display: inline-block;
    background: #fff;
    padding: 0 5px;
}
.LeftTool .through:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.share .wxWrap {
    position: relative;
}
.share>a {
    width: 40px;
    height: 40px;
    margin: 10px auto 0;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    line-height: 40px;
    color: #fff!important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    background: #ccc;
}
.share .iconfont {
    font-size: 25px;
    display: inline-block;
    z-index: 2;
    position: relative;
}
@media (max-width: 1510px) and (min-width: 1280px){
.share .wxWrap .qrcode {
    left: -40px;
    top: -160px;
    z-index: 2;
}
}
.share .wxWrap .qrcode {
    width: 128px;
    height: 148px;
    border: 1px solid #bcbcbc;
    color: gray;
    position: absolute;
    left: -148px;
    top: 0;
    text-align: center;
    line-height: 1;
    background: #fff;
    border-radius: 3px;
}
.hidden {
    display: none!important;
}
.share>a:nth-child(4):hover:after {
    background: #ff5757;
}
@media (min-width:1280px) and (max-width: 1510px) {
  .share .wxWrap .qrcode{
    left:auto;
    right:-148px;
    z-index: 2;
  }

}
.share .wxWrap .qrcode {
    width: 128px;
    height: 148px;
    border: 1px solid #bcbcbc;
    color: gray;
    position: absolute;
    left: -148px;
    top: 0;
    text-align: center;
    line-height: 1;
    background: #fff;
    border-radius: 3px;
}
@media (max-width: 1510px) and (min-width: 1280px){
.share .wxWrap .qrcode {
    left: -40px;
    top: -160px;
    z-index: 2;
}
}

.share .wxWrap .qrcode img {
	display: block;
    margin: 10px auto 6px;
}
.share .wxWrap .qrcode:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-top: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    right: -4px;
    top: 15px;
}

.share .wxWrap .qrcode:before {
    border-bottom: 1px solid #bcbcbc;
    right: 63px;
    bottom: -4px;
    border-top: none;
    top: auto;
}


@media (max-width: 1280px) {
  .qq_conent,
  .recommend{
    width:970px;
  }
  .LEFT,
  .content-article{
    width:660px;
  }
  .qq_conent h1{font-size:26px;margin-top:12px;margin-bottom: 10px;}
  .LEFT .a-src-time{display: block}
  .LeftTool{display: none}
  .content-article{font-size: 16px;}
  .qq_comment{margin-left: 0}
  .recommend-con{margin-left: 0;width: 660px;}
  .content{width: 100%}
  .recommend-con li h3{font-size: 16px;}

  .qq_header{margin-bottom:0;}
  .nav_logo{padding:14px 12px 0 12px;}
  .qq_nav li{width:55px;}
  .loginWrap{margin-right:10px;}
  .qq_navWrap .nav-title{
    display: none!important;
  }
  .nav-search input:focus{
    width:220px;
  }


  .like{text-align: left;height:80px;border-top: 1px solid #e5e5e5;padding: 0;margin-top: 50px;}
  .like .like-a{width: 39px;height: 39px;line-height: 39px;margin-top:20px;}
  .like .like-a .iconfont{font-size:18px;}
  .like .like-a .text-a{display: none}
  .like .r{left:75px;top:25px;border-left: 1px solid #e5e5e5}
  .article-status .share{display:block}

}

@media (max-width: 1000px) {

  .qq_conent,
  .recommend{
    width:660px;
  }

  .nav-search{
    display: none;
  }
  .nav-search input:focus{
    width:170px;
  }
  
  .RIGHT{display:none}
}


.content-article {
    width: 730px;
    font-size: 18px;
    float: right;
}
.content-article .one-p {
    line-height: 2.2;
    margin-bottom: 2em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.content-article .one-p img.content-picture {
    max-width: 100%;
    margin: .6em auto;
    display: block;
}
.content-article .one-p {
    line-height: 2.2;
    margin-bottom: 2em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.article-status .statement {
    font-size: 12px;
    color: #bbb;
    text-align: center;
    padding: 23px 0 6px;
}
.article-status {
    padding: 20px 0 50px;
}
.LeftTool .md, .LeftTool .year {
    color: #000;
    font-family: Politica;
}
.RIGHT {
    float: right;
    width: 300px;
    padding-top: 37px;
}
.right-bar .related_title {
    padding: 20px 0 30px;
}
.right-bar .related_title h2 {
    position: relative;
    height: 17px;
    line-height: 16px;
    font-size: 20px;
    font-weight: 700;
}
.right-bar .related_title .change-btn {
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    display: inline-block;
    cursor: pointer;
}
.related_rand .text{
	position: relative;
    padding: 8px 0 20px;
    font-size: 14px;
    line-height: 20px;
}
.related_rand .text a:hover{
	color:#2291f7;
}
.share>a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.share>a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.share>a:first-child:hover::after {
    background: #3dbe5b;
}
.share>a:nth-child(2):hover:after {
    background: #21b3f7;
}
.share>a:nth-child(3):hover:after {
    background: #f8c514;
}
.content-article{
	width: 730px;
    font-size: 18px;
    float: right !important;
}

.page{
	padding-left: 0;
	margin: 17px 0;
	list-style: none;
	text-align: center;
}
.page .pagination li {
	margin: 0 .4em;
	display: inline-block;
	background: none;
	border: 1px solid #e6e6e6;
	border-radius: 0.25em;
	padding: 5px 15px;
}

.page .pagination li > a, .page .pagination li > span {
	font-size: 14px;
}

.page .pagination  li.active {
	z-index: 3;
	color: #fff;
	background-color: #ff6a00;
	border-color: #ff6a00;
	cursor: default;
}

.zxly{
	width: 500px;
	z-index: 9999;
}

.zxly .relation_check{
	height: 32px;
}
.zxly .relation_check .icon{
	height: 32px;
}
.zxly .relation_check .put input{
	height: 30px;
	line-height: 30;
}
.zxly .relation_lyan{
	padding: 5px;
}
.zxly .relation_lyan textarea{
	height: 60px;
}

.video_content{
	padding: 20px;
	min-height: 300px;
	min-width: 400px;
}
.video_content a{
	display: flex;
}

.video_content a img{
	margin-right: 30px;
	width: 600px;
}

.video_content a .textbat p{
	font-size: 18px;
	line-height: 40px;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	width: 300px;
}

.videoImg_listy .video_links a{
	width: 306px;
	height: 194px;
	overflow: hidden;
}
